*{margin:0;padding:0;box-sizing:border-box;color:#24282c;font-family:Georgia,Avenir,"Avenir Light",Arial,Helvetica,sans-serif}.default-btn{padding:6px 10px;background:#fd8024;outline:none;border:none;border-radius:4px;letter-spacing:1.5px;color:#fff;text-transform:uppercase;cursor:pointer}.default-btn:disabled{opacity:.4;cursor:not-allowed}.flex,.flex-col{display:flex}.flex-col{flex-direction:column}.flex-ctr{justify-content:center}.flex-ctr,.flex-ctr-between{display:flex;align-items:center}.flex-ctr-between{justify-content:space-between}.flex-ctr-around{display:flex;align-items:center;justify-content:space-around}.flex-ctr-evenly{display:flex;align-items:center;justify-content:space-evenly}.justify-center{display:flex;justify-content:center}.justify-between{display:flex;justify-content:space-between}.justify-around{display:flex;justify-content:space-around}.justify-evenly{display:flex;justify-content:space-evenly}.justify-end{display:flex;justify-content:flex-end}.justify-start{display:flex;justify-content:flex-start}.align-ctr{display:flex;align-items:center}.align-start{display:flex;align-items:flex-start}.align-end{display:flex;align-items:flex-end}.flex-wrap{display:flex;flex-wrap:wrap}.d-none{display:none}@media(min-width:769px){.mobile-only{display:none}}@media(max-width:768px){.none-under-tablet{display:none}}@media(max-width:1000px){.desktop-only{display:none}}.p-rel{position:relative}.p-abs{position:absolute}.p-fix{position:fixed}.text-ctr{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.underline{text-decoration:underline}.blog-item{border:1px solid #d3d3d3;border-radius:8px;margin:16px;box-shadow:0 0 10px -5px #24282c;cursor:pointer;max-width:300px;min-width:300px}@media(max-width:2400px){.blog-item{max-width:calc(20% - 32px);min-width:calc(20% - 32px)}}@media(max-width:1800px){.blog-item{max-width:calc(25% - 32px);min-width:calc(25% - 32px)}}@media(max-width:1400px){.blog-item{max-width:calc(33.33% - 32px);min-width:calc(33.33% - 32px)}}@media(max-width:850px){.blog-item{max-width:calc(50% - 32px);min-width:calc(50% - 32px);display:flex;flex-direction:column}}@media(max-width:600px){.blog-item{width:100%;max-width:350px;margin-left:0;margin-right:0}}.blog-item .img{width:100%;height:100%;max-height:185px;border-bottom:1px solid #d3d3d3;border-radius:4px 4px 0 0;background:#d3d4e8}@media(max-width:600px){.blog-item .img{max-height:200px}}.blog-item .copy-container{padding:16px;display:flex;flex-direction:column;justify-content:space-between;height:calc(100% - 185px)}@media(min-width:901px)and (max-width:940px){.blog-item .copy-container{min-height:154px}}@media(min-width:851px)and (max-width:900px){.blog-item .copy-container{padding:16px 16px 32px}}.blog-item .name{margin-bottom:8px;font-size:14px}@media(max-width:768px){.blog-item .name{font-size:12px}}.blog-item .text{color:#9ea0a2;margin-bottom:16px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:14px}@media(max-width:768px){.blog-item .text{font-size:12px}}.blog-item .bottom-container{display:flex;justify-content:space-between;align-items:center}@media(min-width:851px)and (max-width:940px){.blog-item .bottom-container{margin-bottom:8px}}.blog-item .bottom-container .date{font-size:14px}@media(max-width:768px){.blog-item .bottom-container .date{font-size:12px}}.breadcrumbs .crumb{margin-right:10px;letter-spacing:.75px;font-size:16px;text-transform:capitalize}@media(max-width:400px){.breadcrumbs .crumb{font-size:14px}}@media(max-width:350px){.breadcrumbs .crumb{font-size:12px}}.breadcrumbs .crumb.cursor{cursor:pointer}.breadcrumbs .angle{margin-right:10px;font-size:16px}.copy-button{display:flex;align-items:center;padding:4px 8px;cursor:pointer;border:none;background:transparent}.copy-button .contact-logo{height:20px;width:20px;margin-right:12px}.copy-button .contact-link{margin-right:8px;color:#24282c;font-size:16px}@media(max-width:400px){.copy-button .contact-link{font-size:12px}}.copy-button .copy-img{height:14px;width:14px;color:#fff}.copy-button .copy-text{color:red;font-size:8px}.feedback-form{max-width:650px;display:flex;flex-direction:column;padding:40px}@media(max-width:850px){.feedback-form{padding:32px 20px}}@media(max-width:500px){.feedback-form{padding:16px}}.feedback-form.blog{padding:40px}@media(max-width:850px){.feedback-form.blog{padding:40px 20px}}@media(max-width:500px){.feedback-form.blog{padding:40px 16px}}.feedback-form .feedback-label{margin-bottom:8px}.feedback-form .feedback-input{border:1px solid #d3d3d3;border-radius:8px;max-height:100px;min-height:100px;width:100%;padding:12px;line-height:1.5}.feedback-form .btn-container{max-width:650px;width:100%;margin-top:12px;display:flex;transform:translateX(-75px)}.outer-container{background-color:transparent;height:42.5px;perspective:1000px}.outer-container:hover .inner-container{transform:rotateX(180deg)}.outer-container .inner-container{position:relative;width:100%;height:100%;text-align:center;transition:transform .8s;transform-style:preserve-3d}.outer-container .displayed-btn,.outer-container .hovered-btn{position:absolute;font-size:16px;border-radius:4px;border:none;cursor:pointer;color:#fff;letter-spacing:.75px;text-transform:uppercase;height:42px;-webkit-backface-visibility:hidden;backface-visibility:hidden;padding:10px 16px;text-shadow:1px 1px 10px #24282c;letter-spacing:1.25px;width:210px}.outer-container .displayed-btn:disabled,.outer-container .hovered-btn:disabled{opacity:.25;cursor:unset}.outer-container .displayed-btn.blue{background:#3c98fe}.outer-container .displayed-btn.skyblue{background:#0fb5ee}.outer-container .displayed-btn.green{background:#8cc759}.outer-container .displayed-btn.orange{background:#fd8024}.outer-container .displayed-btn.red{background:red}.outer-container .displayed-btn.purple{background:#8c6daf}.outer-container .hovered-btn{transform:rotateX(180deg);background:#fff;box-sizing:border-box;text-shadow:unset}.outer-container .hovered-btn.blue{border:2px solid #3c98fe;color:#3c98fe}.outer-container .hovered-btn.skyblue{border:2px solid #0fb5ee;color:#0fb5ee}.outer-container .hovered-btn.green{border:2px solid #8cc759;color:#8cc759}.outer-container .hovered-btn.orange{border:2px solid #fd8024;color:#fd8024}.outer-container .hovered-btn.red{border:2px solid red;color:red}.outer-container .hovered-btn.purple{border:2px solid #8c6daf;color:#8c6daf}.footer{width:100%;padding:48px 0;display:flex;flex-direction:column;align-items:center;background:rgba(253,128,36,.4)}@media(max-width:850px){.footer{padding:40px 0}}@media(max-width:500px){.footer{padding:56px 0}}.footer .contact-us-label{margin-bottom:16px;font-size:16px;letter-spacing:1.25px;font-weight:600;cursor:pointer}.footer .contact-icons{display:flex;justify-content:space-evenly;align-items:center;margin-bottom:28px}@media(max-width:500px){.footer .contact-icons{flex-direction:column;margin-bottom:20px}}@media(max-width:500px){.footer .copy-button{margin-bottom:8px}}.footer .divider{font-weight:400;font-size:20px;margin-left:10px;margin-right:10px}@media(max-width:500px){.footer .divider{display:none}}.footer .budding-acorn{font-size:16px}.icon-item-container,.table-of-content{display:flex;flex-wrap:wrap;width:100%}.icon-item-container .icon-item,.table-of-content .icon-item{display:flex;justify-content:center;align-items:center;flex-direction:column;margin-bottom:50px;min-width:16.66vw;opacity:.25}.icon-item-container .icon-item.available,.table-of-content .icon-item.available{opacity:1;cursor:pointer}.icon-item-container .icon-item .icon-name,.table-of-content .icon-item .icon-name{font-size:16px}@media(max-width:768px){.icon-item-container .icon-item .icon-name,.table-of-content .icon-item .icon-name{font-size:12px}}@media(max-width:1800px){.icon-item-container .icon-item,.table-of-content .icon-item{min-width:20%}}@media(max-width:1000px){.icon-item-container .icon-item,.table-of-content .icon-item{min-width:25%}}@media(max-width:768px){.icon-item-container .icon-item,.table-of-content .icon-item{min-width:33.33%}}@media(max-width:500px){.icon-item-container .icon-item,.table-of-content .icon-item{min-width:50%}}.icon-item-container .icon-item img,.table-of-content .icon-item img{height:100px;margin-bottom:10px}@media(max-width:768px){.icon-item-container .icon-item img,.table-of-content .icon-item img{height:90px}}@media(max-width:600px){.icon-item-container .icon-item img,.table-of-content .icon-item img{height:85px}}@media(max-width:500px){.icon-item-container .icon-item img,.table-of-content .icon-item img{height:75px}}.loading-container{height:100px;width:calc(100% - 64px);font-family:Helvetica;position:fixed;top:300px;z-index:2;left:50%;transform:translateX(-50%)}.loading-container .loader{height:20px;width:250px;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto}.loading-container .dot{animation-name:loader;animation-timing-function:ease-in-out;animation-duration:1.5s;animation-iteration-count:infinite;height:15px;width:15px;border-radius:100%;background-color:#24282c;position:absolute;border:2px solid #fff}.loading-container .dot:first-child{background-color:#8cc759;animation-delay:.5s;left:100%}.loading-container .dot:nth-child(2){background-color:#8c6daf;animation-delay:.4s;left:80%}.loading-container .dot:nth-child(3){background-color:#ef5d74;animation-delay:.3s;left:60%}.loading-container .dot:nth-child(4){background-color:#fd8024;animation-delay:.2s;left:40%}.loading-container .dot:nth-child(5){background-color:#0fb5ee;animation-delay:.1s;left:20%}.loading-container .dot:nth-child(6){background-color:#fbef5a;animation-delay:0s;left:0}.loading-container .text{position:absolute;top:200%;left:0;right:0;width:4rem;margin:auto}.loading-container .text:after{content:"Loading...";font-weight:700}@keyframes loader{15%{transform:scale(1)}45%{transform:scale(2.5)}63%{transform:scale(2.5)}95%{transform:scale(1)}}@keyframes bounce-small{0%{transform:translate(-54%,30%)}50%{transform:translate(-54%,-50%)}to{transform:translate(-54%,30%)}}@keyframes bounce-large{0%{transform:translate(-28%,30%)}50%{transform:translate(-28%,-50%)}to{transform:translate(-28%,30%)}}@keyframes bounce-above-99{0%{transform:translate(-18%,30%)}50%{transform:translate(-18%,-50%)}to{transform:translate(-18%,30%)}}@keyframes drop-small{0%{opacity:0;transform:translate(-54%,-50%)}to{opacity:1;transform:translate(-54%,30%)}}@keyframes drop-large{0%{opacity:0;transform:translate(-28%,-50%)}to{opacity:1;transform:translate(-28%,30%)}}@keyframes drop-above-99{0%{opacity:0;transform:translate(-18%,-50%)}to{opacity:1;transform:translate(-18%,30%)}}.navigation{display:flex;padding:16px;width:100%;z-index:3;background:#fff}.navigation.transparent{opacity:.65}.navigation.desktop{position:fixed;justify-content:space-between;align-items:center}@media(max-width:850px){.navigation.desktop{display:none}}.navigation.mobile{justify-content:center;padding:8px;position:fixed}@media(min-width:851px){.navigation.mobile{display:none}}.navigation .company-logo-link,.navigation .link{text-decoration:none;color:#24282c;padding-bottom:4px;font-size:20px;text-transform:uppercase;position:relative}.navigation .company-logo-link:hover,.navigation .link:hover{color:#9ea0a2}.navigation .company-logo-link.match-route,.navigation .link.match-route{-webkit-text-decoration:underline 6px #fff;text-decoration:underline 6px #fff;text-underline-offset:4px;color:#9ea0a2}.navigation .company-logo-link{padding-bottom:0}.navigation .company-logo-link .company-logo{width:40px;height:40px}.navigation .hamburger-logo{width:30px;height:30px;position:fixed;top:30px;left:30px;cursor:pointer;z-index:3}@media(max-width:850px){.navigation .hamburger-logo{width:18px;height:18px;top:18px;left:18px}}.navigation .link-container{width:600px;display:flex;justify-content:space-evenly}.navigation .link-container li{list-style:none;display:flex;justify-content:center;align-items:center}.navigation .link-container li.match-route a{color:#9ea0a2}.navigation .match-route{-webkit-text-decoration:underline 2px #9ea0a2;text-decoration:underline 2px #9ea0a2;text-underline-offset:4px}.position-number-tag{font-size:10px;border-radius:4px;padding:2px 4px;display:inline-block;margin-right:4px;border-width:1px;border-style:solid}.position-number-tag.first{background:#8cc759;color:#fff}.position-number-tag.second{background:#0fb5ee;color:#fff}.position-number-tag.third{background:#fd8024;color:#fff}.position-number-tag.fourth{background:#8c6daf;color:#fff}.position-number-tag.fifth{background:#ef5d74;color:#fff}.position-number-tag.sixth{background:#fbef5a;color:#24282c}.position-number-tag.seventh{background:#b47051;color:#fff}.position-number-tag.eighth{background:red;color:#fff}.position-number-tag.ninth{background:#9ea0a2;color:#fff}.position-number-tag.tenth{background:#3c98fe;color:#fff}.position-number-tag.eleventh{background:#24282c;color:#fff}.position-number-tag.twelfth{background:#ecbd8e;color:#24282c}.position-number-tag.thirteenth{background:#d3d4e8;color:#24282c}.position-number-tag.fourteenth{background:#9ec5e7;color:#24282c}.position-number-tag.fifteenth{background:#ffffd7;color:#24282c}.position-number-tag.sixteenth{background:#fbb;color:#24282c}.position-number-tag.seventeenth{background:#f4b643;color:#24282c}.position-number-tag.eighteenth{background:#9d9d9d;color:#fff}.position-number-tag.nineteenth{background:beige;color:#24282c}.position-number-tag.twentieth{background:#fff;color:#24282c}.product-card{border:1px solid #d3d3d3;border-radius:4px;margin:16px;box-shadow:0 0 10px -5px #24282c;cursor:pointer;max-width:300px;min-width:300px;max-height:425px}@media(max-width:2400px){.product-card{max-width:calc(20% - 32px);min-width:calc(20% - 32px);min-height:352px}}@media(max-width:1800px){.product-card{max-width:calc(25% - 32px);min-width:calc(25% - 32px)}}@media(max-width:1400px){.product-card{max-width:calc(33.33% - 32px);min-width:calc(33.33% - 32px)}}@media(max-width:850px){.product-card{max-width:calc(50% - 32px);min-width:calc(50% - 32px);display:flex;flex-direction:column;min-height:337px}}@media(max-width:600px){.product-card{width:100%;max-width:350px;margin-left:0;margin-right:0}}@media(max-width:500px){.product-card:last-of-type{margin-bottom:0}}.product-card .product-img{width:100%;height:100%;max-height:185px;max-width:100%;border-bottom:.5px solid #d3d3d3;border-radius:4px 4px 0 0}@media(max-width:600px){.product-card .product-img{max-height:200px}}.product-card .product-img.img-padding{padding:16px;background:#d3d4e8}.product-card .product-img.product-img-7{background:#9fffba}.product-card .product-img.product-img-8{background:#ecbd8e}.product-card .product-img.product-img-9{background:#ffffd7}.product-card .product-img.product-img-10{background:#9ec5e7}.product-card .product-img.product-img-11{background:#d3d4e8}.product-card .product-img.product-img-12{background:#fbb}.product-card .product-img.product-img-13{background:#9ec5e7}.product-card .copy-container{padding:16px;display:flex;flex-direction:column;justify-content:space-between;height:calc(100% - 189px);min-height:162px}@media(max-width:850px){.product-card .copy-container{height:calc(100% - 203px);min-height:150px}}@media(max-width:768px){.product-card .copy-container{height:calc(100% - 160px)}}.product-card .copy-container .product-pricing .discounted-price,.product-card .copy-container .product-pricing .free-price,.product-card .copy-container .product-pricing .product-price{font-weight:400;font-size:14px}@media(max-width:768px){.product-card .copy-container .product-pricing .discounted-price,.product-card .copy-container .product-pricing .free-price,.product-card .copy-container .product-pricing .product-price{font-size:12px}}.product-card .copy-container .product-pricing .free-price{color:#ef5d74;font-size:14px}@media(max-width:768px){.product-card .copy-container .product-pricing .free-price{font-size:12px}}.product-card .copy-container .product-pricing .free-price.two-player{color:#8c6daf}.product-card .copy-container .product-pricing .free-price.group{color:#3c98fe}.product-card .copy-container .product-pricing .player{margin-right:8px;padding:4px;border-radius:4px;font-weight:400;letter-spacing:1.3px;color:#fff}.product-card .copy-container .product-pricing .player.one-player{background:#ef5d74}.product-card .copy-container .product-pricing .player.two-player{background:#8c6daf}.product-card .copy-container .product-pricing .player.group{background:#3c98fe}.product-card .copy-container .product-pricing .discounted-price{text-decoration:line-through;margin-right:8px;color:#ef5d74}.product-card .copy-container .product-pricing .product-price{color:#24282c;font-size:14px}@media(max-width:768px){.product-card .copy-container .product-pricing .product-price{font-size:12px}}.product-card .product-name{margin-bottom:8px;font-size:14px}@media(max-width:768px){.product-card .product-name{font-size:12px}}.product-card .product-overview{color:#9ea0a2;line-height:1.35;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:14px}@media(max-width:768px){.product-card .product-overview{font-size:12px}}.product-card .bottom-container{display:flex;justify-content:space-between;align-items:center}.product-card .bottom-container .view-btn.one-player{background:#ef5d74}.product-card .bottom-container .view-btn.two-player{background:#8c6daf}.product-card .bottom-container .view-btn.group{background:#3c98fe}.resource-card{border:1px solid #d3d3d3;border-radius:4px;margin:16px;box-shadow:0 0 10px -5px #24282c;cursor:pointer;max-width:300px;min-width:300px;max-height:425px}@media(max-width:2400px){.resource-card{max-width:calc(20% - 32px);min-width:calc(20% - 32px);min-height:352px}}@media(max-width:1800px){.resource-card{max-width:calc(25% - 32px);min-width:calc(25% - 32px)}}@media(max-width:1400px){.resource-card{max-width:calc(33.33% - 32px);min-width:calc(33.33% - 32px)}}@media(max-width:850px){.resource-card{max-width:calc(50% - 32px);min-width:calc(50% - 32px);display:flex;flex-direction:column}}@media(max-width:600px){.resource-card{width:100%;max-width:350px;margin-left:0;margin-right:0}}@media(max-width:500px){.resource-card:last-of-type{margin-bottom:0}}.resource-card .resource-img{width:100%;height:100%;max-height:185px;max-width:100%;border-bottom:.5px solid #d3d3d3;border-radius:4px 4px 0 0;padding:16px}@media(max-width:600px){.resource-card .resource-img{max-height:200px}}.resource-card .resource-img.resource-img-1{background:#d3d4e8}.resource-card .resource-img.resource-img-2{background:#d3d3d3}.resource-card .resource-img.resource-img-3{background:#f6cf87}.resource-card .copy-container{padding:16px;display:flex;flex-direction:column;justify-content:space-between;height:calc(100% - 185px);min-height:165px}@media(max-width:768px){.resource-card .copy-container{height:calc(100% - 160px)}}.resource-card .resource-name{margin-bottom:8px;font-size:14px}@media(max-width:768px){.resource-card .resource-name{font-size:12px}}.resource-card .resource-description{color:#9ea0a2;line-height:1.35;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:14px}@media(max-width:768px){.resource-card .resource-description{font-size:12px}}.resource-card .bottom-container{display:flex;justify-content:flex-end;align-items:center}.resource-item{border:1px solid #d3d3d3;border-radius:8px;margin:16px;box-shadow:0 0 10px -5px #24282c;cursor:pointer;max-width:300px;min-width:300px}@media(max-width:2400px){.resource-item{max-width:calc(20% - 32px);min-width:calc(20% - 32px)}}@media(max-width:1800px){.resource-item{max-width:calc(25% - 32px);min-width:calc(25% - 32px)}}@media(max-width:1400px){.resource-item{max-width:calc(33.33% - 32px);min-width:calc(33.33% - 32px)}}@media(max-width:850px){.resource-item{max-width:calc(50% - 32px);min-width:calc(50% - 32px);display:flex;flex-direction:column}}@media(max-width:600px){.resource-item{width:100%;max-width:350px;margin-left:0;margin-right:0}}.resource-item .img{width:100%;max-height:185px;border-bottom:1px solid #d3d3d3;border-radius:4px 4px 0 0}@media(max-width:600px){.resource-item .img{max-height:200px}}.resource-item .copy-container{padding:16px;display:flex;flex-direction:column;justify-content:space-between;height:calc(100% - 185px)}.resource-item .name{margin-bottom:8px}.resource-item .text{margin-bottom:16px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:14px}@media(max-width:768px){.resource-item .text{font-size:12px}}.resource-item .bottom-container{display:flex;justify-content:space-between;align-items:center}.resource-item .bottom-container span.date{margin-bottom:0;color:#24282c;font-size:14px}@media(max-width:768px){.resource-item .bottom-container span.date{font-size:12px}}@keyframes slide-in{0%{left:-100%}to{left:0}}@keyframes slide-out{0%{left:0}to{left:-100%;display:none}}.overlay{width:100%;height:100vh;background:rgba(6,1,1,.2);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);position:absolute;top:0;z-index:4;display:none}.overlay.show{display:block}.slide-out{top:0;left:-100%;width:calc(100% - 100px);min-width:250px;max-width:400px;height:100%;position:absolute;background:#fff;z-index:5;border-right:2px solid #24282c;opacity:.9}@media(min-width:851px){.slide-out{display:none}}.slide-out.opened{left:0;animation:slide-in 1s ease-in-out}.slide-out.closed{left:-100%;animation:slide-out 1s ease-in-out}.slide-out .close-btn{position:absolute;top:20px;right:20px;background:transparent;border:none;cursor:pointer}.slide-out .close-btn .close-btn-logo{width:15px;height:15px}.slide-out .route-list{margin-top:60px;overflow-y:scroll;max-height:calc(100% - 125px)}.slide-out .route-list li{padding:16px;font-size:24px;letter-spacing:1.5px;border-bottom:1px solid #9d9d9d;cursor:pointer;text-transform:uppercase;display:flex;align-items:center;min-height:83.5px}@media(max-width:850px){.slide-out .route-list li{font-size:16px}}.slide-out .route-list li .img-placeholder,.slide-out .route-list li img{width:50px;margin-right:20px}.slide-out .route-list li a{color:#24282c;text-decoration:none;width:100%}.slide-out .route-list li:first-of-type{border-top:1px solid #9d9d9d}.slide-out .route-list li.match-route{border-right:10px solid #0fb5ee}@supports(-webkit-touch-callout:none){.slide-out{min-height:-webkit-fill-available;height:calc(100% - constant(safe-area-inset-top) - constant(safe-area-inset-bottom));height:calc(100% - env(safe-area-inset-top) - env(safe-area-inset-bottom))}}.subscribe-container{margin-bottom:28px;display:flex;flex-direction:column;align-items:center}.subscribe-container .subscribe-label{margin-bottom:16px;font-size:16px;letter-spacing:1.25px;font-weight:600}.subscribe-form{height:36px;width:250px;border-radius:4px 0 0 4px;display:flex}.subscribe-form .subscribe-input{height:100%;border:none;width:calc(100% - 32px);padding:8px;outline:none;background-color:rgba(253,128,36,.25);color:#24282c;letter-spacing:1.5px;border-radius:4px 0 0 4px}.subscribe-form .subscribe-input::placeholder{color:#9d9d9d;opacity:1}.subscribe-form .subscribe-input:-ms-input-placeholder{color:#9d9d9d}.subscribe-form .subscribe{width:32px;height:100%;background:#fd8024;outline:none;border:none;border-radius:0 4px 4px 0}.subscribe-form .subscribe img{width:100%;height:100%;padding:8px}.tabs-container{display:flex;width:calc(100vw - 112px)}@media(max-width:850px){.tabs-container{width:calc(100vw - 40px)}}@media(max-width:500px){.tabs-container{width:calc(100vw - 32px)}}.tabs-container .tab{background:#fff;padding:16px;border-radius:16px 16px 0 0;text-align:center;cursor:pointer;display:flex;justify-content:center;align-items:center;border:2px dashed #9d9d9d}@media(max-width:500px){.tabs-container .tab{padding:16px 8px}}.tabs-container .tab.selected-tab{background:#3c98fe;border:none}.tabs-container .tab.selected-tab span{color:#fff}.tabs-container .tab input{display:none}.tabs-container .tab span{font-size:20px;letter-spacing:2px}@media(max-width:600px){.tabs-container .tab span{font-size:16px;letter-spacing:1.25px}}@media(max-width:500px){.tabs-container .tab span{font-size:12px;letter-spacing:1px}}@media(max-width:350px){.tabs-container .tab span{font-size:10px}}.Toastify__toast-container--bottom-right{position:fixed;top:0}.Toastify__toast-container--bottom-right .Toastify__toast.error{background:#fbb}.Toastify__toast-container--bottom-right .Toastify__toast.success{background:#8cc759}.Toastify__toast-container--bottom-right .Toastify__toast .Toastify__toast-body{display:flex;justify-content:center;font-size:16px;text-align:center}.Toastify__toast-container--bottom-right .Toastify__toast .Toastify__close-button{font-size:16px}.page{width:100%;position:absolute;background-color:#fff;overflow-y:scroll;margin-top:75px;height:calc(100vh - 50px);animation:fadein .5s ease-in;opacity:1}@media(max-width:850px){.page{margin-top:60px}}.page::-webkit-scrollbar{display:none}.page .about-container{min-height:calc(100vh - 300px)}.page .about-container .about-company{margin-bottom:56px}@media(max-width:768px){.page .about-container .about-company{margin-bottom:24px}}.page .about-container .about-company .heading{text-transform:unset;margin-bottom:16px;font-size:24px}@media(max-width:768px){.page .about-container .about-company .heading{font-size:20px}}@media(max-width:500px){.page .about-container .about-company .heading{font-size:16px;padding-left:16px;padding-right:16px}}@media(max-width:768px){.page .about-container .about-company .about-text{padding-left:16px;padding-right:16px}}.page .about-container .about-text,.page .about-container .bio,.page .about-container .person-name-and-title,.page .about-container .person-title{line-height:130%;font-size:16px}@media(max-width:768px){.page .about-container .about-text,.page .about-container .bio,.page .about-container .person-name-and-title,.page .about-container .person-title{font-size:14px}}@media(max-width:500px){.page .about-container .about-text,.page .about-container .bio,.page .about-container .person-name-and-title,.page .about-container .person-title{font-size:12px}}@media(max-width:768px){.page .about-container .about-people{display:flex;flex-direction:column;margin-bottom:40px}}.page .about-container .about-people .heading{text-transform:unset;margin-bottom:16px;font-size:24px}@media(max-width:768px){.page .about-container .about-people .heading{font-size:20px}}@media(max-width:500px){.page .about-container .about-people .heading{font-size:16px;padding-left:16px;padding-right:16px}}.page .about-container .about-people .person-list-container{display:flex;flex-wrap:wrap;justify-content:space-between}@media(max-width:768px){.page .about-container .about-people .person-list-container{flex-direction:column;align-items:center}}.page .about-container .about-people .person-list-container .person-container{min-width:calc(50% - 16px);max-width:calc(50% - 16px);margin-bottom:40px}@media(max-width:768px){.page .about-container .about-people .person-list-container .person-container:last-of-type{margin-bottom:0}}@media(max-width:768px){.page .about-container .about-people .person-list-container .person-container{width:calc(100% - 32px);min-width:unset;max-width:unset}}.page .about-container .about-people .person-list-container .person-container .person-img{width:100%;margin-bottom:8px}.page .about-container .about-people .person-list-container .person-container .person-name-and-title{margin-bottom:8px;font-weight:300}.page .about-container .about-people .person-list-container .person-container .person-title{font-style:italic}.page .blog-container{margin-top:40px;margin-bottom:0;max-width:650px}.page .blog-container .hero{width:100%;height:400px;margin-bottom:32px}@media(max-width:600px){.page .blog-container .hero{height:unset}}.page .blog-container .content-img{width:100%;height:400px;margin-bottom:8px;margin-top:8px}@media(max-width:600px){.page .blog-container .content-img{height:unset}}.page .blog-container .title{margin-bottom:4px;font-size:20px}.page .blog-container .author{margin-bottom:4px;font-size:12px}.page .blog-container .date{margin-bottom:24px;color:#9ea0a2;font-size:12px}.page .blog-container .list-item{margin-bottom:16px;list-style:none;font-size:14px}.page .blog-container .list-item:last-of-type{margin-bottom:0}.page .blog-container .list-item .section-heading{font-size:16px;margin-bottom:4px}.page .blog-container .nested-list{list-style:none;margin-bottom:8px}.page .blog-container .nested-list:last-of-type{margin-bottom:0}.page .blog-container .nested-list .nested-list-item-text{margin-bottom:8px}.page .blog-container .nested-list .nested-list-item-text:last-of-type{margin-bottom:0}.page .blog-container .list-item-text{margin-bottom:12px;line-height:1.3;letter-spacing:1.01px}.page .blog-container .caption{margin-bottom:24px}@media(max-width:500px){.page.blogs .container .heading{padding-left:0}}.page.blogs .blog-list{display:flex;width:100%;flex-wrap:wrap}@media(max-width:850px){.page.blogs .blog-list{justify-content:space-between}}@media(max-width:600px){.page.blogs .blog-list{justify-content:center}}.page .contact-container{min-height:calc(100vh - 300px);display:flex}@media(max-width:768px){.page .contact-container{flex-direction:column-reverse;align-items:center}}.page .contact-container .me-or-company{width:50%;padding:32px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}@media(max-width:768px){.page .contact-container .me-or-company{width:85%;padding:20px}}@media(max-width:500px){.page .contact-container .me-or-company{width:100%}}.page .contact-container .contact-form-container{width:50%;padding:32px;max-width:550px}@media(max-width:768px){.page .contact-container .contact-form-container{width:100%;margin-bottom:40px;padding:20px;width:75%}}@media(max-width:600px){.page .contact-container .contact-form-container{width:100%}}@media(max-width:768px){.page .contact-container .contact-form-container .heading{padding-left:0}}.page .contact-container .contact-form-container .message-text{font-size:16px;margin-bottom:32px}@media(max-width:768px){.page .contact-container .contact-form-container .message-text{margin-bottom:24px}}.page .contact-container .contact-form-container .contact-form{width:100%;display:flex;flex-direction:column;align-items:center}.page .contact-container .contact-form-container .form-field{display:flex;flex-direction:column;width:100%;margin-bottom:24px}.page .contact-container .contact-form-container .form-field:last-of-type{margin-bottom:32px}.page .contact-container .contact-form-container .form-field span{font-size:16px;margin-bottom:8px}@media(max-width:768px){.page .contact-container .contact-form-container .form-field span{margin-bottom:4px}}.page .contact-container .contact-form-container .form-field input,.page .contact-container .contact-form-container .form-field textarea{padding:12px;border:none;border-bottom:1px solid #24282c;outline:none;font-size:18px;cursor:pointer}.page .contact-container .contact-form-container .form-field input:hover,.page .contact-container .contact-form-container .form-field textarea:hover{border-bottom:2px solid #24282c}.page .contact-container .contact-form-container .form-field input.validated,.page .contact-container .contact-form-container .form-field textarea.validated{border-bottom:1px solid #8cc759}@media(max-width:768px){.page .contact-container .contact-form-container .form-field input{padding:8px}}.page .contact-container .contact-form-container .form-field input.invalid{border-bottom:1px solid red}.page .contact-container .contact-form-container .form-field textarea{max-height:100px;max-width:100%;min-height:100px;min-width:100%}@media(max-width:768px){.page .contact-container .contact-form-container .form-field textarea{padding:8px;max-height:85px;min-height:85px}}.page .contact-container .contact-form-container .submit-btn{cursor:pointer;border:none;background-color:transparent;text-transform:uppercase;letter-spacing:.75px}.page.dashboard .cover-photo{max-width:100%;min-width:100%;height:350px}@media(max-width:600px){.page.dashboard .cover-photo{height:240px}}@media(max-width:350px){.page.dashboard .cover-photo{height:175px}}.page.dashboard .mission-container{margin-bottom:56px}@media(max-width:768px){.page.dashboard .mission-container{margin-bottom:32px}}.page.dashboard .mission-container p{line-height:1.5;letter-spacing:.75px;font-size:16px}@media(max-width:768px){.page.dashboard .mission-container p{text-align:center;font-size:14px}}@media(max-width:500px){.page.dashboard .mission-container p{font-size:12px}}.page.dashboard .dashboard-container{min-height:calc(100vh - 300px)}.page.dashboard .dashboard-container .welcome-message-container{display:flex;flex-direction:column;align-items:center;margin-bottom:80px}.page.dashboard .dashboard-container .latest-releases,.page.dashboard .dashboard-container .popular-resources{display:flex;flex-wrap:wrap}@media(max-width:850px){.page.dashboard .dashboard-container .latest-releases,.page.dashboard .dashboard-container .popular-resources{justify-content:space-between}}@media(max-width:600px){.page.dashboard .dashboard-container .latest-releases,.page.dashboard .dashboard-container .popular-resources{justify-content:center}}.page.dashboard .dashboard-container .latest-releases{margin-bottom:40px}.page.product-detail .q-and-a-list{padding-left:16px}.page.product-detail .q-and-a-item{margin-bottom:24px}.page.product-detail .q-and-a-item:last-of-type{margin-bottom:0}.page.product-detail .question{font-weight:400;margin-bottom:12px;display:block}.page.product-detail .answer{color:#9ea0a2;line-height:1.5}.page.product-detail .additional-answer{margin-top:16px;padding-left:16px}.page.product-detail .additional-answer-list-item{margin-bottom:8px;color:#9ea0a2}.page.product-detail .disclaimer{margin-top:32px}.page.product-detail .image-carousel{display:flex;justify-content:center;align-items:center;flex-direction:column;width:60%}@media(max-width:1000px){.page.product-detail .image-carousel{width:100%;margin-bottom:40px}}.page.product-detail .image-carousel .slider-container{width:100%;text-align:center;overflow:hidden;margin:0 40px;display:flex;align-items:center;flex-direction:column}.page.product-detail .image-carousel .slider-container .slider{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scroll-snap-type:mandatory;margin-left:36px;margin-right:36px;max-width:550px}@media(max-width:850px){.page.product-detail .image-carousel .slider-container .slider{max-width:450px}}@media(max-width:500px){.page.product-detail .image-carousel .slider-container .slider{max-width:calc(100vw - 40px)}}.page.product-detail .image-carousel .slider-container .slider::-webkit-scrollbar{width:10px;height:10px}.page.product-detail .image-carousel .slider-container .slider::-webkit-scrollbar-thumb{background:#24282c;border-radius:10px}.page.product-detail .image-carousel .slider-container .slider::-webkit-scrollbar-track{background:transparent}.page.product-detail .image-carousel .slider-container .slider>.slider-img{scroll-snap-align:start;flex-shrink:0;width:300px;height:300px;margin:0 40px 8px;border-radius:10px;transform-origin:center center;transform:scale(1);transition:transform .5s;position:relative;display:flex;justify-content:center;align-items:center}@media(min-width:1001px){.page.product-detail .image-carousel .slider-container .slider>.slider-img{width:450px;height:400px;margin:0 80px 8px}}.page.product-detail .image-carousel .slider-container .slider .slider-img{height:400px;width:450px;border-radius:4px}@media(max-width:1000px){.page.product-detail .image-carousel .slider-container .slider .slider-img{width:500px;height:400px}}@media(max-width:850px){.page.product-detail .image-carousel .slider-container .slider .slider-img{width:450px;height:300px}}@media(max-width:500px){.page.product-detail .image-carousel .slider-container .slider .slider-img{width:calc(100vw - 40px);height:250px}}.page.product-detail .image-carousel .carousel{display:flex;align-items:center;margin-top:16px}@media(min-width:1001px){.page.product-detail .image-carousel .carousel{max-width:450px;overflow-x:scroll;margin-left:-100px;-ms-overflow-style:none;scrollbar-width:none}.page.product-detail .image-carousel .carousel::-webkit-scrollbar{display:none}}@media(max-width:1000px){.page.product-detail .image-carousel .carousel.desktop{display:none}}.page.product-detail .image-carousel .carousel.desktop .carousel-img-container.selected{border:3px outset red;border-radius:8px}.page.product-detail .image-carousel .carousel.desktop .carousel-img-container .carousel-img{height:40px;width:40px;border-radius:4px;padding:8px;cursor:pointer}@media(max-width:1000px){.page.product-detail .image-carousel .carousel.desktop .carousel-img-container .carousel-img{width:75px;height:75px}}@media(min-width:1001px){.page.product-detail .image-carousel .carousel.mobile{display:none}}.page.product-detail .image-carousel .carousel.mobile .mobile-carousel-img-container:not(:last-of-type){margin-right:12px}.page.product-detail .image-carousel .carousel.mobile .mobile-carousel-img-container.selected{border:3px outset red;border-radius:100%;padding:4px}.page.product-detail .image-carousel .carousel.mobile .mobile-carousel-img-container.selected .mobile-carousel-img{background:red}.page.product-detail .image-carousel .carousel.mobile .mobile-carousel-img-container .mobile-carousel-img{height:20px;width:20px;border-radius:100%;background:#fd8024;cursor:pointer}@media(max-width:400px){.page.product-detail .image-carousel .carousel.mobile .mobile-carousel-img-container .mobile-carousel-img{width:16px;height:16px}}.page.product-detail .retail-product-details{display:flex;flex-direction:column;align-items:center;width:100%}.page.product-detail .retail-product-details .product-top-section{display:flex;margin-top:80px;width:100%}@media(max-width:1000px){.page.product-detail .retail-product-details .product-top-section{align-items:center;flex-direction:column;margin-top:48px}}.page.product-detail .retail-product-details .product-top-section .details-container{width:40%;padding-left:12px;padding-right:12px}@media(max-width:1000px){.page.product-detail .retail-product-details .product-top-section .details-container{width:100%;padding-left:12px;padding-right:12px}}@media(max-width:500px){.page.product-detail .retail-product-details .product-top-section .details-container{padding-left:0;padding-right:0}}.page.product-detail .retail-product-details .product-top-section .details-container .product-name{margin-bottom:12px;font-size:14px}@media(max-width:768px){.page.product-detail .retail-product-details .product-top-section .details-container .product-name{font-size:12px}}.page.product-detail .retail-product-details .product-top-section .details-container .product-pricing{margin-bottom:24px}.page.product-detail .retail-product-details .product-top-section .details-container .product-pricing .discounted-price,.page.product-detail .retail-product-details .product-top-section .details-container .product-pricing .free-price,.page.product-detail .retail-product-details .product-top-section .details-container .product-pricing .product-price{font-weight:400;font-size:16px}@media(max-width:850px){.page.product-detail .retail-product-details .product-top-section .details-container .product-pricing .discounted-price,.page.product-detail .retail-product-details .product-top-section .details-container .product-pricing .free-price,.page.product-detail .retail-product-details .product-top-section .details-container .product-pricing .product-price{font-size:16px}}.page.product-detail .retail-product-details .product-top-section .details-container .product-pricing .free-price{color:#ef5d74;font-size:14px}@media(max-width:768px){.page.product-detail .retail-product-details .product-top-section .details-container .product-pricing .free-price{font-size:12px}}.page.product-detail .retail-product-details .product-top-section .details-container .product-pricing .discounted-price{text-decoration:line-through;margin-right:8px;color:#ef5d74;font-size:14px}@media(max-width:768px){.page.product-detail .retail-product-details .product-top-section .details-container .product-pricing .discounted-price{font-size:12px}}.page.product-detail .retail-product-details .product-top-section .details-container .product-pricing .product-price{color:#24282c;font-size:14px}@media(max-width:768px){.page.product-detail .retail-product-details .product-top-section .details-container .product-pricing .product-price{font-size:12px}}.page.product-detail .retail-product-details .product-top-section .details-container .product-overview{color:#9ea0a2;margin-bottom:24px;font-size:14px;letter-spacing:.75px;line-height:1.25;font-weight:400}@media(max-width:768px){.page.product-detail .retail-product-details .product-top-section .details-container .product-overview{font-size:12px}}.page.product-detail .retail-product-details .product-top-section .details-container .product-transaction{display:flex;align-items:center}.page.product-detail .retail-product-details .line-break{border-bottom:1px solid #9d9d9d;padding-bottom:60px;margin-bottom:60px}@media(max-width:1000px){.page.product-detail .retail-product-details .line-break{padding-bottom:40px;margin-bottom:40px}}.page.product-detail .retail-product-details .product-bottom-section{width:100%}.page.product-detail .retail-product-details .product-bottom-section .section-heading{font-size:20px;margin-bottom:24px}@media(max-width:850px){.page.product-detail .retail-product-details .product-bottom-section .section-heading{font-size:18px}}.page.product-detail .retail-product-details .estimated-sla-container{margin-top:24px;font-size:12px;letter-spacing:1.3px;font-style:italic}.page.product-detail .reviews,.page.product-detail .specifications{margin-bottom:80px}.page.product-detail .specifications .specs .spec{margin-bottom:16px;display:flex;align-items:center}.page.product-detail .specifications .specs .spec:last-of-type{margin-bottom:0}.page.product-detail .specifications .specs .spec.game-content{align-items:flex-start}.page.product-detail .specifications .specs .spec.game-content ul{padding-left:12px}.page.product-detail .specifications .specs .spec.game-content ul li{margin-bottom:4px;color:#9ea0a2}@media(max-width:500px){.page.product-detail .specifications .specs .spec.rules{align-items:flex-start}}.page.product-detail .specifications .specs .spec .spec-logo{width:20px;height:20px;margin-right:12px}.page.product-detail .specifications .specs .spec h6{font-weight:300;font-size:16px;color:#9ea0a2}.page.product-detail .rules-container-of-container{display:flex;align-items:center;justify-content:space-between;width:180px}@media(max-width:500px){.page.product-detail .rules-container-of-container{flex-direction:column;align-items:flex-start}}.page.product-detail .rules-container-of-container .rules-container{display:flex;align-items:center}@media(max-width:500px){.page.product-detail .rules-container-of-container .rules-container:first-of-type{margin-bottom:12px}}.page.product-detail .zoomed-img-backdrop{position:fixed;background:#9d9d9d;width:100vw;height:100vh;z-index:3;display:flex;justify-content:center;align-items:center;overflow-y:hidden}.page.product-detail .zoomed-img-modal{width:600px;height:400px;z-index:4;box-shadow:0 0 10px 0 #24282c;border-radius:4px}.page.product-detail .zoomed-img{width:100%;height:100%;border-radius:4px}.page.product-detail .question-and-answer{display:flex;flex-direction:column;justify-self:center;align-items:center;margin:80px auto 0;max-width:650px;width:calc(100vw - 32px);word-wrap:break-word}@media(max-width:768px){.page.product-detail .question-and-answer{width:calc(100vw - 40px);margin-top:64px}}@media(max-width:500px){.page.product-detail .question-and-answer{margin-top:40px}}.page.product-detail .question-and-answer .btn-container{width:450px}@media(max-width:500px){.page.product-detail .question-and-answer .btn-container{width:320px}}@media(max-width:350px){.page.product-detail .question-and-answer .btn-container{width:300px}}.page.product-detail .question-and-answer .btn-container .default-btn{background:#8c6daf}.page.product-detail .question-and-answer .btn-container .default-btn:nth-of-type(2){background:#8cc759}.page.product-detail .question-and-answer .btn-container .default-btn:disabled{background-color:#dbd7d7;color:#9d9d9d}.page.product-detail .question-and-answer .content{font-size:24px;text-align:center;line-height:1.5;margin-bottom:0}@media(max-width:500px){.page.product-detail .question-and-answer .content{font-size:20px}}.page.product-detail .question-and-answer .content:not(:last-of-type){margin-bottom:12px}.page.product-detail .question-and-answer .content-list{font-size:24px;line-height:1.5}.page.product-detail .question-and-answer .content-list .content-list-item{color:#9d9d9d;margin-bottom:8px}@media(max-width:500px){.page.product-detail .question-and-answer .content-list .content-list-item{font-size:20px}}.page.product-detail .question-and-answer .answer-container{margin-top:40px}@media(max-width:500px){.page.product-detail .question-and-answer .answer-container{margin-top:24px}}.page.product-detail .question-and-answer .answer-container li,.page.product-detail .question-and-answer .answer-container p{color:#0fb5ee}.page.product-detail .battleship-board{display:flex;margin-top:64px}@media(max-width:1000px){.page.product-detail .battleship-board{flex-direction:column}}@media(max-width:500px){.page.product-detail .battleship-board{margin-top:40px}}.page.product-detail .battleship-board .game-set-up-container{margin-left:12px;display:flex}@media(max-width:1000px){.page.product-detail .battleship-board .game-set-up-container{margin:40px 0}}@media(max-width:767px){.page.product-detail .battleship-board .game-set-up-container{flex-direction:column}}@media(max-width:600px){.page.product-detail .battleship-board .game-set-up-container{margin-left:0}}.page.product-detail .battleship-board .game-set-up-container .fleet-container{margin-right:12px}@media(max-width:767px){.page.product-detail .battleship-board .game-set-up-container .fleet-container{margin-right:0;margin-bottom:40px}}.page.product-detail .battleship-board .game-set-up-container .fleet-container h3{margin-bottom:12px;font-size:16px}.page.product-detail .battleship-board .game-play-container{display:flex}@media(max-width:1200px){.page.product-detail .battleship-board .game-play-container{flex-direction:column}}@media(max-width:1000px){.page.product-detail .battleship-board .game-play-container{margin-top:40px}}.page.product-detail .battleship-board .game-play-container .game-board-container{margin-left:12px}@media(max-width:1200px){.page.product-detail .battleship-board .game-play-container .game-board-container:not(:last-of-type){margin-bottom:40px}}@media(max-width:1000px){.page.product-detail .battleship-board .game-play-container .game-board-container{margin-left:0}}.page.product-detail .battleship-board .fleet{border-radius:4px;background:#9ec5e7;padding:16px;width:288px}.page.product-detail .battleship-board .fleet .ship-container{margin-bottom:32px}.page.product-detail .battleship-board .fleet .ship-container:last-of-type{margin-bottom:16px}.page.product-detail .battleship-board .fleet .ship-container.vertical .ship{flex-direction:row}.page.product-detail .battleship-board .fleet .ship-container .ship-heading-container{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;min-height:27px}.page.product-detail .battleship-board .fleet .ship-container .ship-heading-container .ship-name{font-weight:400;font-size:16px}.page.product-detail .battleship-board .fleet .ship-container .ship-heading-container .setup-buttons .green{background:#8cc759}.page.product-detail .battleship-board .fleet .ship-container .ship-heading-container .setup-buttons .blue{background:#3c98fe}.page.product-detail .battleship-board .fleet .ship-container .ship-heading-container .setup-buttons .purple{background:#8c6daf}.page.product-detail .battleship-board .fleet .ship-container .ship-heading-container .setup-buttons .deploy-btn{margin-left:8px}.page.product-detail .battleship-board .fleet .ship-container .ship-heading-container .setup-buttons .deployed-label{color:#fff;letter-spacing:1.5px;font-weight:700;text-shadow:1px 1px 10px #000}.page.product-detail .battleship-board .game-board-container h3{font-size:16px}.page.product-detail .battleship-board .game-board-container .title-container{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;width:500px}@media(max-width:940px){.page.product-detail .battleship-board .game-board-container .title-container{width:450px}}@media(max-width:850px){.page.product-detail .battleship-board .game-board-container .title-container{width:400px}}@media(max-width:767px){.page.product-detail .battleship-board .game-board-container .title-container{width:500px}}@media(max-width:600px){.page.product-detail .battleship-board .game-board-container .title-container{width:450px}}@media(max-width:500px){.page.product-detail .battleship-board .game-board-container .title-container{width:400px}}@media(max-width:450px){.page.product-detail .battleship-board .game-board-container .title-container{width:375px}}@media(max-width:400px){.page.product-detail .battleship-board .game-board-container .title-container{width:350px}}@media(max-width:375px){.page.product-detail .battleship-board .game-board-container .title-container{width:320px}}@media(max-width:350px){.page.product-detail .battleship-board .game-board-container .title-container{width:285px}}.page.product-detail .battleship-board .game-board-container .game-board{background:#9ec5e7;height:500px;width:500px;position:relative}@media(max-width:940px){.page.product-detail .battleship-board .game-board-container .game-board{height:450px;width:450px}}@media(max-width:850px){.page.product-detail .battleship-board .game-board-container .game-board{height:400px;width:400px}}@media(max-width:767px){.page.product-detail .battleship-board .game-board-container .game-board{height:500px;width:500px}}@media(max-width:600px){.page.product-detail .battleship-board .game-board-container .game-board{height:450px;width:450px}}@media(max-width:500px){.page.product-detail .battleship-board .game-board-container .game-board{height:400px;width:400px}}@media(max-width:450px){.page.product-detail .battleship-board .game-board-container .game-board{height:375px;width:375px}}@media(max-width:400px){.page.product-detail .battleship-board .game-board-container .game-board{height:350px;width:350px}}@media(max-width:375px){.page.product-detail .battleship-board .game-board-container .game-board{height:320px;width:320px}}@media(max-width:350px){.page.product-detail .battleship-board .game-board-container .game-board{height:285px;width:285px}}.page.product-detail .battleship-board .game-board-container .game-board .board-row{display:flex;height:10%;min-height:10%;width:100%;border-bottom:1px solid #9d9d9d}.page.product-detail .battleship-board .game-board-container .game-board .board-row .board-square{display:flex;justify-content:center;align-items:center;width:10%;height:100%;min-height:100%;border:unset;border-right:1px solid #9d9d9d;background:transparent;outline:none;cursor:pointer;position:relative}.page.product-detail .battleship-board .game-board-container .game-board .board-row .board-square:disabled{cursor:not-allowed}.page.product-detail .battleship-board .game-board-container .game-board .board-row .board-square .square-hole{height:8px;width:8px;border-radius:50%;border:1px solid #24282c;z-index:1}@media(max-width:500px){.page.product-detail .battleship-board .game-board-container .game-board .board-row .board-square .square-hole{height:6px;width:6px}}.page.product-detail .battleship-board .game-board-container .game-board .board-row .board-square .square-hole.hit{background:red}.page.product-detail .battleship-board .game-board-container .game-board .board-row .board-square .square-hole.miss{background:#fff}.page.product-detail .battleship-board .sonar{position:absolute;top:0;left:0;transform:translate(50%,50%);width:100%;height:100%}.page.product-detail .battleship-board .sonar .sonar-center{background:#9d9d9d;width:10px;height:10px;border-radius:50%;position:absolute;top:0;left:0;transform:translate(-50%,-50%)}.page.product-detail .battleship-board .sonar .sonar-circle{border:1px solid #9d9d9d;border-radius:50%;position:absolute;top:0;left:0;transform:translate(-50%,-50%)}.page.product-detail .battleship-board .sonar .sonar-circle-inner{width:33.33%;height:33.33%}.page.product-detail .battleship-board .sonar .sonar-circle-middle{width:66.66%;height:66.66%}.page.product-detail .battleship-board .sonar .sonar-circle-outer{width:99.99%;height:99.99%}.page.product-detail .battleship-board .ship,.page.product-detail .battleship-board .ship-copy{background:#646464;display:flex;justify-content:space-around;align-items:center;position:absolute;height:50px}.page.product-detail .battleship-board .ship-copy.ship-copy,.page.product-detail .battleship-board .ship.ship-copy{top:0;left:0;transform:translateY(-1%);z-index:1}.page.product-detail .battleship-board .ship-copy.ship-copy.hidden,.page.product-detail .battleship-board .ship.ship-copy.hidden{display:none}@media(max-width:940px){.page.product-detail .battleship-board .ship,.page.product-detail .battleship-board .ship-copy{height:45px}}@media(max-width:850px){.page.product-detail .battleship-board .ship,.page.product-detail .battleship-board .ship-copy{height:40px}}@media(max-width:767px){.page.product-detail .battleship-board .ship,.page.product-detail .battleship-board .ship-copy{height:50px}}@media(max-width:600px){.page.product-detail .battleship-board .ship,.page.product-detail .battleship-board .ship-copy{height:45px}}@media(max-width:500px){.page.product-detail .battleship-board .ship,.page.product-detail .battleship-board .ship-copy{height:40px}}@media(max-width:450px){.page.product-detail .battleship-board .ship,.page.product-detail .battleship-board .ship-copy{height:37.5px}}@media(max-width:400px){.page.product-detail .battleship-board .ship,.page.product-detail .battleship-board .ship-copy{height:35px}}@media(max-width:375px){.page.product-detail .battleship-board .ship,.page.product-detail .battleship-board .ship-copy{height:32px}}@media(max-width:350px){.page.product-detail .battleship-board .ship,.page.product-detail .battleship-board .ship-copy{height:28.5px}}.page.product-detail .battleship-board .ship-copy .peg,.page.product-detail .battleship-board .ship .peg{border-radius:50%;width:8px;height:8px;border:1px solid #24282c;z-index:1}@media(max-width:500px){.page.product-detail .battleship-board .ship-copy .peg,.page.product-detail .battleship-board .ship .peg{width:6px;height:6px}}.page.product-detail .battleship-board .ship-copy .peg.hit,.page.product-detail .battleship-board .ship .peg.hit{background:red}.page.product-detail .battleship-board #carrier-copy,.page.product-detail .battleship-board .carrier .ship{-webkit-clip-path:polygon(0 0,0 100%,80% 100%,85% 88%,90% 85%,100% 80%,100% 20%,90% 15%,85% 12%,80% 0,0 0);clip-path:polygon(0 0,0 100%,80% 100%,85% 88%,90% 85%,100% 80%,100% 20%,90% 15%,85% 12%,80% 0,0 0);width:250px}@media(max-width:940px){.page.product-detail .battleship-board #carrier-copy,.page.product-detail .battleship-board .carrier .ship{width:225px}}@media(max-width:850px){.page.product-detail .battleship-board #carrier-copy,.page.product-detail .battleship-board .carrier .ship{width:200px}}@media(max-width:767px){.page.product-detail .battleship-board #carrier-copy,.page.product-detail .battleship-board .carrier .ship{width:250px}}@media(max-width:600px){.page.product-detail .battleship-board #carrier-copy,.page.product-detail .battleship-board .carrier .ship{width:225px}}@media(max-width:500px){.page.product-detail .battleship-board #carrier-copy,.page.product-detail .battleship-board .carrier .ship{width:200px}}@media(max-width:450px){.page.product-detail .battleship-board #carrier-copy,.page.product-detail .battleship-board .carrier .ship{width:187.5px}}@media(max-width:400px){.page.product-detail .battleship-board #carrier-copy,.page.product-detail .battleship-board .carrier .ship{width:175px}}@media(max-width:375px){.page.product-detail .battleship-board #carrier-copy,.page.product-detail .battleship-board .carrier .ship{width:160px}}@media(max-width:350px){.page.product-detail .battleship-board #carrier-copy,.page.product-detail .battleship-board .carrier .ship{width:142.5px}}.page.product-detail .battleship-board .carrier{height:70px}.page.product-detail .battleship-board .carrier.vertical{height:270px}.page.product-detail .battleship-board .carrier.vertical .ship{transform:rotate(90deg) translate(105px,-2px)}@media(max-width:940px){.page.product-detail .battleship-board .carrier{height:65px}.page.product-detail .battleship-board .carrier .ship{transform:translateX(18px)}.page.product-detail .battleship-board .carrier.vertical{height:250px}.page.product-detail .battleship-board .carrier.vertical .ship{transform:rotate(90deg) translate(95px,-15px)}}@media(max-width:850px){.page.product-detail .battleship-board .carrier{height:60px}.page.product-detail .battleship-board .carrier .ship{transform:translateX(30px)}.page.product-detail .battleship-board .carrier.vertical{height:220px}.page.product-detail .battleship-board .carrier.vertical .ship{transform:rotate(90deg) translate(85px,-30px)}}@media(max-width:767px){.page.product-detail .battleship-board .carrier{height:70px}.page.product-detail .battleship-board .carrier .ship{transform:unset}.page.product-detail .battleship-board .carrier.vertical{height:270px}.page.product-detail .battleship-board .carrier.vertical .ship{transform:rotate(90deg) translate(105px,-5px)}}@media(max-width:600px){.page.product-detail .battleship-board .carrier{height:65px}.page.product-detail .battleship-board .carrier .ship{transform:translateX(15px)}.page.product-detail .battleship-board .carrier.vertical{height:240px}.page.product-detail .battleship-board .carrier.vertical .ship{transform:rotate(90deg) translate(90px,-12px)}}@media(max-width:500px){.page.product-detail .battleship-board .carrier{height:60px}.page.product-detail .battleship-board .carrier .ship{transform:translateX(30px)}.page.product-detail .battleship-board .carrier.vertical{height:215px}.page.product-detail .battleship-board .carrier.vertical .ship{transform:rotate(90deg) translate(80px,-25px)}}@media(max-width:450px){.page.product-detail .battleship-board .carrier{height:57.5px}.page.product-detail .battleship-board .carrier.vertical{height:205px}.page.product-detail .battleship-board .carrier.vertical .ship{transform:rotate(90deg) translate(75px,-35px)}}@media(max-width:400px){.page.product-detail .battleship-board .carrier{height:55px}.page.product-detail .battleship-board .carrier .ship{transform:translateX(40px)}.page.product-detail .battleship-board .carrier.vertical{height:195px}.page.product-detail .battleship-board .carrier.vertical .ship{transform:rotate(90deg) translate(75px,-40px)}}@media(max-width:375px){.page.product-detail .battleship-board .carrier{height:52px}.page.product-detail .battleship-board .carrier .ship{transform:translateX(45px)}.page.product-detail .battleship-board .carrier.vertical{height:180px}.page.product-detail .battleship-board .carrier.vertical .ship{transform:rotate(90deg) translate(70px,-45px)}}@media(max-width:350px){.page.product-detail .battleship-board .carrier{height:48.5px}.page.product-detail .battleship-board .carrier .ship{transform:translateX(50px)}.page.product-detail .battleship-board .carrier.vertical{height:155px}.page.product-detail .battleship-board .carrier.vertical .ship{transform:rotate(90deg) translate(60px,-60px)}}.page.product-detail .battleship-board #carrier-copy.vertical{transform:rotate(90deg) translate(40%,200%)}.page.product-detail .battleship-board #battleship-copy,.page.product-detail .battleship-board .battleship .ship{-webkit-clip-path:polygon(0 50%,5% 60%,10% 70%,15% 80%,20% 90%,21% 91%,22% 92%,23% 93%,24% 94%,25% 95%,26% 96%,27% 97%,28% 98%,29% 99%,30% 100%,70% 100%,71% 99%,72% 98%,73% 97%,74% 96%,75% 95%,76% 94%,77% 93%,78% 92%,79% 91%,80% 90%,85% 80%,90% 70%,91% 68%,92% 66%,93% 64%,94% 62%,95% 60%,100% 50%,95% 40%,94% 38%,93% 36%,92% 34%,91% 32%,90% 30%,85% 20%,80% 10%,79% 9%,78% 8%,77% 7%,76% 6%,75% 5%,74% 4%,73% 3%,72% 2%,71% 1%,70% 0,30% 0,29% 1%,28% 2%,27% 3%,26% 4%,25% 5%,24% 6%,23% 7%,22% 8%,21% 9%,20% 10%,15% 20%,10% 30%,5% 40%,0 50%);clip-path:polygon(0 50%,5% 60%,10% 70%,15% 80%,20% 90%,21% 91%,22% 92%,23% 93%,24% 94%,25% 95%,26% 96%,27% 97%,28% 98%,29% 99%,30% 100%,70% 100%,71% 99%,72% 98%,73% 97%,74% 96%,75% 95%,76% 94%,77% 93%,78% 92%,79% 91%,80% 90%,85% 80%,90% 70%,91% 68%,92% 66%,93% 64%,94% 62%,95% 60%,100% 50%,95% 40%,94% 38%,93% 36%,92% 34%,91% 32%,90% 30%,85% 20%,80% 10%,79% 9%,78% 8%,77% 7%,76% 6%,75% 5%,74% 4%,73% 3%,72% 2%,71% 1%,70% 0,30% 0,29% 1%,28% 2%,27% 3%,26% 4%,25% 5%,24% 6%,23% 7%,22% 8%,21% 9%,20% 10%,15% 20%,10% 30%,5% 40%,0 50%);width:200px}@media(max-width:940px){.page.product-detail .battleship-board #battleship-copy,.page.product-detail .battleship-board .battleship .ship{width:180px}}@media(max-width:850px){.page.product-detail .battleship-board #battleship-copy,.page.product-detail .battleship-board .battleship .ship{width:160px}}@media(max-width:767px){.page.product-detail .battleship-board #battleship-copy,.page.product-detail .battleship-board .battleship .ship{width:200px}}@media(max-width:600px){.page.product-detail .battleship-board #battleship-copy,.page.product-detail .battleship-board .battleship .ship{width:180px}}@media(max-width:500px){.page.product-detail .battleship-board #battleship-copy,.page.product-detail .battleship-board .battleship .ship{width:160px}}@media(max-width:450px){.page.product-detail .battleship-board #battleship-copy,.page.product-detail .battleship-board .battleship .ship{width:150px}}@media(max-width:400px){.page.product-detail .battleship-board #battleship-copy,.page.product-detail .battleship-board .battleship .ship{width:140px}}@media(max-width:375px){.page.product-detail .battleship-board #battleship-copy,.page.product-detail .battleship-board .battleship .ship{width:128px}}@media(max-width:350px){.page.product-detail .battleship-board #battleship-copy,.page.product-detail .battleship-board .battleship .ship{width:114px}}.page.product-detail .battleship-board .battleship{height:70px}.page.product-detail .battleship-board .battleship .ship{transform:translateX(25px)}.page.product-detail .battleship-board .battleship.vertical{height:220px;margin-bottom:24px}.page.product-detail .battleship-board .battleship.vertical .ship{transform:rotate(90deg) translate(75px,-27px)}@media(max-width:940px){.page.product-detail .battleship-board .battleship{height:65px}.page.product-detail .battleship-board .battleship .ship{transform:translateX(40px)}.page.product-detail .battleship-board .battleship.vertical{height:195px}.page.product-detail .battleship-board .battleship.vertical .ship{transform:rotate(90deg) translate(70px,-37px)}}@media(max-width:850px){.page.product-detail .battleship-board .battleship{height:60px}.page.product-detail .battleship-board .battleship .ship{transform:translateX(50px)}.page.product-detail .battleship-board .battleship.vertical{height:175px}.page.product-detail .battleship-board .battleship.vertical .ship{transform:rotate(90deg) translate(60px,-50px)}}@media(max-width:767px){.page.product-detail .battleship-board .battleship{height:70px}.page.product-detail .battleship-board .battleship .ship{transform:translateX(25px)}.page.product-detail .battleship-board .battleship.vertical{height:215px}.page.product-detail .battleship-board .battleship.vertical .ship{transform:rotate(90deg) translate(75px,-30px)}}@media(max-width:600px){.page.product-detail .battleship-board .battleship{height:65px}.page.product-detail .battleship-board .battleship .ship{transform:translateX(40px)}.page.product-detail .battleship-board .battleship.vertical{height:200px}.page.product-detail .battleship-board .battleship.vertical .ship{transform:rotate(90deg) translate(70px,-37px)}}@media(max-width:500px){.page.product-detail .battleship-board .battleship{height:60px}.page.product-detail .battleship-board .battleship .ship{transform:translateX(50px)}.page.product-detail .battleship-board .battleship.vertical{height:175px}.page.product-detail .battleship-board .battleship.vertical .ship{transform:rotate(90deg) translate(60px,-45px)}}@media(max-width:450px){.page.product-detail .battleship-board .battleship{height:57.5px}.page.product-detail .battleship-board .battleship.vertical{height:165px}.page.product-detail .battleship-board .battleship.vertical .ship{transform:rotate(90deg) translate(55px,-55px)}}@media(max-width:400px){.page.product-detail .battleship-board .battleship{height:55px}.page.product-detail .battleship-board .battleship .ship{transform:translateX(60px)}.page.product-detail .battleship-board .battleship.vertical{height:150px}.page.product-detail .battleship-board .battleship.vertical .ship{transform:rotate(90deg) translate(50px,-60px)}}@media(max-width:375px){.page.product-detail .battleship-board .battleship{height:52px}.page.product-detail .battleship-board .battleship .ship{transform:translateX(60px)}.page.product-detail .battleship-board .battleship.vertical{height:140px}.page.product-detail .battleship-board .battleship.vertical .ship{transform:rotate(90deg) translate(45px,-63px)}}@media(max-width:350px){.page.product-detail .battleship-board .battleship{height:48.5px}.page.product-detail .battleship-board .battleship.vertical{height:125px}.page.product-detail .battleship-board .battleship.vertical .ship{transform:rotate(90deg) translate(42px,-75px)}}.page.product-detail .battleship-board #battleship-copy.vertical{transform:rotate(90deg) translate(37%,150%)}.page.product-detail .battleship-board #cruiser-copy,.page.product-detail .battleship-board .cruiser .ship{-webkit-clip-path:polygon(0 0,0 100%,75% 100%,80% 95%,85% 85%,90% 75%,95% 65%,98% 55%,100% 50%,98% 45%,95% 35%,90% 25%,85% 15%,80% 5%,75% .39%,0 0);clip-path:polygon(0 0,0 100%,75% 100%,80% 95%,85% 85%,90% 75%,95% 65%,98% 55%,100% 50%,98% 45%,95% 35%,90% 25%,85% 15%,80% 5%,75% .39%,0 0);width:150px}@media(max-width:940px){.page.product-detail .battleship-board #cruiser-copy,.page.product-detail .battleship-board .cruiser .ship{width:135px}}@media(max-width:850px){.page.product-detail .battleship-board #cruiser-copy,.page.product-detail .battleship-board .cruiser .ship{width:120px}}@media(max-width:767px){.page.product-detail .battleship-board #cruiser-copy,.page.product-detail .battleship-board .cruiser .ship{width:150px}}@media(max-width:600px){.page.product-detail .battleship-board #cruiser-copy,.page.product-detail .battleship-board .cruiser .ship{width:135px}}@media(max-width:500px){.page.product-detail .battleship-board #cruiser-copy,.page.product-detail .battleship-board .cruiser .ship{width:120px}}@media(max-width:450px){.page.product-detail .battleship-board #cruiser-copy,.page.product-detail .battleship-board .cruiser .ship{width:112.5px}}@media(max-width:400px){.page.product-detail .battleship-board #cruiser-copy,.page.product-detail .battleship-board .cruiser .ship{width:105px}}@media(max-width:375px){.page.product-detail .battleship-board #cruiser-copy,.page.product-detail .battleship-board .cruiser .ship{width:96px}}@media(max-width:350px){.page.product-detail .battleship-board #cruiser-copy,.page.product-detail .battleship-board .cruiser .ship{width:85.5px}}.page.product-detail .battleship-board .cruiser{height:70px}.page.product-detail .battleship-board .cruiser .ship{transform:translateX(55px)}.page.product-detail .battleship-board .cruiser.vertical{height:170px;margin-bottom:24px}.page.product-detail .battleship-board .cruiser.vertical .ship{transform:rotate(90deg) translate(50px,-50px)}@media(max-width:940px){.page.product-detail .battleship-board .cruiser{height:65px}.page.product-detail .battleship-board .cruiser .ship{transform:translateX(65px)}.page.product-detail .battleship-board .cruiser.vertical{height:155px}.page.product-detail .battleship-board .cruiser.vertical .ship{transform:rotate(90deg) translate(45px,-60px)}}@media(max-width:850px){.page.product-detail .battleship-board .cruiser{height:60px}.page.product-detail .battleship-board .cruiser .ship{transform:translateX(75px)}.page.product-detail .battleship-board .cruiser.vertical{height:140px}.page.product-detail .battleship-board .cruiser.vertical .ship{transform:rotate(90deg) translate(40px,-70px)}}@media(max-width:767px){.page.product-detail .battleship-board .cruiser{height:70px}.page.product-detail .battleship-board .cruiser .ship{transform:translateX(50px)}.page.product-detail .battleship-board .cruiser.vertical{height:170px}.page.product-detail .battleship-board .cruiser.vertical .ship{transform:rotate(90deg) translate(50px,-53px)}}@media(max-width:600px){.page.product-detail .battleship-board .cruiser{height:65px}.page.product-detail .battleship-board .cruiser .ship{transform:translateX(65px)}.page.product-detail .battleship-board .cruiser.vertical{height:155px}.page.product-detail .battleship-board .cruiser.vertical .ship{transform:rotate(90deg) translate(45px,-60px)}}@media(max-width:500px){.page.product-detail .battleship-board .cruiser{height:60px}.page.product-detail .battleship-board .cruiser .ship{transform:translateX(75px)}.page.product-detail .battleship-board .cruiser.vertical{height:140px}.page.product-detail .battleship-board .cruiser.vertical .ship{transform:rotate(90deg) translate(40px,-65px)}}@media(max-width:450px){.page.product-detail .battleship-board .cruiser{height:57.5px}.page.product-detail .battleship-board .cruiser .ship{transform:translateX(70px)}s .page.product-detail .battleship-board .cruiser.vertical{height:130px}s .page.product-detail .battleship-board .cruiser.vertical .ship{transform:rotate(90deg) translate(35px,-72px)}}@media(max-width:400px){.page.product-detail .battleship-board .cruiser{height:55px}.page.product-detail .battleship-board .cruiser .ship{transform:translateX(80px)}.page.product-detail .battleship-board .cruiser.vertical{height:125px}.page.product-detail .battleship-board .cruiser.vertical .ship{transform:rotate(90deg) translate(35px,-76px)}}@media(max-width:375px){.page.product-detail .battleship-board .cruiser{height:52px}.page.product-detail .battleship-board .cruiser.vertical{height:110px}.page.product-detail .battleship-board .cruiser.vertical .ship{transform:rotate(90deg) translate(30px,-78px)}}@media(max-width:350px){.page.product-detail .battleship-board .cruiser{height:48.5px}.page.product-detail .battleship-board .cruiser.vertical{height:100px}.page.product-detail .battleship-board .cruiser.vertical .ship{transform:rotate(90deg) translate(25px,-90px)}}.page.product-detail .battleship-board #cruiser-copy.vertical{transform:rotate(90deg) translate(33%,100%)}.page.product-detail .battleship-board #submarine-copy,.page.product-detail .battleship-board .submarine .ship{-webkit-clip-path:polygon(0 50%,5% 65%,10% 75%,15% 85%,20% 95%,25% 100%,75% 100%,80% 95%,85% 85%,90% 75%,95% 65%,98% 55%,100% 50%,98% 45%,95% 35%,90% 25%,85% 15%,80% 5%,75% .39%,25% 0,20% 5%,15% 15%,10% 25%,5% 35%,0 50%);clip-path:polygon(0 50%,5% 65%,10% 75%,15% 85%,20% 95%,25% 100%,75% 100%,80% 95%,85% 85%,90% 75%,95% 65%,98% 55%,100% 50%,98% 45%,95% 35%,90% 25%,85% 15%,80% 5%,75% .39%,25% 0,20% 5%,15% 15%,10% 25%,5% 35%,0 50%);width:150px}@media(max-width:940px){.page.product-detail .battleship-board #submarine-copy,.page.product-detail .battleship-board .submarine .ship{width:135px}}@media(max-width:850px){.page.product-detail .battleship-board #submarine-copy,.page.product-detail .battleship-board .submarine .ship{width:120px}}@media(max-width:767px){.page.product-detail .battleship-board #submarine-copy,.page.product-detail .battleship-board .submarine .ship{width:150px}}@media(max-width:600px){.page.product-detail .battleship-board #submarine-copy,.page.product-detail .battleship-board .submarine .ship{width:135px}}@media(max-width:500px){.page.product-detail .battleship-board #submarine-copy,.page.product-detail .battleship-board .submarine .ship{width:120px}}@media(max-width:450px){.page.product-detail .battleship-board #submarine-copy,.page.product-detail .battleship-board .submarine .ship{width:112.5px}}@media(max-width:400px){.page.product-detail .battleship-board #submarine-copy,.page.product-detail .battleship-board .submarine .ship{width:105px}}@media(max-width:375px){.page.product-detail .battleship-board #submarine-copy,.page.product-detail .battleship-board .submarine .ship{width:96px}}@media(max-width:350px){.page.product-detail .battleship-board #submarine-copy,.page.product-detail .battleship-board .submarine .ship{width:85.5px}}.page.product-detail .battleship-board .submarine{height:70px}.page.product-detail .battleship-board .submarine .ship{transform:translateX(55px)}.page.product-detail .battleship-board .submarine.vertical{height:170px;margin-bottom:24px}.page.product-detail .battleship-board .submarine.vertical .ship{transform:rotate(90deg) translate(50px,-50px)}@media(max-width:940px){.page.product-detail .battleship-board .submarine{height:65px}.page.product-detail .battleship-board .submarine .ship{transform:translateX(65px)}.page.product-detail .battleship-board .submarine.vertical{height:155px}.page.product-detail .battleship-board .submarine.vertical .ship{transform:rotate(90deg) translate(45px,-60px)}}@media(max-width:850px){.page.product-detail .battleship-board .submarine{height:60px}.page.product-detail .battleship-board .submarine .ship{transform:translateX(75px)}.page.product-detail .battleship-board .submarine.vertical{height:140px}.page.product-detail .battleship-board .submarine.vertical .ship{transform:rotate(90deg) translate(40px,-70px)}}@media(max-width:767px){.page.product-detail .battleship-board .submarine{height:70px}.page.product-detail .battleship-board .submarine .ship{transform:translateX(50px)}.page.product-detail .battleship-board .submarine.vertical{height:170px}.page.product-detail .battleship-board .submarine.vertical .ship{transform:rotate(90deg) translate(50px,-53px)}}@media(max-width:600px){.page.product-detail .battleship-board .submarine{height:65px}.page.product-detail .battleship-board .submarine .ship{transform:translateX(65px)}.page.product-detail .battleship-board .submarine.vertical{height:155px}.page.product-detail .battleship-board .submarine.vertical .ship{transform:rotate(90deg) translate(45px,-60px)}}@media(max-width:500px){.page.product-detail .battleship-board .submarine{height:60px}.page.product-detail .battleship-board .submarine .ship{transform:translateX(75px)}.page.product-detail .battleship-board .submarine.vertical{height:140px}.page.product-detail .battleship-board .submarine.vertical .ship{transform:rotate(90deg) translate(40px,-65px)}}@media(max-width:450px){.page.product-detail .battleship-board .submarine{height:57.5px}.page.product-detail .battleship-board .submarine .ship{transform:translateX(70px)}s .page.product-detail .battleship-board .submarine.vertical{height:130px}s .page.product-detail .battleship-board .submarine.vertical .ship{transform:rotate(90deg) translate(35px,-72px)}}@media(max-width:400px){.page.product-detail .battleship-board .submarine{height:55px}.page.product-detail .battleship-board .submarine .ship{transform:translateX(80px)}.page.product-detail .battleship-board .submarine.vertical{height:125px}.page.product-detail .battleship-board .submarine.vertical .ship{transform:rotate(90deg) translate(35px,-76px)}}@media(max-width:375px){.page.product-detail .battleship-board .submarine{height:52px}.page.product-detail .battleship-board .submarine.vertical{height:110px}.page.product-detail .battleship-board .submarine.vertical .ship{transform:rotate(90deg) translate(30px,-78px)}}@media(max-width:350px){.page.product-detail .battleship-board .submarine{height:48.5px}.page.product-detail .battleship-board .submarine.vertical{height:100px}.page.product-detail .battleship-board .submarine.vertical .ship{transform:rotate(90deg) translate(25px,-90px)}}.page.product-detail .battleship-board #submarine-copy.vertical{transform:rotate(90deg) translate(33%,100%)}.page.product-detail .battleship-board #destroyer-copy,.page.product-detail .battleship-board .destroyer .ship{-webkit-clip-path:polygon(0 0,0 100%,70% 100%,71% 99%,72% 98%,73% 97%,74% 96%,75% 95%,76% 94%,77% 93%,78% 92%,79% 91%,80% 90%,85% 80%,90% 70%,91% 68%,92% 66%,93% 64%,94% 62%,95% 60%,100% 50%,95% 40%,94% 38%,93% 36%,92% 34%,91% 32%,90% 30%,85% 20%,80% 10%,79% 9%,78% 8%,77% 7%,76% 6%,75% 5%,74% 4%,73% 3%,72% 2%,71% 1%,70% 0,0 0);clip-path:polygon(0 0,0 100%,70% 100%,71% 99%,72% 98%,73% 97%,74% 96%,75% 95%,76% 94%,77% 93%,78% 92%,79% 91%,80% 90%,85% 80%,90% 70%,91% 68%,92% 66%,93% 64%,94% 62%,95% 60%,100% 50%,95% 40%,94% 38%,93% 36%,92% 34%,91% 32%,90% 30%,85% 20%,80% 10%,79% 9%,78% 8%,77% 7%,76% 6%,75% 5%,74% 4%,73% 3%,72% 2%,71% 1%,70% 0,0 0);width:100px}@media(max-width:940px){.page.product-detail .battleship-board #destroyer-copy,.page.product-detail .battleship-board .destroyer .ship{width:90px}}@media(max-width:850px){.page.product-detail .battleship-board #destroyer-copy,.page.product-detail .battleship-board .destroyer .ship{width:80px}}@media(max-width:767px){.page.product-detail .battleship-board #destroyer-copy,.page.product-detail .battleship-board .destroyer .ship{width:100px}}@media(max-width:600px){.page.product-detail .battleship-board #destroyer-copy,.page.product-detail .battleship-board .destroyer .ship{width:90px}}@media(max-width:500px){.page.product-detail .battleship-board #destroyer-copy,.page.product-detail .battleship-board .destroyer .ship{width:80px}}@media(max-width:450px){.page.product-detail .battleship-board #destroyer-copy,.page.product-detail .battleship-board .destroyer .ship{width:75px}}@media(max-width:400px){.page.product-detail .battleship-board #destroyer-copy,.page.product-detail .battleship-board .destroyer .ship{width:70px}}@media(max-width:375px){.page.product-detail .battleship-board #destroyer-copy,.page.product-detail .battleship-board .destroyer .ship{width:64px}}@media(max-width:350px){.page.product-detail .battleship-board #destroyer-copy,.page.product-detail .battleship-board .destroyer .ship{width:57px}}.page.product-detail .battleship-board .destroyer{height:70px}.page.product-detail .battleship-board .destroyer .ship{transform:translateX(85px)}.page.product-detail .battleship-board .destroyer.vertical{height:120px;margin-bottom:24px}.page.product-detail .battleship-board .destroyer.vertical .ship{transform:rotate(90deg) translate(25px,-75px)}@media(max-width:940px){.page.product-detail .battleship-board .destroyer{height:65px}.page.product-detail .battleship-board .destroyer .ship{transform:translateX(90px)}.page.product-detail .battleship-board .destroyer.vertical{height:110px}.page.product-detail .battleship-board .destroyer.vertical .ship{transform:rotate(90deg) translate(25px,-82px)}}@media(max-width:850px){.page.product-detail .battleship-board .destroyer{height:60px}.page.product-detail .battleship-board .destroyer .ship{transform:translateX(100px)}.page.product-detail .battleship-board .destroyer.vertical{height:95px}.page.product-detail .battleship-board .destroyer.vertical .ship{transform:rotate(90deg) translate(18px,-90px)}}@media(max-width:767px){.page.product-detail .battleship-board .destroyer{height:70px}.page.product-detail .battleship-board .destroyer .ship{transform:translateX(80px)}.page.product-detail .battleship-board .destroyer.vertical{height:115px}.page.product-detail .battleship-board .destroyer.vertical .ship{transform:rotate(90deg) translate(25px,-78px)}}@media(max-width:600px){.page.product-detail .battleship-board .destroyer{height:65px}.page.product-detail .battleship-board .destroyer .ship{transform:translateX(90px)}.page.product-detail .battleship-board .destroyer.vertical{height:105px}.page.product-detail .battleship-board .destroyer.vertical .ship{transform:rotate(90deg) translate(20px,-85px)}}@media(max-width:500px){.page.product-detail .battleship-board .destroyer{height:60px}.page.product-detail .battleship-board .destroyer .ship{transform:translateX(100px)}.page.product-detail .battleship-board .destroyer.vertical{height:90px}.page.product-detail .battleship-board .destroyer.vertical .ship{transform:rotate(90deg) translate(15px,-85px)}}@media(max-width:450px){.page.product-detail .battleship-board .destroyer{height:57.5px}.page.product-detail .battleship-board .destroyer .ship{transform:translateX(95px)}.page.product-detail .battleship-board .destroyer.vertical{height:85px}.page.product-detail .battleship-board .destroyer.vertical .ship{transform:rotate(90deg) translate(15px,-90px)}}@media(max-width:400px){.page.product-detail .battleship-board .destroyer{height:55px}.page.product-detail .battleship-board .destroyer .ship{transform:translateX(100px)}.page.product-detail .battleship-board .destroyer.vertical{height:85px}.page.product-detail .battleship-board .destroyer.vertical .ship{transform:rotate(90deg) translate(15px,-95px)}}@media(max-width:375px){.page.product-detail .battleship-board .destroyer{height:52px}.page.product-detail .battleship-board .destroyer .ship{transform:translateX(95px)}.page.product-detail .battleship-board .destroyer.vertical{height:75px}.page.product-detail .battleship-board .destroyer.vertical .ship{transform:rotate(90deg) translate(10px,-95px)}}@media(max-width:350px){.page.product-detail .battleship-board .destroyer{height:48.5px}.page.product-detail .battleship-board .destroyer.vertical{height:65px}.page.product-detail .battleship-board .destroyer.vertical .ship{transform:rotate(90deg) translate(10px,-103px)}}.page.product-detail .battleship-board #destroyer-copy.vertical{transform:rotate(90deg) translate(25%,50%)}.page.product-detail .blackjack-board{margin-top:64px}@media(max-width:500px){.page.product-detail .blackjack-board{margin-top:40px}}.page.product-detail .blackjack-board .game-table{position:relative;background:#3a5f0b;border-radius:8px;height:400px;width:800px}@media(max-width:1000px){.page.product-detail .blackjack-board .game-table{width:100%}}@media(max-width:600px){.page.product-detail .blackjack-board .game-table{height:350px}}@media(max-width:500px){.page.product-detail .blackjack-board .game-table{display:flex;flex-wrap:wrap;height:550px;justify-content:center}}@media(max-width:400px){.page.product-detail .blackjack-board .game-table{flex-direction:column;flex-wrap:unset;align-items:center;height:850px;justify-content:space-evenly}}.page.product-detail .blackjack-board .player-cards{display:flex;align-items:center;position:absolute;height:100px;width:150px}@media(max-width:400px){.page.product-detail .blackjack-board .player-cards{width:175px}}.page.product-detail .blackjack-board .player-cards.hand-1{top:32px;left:16%;transform:translate(-50%,25%) rotate(80deg)}@media(max-width:600px){.page.product-detail .blackjack-board .player-cards.hand-1{top:20px;transform:translate(-45%,25%) rotate(90deg)}}@media(max-width:500px){.page.product-detail .blackjack-board .player-cards.hand-1{position:relative;top:unset;left:unset;transform:unset;margin-top:40px;margin-left:0}}@media(max-width:400px){.page.product-detail .blackjack-board .player-cards.hand-1{margin-top:0}}.page.product-detail .blackjack-board .player-cards.hand-2{bottom:75px;left:33.33%;transform:translate(-60%) rotate(40deg)}@media(max-width:600px){.page.product-detail .blackjack-board .player-cards.hand-2{bottom:60px;left:30%;transform:translate(-60%,25%)}}@media(max-width:500px){.page.product-detail .blackjack-board .player-cards.hand-2{position:relative;bottom:unset;left:unset;transform:unset;margin-top:40px;margin-left:40px}}@media(max-width:400px){.page.product-detail .blackjack-board .player-cards.hand-2{margin-left:0;margin-top:24px}}.page.product-detail .blackjack-board .player-cards.hand-3{bottom:50px;left:60%;transform:translate(-30%) rotate(-15deg)}@media(max-width:600px){.page.product-detail .blackjack-board .player-cards.hand-3{bottom:60px;left:66.66%;transform:translate(-30%,25%)}}@media(max-width:500px){.page.product-detail .blackjack-board .player-cards.hand-3{position:relative;bottom:unset;left:unset;transform:unset;margin-top:16px}}@media(max-width:400px){.page.product-detail .blackjack-board .player-cards.hand-3{margin-top:24px}}.page.product-detail .blackjack-board .player-cards.hand-4{top:64px;left:80%;transform:translate(-30%,30%) rotate(-75deg)}@media(max-width:600px){.page.product-detail .blackjack-board .player-cards.hand-4{top:24px;left:76%;transform:translate(-30%,30%) rotate(-90deg)}}@media(max-width:500px){.page.product-detail .blackjack-board .player-cards.hand-4{position:relative;top:unset;left:unset;transform:unset;margin-left:40px;margin-top:16px}}@media(max-width:400px){.page.product-detail .blackjack-board .player-cards.hand-4{margin-left:0;margin-top:24px}}.page.product-detail .blackjack-board .player-cards.hand-5{left:49%;top:48px;transform:translate(-50%)}@media(max-width:500px){.page.product-detail .blackjack-board .player-cards.hand-5{position:relative;top:unset;left:unset;transform:unset;margin-top:16px}}@media(max-width:400px){.page.product-detail .blackjack-board .player-cards.hand-5{margin-top:24px}}.page.product-detail .blackjack-board .player-cards .player-name{position:absolute;top:-18px;left:50%;transform:translate(-50%);font-size:12px;color:#fff;letter-spacing:2.5px}.page.product-detail .blackjack-board .player-cards .playing-card{position:absolute;top:0}.page.product-detail .blackjack-board .player-cards .playing-card.card-position-0{left:0}.page.product-detail .blackjack-board .player-cards .playing-card.card-position-1{left:14%}.page.product-detail .blackjack-board .player-cards .playing-card.card-position-2{left:28%}.page.product-detail .blackjack-board .player-cards .playing-card.card-position-3{left:40%}.page.product-detail .blackjack-board .player-cards .playing-card.card-position-4{left:54%}.page.product-detail .blackjack-board .player-cards .button-container{position:absolute;bottom:-4px;left:50%;width:100%;transform:translate(-54%,100%);display:flex;justify-content:space-evenly}.page.product-detail .blackjack-board .player-cards .button-container button{padding:4px 8px;font-size:10px;cursor:not-allowed}.page.product-detail .blackjack-board .player-cards .button-container button.selectable{cursor:pointer}.page.product-detail .blackjack-board .player-cards .button-container button:disabled{background:#dbd7d7;color:#24282c}.page.product-detail .playing-card,.page.product-detail .playing-card .card-back-container{display:flex;justify-content:center;align-items:center;width:80px}.page.product-detail .playing-card .card-back-container{position:relative;background:#9ec5e7;border-radius:4px;border:1px solid #24282c;flex-direction:column;height:102px}.page.product-detail .playing-card .card-back-logo{height:64px}.page.product-detail .playing-card .card-front-container{position:relative;background-color:#fff;border-radius:4px;display:flex;border:1px solid #24282c;flex-direction:column;align-items:center;justify-content:space-between;width:100%}.page.product-detail .playing-card .front-corner{display:flex;flex-direction:column;justify-content:space-between;position:absolute;align-items:center}.page.product-detail .playing-card .front-corner.left{left:6px;top:6px}.page.product-detail .playing-card .front-corner.right{right:6px;bottom:6px}.page.product-detail .playing-card .front-corner.right .card-name,.page.product-detail .playing-card .front-corner.right .card-suit{transform:rotate(180deg)}.page.product-detail .playing-card .front-corner .card-name{font-size:10px}.page.product-detail .playing-card .front-corner .card-suit{font-size:14px}.page.product-detail .playing-card .card-center-suits-container{display:flex;flex-direction:column;justify-content:center;align-items:center}.page.product-detail .playing-card .face-suits-container{display:flex;flex-direction:column;justify-content:center;height:100px}.page.product-detail .playing-card .face-suits-container .center-suit{font-size:48px}.page.product-detail .playing-card .numbered-suits-container{display:flex;flex-direction:column;justify-content:space-between;height:100px;padding:8px 0;position:relative}.page.product-detail .playing-card .numbered-suits-container .floating-suit{position:absolute;top:22px;left:50%;transform:translateX(-50%)}.page.product-detail .playing-card .numbered-suits-container .reversed-floating-suit{position:absolute;bottom:22px;left:50%;transform:translateX(-50%)}.page.product-detail .playing-card .numbered-suits-container .smaller-floating-suit{position:absolute;top:18px;left:50%;transform:translateX(-50%)}.page.product-detail .playing-card .numbered-suits-container .reversed-smaller-floating-suit{position:absolute;bottom:11px;left:50%;transform:translateX(-50%)}.page.product-detail .playing-card .numbered-suits-container .centered-floating-suit{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.page.product-detail .playing-card .numbered-suits-container .double-suits-column{display:flex;justify-content:space-evenly;width:60px}.page.product-detail .playing-card .numbered-suits-container .single-suit-column{display:flex;justify-content:center}.page.product-detail .playing-card .numbered-suits-container .center-suit{font-size:20px}.page.product-detail .playing-card .numbered-suits-container .suit-rotate{transform:rotate(180deg)}.page.product-detail .playing-card .red{color:red}.page.product-detail .playing-card .black{color:#24282c}.page.product-detail .card-display-board{display:flex;flex-direction:column;align-items:center;justify-self:center;margin:64px auto 0;width:min(100%,900px)}@media(max-width:900px){.page.product-detail .card-display-board{width:min(100%,810px)}}@media(max-width:850px){.page.product-detail .card-display-board{width:min(100%,720px)}}@media(max-width:768px){.page.product-detail .card-display-board{width:min(100%,630px)}}@media(max-width:600px){.page.product-detail .card-display-board{width:min(100%,540px)}}@media(max-width:500px){.page.product-detail .card-display-board{width:min(100%,450px)}}@media(max-width:400px){.page.product-detail .card-display-board{width:min(100%,360px)}}@media(max-width:350px){.page.product-detail .card-display-board{width:min(100%,270px)}}@media(max-width:300px){.page.product-detail .card-display-board{width:min(100%,180px)}}@media(max-width:500px){.page.product-detail .card-display-board{margin-top:40px}}.page.product-detail .card-display-board .button-container{margin-bottom:16px;display:flex;grid-column-gap:8px;column-gap:8px}.page.product-detail .card-display-board .cards-container{display:flex;flex-wrap:wrap}.page.product-detail .card-display-board .cards-container .playing-card{margin:4px}.page.product-detail .checkerboard{display:flex;flex-direction:column;width:500px;height:500px}@media(max-width:600px){.page.product-detail .checkerboard{width:450px;height:450px}}@media(max-width:500px){.page.product-detail .checkerboard{width:375px;height:375px}}@media(max-width:400px){.page.product-detail .checkerboard{width:290px;height:290px}}.page.product-detail .checkerboard.inverted{transform:rotate(180deg)}.page.product-detail .checkerboard .row{display:flex;width:100%;height:100%}.page.product-detail .checkerboard .row .square{width:12.5%;height:100%;display:flex;justify-content:center;align-items:center;font-size:2rem;border:1px solid #e2e3e8}.page.product-detail .checkerboard .row .square.white{background-color:#f6f6fb}.page.product-detail .checkerboard .row .square.black{background-color:#e2e3e8}.page.product-detail .checkers-board{display:flex;margin-top:64px}@media(max-width:1000px){.page.product-detail .checkers-board{flex-direction:column}}@media(max-width:500px){.page.product-detail .checkers-board{margin-top:40px}}.page.product-detail .checkers-board .checkers-container{margin-left:64px}@media(max-width:1000px){.page.product-detail .checkers-board .checkers-container{margin:40px 0}}@media(max-width:600px){.page.product-detail .checkers-board .checkers-container{margin-left:0}}.page.product-detail .checkers-board .square.available-move{box-shadow:inset 1px 1px 8px #8cc759;background:#8cc759!important}.page.product-detail .checkers-board .piece{width:80%;height:80%;border-radius:50%;background-color:#fff;box-shadow:3px 3px 10px #24282c;outline:none;border:none}.page.product-detail .checkers-board .piece.red{background-color:red}.page.product-detail .checkers-board .piece.red.available-piece{animation:grow-red 1.5s ease-in-out infinite;cursor:pointer;box-shadow:-1px 1px 4px 4px #24282c}.page.product-detail .checkers-board .piece.red .king{height:100%;width:100%;mix-blend-mode:color-dodge}.page.product-detail .checkers-board .piece.red .king.inverted{transform:rotate(180deg)}.page.product-detail .checkers-board .piece.black{background-color:#24282c}.page.product-detail .checkers-board .piece.black.available-piece{animation:grow-black 1.5s ease-in-out infinite;cursor:pointer;box-shadow:-1px 1px 4px 4px #d3d3d3}.page.product-detail .checkers-board .piece.black .king{height:70%;width:65%;mix-blend-mode:overlay}.page.product-detail .checkers-board .piece.black .king.inverted{transform:rotate(180deg)}.page.product-detail .checkers-board .piece.selected-piece{background:#8cc759}.page.product-detail .checkers-board .piece.disabled.available-piece{cursor:not-allowed}.page.product-detail .codebreaker-board{display:flex;margin-top:64px;margin-bottom:64px;max-width:350px}@media(max-width:850px){.page.product-detail .codebreaker-board{flex-direction:column;max-width:unset;align-items:center}}@media(max-width:500px){.page.product-detail .codebreaker-board{margin-top:40px;margin-bottom:40px}}.page.product-detail .codebreaker-board .left-selection-container{width:100%;margin-right:40px}@media(max-width:1000px){.page.product-detail .codebreaker-board .left-selection-container{margin-right:32px}}@media(max-width:850px){.page.product-detail .codebreaker-board .left-selection-container{max-width:350px;margin-right:0}}.page.product-detail .codebreaker-board .left-selection-container .answer-container{display:flex;align-items:center;justify-content:space-evenly;border-radius:6px;width:100%;margin-top:16px;margin-bottom:16px}.page.product-detail .codebreaker-board .left-selection-container .answer-container .answer-circle{display:flex;justify-content:center;align-items:center;font-size:24px;font-weight:600;height:40px;width:40px;border-radius:50%;border:1px solid #24282c;box-shadow:1px 1px 6px 1px #24282c}@media(max-width:500px){.page.product-detail .codebreaker-board .left-selection-container .answer-container .answer-circle{height:32px;width:32px}}.page.product-detail .codebreaker-board .left-selection-container .possible-colors-container{display:flex;align-items:center;justify-content:space-around;width:100%;margin-top:16px;margin-bottom:16px}.page.product-detail .codebreaker-board .left-selection-container .possible-colors-container .color-option{display:flex;justify-content:center;align-items:center;font-size:24px;font-weight:600;height:40px;width:40px;border-radius:50%;border:1px solid #24282c;box-shadow:1px 1px 6px 1px #24282c}@media(max-width:500px){.page.product-detail .codebreaker-board .left-selection-container .possible-colors-container .color-option{height:32px;width:32px}}.page.product-detail .codebreaker-board .left-selection-container .current-container{display:flex;flex-direction:column;align-items:center;width:100%;margin-top:16px}.page.product-detail .codebreaker-board .left-selection-container .current-container .current-guesses-container{display:flex;align-items:center;justify-content:space-evenly;width:100%;margin-bottom:16px;background:#9ea0a2;padding:12px 4px;border-radius:8px}@media(max-width:350px){.page.product-detail .codebreaker-board .left-selection-container .current-container .current-guesses-container{flex-wrap:wrap;justify-content:space-evenly}}.page.product-detail .codebreaker-board .left-selection-container .current-container .current-guesses-container .current-guess{display:flex;align-items:center;flex-direction:column}@media(max-width:350px){.page.product-detail .codebreaker-board .left-selection-container .current-container .current-guesses-container .current-guess{width:50%;margin-bottom:8px}}.page.product-detail .codebreaker-board .left-selection-container .current-container .current-guesses-container .current-guess .current-circle{display:flex;justify-content:center;align-items:center;background:#fff;z-index:1;font-size:24px;font-weight:600;height:40px;width:40px;border-radius:50%;border:1px solid #24282c;box-shadow:1px 1px 6px 1px #24282c;margin-bottom:8px}@media(max-width:500px){.page.product-detail .codebreaker-board .left-selection-container .current-container .current-guesses-container .current-guess .current-circle{height:32px;width:32px}}.page.product-detail .codebreaker-board .left-selection-container .current-container .current-guesses-container .current-guess .current-circle.selected-color{color:#fff;text-shadow:2px 1px 12px #24282c}.page.product-detail .codebreaker-board .left-selection-container .current-container .current-guesses-container .current-guess .color-dropdown{outline:none;border:1px solid #24282c;padding:4px;margin-left:4px;margin-right:4px;cursor:pointer;text-transform:capitalize}.page.product-detail .codebreaker-board .left-selection-container .current-container .btn-container{display:flex;justify-content:space-evenly;width:100%;margin-bottom:24px}.page.product-detail .codebreaker-board .left-selection-container .current-container .btn-container .default-btn:disabled{opacity:.2;cursor:unset}@media(max-width:850px){.page.product-detail .codebreaker-board .right-display-container{max-width:200px}}.page.product-detail .codebreaker-board .right-display-container .code-guesses-container{display:flex;flex-direction:column;flex-wrap:wrap;max-height:350px;margin-top:16px}@media(max-width:850px){.page.product-detail .codebreaker-board .right-display-container .code-guesses-container{max-height:300px;align-content:space-evenly}}@media(max-width:500px){.page.product-detail .codebreaker-board .right-display-container .code-guesses-container{max-height:250px}}@media(max-width:400px){.page.product-detail .codebreaker-board .right-display-container .code-guesses-container{max-height:unset}}.page.product-detail .codebreaker-board .right-display-container .code-guesses-container .guess-container{display:flex;align-items:center;width:100%;height:70px;margin-right:24px;border-bottom:1px solid #24282c}.page.product-detail .codebreaker-board .right-display-container .code-guesses-container .guess-container:nth-of-type(5n+1){border-top:1px solid #24282c}.page.product-detail .codebreaker-board .right-display-container .code-guesses-container .guess-container.opacity{opacity:.2;cursor:unset}@media(max-width:940px){.page.product-detail .codebreaker-board .right-display-container .code-guesses-container .guess-container{max-width:200px}}@media(max-width:850px){.page.product-detail .codebreaker-board .right-display-container .code-guesses-container .guess-container{margin-top:0;height:60px}.page.product-detail .codebreaker-board .right-display-container .code-guesses-container .guess-container:nth-of-type(6),.page.product-detail .codebreaker-board .right-display-container .code-guesses-container .guess-container:nth-of-type(7),.page.product-detail .codebreaker-board .right-display-container .code-guesses-container .guess-container:nth-of-type(8),.page.product-detail .codebreaker-board .right-display-container .code-guesses-container .guess-container:nth-of-type(9),.page.product-detail .codebreaker-board .right-display-container .code-guesses-container .guess-container:nth-of-type(10){margin-right:0}}@media(max-width:500px){.page.product-detail .codebreaker-board .right-display-container .code-guesses-container .guess-container{height:50px;max-width:160px;margin-right:16px}}@media(max-width:400px){.page.product-detail .codebreaker-board .right-display-container .code-guesses-container .guess-container{max-width:unset;margin-right:0}}.page.product-detail .codebreaker-board .right-display-container .code-guesses-container .guess-container .guess-number{font-weight:600;margin-right:8px;min-width:12px}.page.product-detail .codebreaker-board .right-display-container .code-guesses-container .guess-container .right-side-guess-container{display:flex;align-items:center;justify-content:space-between;min-width:calc(100% - 25px)}@media(min-width:851px)and (max-width:940px){.page.product-detail .codebreaker-board .right-display-container .code-guesses-container .guess-container .right-side-guess-container{min-width:calc(100% - 10px)}}.page.product-detail .codebreaker-board .right-display-container .code-guesses-container .guess-container .guess-holder{display:flex;align-items:center;background:#fff;height:100%;width:160px}@media(max-width:1000px){.page.product-detail .codebreaker-board .right-display-container .code-guesses-container .guess-container .guess-holder{width:115px}}@media(max-width:500px){.page.product-detail .codebreaker-board .right-display-container .code-guesses-container .guess-container .guess-holder{width:85px}}.page.product-detail .codebreaker-board .right-display-container .code-guesses-container .guess-container .guess-holder .code-guess{display:flex;justify-content:center;align-items:center;font-size:24px;font-weight:600;height:32px;width:32px;border-radius:50%;border:1px solid #24282c;box-shadow:1px 1px 6px 1px #24282c}.page.product-detail .codebreaker-board .right-display-container .code-guesses-container .guess-container .guess-holder .code-guess:not(:last-of-type){margin-right:8px}@media(max-width:1000px){.page.product-detail .codebreaker-board .right-display-container .code-guesses-container .guess-container .guess-holder .code-guess{height:24px;width:24px}}@media(max-width:500px){.page.product-detail .codebreaker-board .right-display-container .code-guesses-container .guess-container .guess-holder .code-guess{height:16px;width:16px}}.page.product-detail .codebreaker-board .right-display-container .code-guesses-container .guess-container .indicator-holder{display:flex;flex-wrap:wrap;background:#fff;width:60px}@media(max-width:850px){.page.product-detail .codebreaker-board .right-display-container .code-guesses-container .guess-container .indicator-holder{width:45px}}.page.product-detail .codebreaker-board .right-display-container .code-guesses-container .guess-container .indicator-holder .indicator{border-radius:50%;height:16px;width:16px;margin:5px;border:1px solid #24282c;box-shadow:1px 1px 6px 1px #24282c}@media(max-width:1000px){.page.product-detail .codebreaker-board .right-display-container .code-guesses-container .guess-container .indicator-holder .indicator{height:12px;width:12px}}.page.product-detail .codebreaker-board .pink{background:#ef5d74!important}.page.product-detail .codebreaker-board .yellow{background:#fbef5a!important}.page.product-detail .codebreaker-board .blue{background:#0fb5ee!important}.page.product-detail .codebreaker-board .green{background:#8cc759!important}.page.product-detail .codebreaker-board .purple{background:#8c6daf!important}.page.product-detail .codebreaker-board .red{background:red!important}.page.product-detail .codebreaker-board .white{background:#fff!important}.page.product-detail .codebreaker-board .orange{background:#fd8024!important}.page.product-detail .codebreaker-board .lightgray{background:#d3d3d3!important}.page.product-detail .connect-4-board{display:flex;margin-top:64px}@media(max-width:1000px){.page.product-detail .connect-4-board{flex-direction:column}}@media(max-width:500px){.page.product-detail .connect-4-board{margin-top:40px}}.page.product-detail .connect-4-board .connect-4-container{margin-left:64px}@media(max-width:1000px){.page.product-detail .connect-4-board .connect-4-container{margin:40px 0}}@media(max-width:600px){.page.product-detail .connect-4-board .connect-4-container{margin-left:0}}.page.product-detail .connect-4-board .score-container{margin-bottom:0;display:flex;width:300px}.page.product-detail .connect-4-board .score-container .score-holder{width:50%;display:flex;justify-content:space-between;align-items:center;padding:16px}.page.product-detail .connect-4-board .score-container .score-holder .turn-marker{width:0;height:0;border-top:10px solid transparent;border-bottom:10px solid transparent}.page.product-detail .connect-4-board .score-container .score-holder .turn-marker.red{border-right:10px solid red}.page.product-detail .connect-4-board .score-container .score-holder .turn-marker.yellow{border-right:10px solid #fbef5a}.page.product-detail .connect-4-board .board .pointers{display:flex;margin-bottom:12px;height:24px}.page.product-detail .connect-4-board .board .pointers .pointer-holder{width:75px;display:flex;justify-content:center}.page.product-detail .connect-4-board .board .pointers .pointer-holder .pointer{width:0;height:0;border-left:20px solid transparent;border-right:20px solid transparent}.page.product-detail .connect-4-board .board .pointers .pointer-holder .pointer.hovered-red{border-top:20px solid red}.page.product-detail .connect-4-board .board .pointers .pointer-holder .pointer.hovered-yellow{border-top:20px solid #fbef5a}.page.product-detail .connect-4-board .board .row{display:flex}.page.product-detail .connect-4-board .board .row:nth-of-type(6n) .square{border-bottom:1px solid #24282c}.page.product-detail .connect-4-board .board .row .square{position:relative;width:75px;aspect-ratio:1;border:1px solid #24282c;border-right:none;border-bottom:none;display:flex;justify-content:center;align-items:center;cursor:pointer;font-size:64px;background:#3c98fe;cursor:not-allowed}.page.product-detail .connect-4-board .board .row .square:nth-of-type(7n){border-right:1px solid #24282c}.page.product-detail .connect-4-board .board .row .square.hovered{cursor:pointer}.page.product-detail .connect-4-board .board .row .square .center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;width:75%;aspect-ratio:1;border-radius:50%;border:1px solid #24282c}.page.product-detail .connect-4-board .board .row .square .center.red{background:red}.page.product-detail .connect-4-board .board .row .square .center.yellow{background:#fbef5a}.page.product-detail .direction-note-container{display:flex;align-items:center;justify-content:center;font-size:24px;letter-spacing:1.33px;margin-top:8px;padding:8px;width:500px}@media(max-width:600px){.page.product-detail .direction-note-container{width:450px}}@media(max-width:500px){.page.product-detail .direction-note-container{width:375px}}@media(max-width:400px){.page.product-detail .direction-note-container{width:290px}}.page.product-detail .direction-note-container img{height:24px;width:24px;transform:rotate(270deg);margin-left:8px}.page.product-detail .instructions-container{padding:56px 40px 40px;border-top:1px solid #9d9d9d;position:relative}.page.product-detail .instructions-container .section-heading{letter-spacing:1.5px;text-transform:uppercase}.page.product-detail .instructions-container .section-heading:not(:first-of-type){margin-top:16px}.page.product-detail .instructions-container .goal{margin-top:12px;line-height:1.33}.page.product-detail .instructions-container .rules,.page.product-detail .instructions-container .set-up{padding-left:16px;margin-top:12px}.page.product-detail .instructions-container .facts{margin-top:12px;list-style:none}.page.product-detail .instructions-container .facts .item:not(:last-of-type){margin-bottom:8px}.page.product-detail .instructions-container .item{margin-bottom:8px;letter-spacing:1.25px;line-height:1.33}.page.product-detail .instructions-container .item:last-of-type{margin-bottom:0}.page.product-detail .keyboard{display:flex;flex-direction:column;align-items:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.page.product-detail .keyboard .keyboard-row{display:flex}.page.product-detail .keyboard .keyboard-row .computer-key{padding:2px 4px;margin:2px;border:1px solid #24282c;border-radius:4px;min-width:32px;min-height:35px;text-transform:uppercase;outline:none;background:beige;cursor:pointer;font-size:16px}@media(max-width:500px){.page.product-detail .keyboard .keyboard-row .computer-key{min-width:30px;min-height:30px;font-size:14px}}@media(max-width:350px){.page.product-detail .keyboard .keyboard-row .computer-key{min-width:26px;min-height:26px;font-size:10px}}.page.product-detail .keyboard .keyboard-row .computer-key:disabled{cursor:unset}.page.product-detail .keyboard .keyboard-row .computer-key:focus{background:beige}.page.product-detail .keyboard .keyboard-row .computer-key.included{background:#8cc759}.page.product-detail .keyboard .keyboard-row .computer-key.excluded{background:#9d9d9d}.page.product-detail .keyboard .keyboard-row .computer-key .backspace-img{max-width:100%;max-height:35px}@media(max-width:500px){.page.product-detail .keyboard .keyboard-row .computer-key .backspace-img{max-height:28px}}.page.product-detail .mancala-board{display:flex;margin-top:64px}@media(max-width:1000px){.page.product-detail .mancala-board{flex-direction:column}}@media(max-width:500px){.page.product-detail .mancala-board{margin-top:40px}}.page.product-detail .mancala-board .mancala-container{margin-left:64px}@media(max-width:1000px){.page.product-detail .mancala-board .mancala-container{display:flex;justify-content:center;margin-left:0;margin-top:40px}}.page.product-detail .mancala-board .mancala-container .wooden-board{width:450px;height:200px;background:#deb887;border-radius:8px;display:flex;padding:8px;grid-column-gap:8px;column-gap:8px}@media(max-width:500px){.page.product-detail .mancala-board .mancala-container .wooden-board{width:200px;height:450px;flex-direction:column;grid-row-gap:8px;row-gap:8px}}.page.product-detail .mancala-board .mancala-container .wooden-board .home-hole{width:50px;height:100%;box-shadow:inset 1px 1px 8px #24282c;border-radius:8px;padding:8px;display:flex;justify-content:space-between;flex-direction:column}@media(max-width:500px){.page.product-detail .mancala-board .mancala-container .wooden-board .home-hole{width:100%;height:50px;flex-direction:row-reverse;align-items:center;padding:8px 16px}}.page.product-detail .mancala-board .mancala-container .wooden-board .home-hole p{display:flex;align-items:center;transform:rotate(270deg) translate(36px,-33px);width:100px;font-size:12px}@media(max-width:500px){.page.product-detail .mancala-board .mancala-container .wooden-board .home-hole p{transform:unset;display:flex;align-items:center}}.page.product-detail .mancala-board .mancala-container .wooden-board .home-hole .score{color:#3c98fe;text-shadow:1px 1px 2px #24282c;font-size:32px;margin-left:16px}.page.product-detail .mancala-board .mancala-container .wooden-board .home-hole:last-of-type{flex-direction:column-reverse}@media(max-width:500px){.page.product-detail .mancala-board .mancala-container .wooden-board .home-hole:last-of-type{flex-direction:row}}.page.product-detail .mancala-board .mancala-container .wooden-board .home-hole:last-of-type p{display:flex;flex-direction:row-reverse;align-items:center;transform:rotate(90deg) translate(18px,32px)}@media(max-width:500px){.page.product-detail .mancala-board .mancala-container .wooden-board .home-hole:last-of-type p{flex-direction:row;transform:translate(12px)}}.page.product-detail .mancala-board .mancala-container .wooden-board .home-hole:last-of-type p .score{color:#8cc759;margin-left:16px}@media(max-width:500px){.page.product-detail .mancala-board .mancala-container .wooden-board .home-hole:last-of-type p .score{margin-left:0;margin-right:16px}}.page.product-detail .mancala-board .mancala-container .wooden-board .holes-container{height:100%;width:calc(100% - 100px);display:flex;flex-direction:column;grid-row-gap:8px;row-gap:8px}@media(max-width:500px){.page.product-detail .mancala-board .mancala-container .wooden-board .holes-container{width:100%;height:calc(100% - 100px);flex-direction:row;grid-column-gap:8px;column-gap:8px}}.page.product-detail .mancala-board .mancala-container .wooden-board .hole-row{display:flex;grid-column-gap:8px;column-gap:8px;height:50%;width:100%}@media(max-width:500px){.page.product-detail .mancala-board .mancala-container .wooden-board .hole-row{width:100%;height:100%;flex-direction:column;grid-row-gap:6px;row-gap:6px}}.page.product-detail .mancala-board .mancala-container .wooden-board .hole{height:100%;width:16.6666666667%;box-shadow:inset 1px 1px 8px #24282c;border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:8px 6px}@media(max-width:500px){.page.product-detail .mancala-board .mancala-container .wooden-board .hole{width:100%;flex-direction:row;padding:8px 12px}}.page.product-detail .mancala-board .mancala-container .wooden-board .hole.selectable{cursor:pointer}.page.product-detail .mancala-board .mancala-container .wooden-board .hole.fade-blue{animation:fade-blue 1.5s ease-in-out infinite}.page.product-detail .mancala-board .mancala-container .wooden-board .hole.fade-green{animation:fade-green 1.5s ease-in-out infinite}.page.product-detail .mancala-board .mancala-container .wooden-board .stone{border-radius:50%;height:40px;width:32px}@media(max-width:500px){.page.product-detail .mancala-board .mancala-container .wooden-board .stone{width:40px;height:32px}}.page.product-detail .mancala-board .mancala-container .wooden-board .stone.water{filter:drop-shadow(0 0 5px #0FB5EE)}.page.product-detail .mancala-board .mancala-container .wooden-board .stone.water.thirty{background:radial-gradient(#dcf0ef,#9cd3db 30%)}.page.product-detail .mancala-board .mancala-container .wooden-board .stone.water.thirty-five{background:radial-gradient(#dcf0ef,#9cd3db 35%)}.page.product-detail .mancala-board .mancala-container .wooden-board .stone.water.forty{background:radial-gradient(#dcf0ef,#9cd3db 40%)}.page.product-detail .mancala-board .mancala-container .wooden-board .stone.water.forty-five{background:radial-gradient(#dcf0ef,#9cd3db 45%)}.page.product-detail .mancala-board .mancala-container .wooden-board .stone.water.fifty{background:radial-gradient(#dcf0ef,#9cd3db 50%)}.page.product-detail .mancala-board .mancala-container .wooden-board .stone.water.fifty-five{background:radial-gradient(#dcf0ef,#9cd3db 55%)}.page.product-detail .mancala-board .mancala-container .wooden-board .stone.water.sixty{background:radial-gradient(#dcf0ef,#9cd3db 60%)}.page.product-detail .mancala-board .mancala-container .wooden-board .stone.water.sixty-five{background:radial-gradient(#dcf0ef,#9cd3db 65%)}.page.product-detail .mancala-board .mancala-container .wooden-board .stone.water.seventy{background:radial-gradient(#dcf0ef,#9cd3db 70%)}.page.product-detail .mancala-board .mancala-container .wooden-board .stone.water.seventy-five{background:radial-gradient(#dcf0ef,#9cd3db 75%)}.page.product-detail .mancala-board .mancala-container .wooden-board .stone.macaroni{filter:drop-shadow(0 0 5px rgb(244,182,67))}.page.product-detail .mancala-board .mancala-container .wooden-board .stone.macaroni.thirty{background:radial-gradient(#dcf0ef,#f6cf87 30%)}.page.product-detail .mancala-board .mancala-container .wooden-board .stone.macaroni.thirty-five{background:radial-gradient(#dcf0ef,#f6cf87 35%)}.page.product-detail .mancala-board .mancala-container .wooden-board .stone.macaroni.forty{background:radial-gradient(#dcf0ef,#f6cf87 40%)}.page.product-detail .mancala-board .mancala-container .wooden-board .stone.macaroni.forty-five{background:radial-gradient(#dcf0ef,#f6cf87 45%)}.page.product-detail .mancala-board .mancala-container .wooden-board .stone.macaroni.fifty{background:radial-gradient(#dcf0ef,#f6cf87 50%)}.page.product-detail .mancala-board .mancala-container .wooden-board .stone.macaroni.fifty-five{background:radial-gradient(#dcf0ef,#f6cf87 55%)}.page.product-detail .mancala-board .mancala-container .wooden-board .stone.macaroni.sixty{background:radial-gradient(#dcf0ef,#f6cf87 60%)}.page.product-detail .mancala-board .mancala-container .wooden-board .stone.macaroni.sixty-five{background:radial-gradient(#dcf0ef,#f6cf87 65%)}.page.product-detail .mancala-board .mancala-container .wooden-board .stone.macaroni.seventy{background:radial-gradient(#dcf0ef,#f6cf87 70%)}.page.product-detail .mancala-board .mancala-container .wooden-board .stone.macaroni.seventy-five{background:radial-gradient(#dcf0ef,#f6cf87 75%)}.page.product-detail .mancala-board .mancala-container .wooden-board .stone.cherry{filter:drop-shadow(0 0 5px #f1bebe)}.page.product-detail .mancala-board .mancala-container .wooden-board .stone.cherry.thirty{background:radial-gradient(#dcf0ef,#f0cccc 30%)}.page.product-detail .mancala-board .mancala-container .wooden-board .stone.cherry.thirty-five{background:radial-gradient(#dcf0ef,#f0cccc 35%)}.page.product-detail .mancala-board .mancala-container .wooden-board .stone.cherry.forty{background:radial-gradient(#dcf0ef,#f0cccc 40%)}.page.product-detail .mancala-board .mancala-container .wooden-board .stone.cherry.forty-five{background:radial-gradient(#dcf0ef,#f0cccc 45%)}.page.product-detail .mancala-board .mancala-container .wooden-board .stone.cherry.fifty{background:radial-gradient(#dcf0ef,#f0cccc 50%)}.page.product-detail .mancala-board .mancala-container .wooden-board .stone.cherry.fifty-five{background:radial-gradient(#dcf0ef,#f0cccc 55%)}.page.product-detail .mancala-board .mancala-container .wooden-board .stone.cherry.sixty{background:radial-gradient(#dcf0ef,#f0cccc 60%)}.page.product-detail .mancala-board .mancala-container .wooden-board .stone.cherry.sixty-five{background:radial-gradient(#dcf0ef,#f0cccc 65%)}.page.product-detail .mancala-board .mancala-container .wooden-board .stone.cherry.seventy{background:radial-gradient(#dcf0ef,#f0cccc 70%)}.page.product-detail .mancala-board .mancala-container .wooden-board .stone.cherry.seventy-five{background:radial-gradient(#dcf0ef,#f0cccc 75%)}.page.product-detail .mancala-board .mancala-container .wooden-board .stone.lavender{filter:drop-shadow(0 0 5px #b6b9ea)}.page.product-detail .mancala-board .mancala-container .wooden-board .stone.lavender.thirty{background:radial-gradient(#dcf0ef,#d3d4e8 30%)}.page.product-detail .mancala-board .mancala-container .wooden-board .stone.lavender.thirty-five{background:radial-gradient(#dcf0ef,#d3d4e8 35%)}.page.product-detail .mancala-board .mancala-container .wooden-board .stone.lavender.forty{background:radial-gradient(#dcf0ef,#d3d4e8 40%)}.page.product-detail .mancala-board .mancala-container .wooden-board .stone.lavender.forty-five{background:radial-gradient(#dcf0ef,#d3d4e8 45%)}.page.product-detail .mancala-board .mancala-container .wooden-board .stone.lavender.fifty{background:radial-gradient(#dcf0ef,#d3d4e8 50%)}.page.product-detail .mancala-board .mancala-container .wooden-board .stone.lavender.fifty-five{background:radial-gradient(#dcf0ef,#d3d4e8 55%)}.page.product-detail .mancala-board .mancala-container .wooden-board .stone.lavender.sixty{background:radial-gradient(#dcf0ef,#d3d4e8 60%)}.page.product-detail .mancala-board .mancala-container .wooden-board .stone.lavender.sixty-five{background:radial-gradient(#dcf0ef,#d3d4e8 65%)}.page.product-detail .mancala-board .mancala-container .wooden-board .stone.lavender.seventy{background:radial-gradient(#dcf0ef,#d3d4e8 70%)}.page.product-detail .mancala-board .mancala-container .wooden-board .stone.lavender.seventy-five{background:radial-gradient(#dcf0ef,#d3d4e8 75%)}.page.product-detail .mancala-board .mancala-container .wooden-board .stone.lightgreen{filter:drop-shadow(0 0 5px #b6b9ea)}.page.product-detail .mancala-board .mancala-container .wooden-board .stone.lightgreen.thirty{background:radial-gradient(#dcf0ef,#9fffba 30%)}.page.product-detail .mancala-board .mancala-container .wooden-board .stone.lightgreen.thirty-five{background:radial-gradient(#dcf0ef,#9fffba 35%)}.page.product-detail .mancala-board .mancala-container .wooden-board .stone.lightgreen.forty{background:radial-gradient(#dcf0ef,#9fffba 40%)}.page.product-detail .mancala-board .mancala-container .wooden-board .stone.lightgreen.forty-five{background:radial-gradient(#dcf0ef,#9fffba 45%)}.page.product-detail .mancala-board .mancala-container .wooden-board .stone.lightgreen.fifty{background:radial-gradient(#dcf0ef,#9fffba 50%)}.page.product-detail .mancala-board .mancala-container .wooden-board .stone.lightgreen.fifty-five{background:radial-gradient(#dcf0ef,#9fffba 55%)}.page.product-detail .mancala-board .mancala-container .wooden-board .stone.lightgreen.sixty{background:radial-gradient(#dcf0ef,#9fffba 60%)}.page.product-detail .mancala-board .mancala-container .wooden-board .stone.lightgreen.sixty-five{background:radial-gradient(#dcf0ef,#9fffba 65%)}.page.product-detail .mancala-board .mancala-container .wooden-board .stone.lightgreen.seventy{background:radial-gradient(#dcf0ef,#9fffba 70%)}.page.product-detail .mancala-board .mancala-container .wooden-board .stone.lightgreen.seventy-five{background:radial-gradient(#dcf0ef,#9fffba 75%)}.page.product-detail .mancala-board .mancala-container .wooden-board .stone.morning{filter:drop-shadow(0 0 5px #ffffd7)}.page.product-detail .mancala-board .mancala-container .wooden-board .stone.morning.thirty{background:radial-gradient(#dcf0ef,#ffffad 30%)}.page.product-detail .mancala-board .mancala-container .wooden-board .stone.morning.thirty-five{background:radial-gradient(#dcf0ef,#ffffad 35%)}.page.product-detail .mancala-board .mancala-container .wooden-board .stone.morning.forty{background:radial-gradient(#dcf0ef,#ffffad 40%)}.page.product-detail .mancala-board .mancala-container .wooden-board .stone.morning.forty-five{background:radial-gradient(#dcf0ef,#ffffad 45%)}.page.product-detail .mancala-board .mancala-container .wooden-board .stone.morning.fifty{background:radial-gradient(#dcf0ef,#ffffad 50%)}.page.product-detail .mancala-board .mancala-container .wooden-board .stone.morning.fifty-five{background:radial-gradient(#dcf0ef,#ffffad 55%)}.page.product-detail .mancala-board .mancala-container .wooden-board .stone.morning.sixty{background:radial-gradient(#dcf0ef,#ffffad 60%)}.page.product-detail .mancala-board .mancala-container .wooden-board .stone.morning.sixty-five{background:radial-gradient(#dcf0ef,#ffffad 65%)}.page.product-detail .mancala-board .mancala-container .wooden-board .stone.morning.seventy{background:radial-gradient(#dcf0ef,#ffffad 70%)}.page.product-detail .mancala-board .mancala-container .wooden-board .stone.morning.seventy-five{background:radial-gradient(#dcf0ef,#ffffad 75%)}.page.product-detail .mathlympics-board{margin-top:64px}@media(max-width:500px){.page.product-detail .mathlympics-board{margin-top:40px}}.page.product-detail .mathlympics-board .settings-container{width:300px;margin-bottom:80px}@media(max-width:768px){.page.product-detail .mathlympics-board .settings-container{margin-bottom:60px}}@media(max-width:400px){.page.product-detail .mathlympics-board .settings-container{width:100%}}.page.product-detail .mathlympics-board .settings-container .difficulty-container,.page.product-detail .mathlympics-board .settings-container .show-timer-container,.page.product-detail .mathlympics-board .settings-container .timer-option-container{display:flex;flex-direction:column;margin-bottom:24px}.page.product-detail .mathlympics-board .settings-container .difficulty-container h4,.page.product-detail .mathlympics-board .settings-container .show-timer-container h4,.page.product-detail .mathlympics-board .settings-container .timer-option-container h4{font-size:20px;color:#3c98fe;letter-spacing:1.33px;margin-bottom:12px}@media(max-width:500px){.page.product-detail .mathlympics-board .settings-container .difficulty-container h4,.page.product-detail .mathlympics-board .settings-container .show-timer-container h4,.page.product-detail .mathlympics-board .settings-container .timer-option-container h4{font-size:14px;margin-bottom:8px}}.page.product-detail .mathlympics-board .settings-container .difficulty-container .options,.page.product-detail .mathlympics-board .settings-container .show-timer-container .options,.page.product-detail .mathlympics-board .settings-container .timer-option-container .options{display:flex;justify-content:space-around;width:100%}.page.product-detail .mathlympics-board .settings-container .difficulty-container .options .option,.page.product-detail .mathlympics-board .settings-container .show-timer-container .options .option,.page.product-detail .mathlympics-board .settings-container .timer-option-container .options .option{padding:8px;text-align:center;color:#fff;letter-spacing:2.5px;font-size:16px}.page.product-detail .mathlympics-board .settings-container .difficulty-container .options .option.two,.page.product-detail .mathlympics-board .settings-container .show-timer-container .options .option.two,.page.product-detail .mathlympics-board .settings-container .timer-option-container .options .option.two{width:50%}.page.product-detail .mathlympics-board .settings-container .difficulty-container .options .option.three,.page.product-detail .mathlympics-board .settings-container .show-timer-container .options .option.three,.page.product-detail .mathlympics-board .settings-container .timer-option-container .options .option.three{width:33.33%}.page.product-detail .mathlympics-board .settings-container .difficulty-container .options .option.purple,.page.product-detail .mathlympics-board .settings-container .show-timer-container .options .option.purple,.page.product-detail .mathlympics-board .settings-container .timer-option-container .options .option.purple{background:#d3d4e8}.page.product-detail .mathlympics-board .settings-container .difficulty-container .options .option.purple.selected,.page.product-detail .mathlympics-board .settings-container .show-timer-container .options .option.purple.selected,.page.product-detail .mathlympics-board .settings-container .timer-option-container .options .option.purple.selected{background:#8c6daf}.page.product-detail .mathlympics-board .settings-container .difficulty-container .options .option.orange,.page.product-detail .mathlympics-board .settings-container .show-timer-container .options .option.orange,.page.product-detail .mathlympics-board .settings-container .timer-option-container .options .option.orange{background:#ecbd8e}.page.product-detail .mathlympics-board .settings-container .difficulty-container .options .option.orange.selected,.page.product-detail .mathlympics-board .settings-container .show-timer-container .options .option.orange.selected,.page.product-detail .mathlympics-board .settings-container .timer-option-container .options .option.orange.selected{background:#fd8024}.page.product-detail .mathlympics-board .settings-container .difficulty-container .options .option.green,.page.product-detail .mathlympics-board .settings-container .show-timer-container .options .option.green,.page.product-detail .mathlympics-board .settings-container .timer-option-container .options .option.green{background:#9fffba}.page.product-detail .mathlympics-board .settings-container .difficulty-container .options .option.green.selected,.page.product-detail .mathlympics-board .settings-container .show-timer-container .options .option.green.selected,.page.product-detail .mathlympics-board .settings-container .timer-option-container .options .option.green.selected{background:#8cc759}.page.product-detail .mathlympics-board .settings-container .difficulty-container .options .option.blue,.page.product-detail .mathlympics-board .settings-container .show-timer-container .options .option.blue,.page.product-detail .mathlympics-board .settings-container .timer-option-container .options .option.blue{background:#9ec5e7}.page.product-detail .mathlympics-board .settings-container .difficulty-container .options .option.blue.selected,.page.product-detail .mathlympics-board .settings-container .show-timer-container .options .option.blue.selected,.page.product-detail .mathlympics-board .settings-container .timer-option-container .options .option.blue.selected{background:#3c98fe}.page.product-detail .mathlympics-board .settings-container .difficulty-container .options .option:first-of-type,.page.product-detail .mathlympics-board .settings-container .show-timer-container .options .option:first-of-type,.page.product-detail .mathlympics-board .settings-container .timer-option-container .options .option:first-of-type{border-radius:32px 0 0 32px;margin-right:2px}.page.product-detail .mathlympics-board .settings-container .difficulty-container .options .option:last-of-type,.page.product-detail .mathlympics-board .settings-container .show-timer-container .options .option:last-of-type,.page.product-detail .mathlympics-board .settings-container .timer-option-container .options .option:last-of-type{border-radius:0 32px 32px 0;margin-left:2px}.page.product-detail .mathlympics-board .settings-container .difficulty-container .options .option:not(:first-of-type,:last-of-type),.page.product-detail .mathlympics-board .settings-container .show-timer-container .options .option:not(:first-of-type,:last-of-type),.page.product-detail .mathlympics-board .settings-container .timer-option-container .options .option:not(:first-of-type,:last-of-type){margin-left:2px;margin-right:2px}@media(max-width:400px){.page.product-detail .mathlympics-board .settings-container .difficulty-container .options .option,.page.product-detail .mathlympics-board .settings-container .show-timer-container .options .option,.page.product-detail .mathlympics-board .settings-container .timer-option-container .options .option{font-size:12px}}.page.product-detail .mathlympics-board .game-container{margin-top:32px;display:flex;flex-direction:column;align-items:center}.page.product-detail .mathlympics-board .game-container .current-expression{display:flex;justify-content:center;align-items:center;width:100%;margin-bottom:24px}.page.product-detail .mathlympics-board .game-container .current-expression .number-block{padding:16px 24px;background:#9fffba;font-size:40px;display:flex;align-items:center;justify-content:center;border-radius:16px;color:#fd8024}.page.product-detail .mathlympics-board .game-container .current-expression .operator-block{padding:16px;font-size:40px}.page.product-detail .mathlympics-board .game-container .guess{width:300px;height:40px;padding:24px 16px;background:#fff;border:1px solid #24282c;border-radius:4px;margin-bottom:24px;font-size:32px;text-align:right;display:flex;justify-content:flex-end;align-items:center}.page.product-detail .mathlympics-board .game-container .keypad-container{width:300px}.page.product-detail .mathlympics-board .game-container .keypad-container .key{padding:8px;font-size:32px;background:#fd8024;outline:none;border:none;border-radius:8px;color:#fff;width:calc(33.33% - 4px);margin-bottom:6px;margin-right:6px}.page.product-detail .mathlympics-board .game-container .keypad-container .key:nth-of-type(3n+3){margin-right:0}.page.product-detail .mathlympics-board .report-container{margin-top:32px}.page.product-detail .mathlympics-board .report-container h4{margin-bottom:8px}.page.product-detail .mathlympics-board .report-container .report-list{list-style:none;margin-bottom:40px}.page.product-detail .mathlympics-board .report-container .report-list .report-item{margin-bottom:12px;display:flex;align-items:center}.page.product-detail .mathlympics-board .report-container .report-list .report-item .correct,.page.product-detail .mathlympics-board .report-container .report-list .report-item .incorrect{height:24px;width:24px;border-radius:50%;margin-right:12px}.page.product-detail .mathlympics-board .report-container .stat-container .statistic-content-container{display:flex;flex-direction:column;margin-bottom:12px}.page.product-detail .mathlympics-board .report-container .stat-container .statistic-content-container .stat-label{color:#3c98fe}.page.product-detail .mathlympics-board .report-container .stat-container .statistic-content-container span{margin-bottom:8px}.page.product-detail .mathlympics-board .tips-container{margin-top:32px}.page.product-detail .mathlympics-board .tips-container .tip{display:flex;flex-direction:column}.page.product-detail .mathlympics-board .tips-container .tip:not(:first-of-type){padding-top:40px}@media(max-width:500px){.page.product-detail .mathlympics-board .tips-container .tip:not(:first-of-type){padding-top:32px}}.page.product-detail .mathlympics-board .tips-container .tip:not(:last-of-type){padding-bottom:40px;border-bottom:1px solid #24282c}@media(max-width:500px){.page.product-detail .mathlympics-board .tips-container .tip:not(:last-of-type){padding-bottom:32px}}.page.product-detail .mathlympics-board .tips-container .tip .tip-heading{display:flex;align-items:center;margin-bottom:16px;font-size:24px;color:#3c98fe;letter-spacing:1.33px}@media(max-width:500px){.page.product-detail .mathlympics-board .tips-container .tip .tip-heading{font-size:20px}}.page.product-detail .mathlympics-board .tips-container .tip .tip-heading .tip-number{display:inline-flex;margin-right:8px;padding:4px 8px;border-radius:50%;border:1px solid #24282c;font-size:16px}.page.product-detail .mathlympics-board .tips-container .tip .tip-description{margin-bottom:32px;font-size:20px;line-height:1.75}.page.product-detail .mathlympics-board .tips-container .tip .tip-description:last-of-type{margin-bottom:0}@media(max-width:500px){.page.product-detail .mathlympics-board .tips-container .tip .tip-description{font-size:14px;margin-bottom:20px}}.page.product-detail .mathlympics-board .tips-container .tip .tip-description strong{margin-right:2px}.page.product-detail .mathlympics-board .tips-container .tip .tip-description .tip-example{margin-left:8px;margin-right:8px;padding:2px 8px;border:2px solid #fd8024;border-radius:4px}.page.product-detail .number-royale-board{display:flex;margin-top:64px}@media(max-width:1000px){.page.product-detail .number-royale-board{flex-direction:column}}@media(max-width:500px){.page.product-detail .number-royale-board{margin-top:40px}}.page.product-detail .number-royale-board .number-royale-container{margin-left:64px}@media(max-width:1000px){.page.product-detail .number-royale-board .number-royale-container{margin:40px 0}}@media(max-width:600px){.page.product-detail .number-royale-board .number-royale-container{margin-left:0}}.page.product-detail .number-royale-board .heading-label{margin-bottom:8px}.page.product-detail .number-royale-board .round-container{display:flex;flex-direction:column;margin-bottom:32px}.page.product-detail .number-royale-board .round-container .round-label{margin-bottom:8px;color:#3c98fe}.page.product-detail .number-royale-board .round-container .round-table{display:flex;align-items:center}.page.product-detail .number-royale-board .round-container .round-table .round-rows{display:flex;flex-direction:column}.page.product-detail .number-royale-board .round-container .round-table .round-rows .round-row{display:flex;margin-bottom:8px}.page.product-detail .number-royale-board .round-container .round-table .round-rows .round-row .username{font-weight:700;width:65px}.page.product-detail .number-royale-board .round-container .round-table .round-rows .round-row .number{width:50px;text-align:center}.page.product-detail .number-royale-board .round-container .round-table .round-rows .round-row .number.win{color:#8cc759}.page.product-detail .number-royale-board .round-container .round-table .round-rows .round-row .number.lose{color:red}.page.product-detail .number-royale-board .all-numbers-selectors-container{display:flex;grid-column-gap:40px;column-gap:40px;margin-bottom:16px}.page.product-detail .number-royale-board .all-numbers-selectors-container .numbers-selectors-container{display:flex;flex-direction:column;align-items:center}.page.product-detail .number-royale-board .all-numbers-selectors-container .number{color:#3c98fe;font-size:40px;margin-bottom:16px}.page.product-detail .number-royale-board .all-numbers-selectors-container .selector{width:60px;padding:4px 8px;cursor:pointer}.page.product-detail .number-royale-board .all-numbers-selectors-container .selector .position{cursor:pointer}.page.product-detail .number-royale-board .all-numbers-selectors-container .selector .position:disabled{background-color:#9ea0a2;cursor:not-allowed!important}.page.product-detail .rebus-board{margin-top:64px;display:flex;justify-content:space-evenly;flex-wrap:wrap}@media(max-width:1000px){.page.product-detail .rebus-board{flex-direction:column;align-items:center}}.page.product-detail .rebus-board .puzzle{display:flex;flex-direction:column;align-items:center}@media(max-width:1000px){.page.product-detail .rebus-board .puzzle{margin-bottom:48px}}@media(max-width:500px){.page.product-detail .rebus-board .puzzle{margin-bottom:40px}}.page.product-detail .rebus-board .puzzle .outer-container{margin-bottom:40px}.page.product-detail .rebus-board .puzzle .rebus-img{height:250px;width:250px;border-radius:4px;display:flex;align-items:center;justify-content:center;margin-bottom:40px}.page.product-detail .rebus-board .puzzle .rebus-textarea{min-width:100%;max-width:100%;min-height:85px;max-height:85px;border-radius:4px;padding:16px;font-size:20px;margin-bottom:40px}@media(max-width:500px){.page.product-detail .rebus-board .puzzle .rebus-textarea{font-size:16px}}.page.product-detail .rebus-board .rebus-tabs-container{width:450px}@media(max-width:500px){.page.product-detail .rebus-board .rebus-tabs-container{width:calc(100vw - 32px)}}.page.product-detail .rebus-board .rebus-tabs-container .tabs-container{width:100%}.page.product-detail .rebus-board .rebus-tabs-container .tabs-container .tab span{font-size:20px}@media(max-width:500px){.page.product-detail .rebus-board .rebus-tabs-container .tabs-container .tab span{font-size:16px}}@media(max-width:400px){.page.product-detail .rebus-board .rebus-tabs-container .tabs-container .tab span{font-size:14px}}.page.product-detail .rebus-board .rebus-tabs-container .random-container{margin:40px 0 0 24px}.page.product-detail .rebus-board .rebus-tabs-container .select-puzzle-container{margin-top:40px}@media(max-width:500px){.page.product-detail .rebus-board .rebus-tabs-container .select-puzzle-container{margin:40px 12px 0}}.page.product-detail .rebus-board .rebus-tabs-container .select-puzzle-container .select-puzzle-header{margin-left:40px;margin-bottom:16px;font-size:20px}@media(max-width:1000px){.page.product-detail .rebus-board .rebus-tabs-container .select-puzzle-container .select-puzzle-header{margin:0 24px 12px}}@media(max-width:500px){.page.product-detail .rebus-board .rebus-tabs-container .select-puzzle-container .select-puzzle-header{margin:0 0 12px}}.page.product-detail .rebus-board .rebus-tabs-container .select-puzzle-container .select-puzzle-labels{display:flex;flex-wrap:wrap;margin:0 40px}@media(max-width:1000px){.page.product-detail .rebus-board .rebus-tabs-container .select-puzzle-container .select-puzzle-labels{margin:0 24px}}@media(max-width:500px){.page.product-detail .rebus-board .rebus-tabs-container .select-puzzle-container .select-puzzle-labels{margin:0}}.page.product-detail .rebus-board .rebus-tabs-container .select-puzzle-container .select-puzzle-labels .label-container{margin-bottom:12px;padding:4px;display:flex;align-items:center;width:65px;cursor:pointer}@media(max-width:1000px){.page.product-detail .rebus-board .rebus-tabs-container .select-puzzle-container .select-puzzle-labels .label-container{width:60px;margin-bottom:8px}}.page.product-detail .rebus-board .rebus-tabs-container .select-puzzle-container .select-puzzle-labels .label-container input{margin-right:8px}.page.product-detail .top-page-container{position:relative}.page.product-detail .top-page-container .direction-btn-container{position:absolute;right:0;top:0;width:210px;transform:translate(-45%,-15%)}@media(max-width:600px){.page.product-detail .top-page-container .direction-btn-container{width:unset;transform:translateY(-25%)}}@media(max-width:600px){.page.product-detail .top-page-container .direction-btn-container .outer-container{display:none}}.page.product-detail .top-page-container .direction-btn-container .mobile-btn{border-radius:50%;width:50px;height:50px;display:flex;align-items:center;border:none;cursor:pointer}@media(min-width:601px){.page.product-detail .top-page-container .direction-btn-container .mobile-btn{display:none}}@media(max-width:350px){.page.product-detail .top-page-container .direction-btn-container .mobile-btn{width:40px;height:40px}}.page.product-detail .top-page-container .direction-btn-container .mobile-btn img{width:100%;position:relative}.page.product-detail .top-page-container .direction-btn-container .mobile-btn img:after{content:"hello";position:absolute;top:0;right:0}.page.product-detail .bottom-direction-btn-container{position:absolute;right:15px;top:30px;transform:rotate(180deg)}@media(min-width:601px){.page.product-detail .bottom-direction-btn-container{right:56px}}.page.product-detail .bottom-direction-btn-container .mobile-btn{border-radius:50%;width:50px;height:50%;display:flex;align-items:center;border:none;cursor:pointer}@media(max-width:350px){.page.product-detail .bottom-direction-btn-container .mobile-btn{width:40px;height:40px}}.page.product-detail .bottom-direction-btn-container .mobile-btn img{width:100%;position:relative}.page.product-detail .bottom-direction-btn-container .mobile-btn img:after{content:"";position:absolute;top:0;right:0}.page.product-detail .secret-number-container{margin-top:64px}@media(max-width:500px){.page.product-detail .secret-number-container{margin-top:40px}}.page.product-detail .secret-number-container .secret-number{display:flex;margin-bottom:24px}.page.product-detail .secret-number-container .secret-number .digit{background:#d3d4e8;border-radius:4px;height:75px;width:75px;margin-right:8px;display:flex;align-items:center;justify-content:center;font-size:24px}.page.product-detail .secret-number-container .guess-form{display:flex;margin-bottom:12px}.page.product-detail .secret-number-container .guess-form .guess-input{padding:8px;margin-right:8px;width:54px;font-size:16px;letter-spacing:1.5px}.page.product-detail .secret-number-container .guesses-left{display:block;margin-bottom:12px}.page.product-detail .secret-number-container .guesses-list-container h4{font-size:24px;margin-bottom:8px}.page.product-detail .secret-number-container .guesses-list-container .guesses-list .guess-item{display:flex;align-items:center;font-size:24px;flex-wrap:wrap;margin-bottom:4px}.page.product-detail .secret-number-container .guesses-list-container .guesses-list .guess-item:last-of-type{margin-bottom:0}.page.product-detail .secret-number-container .guesses-list-container .guesses-list .guess-item .guess-number{margin-right:4px}.page.product-detail .secret-number-container .guesses-list-container .guesses-list .guess-item .guess-number .number{text-align:right;width:36px;margin-right:4px}.page.product-detail .secret-number-container .guesses-list-container .guesses-list .guess-item .comparison-label{border-radius:4px;padding:4px 12px;color:#fff;margin-left:6px;margin-right:6px}.page.product-detail .secret-number-container .guesses-list-container .guesses-list .guess-item .comparison-label.less{background:#ef5d74}.page.product-detail .secret-number-container .guesses-list-container .guesses-list .guess-item .comparison-label.greater{background:#8cc759}.page.product-detail .secret-number-container .guesses-list-container .guesses-list .guess-item .guess{margin-left:8px;border-radius:4px;padding:4px 8px}.page.product-detail .secret-number-container .guesses-list-container .guesses-list .guess-item .guess.less{box-shadow:inset 0 0 0 2px #ef5d74}.page.product-detail .secret-number-container .guesses-list-container .guesses-list .guess-item .guess.greater{box-shadow:inset 0 0 0 2px #8cc759}.page.product-detail .sinker-board{display:flex;flex-direction:column;align-items:center;margin-top:64px}@media(max-width:500px){.page.product-detail .sinker-board{margin-top:40px}}.page.product-detail .sinker-board .top-container{display:flex;align-items:center;justify-content:space-around;width:700px}@media(max-width:768px){.page.product-detail .sinker-board .top-container{flex-direction:column;align-items:center}}.page.product-detail .sinker-board .top-container .tank{position:relative;width:200px;height:250px;border:1px solid #24282c;border-radius:0 0 8px 8px}@media(max-width:768px){.page.product-detail .sinker-board .top-container .tank{margin-bottom:32px}}.page.product-detail .sinker-board .top-container .tank .water-pipe{position:absolute;background:#9d9d9d;opacity:.6;z-index:2}.page.product-detail .sinker-board .top-container .tank .long-horizontal-pipe{width:350px;height:6px}.page.product-detail .sinker-board .top-container .tank .vertical-pipe{height:250px;width:6px}.page.product-detail .sinker-board .top-container .tank .short-horizontal-pipe{width:20px;height:6px}.page.product-detail .sinker-board .top-container .tank .pipe-1{bottom:0;left:-354px;border-radius:0 0 4px 0}.page.product-detail .sinker-board .top-container .tank .pipe-2{left:-10px;bottom:6px;height:245px}.page.product-detail .sinker-board .top-container .tank .pipe-3{top:-9px;left:-10px;border-radius:4px 4px 0 0}.page.product-detail .sinker-board .top-container .tank .pipe-4{top:-3px;left:4px;border-radius:0 0 0 0}.page.product-detail .sinker-board .top-container .tank .measurement{position:absolute;left:50%;transform:translate(-50%,50%);display:flex;align-items:center;z-index:2}.page.product-detail .sinker-board .top-container .tank .measurement:before{content:"";width:35px;height:1px;background:#24282c;margin-right:8px}.page.product-detail .sinker-board .top-container .tank .measurement:after{content:"";width:35px;height:1px;background:#24282c;margin-left:8px}.page.product-detail .sinker-board .top-container .tank .measurement.measure-5{bottom:83.33%}.page.product-detail .sinker-board .top-container .tank .measurement.measure-4{bottom:66.67%}.page.product-detail .sinker-board .top-container .tank .measurement.measure-3{bottom:50%}.page.product-detail .sinker-board .top-container .tank .measurement.measure-2{bottom:33.33%}.page.product-detail .sinker-board .top-container .tank .measurement.measure-1{bottom:16.67%}.page.product-detail .sinker-board .top-container .tank .tank-section{position:absolute;width:100%;height:16.67%;z-index:1;background:transparent}.page.product-detail .sinker-board .top-container .tank .tank-section.tank-section-6{bottom:83.33%}.page.product-detail .sinker-board .top-container .tank .tank-section.tank-section-5{bottom:66.67%}.page.product-detail .sinker-board .top-container .tank .tank-section.tank-section-4{bottom:50%}.page.product-detail .sinker-board .top-container .tank .tank-section.tank-section-3{bottom:33.33%}.page.product-detail .sinker-board .top-container .tank .tank-section.tank-section-2{bottom:16.67%}.page.product-detail .sinker-board .top-container .tank .tank-section.tank-section-1{bottom:0}.page.product-detail .sinker-board .top-container .tank .tank-section.fill{animation:fill-tank 1.5s ease-in-out;z-index:1}.page.product-detail .sinker-board .top-container .tank .tank-section.water{background:#9cd3db}.page.product-detail .sinker-board .top-container .guess-container{display:flex;flex-direction:column;align-items:center}.page.product-detail .sinker-board .top-container .guess-container .word{display:flex;align-items:center;margin-bottom:16px}.page.product-detail .sinker-board .top-container .guess-container .word .letter{height:32px;width:32px;background:#fff;border:1px solid #000;border-radius:2px;margin:2px;display:flex;justify-content:center;align-items:center;text-transform:uppercase;transition:background-color 3s,color 3s,border 3s}@media(max-width:500px){.page.product-detail .sinker-board .top-container .guess-container .word .letter{height:28px;width:28px}}@media(max-width:400px){.page.product-detail .sinker-board .top-container .guess-container .word .letter{height:24px;width:24px;font-size:14px}}@media(max-width:350px){.page.product-detail .sinker-board .top-container .guess-container .word .letter{height:20px;width:20px;font-size:12px}}.page.product-detail .slider-board{margin-top:64px;display:flex;flex-direction:column;align-items:center}.page.product-detail .slider-board .puzzle-header{margin-bottom:40px}@media(max-width:768px){.page.product-detail .slider-board .puzzle-header{margin-bottom:24px}}.page.product-detail .slider-board .puzzle-header .puzzle-author{margin-bottom:24px;font-weight:300;font-style:italic}.page.product-detail .slider-board .puzzle-fraction{margin-bottom:40px;font-size:20px;font-weight:400}@media(max-width:768px){.page.product-detail .slider-board .puzzle-fraction{margin-bottom:24px}}.page.product-detail .slider-board .puzzle-buttons-container{display:flex;align-items:center;position:relative;margin-bottom:56px;width:600px;justify-content:space-around}@media(max-width:768px){.page.product-detail .slider-board .puzzle-buttons-container{width:100%;margin-bottom:40px;justify-content:space-evenly}}@media(max-width:768px){.page.product-detail .slider-board .puzzle-buttons-container .outer-container{display:none}}@media(min-width:769px){.page.product-detail .slider-board .puzzle-buttons-container .next-btn,.page.product-detail .slider-board .puzzle-buttons-container .reset-btn{display:none}}.page.product-detail .slider-board .puzzle-buttons-container .reset-btn{background:red}.page.product-detail .slider-board .slider-main{display:flex;align-items:center;justify-content:space-evenly;flex-wrap:wrap;width:100%}@media(max-width:768px){.page.product-detail .slider-board .slider-main{flex-direction:column}}.page.product-detail .slider-board .selection-container{display:flex;flex-direction:column;align-items:center;margin-top:64px}.page.product-detail .slider-board .selection-container .difficulty-container,.page.product-detail .slider-board .selection-container .select-puzzle-container{margin-top:40px}@media(max-width:500px){.page.product-detail .slider-board .selection-container .difficulty-container,.page.product-detail .slider-board .selection-container .select-puzzle-container{margin:40px 12px 0}}.page.product-detail .slider-board .selection-container .difficulty-container .difficulty-header,.page.product-detail .slider-board .selection-container .difficulty-container .select-puzzle-header,.page.product-detail .slider-board .selection-container .select-puzzle-container .difficulty-header,.page.product-detail .slider-board .selection-container .select-puzzle-container .select-puzzle-header{margin-left:40px;margin-bottom:16px;font-size:20px}@media(max-width:1000px){.page.product-detail .slider-board .selection-container .difficulty-container .difficulty-header,.page.product-detail .slider-board .selection-container .difficulty-container .select-puzzle-header,.page.product-detail .slider-board .selection-container .select-puzzle-container .difficulty-header,.page.product-detail .slider-board .selection-container .select-puzzle-container .select-puzzle-header{margin:0 24px 12px}}@media(max-width:500px){.page.product-detail .slider-board .selection-container .difficulty-container .difficulty-header,.page.product-detail .slider-board .selection-container .difficulty-container .select-puzzle-header,.page.product-detail .slider-board .selection-container .select-puzzle-container .difficulty-header,.page.product-detail .slider-board .selection-container .select-puzzle-container .select-puzzle-header{margin:0 0 12px}}.page.product-detail .slider-board .selection-container .difficulty-container .difficulty-labels,.page.product-detail .slider-board .selection-container .difficulty-container .select-puzzle-labels,.page.product-detail .slider-board .selection-container .select-puzzle-container .difficulty-labels,.page.product-detail .slider-board .selection-container .select-puzzle-container .select-puzzle-labels{display:flex;flex-wrap:wrap;margin:0 40px}@media(max-width:1000px){.page.product-detail .slider-board .selection-container .difficulty-container .difficulty-labels,.page.product-detail .slider-board .selection-container .difficulty-container .select-puzzle-labels,.page.product-detail .slider-board .selection-container .select-puzzle-container .difficulty-labels,.page.product-detail .slider-board .selection-container .select-puzzle-container .select-puzzle-labels{margin:0 24px}}@media(max-width:500px){.page.product-detail .slider-board .selection-container .difficulty-container .difficulty-labels,.page.product-detail .slider-board .selection-container .difficulty-container .select-puzzle-labels,.page.product-detail .slider-board .selection-container .select-puzzle-container .difficulty-labels,.page.product-detail .slider-board .selection-container .select-puzzle-container .select-puzzle-labels{margin:0}}.page.product-detail .slider-board .selection-container .difficulty-container .difficulty-labels .label-container,.page.product-detail .slider-board .selection-container .difficulty-container .select-puzzle-labels .label-container,.page.product-detail .slider-board .selection-container .select-puzzle-container .difficulty-labels .label-container,.page.product-detail .slider-board .selection-container .select-puzzle-container .select-puzzle-labels .label-container{margin-bottom:12px;padding:4px;display:flex;align-items:center;width:120px;cursor:pointer}@media(max-width:768px){.page.product-detail .slider-board .selection-container .difficulty-container .difficulty-labels .label-container,.page.product-detail .slider-board .selection-container .difficulty-container .select-puzzle-labels .label-container,.page.product-detail .slider-board .selection-container .select-puzzle-container .difficulty-labels .label-container,.page.product-detail .slider-board .selection-container .select-puzzle-container .select-puzzle-labels .label-container{margin-bottom:8px}}.page.product-detail .slider-board .selection-container .difficulty-container .difficulty-labels .label-container input,.page.product-detail .slider-board .selection-container .difficulty-container .select-puzzle-labels .label-container input,.page.product-detail .slider-board .selection-container .select-puzzle-container .difficulty-labels .label-container input,.page.product-detail .slider-board .selection-container .select-puzzle-container .select-puzzle-labels .label-container input{margin-right:8px}.page.product-detail .slider-board .selection-container .difficulty-container .difficulty-labels .label-container .difficulty-count,.page.product-detail .slider-board .selection-container .difficulty-container .select-puzzle-labels .label-container .difficulty-count,.page.product-detail .slider-board .selection-container .select-puzzle-container .difficulty-labels .label-container .difficulty-count,.page.product-detail .slider-board .selection-container .select-puzzle-container .select-puzzle-labels .label-container .difficulty-count{margin-left:4px}.page.product-detail .slider-board .selection-container .difficulty-container .select-puzzle-labels .label-container,.page.product-detail .slider-board .selection-container .select-puzzle-container .select-puzzle-labels .label-container{width:100px}@media(max-width:768px){.page.product-detail .slider-board .selection-container .difficulty-container .select-puzzle-labels .label-container,.page.product-detail .slider-board .selection-container .select-puzzle-container .select-puzzle-labels .label-container{width:75px}}@media(max-width:600px){.page.product-detail .slider-board .selection-container .difficulty-container .select-puzzle-labels .label-container,.page.product-detail .slider-board .selection-container .select-puzzle-container .select-puzzle-labels .label-container{width:60px}}@media(max-width:500px){.page.product-detail .slider-board .selection-container .difficulty-container .select-puzzle-labels .label-container,.page.product-detail .slider-board .selection-container .select-puzzle-container .select-puzzle-labels .label-container{width:55px}}.page.product-detail .slider-board .build-your-own-puzzle-text-container{margin-top:48px;width:95%;background:#9d9d9d;padding:24px;border-radius:8px;max-width:600px;cursor:pointer}@media(max-width:500px){.page.product-detail .slider-board .build-your-own-puzzle-text-container{padding:24px 16px}}@media(max-width:400px){.page.product-detail .slider-board .build-your-own-puzzle-text-container{padding:16px}}.page.product-detail .slider-board .build-your-own-puzzle-text-container h2{letter-spacing:1.5px;font-size:20px;margin-bottom:8px}@media(max-width:500px){.page.product-detail .slider-board .build-your-own-puzzle-text-container h2{font-size:16px}}@media(max-width:400px){.page.product-detail .slider-board .build-your-own-puzzle-text-container h2{font-size:14px}}.page.product-detail .slider-board .build-your-own-puzzle-text-container p{color:#fff;letter-spacing:1.5px;font-size:16px;line-height:1.33}@media(max-width:500px){.page.product-detail .slider-board .build-your-own-puzzle-text-container p{font-size:14px}}@media(max-width:400px){.page.product-detail .slider-board .build-your-own-puzzle-text-container p{font-size:12px}}.page.product-detail .slider-board .build-your-own-puzzle-text-container p .here-text{text-decoration:underline}.page.product-detail .slider-board .preview-puzzle-container{height:400px;width:400px;background:#24282c;border-radius:4px;display:flex;flex-direction:column}@media(max-width:768px){.page.product-detail .slider-board .preview-puzzle-container{height:256px;width:256px}}.page.product-detail .slider-board .preview-puzzle-container .puzzle-row{display:flex}.page.product-detail .slider-board .preview-puzzle-container .puzzle-row .puzzle-item{display:flex;align-items:center;justify-content:center;width:50px;height:50px;position:relative}@media(max-width:768px){.page.product-detail .slider-board .preview-puzzle-container .puzzle-row .puzzle-item{width:32px;height:32px}}.page.product-detail .slider-board .preview-puzzle-container .puzzle-row .puzzle-item.block{background:#fff;border:1px solid #24282c;border-radius:4px}.page.product-detail .slider-board .preview-puzzle-container .puzzle-row .puzzle-item.dashed-block{border:1px dashed #fff;background:transparent;border-radius:4px}.page.product-detail .slider-board .preview-puzzle-container .puzzle-row .puzzle-item.border-all{background:#fbef5a}.page.product-detail .slider-board .preview-puzzle-container .puzzle-row .puzzle-item.borderTop:after{content:"";position:absolute;top:-8px;background:#fbef5a;height:16px;width:100%}.page.product-detail .slider-board .preview-puzzle-container .puzzle-row .puzzle-item.borderRight:after{content:"";position:absolute;right:-8px;background:#fbef5a;height:100%;width:16px}.page.product-detail .slider-board .preview-puzzle-container .puzzle-row .puzzle-item.borderBottom:after{content:"";position:absolute;bottom:-8px;background:#fbef5a;height:16px;width:100%}.page.product-detail .slider-board .preview-puzzle-container .puzzle-row .puzzle-item.borderLeft:after{content:"";position:absolute;left:-8px;background:#fbef5a;height:100%;width:16px}.page.product-detail .slider-board .preview-puzzle-container .puzzle-row .puzzle-item.switch{display:flex;align-items:center;justify-content:center}.page.product-detail .slider-board .preview-puzzle-container .puzzle-row .puzzle-item.switch .switch-board{background:#9d9d9d;border-radius:4px;width:95%;height:95%;display:flex}.page.product-detail .slider-board .preview-puzzle-container .puzzle-row .puzzle-item.switch .switch-board .switch-buttons{width:12px;display:flex;flex-direction:column;justify-content:space-evenly;align-items:center}.page.product-detail .slider-board .preview-puzzle-container .puzzle-row .puzzle-item.switch .switch-board .switch-buttons .switch-button{width:8px;height:6px;border-radius:8px}.page.product-detail .slider-board .preview-puzzle-container .puzzle-row .puzzle-item.switch .switch-board .switch-buttons .switch-button-1{background:#3c98fe}.page.product-detail .slider-board .preview-puzzle-container .puzzle-row .puzzle-item.switch .switch-board .switch-buttons .switch-button-2{background:#fbef5a}.page.product-detail .slider-board .preview-puzzle-container .puzzle-row .puzzle-item.switch .switch-board .switch-buttons .switch-button-3{background:#fd8024}.page.product-detail .slider-board .preview-puzzle-container .puzzle-row .puzzle-item.switch .switch-board .switch-buttons .switch-button-4{background:#8c6daf}.page.product-detail .slider-board .preview-puzzle-container .puzzle-row .puzzle-item.switch .switch-board .switch-display{width:calc(100% - 12px);display:flex;flex-direction:column;align-items:center}.page.product-detail .slider-board .preview-puzzle-container .puzzle-row .puzzle-item.switch .switch-board .switch-display .display{width:90%;height:12px;background:#fff;border-radius:4px;margin:4px 0 2px;font-size:8px;display:flex;align-items:center;justify-content:center}@media(max-width:500px){.page.product-detail .slider-board .preview-puzzle-container .puzzle-row .puzzle-item.switch .switch-board .switch-display .display{font-size:4.5px}}.page.product-detail .slider-board .preview-puzzle-container .puzzle-row .puzzle-item.switch .switch-board .switch-display .additional-buttons{display:flex;width:90%;height:calc(100% - 20px)}.page.product-detail .slider-board .preview-puzzle-container .puzzle-row .puzzle-item.switch .switch-board .switch-display .additional-buttons .additional-button-container{background:#fff;width:50%;border-radius:2px;margin:0 1px 1px;display:flex;flex-direction:column;align-items:center;justify-content:space-evenly}.page.product-detail .slider-board .preview-puzzle-container .puzzle-row .puzzle-item.switch .switch-board .switch-display .additional-buttons .additional-button-container .bar{width:90%;height:2.5px;background:red;border-radius:2px}.page.product-detail .slider-board .preview-puzzle-container .puzzle-row .puzzle-item.switch .switch-board .switch-display .additional-buttons .additional-button-container .bar.red{background:red}.page.product-detail .slider-board .preview-puzzle-container .puzzle-row .puzzle-item.switch .switch-board .switch-display .additional-buttons .additional-button-container .bar.blue{background:#3c98fe}.page.product-detail .slider-board .preview-puzzle-container .puzzle-row .puzzle-item.switch .switch-board .switch-display .additional-buttons .additional-button-container .bar.yellow{background:#fbef5a}.page.product-detail .slider-board .preview-puzzle-container .puzzle-row .puzzle-item.switch .switch-board .switch-display .additional-buttons .additional-button-container .bar.green{background:#8cc759}.page.product-detail .slider-board .preview-puzzle-container .puzzle-row .puzzle-item.switch .switch-board .switch-display .additional-buttons .additional-button-container .bar.orange{background:#fd8024}.page.product-detail .slider-board .preview-puzzle-container .puzzle-row .puzzle-item .piece{background:#8cc759;border-radius:50%;z-index:3;width:50px;height:50px;position:absolute}@media(max-width:768px){.page.product-detail .slider-board .preview-puzzle-container .puzzle-row .puzzle-item .piece{width:32px;height:32px}}.page.product-detail .slider-board .preview-puzzle-container .puzzle-row .puzzle-item .piece.borderTop{border-top:unset}.page.product-detail .slider-board .preview-puzzle-container .puzzle-row .puzzle-item .piece.borderRight{border-right:unset}.page.product-detail .slider-board .preview-puzzle-container .puzzle-row .puzzle-item .piece.borderBottom{border-bottom:unset}.page.product-detail .slider-board .preview-puzzle-container .puzzle-row .puzzle-item .piece.borderLeft{border-left:unset}.page.product-detail .slider-board .arrows-container{display:flex;flex-direction:column;align-items:center}@media(max-width:768px){.page.product-detail .slider-board .arrows-container{margin-top:40px}}@media(max-width:500px){.page.product-detail .slider-board .arrows-container{margin-top:24px}}.page.product-detail .slider-board .arrows-container .arrow-row{display:flex;justify-content:space-between;width:200px}@media(max-width:500px){.page.product-detail .slider-board .arrows-container .arrow-row{width:220px}}.page.product-detail .slider-board .arrows-container .computer-key{margin:2px;padding:8px;border:1px solid #24282c;border-radius:4px;text-transform:uppercase;outline:none;background:#8c6daf;cursor:pointer;width:100px;min-width:100px;height:50px;min-height:50px;font-size:20px;display:flex;justify-content:center;align-items:center;letter-spacing:1.25px;color:#fff}@media(max-width:500px){.page.product-detail .slider-board .arrows-container .computer-key{height:40px;min-height:40px;margin-bottom:8px}}.page.product-detail .slider-board .arrows-container .computer-key:disabled{cursor:unset;opacity:.2}.page.product-detail .slider-board .arrows-container .computer-key.down{background:#ef5d74}.page.product-detail .slider-board .arrows-container .computer-key.up{background:#8c6daf}.page.product-detail .slider-board .arrows-container .computer-key.left{background:#0fb5ee}.page.product-detail .slider-board .arrows-container .computer-key.right{background:#8cc759}.page.product-detail .legend-container{display:flex;flex-direction:column;margin:40px auto 56px;max-width:600px}@media(max-width:768px){.page.product-detail .legend-container{margin-bottom:40px;max-width:300px}}.page.product-detail .legend-container .legend-item{margin-bottom:12px}.page.product-detail .slider-puzzle-builder-container{display:flex;flex-direction:column;align-items:center;margin-top:40px}.page.product-detail .slider-puzzle-builder-container .preview-puzzle-container{height:400px;width:400px;background:#24282c;border-radius:4px;display:flex;flex-direction:column}@media(max-width:768px){.page.product-detail .slider-puzzle-builder-container .preview-puzzle-container{height:256px;width:256px}}.page.product-detail .slider-puzzle-builder-container .preview-puzzle-container .puzzle-row{display:flex}.page.product-detail .slider-puzzle-builder-container .preview-puzzle-container .puzzle-row .puzzle-item{display:flex;align-items:center;justify-content:center;width:50px;height:50px;position:relative}@media(max-width:768px){.page.product-detail .slider-puzzle-builder-container .preview-puzzle-container .puzzle-row .puzzle-item{width:32px;height:32px}}.page.product-detail .slider-puzzle-builder-container .preview-puzzle-container .puzzle-row .puzzle-item.block{background:#fff;border:1px solid #24282c;border-radius:4px}.page.product-detail .slider-puzzle-builder-container .preview-puzzle-container .puzzle-row .puzzle-item.dashed-block{border:1px dashed #fff;background:transparent;border-radius:4px}.page.product-detail .slider-puzzle-builder-container .preview-puzzle-container .puzzle-row .puzzle-item.border-all{background:#fbef5a}.page.product-detail .slider-puzzle-builder-container .preview-puzzle-container .puzzle-row .puzzle-item.borderTop:after{content:"";position:absolute;top:-8px;background:#fbef5a;height:16px;width:100%}.page.product-detail .slider-puzzle-builder-container .preview-puzzle-container .puzzle-row .puzzle-item.borderRight:after{content:"";position:absolute;right:-8px;background:#fbef5a;height:100%;width:16px}.page.product-detail .slider-puzzle-builder-container .preview-puzzle-container .puzzle-row .puzzle-item.borderBottom:after{content:"";position:absolute;bottom:-8px;background:#fbef5a;height:16px;width:100%}.page.product-detail .slider-puzzle-builder-container .preview-puzzle-container .puzzle-row .puzzle-item.borderLeft:after{content:"";position:absolute;left:-8px;background:#fbef5a;height:100%;width:16px}.page.product-detail .slider-puzzle-builder-container .preview-puzzle-container .puzzle-row .puzzle-item.switch{display:flex;align-items:center;justify-content:center}.page.product-detail .slider-puzzle-builder-container .preview-puzzle-container .puzzle-row .puzzle-item.switch .switch-board{background:#9d9d9d;border-radius:4px;width:95%;height:95%;display:flex}.page.product-detail .slider-puzzle-builder-container .preview-puzzle-container .puzzle-row .puzzle-item.switch .switch-board .switch-buttons{width:12px;display:flex;flex-direction:column;justify-content:space-evenly;align-items:center}.page.product-detail .slider-puzzle-builder-container .preview-puzzle-container .puzzle-row .puzzle-item.switch .switch-board .switch-buttons .switch-button{width:8px;height:6px;border-radius:8px}.page.product-detail .slider-puzzle-builder-container .preview-puzzle-container .puzzle-row .puzzle-item.switch .switch-board .switch-buttons .switch-button-1{background:#3c98fe}.page.product-detail .slider-puzzle-builder-container .preview-puzzle-container .puzzle-row .puzzle-item.switch .switch-board .switch-buttons .switch-button-2{background:#fbef5a}.page.product-detail .slider-puzzle-builder-container .preview-puzzle-container .puzzle-row .puzzle-item.switch .switch-board .switch-buttons .switch-button-3{background:#fd8024}.page.product-detail .slider-puzzle-builder-container .preview-puzzle-container .puzzle-row .puzzle-item.switch .switch-board .switch-buttons .switch-button-4{background:#8c6daf}.page.product-detail .slider-puzzle-builder-container .preview-puzzle-container .puzzle-row .puzzle-item.switch .switch-board .switch-display{width:calc(100% - 12px);display:flex;flex-direction:column;align-items:center}.page.product-detail .slider-puzzle-builder-container .preview-puzzle-container .puzzle-row .puzzle-item.switch .switch-board .switch-display .display{width:90%;height:12px;background:#fff;border-radius:4px;margin:4px 0 2px;font-size:8px;display:flex;align-items:center;justify-content:center}@media(max-width:500px){.page.product-detail .slider-puzzle-builder-container .preview-puzzle-container .puzzle-row .puzzle-item.switch .switch-board .switch-display .display{font-size:4.5px}}.page.product-detail .slider-puzzle-builder-container .preview-puzzle-container .puzzle-row .puzzle-item.switch .switch-board .switch-display .additional-buttons{display:flex;width:90%;height:calc(100% - 20px)}.page.product-detail .slider-puzzle-builder-container .preview-puzzle-container .puzzle-row .puzzle-item.switch .switch-board .switch-display .additional-buttons .additional-button-container{background:#fff;width:50%;border-radius:2px;margin:0 1px 1px;display:flex;flex-direction:column;align-items:center;justify-content:space-evenly}.page.product-detail .slider-puzzle-builder-container .preview-puzzle-container .puzzle-row .puzzle-item.switch .switch-board .switch-display .additional-buttons .additional-button-container .bar{width:90%;height:2.5px;background:red;border-radius:2px}.page.product-detail .slider-puzzle-builder-container .preview-puzzle-container .puzzle-row .puzzle-item.switch .switch-board .switch-display .additional-buttons .additional-button-container .bar.red{background:red}.page.product-detail .slider-puzzle-builder-container .preview-puzzle-container .puzzle-row .puzzle-item.switch .switch-board .switch-display .additional-buttons .additional-button-container .bar.blue{background:#3c98fe}.page.product-detail .slider-puzzle-builder-container .preview-puzzle-container .puzzle-row .puzzle-item.switch .switch-board .switch-display .additional-buttons .additional-button-container .bar.yellow{background:#fbef5a}.page.product-detail .slider-puzzle-builder-container .preview-puzzle-container .puzzle-row .puzzle-item.switch .switch-board .switch-display .additional-buttons .additional-button-container .bar.green{background:#8cc759}.page.product-detail .slider-puzzle-builder-container .preview-puzzle-container .puzzle-row .puzzle-item.switch .switch-board .switch-display .additional-buttons .additional-button-container .bar.orange{background:#fd8024}.page.product-detail .slider-puzzle-builder-container .preview-puzzle-container .puzzle-row .puzzle-item .piece{background:#8cc759;border-radius:50%;z-index:3;width:50px;height:50px;position:absolute}@media(max-width:768px){.page.product-detail .slider-puzzle-builder-container .preview-puzzle-container .puzzle-row .puzzle-item .piece{width:32px;height:32px}}.page.product-detail .slider-puzzle-builder-container .preview-puzzle-container .puzzle-row .puzzle-item .piece.borderTop{border-top:unset}.page.product-detail .slider-puzzle-builder-container .preview-puzzle-container .puzzle-row .puzzle-item .piece.borderRight{border-right:unset}.page.product-detail .slider-puzzle-builder-container .preview-puzzle-container .puzzle-row .puzzle-item .piece.borderBottom{border-bottom:unset}.page.product-detail .slider-puzzle-builder-container .preview-puzzle-container .puzzle-row .puzzle-item .piece.borderLeft{border-left:unset}.page.product-detail .slider-puzzle-builder-container .arrows-container{display:flex;flex-direction:column;align-items:center}@media(max-width:768px){.page.product-detail .slider-puzzle-builder-container .arrows-container{margin-top:40px}}@media(max-width:500px){.page.product-detail .slider-puzzle-builder-container .arrows-container{margin-top:24px}}.page.product-detail .slider-puzzle-builder-container .arrows-container .arrow-row{display:flex;justify-content:space-between;width:200px}@media(max-width:500px){.page.product-detail .slider-puzzle-builder-container .arrows-container .arrow-row{width:220px}}.page.product-detail .slider-puzzle-builder-container .arrows-container .computer-key{margin:2px;padding:8px;border:1px solid #24282c;border-radius:4px;text-transform:uppercase;outline:none;background:#8c6daf;cursor:pointer;width:100px;min-width:100px;height:50px;min-height:50px;font-size:20px;display:flex;justify-content:center;align-items:center;letter-spacing:1.25px;color:#fff}@media(max-width:500px){.page.product-detail .slider-puzzle-builder-container .arrows-container .computer-key{height:40px;min-height:40px;margin-bottom:8px}}.page.product-detail .slider-puzzle-builder-container .arrows-container .computer-key:disabled{cursor:unset;opacity:.2}.page.product-detail .slider-puzzle-builder-container .arrows-container .computer-key.down{background:#ef5d74}.page.product-detail .slider-puzzle-builder-container .arrows-container .computer-key.up{background:#8c6daf}.page.product-detail .slider-puzzle-builder-container .arrows-container .computer-key.left{background:#0fb5ee}.page.product-detail .slider-puzzle-builder-container .arrows-container .computer-key.right{background:#8cc759}.page.product-detail .slider-puzzle-builder-container .create-puzzle-container{margin-bottom:40px}@media(max-width:768px){.page.product-detail .slider-puzzle-builder-container .create-puzzle-container{margin-bottom:0}}.page.product-detail .slider-puzzle-builder-container .create-puzzle-container .puzzle-row{display:flex}@media(max-width:768px){.page.product-detail .slider-puzzle-builder-container .create-puzzle-container .puzzle-row.desktop{display:none}}@media(min-width:769px){.page.product-detail .slider-puzzle-builder-container .create-puzzle-container .puzzle-row.mobile{display:none}}.page.product-detail .slider-puzzle-builder-container .create-puzzle-container .puzzle-row .select-dropdown{display:flex;justify-content:center;align-items:center;height:50px;width:75px;cursor:pointer}@media(max-width:768px){.page.product-detail .slider-puzzle-builder-container .create-puzzle-container .puzzle-row .select-dropdown{height:32px;width:50px}}@media(max-width:500px){.page.product-detail .slider-puzzle-builder-container .create-puzzle-container .puzzle-row .select-dropdown{width:40px;font-size:12px}}@media(max-width:400px){.page.product-detail .slider-puzzle-builder-container .create-puzzle-container .puzzle-row .select-dropdown{width:36px;font-size:10px}}.page.product-detail .slider-puzzle-builder-container .preview-buttons-container{display:flex;justify-content:space-around;width:400px;margin-bottom:40px}@media(max-width:600px){.page.product-detail .slider-puzzle-builder-container .preview-buttons-container{width:300px}}.page.product-detail .slider-puzzle-builder-container .form-container{margin-top:40px;display:flex;flex-direction:column;width:400px}@media(max-width:500px){.page.product-detail .slider-puzzle-builder-container .form-container{width:300px}}@media(max-width:400px){.page.product-detail .slider-puzzle-builder-container .form-container{width:100%}}.page.product-detail .slider-puzzle-builder-container .form-container .form-field{display:flex;flex-direction:column;margin-bottom:24px}.page.product-detail .slider-puzzle-builder-container .form-container .form-field:last-of-type{margin-bottom:32px}.page.product-detail .slider-puzzle-builder-container .form-container .form-field span{margin-bottom:8px;font-size:20px}@media(max-width:768px){.page.product-detail .slider-puzzle-builder-container .form-container .form-field span{margin-bottom:4px;font-size:16px}}.page.product-detail .slider-puzzle-builder-container .form-container .form-field input{padding:12px;border:none;border-bottom:1px solid #24282c;outline:none;font-size:18px;cursor:pointer}.page.product-detail .slider-puzzle-builder-container .form-container .form-field input:hover{border-bottom:2px solid #24282c}.page.product-detail .slider-puzzle-builder-container .form-container .form-field input.validated{border-bottom:1px solid #8cc759}@media(max-width:768px){.page.product-detail .slider-puzzle-builder-container .form-container .form-field input{padding:8px}}.page.product-detail .slider-puzzle-builder-container .form-container .form-field input.invalid{border-bottom:1px solid red}.page.product-detail .preview-puzzle-container{height:400px;width:400px;background:#24282c;border-radius:4px;display:flex;flex-direction:column}@media(max-width:768px){.page.product-detail .preview-puzzle-container{height:256px;width:256px}}.page.product-detail .preview-puzzle-container .puzzle-row{display:flex}.page.product-detail .preview-puzzle-container .puzzle-row .puzzle-item{display:flex;align-items:center;justify-content:center;width:50px;height:50px;position:relative}@media(max-width:768px){.page.product-detail .preview-puzzle-container .puzzle-row .puzzle-item{width:32px;height:32px}}.page.product-detail .preview-puzzle-container .puzzle-row .puzzle-item.block{background:#fff;border:1px solid #24282c;border-radius:4px}.page.product-detail .preview-puzzle-container .puzzle-row .puzzle-item.dashed-block{border:1px dashed #fff;background:transparent;border-radius:4px}.page.product-detail .preview-puzzle-container .puzzle-row .puzzle-item.border-all{background:#fbef5a}.page.product-detail .preview-puzzle-container .puzzle-row .puzzle-item.borderTop:after{content:"";position:absolute;top:-8px;background:#fbef5a;height:16px;width:100%}.page.product-detail .preview-puzzle-container .puzzle-row .puzzle-item.borderRight:after{content:"";position:absolute;right:-8px;background:#fbef5a;height:100%;width:16px}.page.product-detail .preview-puzzle-container .puzzle-row .puzzle-item.borderBottom:after{content:"";position:absolute;bottom:-8px;background:#fbef5a;height:16px;width:100%}.page.product-detail .preview-puzzle-container .puzzle-row .puzzle-item.borderLeft:after{content:"";position:absolute;left:-8px;background:#fbef5a;height:100%;width:16px}.page.product-detail .preview-puzzle-container .puzzle-row .puzzle-item.switch{display:flex;align-items:center;justify-content:center}.page.product-detail .preview-puzzle-container .puzzle-row .puzzle-item.switch .switch-board{background:#9d9d9d;border-radius:4px;width:95%;height:95%;display:flex}.page.product-detail .preview-puzzle-container .puzzle-row .puzzle-item.switch .switch-board .switch-buttons{width:12px;display:flex;flex-direction:column;justify-content:space-evenly;align-items:center}.page.product-detail .preview-puzzle-container .puzzle-row .puzzle-item.switch .switch-board .switch-buttons .switch-button{width:8px;height:6px;border-radius:8px}.page.product-detail .preview-puzzle-container .puzzle-row .puzzle-item.switch .switch-board .switch-buttons .switch-button-1{background:#3c98fe}.page.product-detail .preview-puzzle-container .puzzle-row .puzzle-item.switch .switch-board .switch-buttons .switch-button-2{background:#fbef5a}.page.product-detail .preview-puzzle-container .puzzle-row .puzzle-item.switch .switch-board .switch-buttons .switch-button-3{background:#fd8024}.page.product-detail .preview-puzzle-container .puzzle-row .puzzle-item.switch .switch-board .switch-buttons .switch-button-4{background:#8c6daf}.page.product-detail .preview-puzzle-container .puzzle-row .puzzle-item.switch .switch-board .switch-display{width:calc(100% - 12px);display:flex;flex-direction:column;align-items:center}.page.product-detail .preview-puzzle-container .puzzle-row .puzzle-item.switch .switch-board .switch-display .display{width:90%;height:12px;background:#fff;border-radius:4px;margin:4px 0 2px;font-size:8px;display:flex;align-items:center;justify-content:center}@media(max-width:500px){.page.product-detail .preview-puzzle-container .puzzle-row .puzzle-item.switch .switch-board .switch-display .display{font-size:4.5px}}.page.product-detail .preview-puzzle-container .puzzle-row .puzzle-item.switch .switch-board .switch-display .additional-buttons{display:flex;width:90%;height:calc(100% - 20px)}.page.product-detail .preview-puzzle-container .puzzle-row .puzzle-item.switch .switch-board .switch-display .additional-buttons .additional-button-container{background:#fff;width:50%;border-radius:2px;margin:0 1px 1px;display:flex;flex-direction:column;align-items:center;justify-content:space-evenly}.page.product-detail .preview-puzzle-container .puzzle-row .puzzle-item.switch .switch-board .switch-display .additional-buttons .additional-button-container .bar{width:90%;height:2.5px;background:red;border-radius:2px}.page.product-detail .preview-puzzle-container .puzzle-row .puzzle-item.switch .switch-board .switch-display .additional-buttons .additional-button-container .bar.red{background:red}.page.product-detail .preview-puzzle-container .puzzle-row .puzzle-item.switch .switch-board .switch-display .additional-buttons .additional-button-container .bar.blue{background:#3c98fe}.page.product-detail .preview-puzzle-container .puzzle-row .puzzle-item.switch .switch-board .switch-display .additional-buttons .additional-button-container .bar.yellow{background:#fbef5a}.page.product-detail .preview-puzzle-container .puzzle-row .puzzle-item.switch .switch-board .switch-display .additional-buttons .additional-button-container .bar.green{background:#8cc759}.page.product-detail .preview-puzzle-container .puzzle-row .puzzle-item.switch .switch-board .switch-display .additional-buttons .additional-button-container .bar.orange{background:#fd8024}.page.product-detail .preview-puzzle-container .puzzle-row .puzzle-item .piece{background:#8cc759;border-radius:50%;z-index:3;width:50px;height:50px;position:absolute}@media(max-width:768px){.page.product-detail .preview-puzzle-container .puzzle-row .puzzle-item .piece{width:32px;height:32px}}.page.product-detail .preview-puzzle-container .puzzle-row .puzzle-item .piece.borderTop{border-top:unset}.page.product-detail .preview-puzzle-container .puzzle-row .puzzle-item .piece.borderRight{border-right:unset}.page.product-detail .preview-puzzle-container .puzzle-row .puzzle-item .piece.borderBottom{border-bottom:unset}.page.product-detail .preview-puzzle-container .puzzle-row .puzzle-item .piece.borderLeft{border-left:unset}.page.product-detail .arrows-container{display:flex;flex-direction:column;align-items:center}@media(max-width:768px){.page.product-detail .arrows-container{margin-top:40px}}@media(max-width:500px){.page.product-detail .arrows-container{margin-top:24px}}.page.product-detail .arrows-container .arrow-row{display:flex;justify-content:space-between;width:200px}@media(max-width:500px){.page.product-detail .arrows-container .arrow-row{width:220px}}.page.product-detail .arrows-container .computer-key{margin:2px;padding:8px;border:1px solid #24282c;border-radius:4px;text-transform:uppercase;outline:none;background:#8c6daf;cursor:pointer;width:100px;min-width:100px;height:50px;min-height:50px;font-size:20px;display:flex;justify-content:center;align-items:center;letter-spacing:1.25px;color:#fff}@media(max-width:500px){.page.product-detail .arrows-container .computer-key{height:40px;min-height:40px;margin-bottom:8px}}.page.product-detail .arrows-container .computer-key:disabled{cursor:unset;opacity:.2}.page.product-detail .arrows-container .computer-key.down{background:#ef5d74}.page.product-detail .arrows-container .computer-key.up{background:#8c6daf}.page.product-detail .arrows-container .computer-key.left{background:#0fb5ee}.page.product-detail .arrows-container .computer-key.right{background:#8cc759}.page.product-detail .tic-tac-toe-board{display:flex;margin-top:64px}@media(max-width:1000px){.page.product-detail .tic-tac-toe-board{flex-direction:column}}@media(max-width:500px){.page.product-detail .tic-tac-toe-board{margin-top:40px}}.page.product-detail .tic-tac-toe-board .tic-tac-toe-container{width:300px;margin-left:64px}@media(max-width:1000px){.page.product-detail .tic-tac-toe-board .tic-tac-toe-container{margin:40px 0}}@media(max-width:600px){.page.product-detail .tic-tac-toe-board .tic-tac-toe-container{margin-left:0}}.page.product-detail .tic-tac-toe-board .score-container{margin-bottom:24px;display:flex}.page.product-detail .tic-tac-toe-board .score-container .score-holder{width:50%;display:flex;flex-direction:column;align-items:center}.page.product-detail .tic-tac-toe-board .score-container .score-holder:first-of-type{border-right:1px solid #24282c}.page.product-detail .tic-tac-toe-board .score-container .score-holder .username{color:#3c98fe;border-bottom:1px solid #24282c;width:100%;text-align:center;padding:4px 8px;display:flex;justify-content:space-between}.page.product-detail .tic-tac-toe-board .score-container .score-holder .point{padding:8px 16px}.page.product-detail .tic-tac-toe-board .board .row{display:flex}.page.product-detail .tic-tac-toe-board .board .row:nth-of-type(3n) .square{border-bottom:none}.page.product-detail .tic-tac-toe-board .board .row .square{width:100px;height:100px;border:1px solid #000;border-top:none;border-left:none;display:flex;justify-content:center;align-items:center;cursor:pointer;font-size:64px}.page.product-detail .tic-tac-toe-board .board .row .square:hover{background-color:#f0f0f0}.page.product-detail .tic-tac-toe-board .board .row .square:nth-of-type(3n){border-right:none}.page.product-detail .timer-container{display:flex;flex-direction:column;align-items:center}.page.product-detail .timer-container .timer{background:#24282c;padding:4px 24px;color:#8cc759;letter-spacing:2px;font-size:60px;margin-bottom:12px}.page.product-detail .timer-container .start-button{border-radius:50%;height:60px;width:60px;color:#9fffba;background:#3a5f0b;letter-spacing:1.5px;padding:8px}.page.product-detail .timer-container .countdown{font-size:40px;color:#9fffba}.page.product-detail .waiting-room-container h3{font-size:16px}.page.product-detail .waiting-room-container .username-container{width:265px;margin-top:12px;margin-bottom:32px}.page.product-detail .waiting-room-container .username-container .enter-username-input-container{display:flex;margin-bottom:4px}.page.product-detail .waiting-room-container .username-container .enter-username-input-container .username-input{padding:8px;margin-right:8px;width:calc(100% - 50px);font-size:16px;letter-spacing:1.5px}.page.product-detail .waiting-room-container .username-container span{font-size:10px}.page.product-detail .waiting-room-container .waiting-room{width:120px;margin-top:12px;padding:16px;background:#d3d3d3;border-radius:4px;list-style:none}.page.product-detail .waiting-room-container .waiting-room .user{display:flex;justify-content:space-between;align-items:center;padding:4px 0;font-size:14px}.page.product-detail .waiting-room-container .waiting-room .user:hover{color:#3c98fe}.page.product-detail .waiting-room-container .waiting-room .user.is-other{cursor:pointer}.page.product-detail .waiting-room-container .waiting-room .user.selected-user{color:#3c98fe}.page.product-detail .waiting-room-container .waiting-room .user .indicator{width:10px;height:10px;border-radius:50%}.page.product-detail .waiting-room-container .waiting-room .user .indicator.available{background:#8cc759}.page.product-detail .waiting-room-container .waiting-room .user .indicator.busy{background:red}.page.product-detail .waiting-room-container .waiting-room .user .indicator.invited{background:#3c98fe}.page.product-detail .war-board{display:flex;justify-content:center;align-items:center;margin-top:64px}@media(max-width:500px){.page.product-detail .war-board{justify-content:space-around;margin-top:40px}}.page.product-detail .war-board .player-1-container,.page.product-detail .war-board .player-2-container{display:flex;flex-direction:column;align-items:center;width:300px;min-height:205.5px}.page.product-detail .war-board .player-1-container.player-2-container .card-count,.page.product-detail .war-board .player-2-container.player-2-container .card-count{color:#8cc759}.page.product-detail .war-board .player-1-container .username,.page.product-detail .war-board .player-2-container .username{margin-bottom:16px}@media(max-width:500px){.page.product-detail .war-board .player-1-container .username,.page.product-detail .war-board .player-2-container .username{margin-bottom:8px}}.page.product-detail .war-board .player-1-container .card-count,.page.product-detail .war-board .player-2-container .card-count{color:#3c98fe;font-size:40px;margin-bottom:24px}@media(max-width:500px){.page.product-detail .war-board .player-1-container .card-count,.page.product-detail .war-board .player-2-container .card-count{font-size:32px;margin-bottom:8px}}.page.product-detail .war-board .war-btn-holder{display:flex;flex-direction:column}.page.product-detail .war-board .war-btn-holder button:first-of-type{margin-bottom:16px}@media(max-width:500px){.page.product-detail .war-board .war-btn-holder button:first-of-type{margin-bottom:8px}}.page.product-detail .wordle-board{display:flex;flex-direction:column;align-items:center;margin-top:64px}@media(max-width:500px){.page.product-detail .wordle-board{margin-top:40px}}.page.product-detail .wordle-board .guesses-container{margin-bottom:24px}.page.product-detail .wordle-board .guesses-container .guess-row{display:flex;align-items:center}.page.product-detail .wordle-board .guesses-container .guess-row .guess-number{margin-right:8px}.page.product-detail .wordle-board .guesses-container .guess-row .guess-letter{height:32px;width:32px;background:#fff;border:1px solid #000;border-radius:2px;margin:2px;display:flex;justify-content:center;align-items:center;text-transform:uppercase;transition:background-color 3s,color 3s,border 3s}@media(max-width:500px){.page.product-detail .wordle-board .guesses-container .guess-row .guess-letter{height:28px;width:28px}}.page.product-detail .wordle-board .guesses-container .guess-row .guess-letter.opacity{opacity:.2;cursor:unset}.page.product-detail .wordle-board .guesses-container .guess-row .guess-letter.letter{color:#fff;border:none}.page.product-detail .wordle-board .guesses-container .guess-row .guess-letter.correct{background-color:#8cc759}.page.product-detail .wordle-board .guesses-container .guess-row .guess-letter.incorrect{background-color:#ef5d74}.page.product-detail .wordle-board .guesses-container .guess-row .guess-letter.nothing{background-color:#9d9d9d}.page.product-detail .wordle-board .guesses-container .guess-row .guess-letter.flip{animation:flip 1s ease-in-out}.page.product-detail .wordle-board .guesses-container .guess-row .guess-letter.flip.correct{background-color:#8cc759}.page.product-detail .wordle-board .guesses-container .guess-row .guess-letter.flip.incorrect{background-color:#ef5d74}.page.product-detail .wordle-board .guesses-container .guess-row .guess-letter.flip.nothing{background-color:#9d9d9d}.page.product-detail .turn-marker{height:16px;width:40px}@media(max-width:500px){.page.products .container .heading{padding-left:0}}.page.products .product-list,.page.products .resource-list{display:flex;width:100%;flex-wrap:wrap;min-height:calc(100vh - 300px)}.page.products .product-list:not(:last-of-type),.page.products .resource-list:not(:last-of-type){margin-bottom:40px}@media(max-width:850px){.page.products .product-list,.page.products .resource-list{justify-content:space-between}}@media(max-width:600px){.page.products .product-list,.page.products .resource-list{justify-content:center}}.page .q-and-a-list{padding-left:16px}.page .q-and-a-item{margin-bottom:24px}.page .q-and-a-item:last-of-type{margin-bottom:0}.page .question{font-weight:400;margin-bottom:12px;display:block}.page .answer{color:#9ea0a2;line-height:1.5}.page .additional-answer{margin-top:16px;padding-left:16px}.page .additional-answer-list-item{margin-bottom:8px;color:#9ea0a2}.page .disclaimer{margin-top:32px}.page .image-carousel{display:flex;justify-content:center;align-items:center;flex-direction:column;width:60%}@media(max-width:1000px){.page .image-carousel{width:100%;margin-bottom:40px}}.page .image-carousel .slider-container{width:100%;text-align:center;overflow:hidden;margin:0 40px;display:flex;align-items:center;flex-direction:column}.page .image-carousel .slider-container .slider{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scroll-snap-type:mandatory;margin-left:36px;margin-right:36px;max-width:550px}@media(max-width:850px){.page .image-carousel .slider-container .slider{max-width:450px}}@media(max-width:500px){.page .image-carousel .slider-container .slider{max-width:calc(100vw - 40px)}}.page .image-carousel .slider-container .slider::-webkit-scrollbar{width:10px;height:10px}.page .image-carousel .slider-container .slider::-webkit-scrollbar-thumb{background:#24282c;border-radius:10px}.page .image-carousel .slider-container .slider::-webkit-scrollbar-track{background:transparent}.page .image-carousel .slider-container .slider>.slider-img{scroll-snap-align:start;flex-shrink:0;width:300px;height:300px;margin:0 40px 8px;border-radius:10px;transform-origin:center center;transform:scale(1);transition:transform .5s;position:relative;display:flex;justify-content:center;align-items:center}@media(min-width:1001px){.page .image-carousel .slider-container .slider>.slider-img{width:450px;height:400px;margin:0 80px 8px}}.page .image-carousel .slider-container .slider .slider-img{height:400px;width:450px;border-radius:4px}@media(max-width:1000px){.page .image-carousel .slider-container .slider .slider-img{width:500px;height:400px}}@media(max-width:850px){.page .image-carousel .slider-container .slider .slider-img{width:450px;height:300px}}@media(max-width:500px){.page .image-carousel .slider-container .slider .slider-img{width:calc(100vw - 40px);height:250px}}.page .image-carousel .carousel{display:flex;align-items:center;margin-top:16px}@media(min-width:1001px){.page .image-carousel .carousel{max-width:450px;overflow-x:scroll;margin-left:-100px;-ms-overflow-style:none;scrollbar-width:none}.page .image-carousel .carousel::-webkit-scrollbar{display:none}}@media(max-width:1000px){.page .image-carousel .carousel.desktop{display:none}}.page .image-carousel .carousel.desktop .carousel-img-container.selected{border:3px outset red;border-radius:8px}.page .image-carousel .carousel.desktop .carousel-img-container .carousel-img{height:40px;width:40px;border-radius:4px;padding:8px;cursor:pointer}@media(max-width:1000px){.page .image-carousel .carousel.desktop .carousel-img-container .carousel-img{width:75px;height:75px}}@media(min-width:1001px){.page .image-carousel .carousel.mobile{display:none}}.page .image-carousel .carousel.mobile .mobile-carousel-img-container:not(:last-of-type){margin-right:12px}.page .image-carousel .carousel.mobile .mobile-carousel-img-container.selected{border:3px outset red;border-radius:100%;padding:4px}.page .image-carousel .carousel.mobile .mobile-carousel-img-container.selected .mobile-carousel-img{background:red}.page .image-carousel .carousel.mobile .mobile-carousel-img-container .mobile-carousel-img{height:20px;width:20px;border-radius:100%;background:#fd8024;cursor:pointer}@media(max-width:400px){.page .image-carousel .carousel.mobile .mobile-carousel-img-container .mobile-carousel-img{width:16px;height:16px}}@keyframes slide-open{0%{display:flex;height:0;width:50px}to{height:200px}}@keyframes slide-closed{0%{height:200px}50%{height:100px}to{height:0}}.page .retail-product-details{display:flex;flex-direction:column;align-items:center;width:100%}.page .retail-product-details .product-top-section{display:flex;margin-top:80px;width:100%}@media(max-width:1000px){.page .retail-product-details .product-top-section{align-items:center;flex-direction:column;margin-top:48px}}.page .retail-product-details .product-top-section .details-container{width:40%;padding-left:12px;padding-right:12px}@media(max-width:1000px){.page .retail-product-details .product-top-section .details-container{width:100%;padding-left:12px;padding-right:12px}}@media(max-width:500px){.page .retail-product-details .product-top-section .details-container{padding-left:0;padding-right:0}}.page .retail-product-details .product-top-section .details-container .product-name{margin-bottom:12px;font-size:14px}@media(max-width:768px){.page .retail-product-details .product-top-section .details-container .product-name{font-size:12px}}.page .retail-product-details .product-top-section .details-container .product-pricing{margin-bottom:24px}.page .retail-product-details .product-top-section .details-container .product-pricing .discounted-price,.page .retail-product-details .product-top-section .details-container .product-pricing .free-price,.page .retail-product-details .product-top-section .details-container .product-pricing .product-price{font-weight:400;font-size:16px}@media(max-width:850px){.page .retail-product-details .product-top-section .details-container .product-pricing .discounted-price,.page .retail-product-details .product-top-section .details-container .product-pricing .free-price,.page .retail-product-details .product-top-section .details-container .product-pricing .product-price{font-size:16px}}.page .retail-product-details .product-top-section .details-container .product-pricing .free-price{color:#ef5d74;font-size:14px}@media(max-width:768px){.page .retail-product-details .product-top-section .details-container .product-pricing .free-price{font-size:12px}}.page .retail-product-details .product-top-section .details-container .product-pricing .discounted-price{text-decoration:line-through;margin-right:8px;color:#ef5d74;font-size:14px}@media(max-width:768px){.page .retail-product-details .product-top-section .details-container .product-pricing .discounted-price{font-size:12px}}.page .retail-product-details .product-top-section .details-container .product-pricing .product-price{color:#24282c;font-size:14px}@media(max-width:768px){.page .retail-product-details .product-top-section .details-container .product-pricing .product-price{font-size:12px}}.page .retail-product-details .product-top-section .details-container .product-overview{color:#9ea0a2;margin-bottom:24px;font-size:14px;letter-spacing:.75px;line-height:1.25;font-weight:400}@media(max-width:768px){.page .retail-product-details .product-top-section .details-container .product-overview{font-size:12px}}.page .retail-product-details .product-top-section .details-container .product-transaction{display:flex;align-items:center}.page .retail-product-details .line-break{border-bottom:1px solid #9d9d9d;padding-bottom:60px;margin-bottom:60px}@media(max-width:1000px){.page .retail-product-details .line-break{padding-bottom:40px;margin-bottom:40px}}.page .retail-product-details .product-bottom-section{width:100%}.page .retail-product-details .product-bottom-section .section-heading{font-size:20px;margin-bottom:24px}@media(max-width:850px){.page .retail-product-details .product-bottom-section .section-heading{font-size:18px}}.page .retail-product-details .estimated-sla-container{margin-top:24px;font-size:12px;letter-spacing:1.3px;font-style:italic}.page .reviews,.page .specifications{margin-bottom:80px}.page .specifications .specs .spec{margin-bottom:16px;display:flex;align-items:center}.page .specifications .specs .spec:last-of-type{margin-bottom:0}.page .specifications .specs .spec.game-content{align-items:flex-start}.page .specifications .specs .spec.game-content ul{padding-left:12px}.page .specifications .specs .spec.game-content ul li{margin-bottom:4px;color:#9ea0a2}@media(max-width:500px){.page .specifications .specs .spec.rules{align-items:flex-start}}.page .specifications .specs .spec .spec-logo{width:20px;height:20px;margin-right:12px}.page .specifications .specs .spec h6{font-weight:300;font-size:16px;color:#9ea0a2}.page .rules-container-of-container{display:flex;align-items:center;justify-content:space-between;width:180px}@media(max-width:500px){.page .rules-container-of-container{flex-direction:column;align-items:flex-start}}.page .rules-container-of-container .rules-container{display:flex;align-items:center}@media(max-width:500px){.page .rules-container-of-container .rules-container:first-of-type{margin-bottom:12px}}.page .zoomed-img-backdrop{position:fixed;background:#9d9d9d;width:100vw;height:100vh;z-index:3;display:flex;justify-content:center;align-items:center;overflow-y:hidden}.page .zoomed-img-modal{width:600px;height:400px;z-index:4;box-shadow:0 0 10px 0 #24282c;border-radius:4px}.page .zoomed-img{width:100%;height:100%;border-radius:4px}.page .question-and-answer{display:flex;flex-direction:column;justify-self:center;align-items:center;margin:80px auto 0;max-width:650px;width:calc(100vw - 32px);word-wrap:break-word}@media(max-width:768px){.page .question-and-answer{width:calc(100vw - 40px);margin-top:64px}}@media(max-width:500px){.page .question-and-answer{margin-top:40px}}.page .question-and-answer .btn-container{width:450px}@media(max-width:500px){.page .question-and-answer .btn-container{width:320px}}@media(max-width:350px){.page .question-and-answer .btn-container{width:300px}}.page .question-and-answer .btn-container .default-btn{background:#8c6daf}.page .question-and-answer .btn-container .default-btn:nth-of-type(2){background:#8cc759}.page .question-and-answer .btn-container .default-btn:disabled{background-color:#dbd7d7;color:#9d9d9d}.page .question-and-answer .content{font-size:24px;text-align:center;line-height:1.5;margin-bottom:0}@media(max-width:500px){.page .question-and-answer .content{font-size:20px}}.page .question-and-answer .content:not(:last-of-type){margin-bottom:12px}.page .question-and-answer .content-list{font-size:24px;line-height:1.5}.page .question-and-answer .content-list .content-list-item{color:#9d9d9d;margin-bottom:8px}@media(max-width:500px){.page .question-and-answer .content-list .content-list-item{font-size:20px}}.page .question-and-answer .answer-container{margin-top:40px}@media(max-width:500px){.page .question-and-answer .answer-container{margin-top:24px}}.page .question-and-answer .answer-container li,.page .question-and-answer .answer-container p{color:#0fb5ee}.page .battleship-board{display:flex;margin-top:64px}@media(max-width:1000px){.page .battleship-board{flex-direction:column}}@media(max-width:500px){.page .battleship-board{margin-top:40px}}.page .battleship-board .game-set-up-container{margin-left:12px;display:flex}@media(max-width:1000px){.page .battleship-board .game-set-up-container{margin:40px 0}}@media(max-width:767px){.page .battleship-board .game-set-up-container{flex-direction:column}}@media(max-width:600px){.page .battleship-board .game-set-up-container{margin-left:0}}.page .battleship-board .game-set-up-container .fleet-container{margin-right:12px}@media(max-width:767px){.page .battleship-board .game-set-up-container .fleet-container{margin-right:0;margin-bottom:40px}}.page .battleship-board .game-set-up-container .fleet-container h3{margin-bottom:12px;font-size:16px}.page .battleship-board .game-play-container{display:flex}@media(max-width:1200px){.page .battleship-board .game-play-container{flex-direction:column}}@media(max-width:1000px){.page .battleship-board .game-play-container{margin-top:40px}}.page .battleship-board .game-play-container .game-board-container{margin-left:12px}@media(max-width:1200px){.page .battleship-board .game-play-container .game-board-container:not(:last-of-type){margin-bottom:40px}}@media(max-width:1000px){.page .battleship-board .game-play-container .game-board-container{margin-left:0}}.page .battleship-board .fleet{border-radius:4px;background:#9ec5e7;padding:16px;width:288px}.page .battleship-board .fleet .ship-container{margin-bottom:32px}.page .battleship-board .fleet .ship-container:last-of-type{margin-bottom:16px}.page .battleship-board .fleet .ship-container.vertical .ship{flex-direction:row}.page .battleship-board .fleet .ship-container .ship-heading-container{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;min-height:27px}.page .battleship-board .fleet .ship-container .ship-heading-container .ship-name{font-weight:400;font-size:16px}.page .battleship-board .fleet .ship-container .ship-heading-container .setup-buttons .green{background:#8cc759}.page .battleship-board .fleet .ship-container .ship-heading-container .setup-buttons .blue{background:#3c98fe}.page .battleship-board .fleet .ship-container .ship-heading-container .setup-buttons .purple{background:#8c6daf}.page .battleship-board .fleet .ship-container .ship-heading-container .setup-buttons .deploy-btn{margin-left:8px}.page .battleship-board .fleet .ship-container .ship-heading-container .setup-buttons .deployed-label{color:#fff;letter-spacing:1.5px;font-weight:700;text-shadow:1px 1px 10px #000}.page .battleship-board .game-board-container h3{font-size:16px}.page .battleship-board .game-board-container .title-container{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;width:500px}@media(max-width:940px){.page .battleship-board .game-board-container .title-container{width:450px}}@media(max-width:850px){.page .battleship-board .game-board-container .title-container{width:400px}}@media(max-width:767px){.page .battleship-board .game-board-container .title-container{width:500px}}@media(max-width:600px){.page .battleship-board .game-board-container .title-container{width:450px}}@media(max-width:500px){.page .battleship-board .game-board-container .title-container{width:400px}}@media(max-width:450px){.page .battleship-board .game-board-container .title-container{width:375px}}@media(max-width:400px){.page .battleship-board .game-board-container .title-container{width:350px}}@media(max-width:375px){.page .battleship-board .game-board-container .title-container{width:320px}}@media(max-width:350px){.page .battleship-board .game-board-container .title-container{width:285px}}.page .battleship-board .game-board-container .game-board{background:#9ec5e7;height:500px;width:500px;position:relative}@media(max-width:940px){.page .battleship-board .game-board-container .game-board{height:450px;width:450px}}@media(max-width:850px){.page .battleship-board .game-board-container .game-board{height:400px;width:400px}}@media(max-width:767px){.page .battleship-board .game-board-container .game-board{height:500px;width:500px}}@media(max-width:600px){.page .battleship-board .game-board-container .game-board{height:450px;width:450px}}@media(max-width:500px){.page .battleship-board .game-board-container .game-board{height:400px;width:400px}}@media(max-width:450px){.page .battleship-board .game-board-container .game-board{height:375px;width:375px}}@media(max-width:400px){.page .battleship-board .game-board-container .game-board{height:350px;width:350px}}@media(max-width:375px){.page .battleship-board .game-board-container .game-board{height:320px;width:320px}}@media(max-width:350px){.page .battleship-board .game-board-container .game-board{height:285px;width:285px}}.page .battleship-board .game-board-container .game-board .board-row{display:flex;height:10%;min-height:10%;width:100%;border-bottom:1px solid #9d9d9d}.page .battleship-board .game-board-container .game-board .board-row .board-square{display:flex;justify-content:center;align-items:center;width:10%;height:100%;min-height:100%;border:unset;border-right:1px solid #9d9d9d;background:transparent;outline:none;cursor:pointer;position:relative}.page .battleship-board .game-board-container .game-board .board-row .board-square:disabled{cursor:not-allowed}.page .battleship-board .game-board-container .game-board .board-row .board-square .square-hole{height:8px;width:8px;border-radius:50%;border:1px solid #24282c;z-index:1}@media(max-width:500px){.page .battleship-board .game-board-container .game-board .board-row .board-square .square-hole{height:6px;width:6px}}.page .battleship-board .game-board-container .game-board .board-row .board-square .square-hole.hit{background:red}.page .battleship-board .game-board-container .game-board .board-row .board-square .square-hole.miss{background:#fff}.page .battleship-board .sonar{position:absolute;top:0;left:0;transform:translate(50%,50%);width:100%;height:100%}.page .battleship-board .sonar .sonar-center{background:#9d9d9d;width:10px;height:10px;border-radius:50%;position:absolute;top:0;left:0;transform:translate(-50%,-50%)}.page .battleship-board .sonar .sonar-circle{border:1px solid #9d9d9d;border-radius:50%;position:absolute;top:0;left:0;transform:translate(-50%,-50%)}.page .battleship-board .sonar .sonar-circle-inner{width:33.33%;height:33.33%}.page .battleship-board .sonar .sonar-circle-middle{width:66.66%;height:66.66%}.page .battleship-board .sonar .sonar-circle-outer{width:99.99%;height:99.99%}.page .battleship-board .ship,.page .battleship-board .ship-copy{background:#646464;display:flex;justify-content:space-around;align-items:center;position:absolute;height:50px}.page .battleship-board .ship-copy.ship-copy,.page .battleship-board .ship.ship-copy{top:0;left:0;transform:translateY(-1%);z-index:1}.page .battleship-board .ship-copy.ship-copy.hidden,.page .battleship-board .ship.ship-copy.hidden{display:none}@media(max-width:940px){.page .battleship-board .ship,.page .battleship-board .ship-copy{height:45px}}@media(max-width:850px){.page .battleship-board .ship,.page .battleship-board .ship-copy{height:40px}}@media(max-width:767px){.page .battleship-board .ship,.page .battleship-board .ship-copy{height:50px}}@media(max-width:600px){.page .battleship-board .ship,.page .battleship-board .ship-copy{height:45px}}@media(max-width:500px){.page .battleship-board .ship,.page .battleship-board .ship-copy{height:40px}}@media(max-width:450px){.page .battleship-board .ship,.page .battleship-board .ship-copy{height:37.5px}}@media(max-width:400px){.page .battleship-board .ship,.page .battleship-board .ship-copy{height:35px}}@media(max-width:375px){.page .battleship-board .ship,.page .battleship-board .ship-copy{height:32px}}@media(max-width:350px){.page .battleship-board .ship,.page .battleship-board .ship-copy{height:28.5px}}.page .battleship-board .ship-copy .peg,.page .battleship-board .ship .peg{border-radius:50%;width:8px;height:8px;border:1px solid #24282c;z-index:1}@media(max-width:500px){.page .battleship-board .ship-copy .peg,.page .battleship-board .ship .peg{width:6px;height:6px}}.page .battleship-board .ship-copy .peg.hit,.page .battleship-board .ship .peg.hit{background:red}.page .battleship-board #carrier-copy,.page .battleship-board .carrier .ship{-webkit-clip-path:polygon(0 0,0 100%,80% 100%,85% 88%,90% 85%,100% 80%,100% 20%,90% 15%,85% 12%,80% 0,0 0);clip-path:polygon(0 0,0 100%,80% 100%,85% 88%,90% 85%,100% 80%,100% 20%,90% 15%,85% 12%,80% 0,0 0);width:250px}@media(max-width:940px){.page .battleship-board #carrier-copy,.page .battleship-board .carrier .ship{width:225px}}@media(max-width:850px){.page .battleship-board #carrier-copy,.page .battleship-board .carrier .ship{width:200px}}@media(max-width:767px){.page .battleship-board #carrier-copy,.page .battleship-board .carrier .ship{width:250px}}@media(max-width:600px){.page .battleship-board #carrier-copy,.page .battleship-board .carrier .ship{width:225px}}@media(max-width:500px){.page .battleship-board #carrier-copy,.page .battleship-board .carrier .ship{width:200px}}@media(max-width:450px){.page .battleship-board #carrier-copy,.page .battleship-board .carrier .ship{width:187.5px}}@media(max-width:400px){.page .battleship-board #carrier-copy,.page .battleship-board .carrier .ship{width:175px}}@media(max-width:375px){.page .battleship-board #carrier-copy,.page .battleship-board .carrier .ship{width:160px}}@media(max-width:350px){.page .battleship-board #carrier-copy,.page .battleship-board .carrier .ship{width:142.5px}}.page .battleship-board .carrier{height:70px}.page .battleship-board .carrier.vertical{height:270px}.page .battleship-board .carrier.vertical .ship{transform:rotate(90deg) translate(105px,-2px)}@media(max-width:940px){.page .battleship-board .carrier{height:65px}.page .battleship-board .carrier .ship{transform:translateX(18px)}.page .battleship-board .carrier.vertical{height:250px}.page .battleship-board .carrier.vertical .ship{transform:rotate(90deg) translate(95px,-15px)}}@media(max-width:850px){.page .battleship-board .carrier{height:60px}.page .battleship-board .carrier .ship{transform:translateX(30px)}.page .battleship-board .carrier.vertical{height:220px}.page .battleship-board .carrier.vertical .ship{transform:rotate(90deg) translate(85px,-30px)}}@media(max-width:767px){.page .battleship-board .carrier{height:70px}.page .battleship-board .carrier .ship{transform:unset}.page .battleship-board .carrier.vertical{height:270px}.page .battleship-board .carrier.vertical .ship{transform:rotate(90deg) translate(105px,-5px)}}@media(max-width:600px){.page .battleship-board .carrier{height:65px}.page .battleship-board .carrier .ship{transform:translateX(15px)}.page .battleship-board .carrier.vertical{height:240px}.page .battleship-board .carrier.vertical .ship{transform:rotate(90deg) translate(90px,-12px)}}@media(max-width:500px){.page .battleship-board .carrier{height:60px}.page .battleship-board .carrier .ship{transform:translateX(30px)}.page .battleship-board .carrier.vertical{height:215px}.page .battleship-board .carrier.vertical .ship{transform:rotate(90deg) translate(80px,-25px)}}@media(max-width:450px){.page .battleship-board .carrier{height:57.5px}.page .battleship-board .carrier.vertical{height:205px}.page .battleship-board .carrier.vertical .ship{transform:rotate(90deg) translate(75px,-35px)}}@media(max-width:400px){.page .battleship-board .carrier{height:55px}.page .battleship-board .carrier .ship{transform:translateX(40px)}.page .battleship-board .carrier.vertical{height:195px}.page .battleship-board .carrier.vertical .ship{transform:rotate(90deg) translate(75px,-40px)}}@media(max-width:375px){.page .battleship-board .carrier{height:52px}.page .battleship-board .carrier .ship{transform:translateX(45px)}.page .battleship-board .carrier.vertical{height:180px}.page .battleship-board .carrier.vertical .ship{transform:rotate(90deg) translate(70px,-45px)}}@media(max-width:350px){.page .battleship-board .carrier{height:48.5px}.page .battleship-board .carrier .ship{transform:translateX(50px)}.page .battleship-board .carrier.vertical{height:155px}.page .battleship-board .carrier.vertical .ship{transform:rotate(90deg) translate(60px,-60px)}}.page .battleship-board #carrier-copy.vertical{transform:rotate(90deg) translate(40%,200%)}.page .battleship-board #battleship-copy,.page .battleship-board .battleship .ship{-webkit-clip-path:polygon(0 50%,5% 60%,10% 70%,15% 80%,20% 90%,21% 91%,22% 92%,23% 93%,24% 94%,25% 95%,26% 96%,27% 97%,28% 98%,29% 99%,30% 100%,70% 100%,71% 99%,72% 98%,73% 97%,74% 96%,75% 95%,76% 94%,77% 93%,78% 92%,79% 91%,80% 90%,85% 80%,90% 70%,91% 68%,92% 66%,93% 64%,94% 62%,95% 60%,100% 50%,95% 40%,94% 38%,93% 36%,92% 34%,91% 32%,90% 30%,85% 20%,80% 10%,79% 9%,78% 8%,77% 7%,76% 6%,75% 5%,74% 4%,73% 3%,72% 2%,71% 1%,70% 0,30% 0,29% 1%,28% 2%,27% 3%,26% 4%,25% 5%,24% 6%,23% 7%,22% 8%,21% 9%,20% 10%,15% 20%,10% 30%,5% 40%,0 50%);clip-path:polygon(0 50%,5% 60%,10% 70%,15% 80%,20% 90%,21% 91%,22% 92%,23% 93%,24% 94%,25% 95%,26% 96%,27% 97%,28% 98%,29% 99%,30% 100%,70% 100%,71% 99%,72% 98%,73% 97%,74% 96%,75% 95%,76% 94%,77% 93%,78% 92%,79% 91%,80% 90%,85% 80%,90% 70%,91% 68%,92% 66%,93% 64%,94% 62%,95% 60%,100% 50%,95% 40%,94% 38%,93% 36%,92% 34%,91% 32%,90% 30%,85% 20%,80% 10%,79% 9%,78% 8%,77% 7%,76% 6%,75% 5%,74% 4%,73% 3%,72% 2%,71% 1%,70% 0,30% 0,29% 1%,28% 2%,27% 3%,26% 4%,25% 5%,24% 6%,23% 7%,22% 8%,21% 9%,20% 10%,15% 20%,10% 30%,5% 40%,0 50%);width:200px}@media(max-width:940px){.page .battleship-board #battleship-copy,.page .battleship-board .battleship .ship{width:180px}}@media(max-width:850px){.page .battleship-board #battleship-copy,.page .battleship-board .battleship .ship{width:160px}}@media(max-width:767px){.page .battleship-board #battleship-copy,.page .battleship-board .battleship .ship{width:200px}}@media(max-width:600px){.page .battleship-board #battleship-copy,.page .battleship-board .battleship .ship{width:180px}}@media(max-width:500px){.page .battleship-board #battleship-copy,.page .battleship-board .battleship .ship{width:160px}}@media(max-width:450px){.page .battleship-board #battleship-copy,.page .battleship-board .battleship .ship{width:150px}}@media(max-width:400px){.page .battleship-board #battleship-copy,.page .battleship-board .battleship .ship{width:140px}}@media(max-width:375px){.page .battleship-board #battleship-copy,.page .battleship-board .battleship .ship{width:128px}}@media(max-width:350px){.page .battleship-board #battleship-copy,.page .battleship-board .battleship .ship{width:114px}}.page .battleship-board .battleship{height:70px}.page .battleship-board .battleship .ship{transform:translateX(25px)}.page .battleship-board .battleship.vertical{height:220px;margin-bottom:24px}.page .battleship-board .battleship.vertical .ship{transform:rotate(90deg) translate(75px,-27px)}@media(max-width:940px){.page .battleship-board .battleship{height:65px}.page .battleship-board .battleship .ship{transform:translateX(40px)}.page .battleship-board .battleship.vertical{height:195px}.page .battleship-board .battleship.vertical .ship{transform:rotate(90deg) translate(70px,-37px)}}@media(max-width:850px){.page .battleship-board .battleship{height:60px}.page .battleship-board .battleship .ship{transform:translateX(50px)}.page .battleship-board .battleship.vertical{height:175px}.page .battleship-board .battleship.vertical .ship{transform:rotate(90deg) translate(60px,-50px)}}@media(max-width:767px){.page .battleship-board .battleship{height:70px}.page .battleship-board .battleship .ship{transform:translateX(25px)}.page .battleship-board .battleship.vertical{height:215px}.page .battleship-board .battleship.vertical .ship{transform:rotate(90deg) translate(75px,-30px)}}@media(max-width:600px){.page .battleship-board .battleship{height:65px}.page .battleship-board .battleship .ship{transform:translateX(40px)}.page .battleship-board .battleship.vertical{height:200px}.page .battleship-board .battleship.vertical .ship{transform:rotate(90deg) translate(70px,-37px)}}@media(max-width:500px){.page .battleship-board .battleship{height:60px}.page .battleship-board .battleship .ship{transform:translateX(50px)}.page .battleship-board .battleship.vertical{height:175px}.page .battleship-board .battleship.vertical .ship{transform:rotate(90deg) translate(60px,-45px)}}@media(max-width:450px){.page .battleship-board .battleship{height:57.5px}.page .battleship-board .battleship.vertical{height:165px}.page .battleship-board .battleship.vertical .ship{transform:rotate(90deg) translate(55px,-55px)}}@media(max-width:400px){.page .battleship-board .battleship{height:55px}.page .battleship-board .battleship .ship{transform:translateX(60px)}.page .battleship-board .battleship.vertical{height:150px}.page .battleship-board .battleship.vertical .ship{transform:rotate(90deg) translate(50px,-60px)}}@media(max-width:375px){.page .battleship-board .battleship{height:52px}.page .battleship-board .battleship .ship{transform:translateX(60px)}.page .battleship-board .battleship.vertical{height:140px}.page .battleship-board .battleship.vertical .ship{transform:rotate(90deg) translate(45px,-63px)}}@media(max-width:350px){.page .battleship-board .battleship{height:48.5px}.page .battleship-board .battleship.vertical{height:125px}.page .battleship-board .battleship.vertical .ship{transform:rotate(90deg) translate(42px,-75px)}}.page .battleship-board #battleship-copy.vertical{transform:rotate(90deg) translate(37%,150%)}.page .battleship-board #cruiser-copy,.page .battleship-board .cruiser .ship{-webkit-clip-path:polygon(0 0,0 100%,75% 100%,80% 95%,85% 85%,90% 75%,95% 65%,98% 55%,100% 50%,98% 45%,95% 35%,90% 25%,85% 15%,80% 5%,75% .39%,0 0);clip-path:polygon(0 0,0 100%,75% 100%,80% 95%,85% 85%,90% 75%,95% 65%,98% 55%,100% 50%,98% 45%,95% 35%,90% 25%,85% 15%,80% 5%,75% .39%,0 0);width:150px}@media(max-width:940px){.page .battleship-board #cruiser-copy,.page .battleship-board .cruiser .ship{width:135px}}@media(max-width:850px){.page .battleship-board #cruiser-copy,.page .battleship-board .cruiser .ship{width:120px}}@media(max-width:767px){.page .battleship-board #cruiser-copy,.page .battleship-board .cruiser .ship{width:150px}}@media(max-width:600px){.page .battleship-board #cruiser-copy,.page .battleship-board .cruiser .ship{width:135px}}@media(max-width:500px){.page .battleship-board #cruiser-copy,.page .battleship-board .cruiser .ship{width:120px}}@media(max-width:450px){.page .battleship-board #cruiser-copy,.page .battleship-board .cruiser .ship{width:112.5px}}@media(max-width:400px){.page .battleship-board #cruiser-copy,.page .battleship-board .cruiser .ship{width:105px}}@media(max-width:375px){.page .battleship-board #cruiser-copy,.page .battleship-board .cruiser .ship{width:96px}}@media(max-width:350px){.page .battleship-board #cruiser-copy,.page .battleship-board .cruiser .ship{width:85.5px}}.page .battleship-board .cruiser{height:70px}.page .battleship-board .cruiser .ship{transform:translateX(55px)}.page .battleship-board .cruiser.vertical{height:170px;margin-bottom:24px}.page .battleship-board .cruiser.vertical .ship{transform:rotate(90deg) translate(50px,-50px)}@media(max-width:940px){.page .battleship-board .cruiser{height:65px}.page .battleship-board .cruiser .ship{transform:translateX(65px)}.page .battleship-board .cruiser.vertical{height:155px}.page .battleship-board .cruiser.vertical .ship{transform:rotate(90deg) translate(45px,-60px)}}@media(max-width:850px){.page .battleship-board .cruiser{height:60px}.page .battleship-board .cruiser .ship{transform:translateX(75px)}.page .battleship-board .cruiser.vertical{height:140px}.page .battleship-board .cruiser.vertical .ship{transform:rotate(90deg) translate(40px,-70px)}}@media(max-width:767px){.page .battleship-board .cruiser{height:70px}.page .battleship-board .cruiser .ship{transform:translateX(50px)}.page .battleship-board .cruiser.vertical{height:170px}.page .battleship-board .cruiser.vertical .ship{transform:rotate(90deg) translate(50px,-53px)}}@media(max-width:600px){.page .battleship-board .cruiser{height:65px}.page .battleship-board .cruiser .ship{transform:translateX(65px)}.page .battleship-board .cruiser.vertical{height:155px}.page .battleship-board .cruiser.vertical .ship{transform:rotate(90deg) translate(45px,-60px)}}@media(max-width:500px){.page .battleship-board .cruiser{height:60px}.page .battleship-board .cruiser .ship{transform:translateX(75px)}.page .battleship-board .cruiser.vertical{height:140px}.page .battleship-board .cruiser.vertical .ship{transform:rotate(90deg) translate(40px,-65px)}}@media(max-width:450px){.page .battleship-board .cruiser{height:57.5px}.page .battleship-board .cruiser .ship{transform:translateX(70px)}s .page .battleship-board .cruiser.vertical{height:130px}s .page .battleship-board .cruiser.vertical .ship{transform:rotate(90deg) translate(35px,-72px)}}@media(max-width:400px){.page .battleship-board .cruiser{height:55px}.page .battleship-board .cruiser .ship{transform:translateX(80px)}.page .battleship-board .cruiser.vertical{height:125px}.page .battleship-board .cruiser.vertical .ship{transform:rotate(90deg) translate(35px,-76px)}}@media(max-width:375px){.page .battleship-board .cruiser{height:52px}.page .battleship-board .cruiser.vertical{height:110px}.page .battleship-board .cruiser.vertical .ship{transform:rotate(90deg) translate(30px,-78px)}}@media(max-width:350px){.page .battleship-board .cruiser{height:48.5px}.page .battleship-board .cruiser.vertical{height:100px}.page .battleship-board .cruiser.vertical .ship{transform:rotate(90deg) translate(25px,-90px)}}.page .battleship-board #cruiser-copy.vertical{transform:rotate(90deg) translate(33%,100%)}.page .battleship-board #submarine-copy,.page .battleship-board .submarine .ship{-webkit-clip-path:polygon(0 50%,5% 65%,10% 75%,15% 85%,20% 95%,25% 100%,75% 100%,80% 95%,85% 85%,90% 75%,95% 65%,98% 55%,100% 50%,98% 45%,95% 35%,90% 25%,85% 15%,80% 5%,75% .39%,25% 0,20% 5%,15% 15%,10% 25%,5% 35%,0 50%);clip-path:polygon(0 50%,5% 65%,10% 75%,15% 85%,20% 95%,25% 100%,75% 100%,80% 95%,85% 85%,90% 75%,95% 65%,98% 55%,100% 50%,98% 45%,95% 35%,90% 25%,85% 15%,80% 5%,75% .39%,25% 0,20% 5%,15% 15%,10% 25%,5% 35%,0 50%);width:150px}@media(max-width:940px){.page .battleship-board #submarine-copy,.page .battleship-board .submarine .ship{width:135px}}@media(max-width:850px){.page .battleship-board #submarine-copy,.page .battleship-board .submarine .ship{width:120px}}@media(max-width:767px){.page .battleship-board #submarine-copy,.page .battleship-board .submarine .ship{width:150px}}@media(max-width:600px){.page .battleship-board #submarine-copy,.page .battleship-board .submarine .ship{width:135px}}@media(max-width:500px){.page .battleship-board #submarine-copy,.page .battleship-board .submarine .ship{width:120px}}@media(max-width:450px){.page .battleship-board #submarine-copy,.page .battleship-board .submarine .ship{width:112.5px}}@media(max-width:400px){.page .battleship-board #submarine-copy,.page .battleship-board .submarine .ship{width:105px}}@media(max-width:375px){.page .battleship-board #submarine-copy,.page .battleship-board .submarine .ship{width:96px}}@media(max-width:350px){.page .battleship-board #submarine-copy,.page .battleship-board .submarine .ship{width:85.5px}}.page .battleship-board .submarine{height:70px}.page .battleship-board .submarine .ship{transform:translateX(55px)}.page .battleship-board .submarine.vertical{height:170px;margin-bottom:24px}.page .battleship-board .submarine.vertical .ship{transform:rotate(90deg) translate(50px,-50px)}@media(max-width:940px){.page .battleship-board .submarine{height:65px}.page .battleship-board .submarine .ship{transform:translateX(65px)}.page .battleship-board .submarine.vertical{height:155px}.page .battleship-board .submarine.vertical .ship{transform:rotate(90deg) translate(45px,-60px)}}@media(max-width:850px){.page .battleship-board .submarine{height:60px}.page .battleship-board .submarine .ship{transform:translateX(75px)}.page .battleship-board .submarine.vertical{height:140px}.page .battleship-board .submarine.vertical .ship{transform:rotate(90deg) translate(40px,-70px)}}@media(max-width:767px){.page .battleship-board .submarine{height:70px}.page .battleship-board .submarine .ship{transform:translateX(50px)}.page .battleship-board .submarine.vertical{height:170px}.page .battleship-board .submarine.vertical .ship{transform:rotate(90deg) translate(50px,-53px)}}@media(max-width:600px){.page .battleship-board .submarine{height:65px}.page .battleship-board .submarine .ship{transform:translateX(65px)}.page .battleship-board .submarine.vertical{height:155px}.page .battleship-board .submarine.vertical .ship{transform:rotate(90deg) translate(45px,-60px)}}@media(max-width:500px){.page .battleship-board .submarine{height:60px}.page .battleship-board .submarine .ship{transform:translateX(75px)}.page .battleship-board .submarine.vertical{height:140px}.page .battleship-board .submarine.vertical .ship{transform:rotate(90deg) translate(40px,-65px)}}@media(max-width:450px){.page .battleship-board .submarine{height:57.5px}.page .battleship-board .submarine .ship{transform:translateX(70px)}s .page .battleship-board .submarine.vertical{height:130px}s .page .battleship-board .submarine.vertical .ship{transform:rotate(90deg) translate(35px,-72px)}}@media(max-width:400px){.page .battleship-board .submarine{height:55px}.page .battleship-board .submarine .ship{transform:translateX(80px)}.page .battleship-board .submarine.vertical{height:125px}.page .battleship-board .submarine.vertical .ship{transform:rotate(90deg) translate(35px,-76px)}}@media(max-width:375px){.page .battleship-board .submarine{height:52px}.page .battleship-board .submarine.vertical{height:110px}.page .battleship-board .submarine.vertical .ship{transform:rotate(90deg) translate(30px,-78px)}}@media(max-width:350px){.page .battleship-board .submarine{height:48.5px}.page .battleship-board .submarine.vertical{height:100px}.page .battleship-board .submarine.vertical .ship{transform:rotate(90deg) translate(25px,-90px)}}.page .battleship-board #submarine-copy.vertical{transform:rotate(90deg) translate(33%,100%)}.page .battleship-board #destroyer-copy,.page .battleship-board .destroyer .ship{-webkit-clip-path:polygon(0 0,0 100%,70% 100%,71% 99%,72% 98%,73% 97%,74% 96%,75% 95%,76% 94%,77% 93%,78% 92%,79% 91%,80% 90%,85% 80%,90% 70%,91% 68%,92% 66%,93% 64%,94% 62%,95% 60%,100% 50%,95% 40%,94% 38%,93% 36%,92% 34%,91% 32%,90% 30%,85% 20%,80% 10%,79% 9%,78% 8%,77% 7%,76% 6%,75% 5%,74% 4%,73% 3%,72% 2%,71% 1%,70% 0,0 0);clip-path:polygon(0 0,0 100%,70% 100%,71% 99%,72% 98%,73% 97%,74% 96%,75% 95%,76% 94%,77% 93%,78% 92%,79% 91%,80% 90%,85% 80%,90% 70%,91% 68%,92% 66%,93% 64%,94% 62%,95% 60%,100% 50%,95% 40%,94% 38%,93% 36%,92% 34%,91% 32%,90% 30%,85% 20%,80% 10%,79% 9%,78% 8%,77% 7%,76% 6%,75% 5%,74% 4%,73% 3%,72% 2%,71% 1%,70% 0,0 0);width:100px}@media(max-width:940px){.page .battleship-board #destroyer-copy,.page .battleship-board .destroyer .ship{width:90px}}@media(max-width:850px){.page .battleship-board #destroyer-copy,.page .battleship-board .destroyer .ship{width:80px}}@media(max-width:767px){.page .battleship-board #destroyer-copy,.page .battleship-board .destroyer .ship{width:100px}}@media(max-width:600px){.page .battleship-board #destroyer-copy,.page .battleship-board .destroyer .ship{width:90px}}@media(max-width:500px){.page .battleship-board #destroyer-copy,.page .battleship-board .destroyer .ship{width:80px}}@media(max-width:450px){.page .battleship-board #destroyer-copy,.page .battleship-board .destroyer .ship{width:75px}}@media(max-width:400px){.page .battleship-board #destroyer-copy,.page .battleship-board .destroyer .ship{width:70px}}@media(max-width:375px){.page .battleship-board #destroyer-copy,.page .battleship-board .destroyer .ship{width:64px}}@media(max-width:350px){.page .battleship-board #destroyer-copy,.page .battleship-board .destroyer .ship{width:57px}}.page .battleship-board .destroyer{height:70px}.page .battleship-board .destroyer .ship{transform:translateX(85px)}.page .battleship-board .destroyer.vertical{height:120px;margin-bottom:24px}.page .battleship-board .destroyer.vertical .ship{transform:rotate(90deg) translate(25px,-75px)}@media(max-width:940px){.page .battleship-board .destroyer{height:65px}.page .battleship-board .destroyer .ship{transform:translateX(90px)}.page .battleship-board .destroyer.vertical{height:110px}.page .battleship-board .destroyer.vertical .ship{transform:rotate(90deg) translate(25px,-82px)}}@media(max-width:850px){.page .battleship-board .destroyer{height:60px}.page .battleship-board .destroyer .ship{transform:translateX(100px)}.page .battleship-board .destroyer.vertical{height:95px}.page .battleship-board .destroyer.vertical .ship{transform:rotate(90deg) translate(18px,-90px)}}@media(max-width:767px){.page .battleship-board .destroyer{height:70px}.page .battleship-board .destroyer .ship{transform:translateX(80px)}.page .battleship-board .destroyer.vertical{height:115px}.page .battleship-board .destroyer.vertical .ship{transform:rotate(90deg) translate(25px,-78px)}}@media(max-width:600px){.page .battleship-board .destroyer{height:65px}.page .battleship-board .destroyer .ship{transform:translateX(90px)}.page .battleship-board .destroyer.vertical{height:105px}.page .battleship-board .destroyer.vertical .ship{transform:rotate(90deg) translate(20px,-85px)}}@media(max-width:500px){.page .battleship-board .destroyer{height:60px}.page .battleship-board .destroyer .ship{transform:translateX(100px)}.page .battleship-board .destroyer.vertical{height:90px}.page .battleship-board .destroyer.vertical .ship{transform:rotate(90deg) translate(15px,-85px)}}@media(max-width:450px){.page .battleship-board .destroyer{height:57.5px}.page .battleship-board .destroyer .ship{transform:translateX(95px)}.page .battleship-board .destroyer.vertical{height:85px}.page .battleship-board .destroyer.vertical .ship{transform:rotate(90deg) translate(15px,-90px)}}@media(max-width:400px){.page .battleship-board .destroyer{height:55px}.page .battleship-board .destroyer .ship{transform:translateX(100px)}.page .battleship-board .destroyer.vertical{height:85px}.page .battleship-board .destroyer.vertical .ship{transform:rotate(90deg) translate(15px,-95px)}}@media(max-width:375px){.page .battleship-board .destroyer{height:52px}.page .battleship-board .destroyer .ship{transform:translateX(95px)}.page .battleship-board .destroyer.vertical{height:75px}.page .battleship-board .destroyer.vertical .ship{transform:rotate(90deg) translate(10px,-95px)}}@media(max-width:350px){.page .battleship-board .destroyer{height:48.5px}.page .battleship-board .destroyer.vertical{height:65px}.page .battleship-board .destroyer.vertical .ship{transform:rotate(90deg) translate(10px,-103px)}}.page .battleship-board #destroyer-copy.vertical{transform:rotate(90deg) translate(25%,50%)}.page .blackjack-board{margin-top:64px}@media(max-width:500px){.page .blackjack-board{margin-top:40px}}.page .blackjack-board .game-table{position:relative;background:#3a5f0b;border-radius:8px;height:400px;width:800px}@media(max-width:1000px){.page .blackjack-board .game-table{width:100%}}@media(max-width:600px){.page .blackjack-board .game-table{height:350px}}@media(max-width:500px){.page .blackjack-board .game-table{display:flex;flex-wrap:wrap;height:550px;justify-content:center}}@media(max-width:400px){.page .blackjack-board .game-table{flex-direction:column;flex-wrap:unset;align-items:center;height:850px;justify-content:space-evenly}}.page .blackjack-board .player-cards{display:flex;align-items:center;position:absolute;height:100px;width:150px}@media(max-width:400px){.page .blackjack-board .player-cards{width:175px}}.page .blackjack-board .player-cards.hand-1{top:32px;left:16%;transform:translate(-50%,25%) rotate(80deg)}@media(max-width:600px){.page .blackjack-board .player-cards.hand-1{top:20px;transform:translate(-45%,25%) rotate(90deg)}}@media(max-width:500px){.page .blackjack-board .player-cards.hand-1{position:relative;top:unset;left:unset;transform:unset;margin-top:40px;margin-left:0}}@media(max-width:400px){.page .blackjack-board .player-cards.hand-1{margin-top:0}}.page .blackjack-board .player-cards.hand-2{bottom:75px;left:33.33%;transform:translate(-60%) rotate(40deg)}@media(max-width:600px){.page .blackjack-board .player-cards.hand-2{bottom:60px;left:30%;transform:translate(-60%,25%)}}@media(max-width:500px){.page .blackjack-board .player-cards.hand-2{position:relative;bottom:unset;left:unset;transform:unset;margin-top:40px;margin-left:40px}}@media(max-width:400px){.page .blackjack-board .player-cards.hand-2{margin-left:0;margin-top:24px}}.page .blackjack-board .player-cards.hand-3{bottom:50px;left:60%;transform:translate(-30%) rotate(-15deg)}@media(max-width:600px){.page .blackjack-board .player-cards.hand-3{bottom:60px;left:66.66%;transform:translate(-30%,25%)}}@media(max-width:500px){.page .blackjack-board .player-cards.hand-3{position:relative;bottom:unset;left:unset;transform:unset;margin-top:16px}}@media(max-width:400px){.page .blackjack-board .player-cards.hand-3{margin-top:24px}}.page .blackjack-board .player-cards.hand-4{top:64px;left:80%;transform:translate(-30%,30%) rotate(-75deg)}@media(max-width:600px){.page .blackjack-board .player-cards.hand-4{top:24px;left:76%;transform:translate(-30%,30%) rotate(-90deg)}}@media(max-width:500px){.page .blackjack-board .player-cards.hand-4{position:relative;top:unset;left:unset;transform:unset;margin-left:40px;margin-top:16px}}@media(max-width:400px){.page .blackjack-board .player-cards.hand-4{margin-left:0;margin-top:24px}}.page .blackjack-board .player-cards.hand-5{left:49%;top:48px;transform:translate(-50%)}@media(max-width:500px){.page .blackjack-board .player-cards.hand-5{position:relative;top:unset;left:unset;transform:unset;margin-top:16px}}@media(max-width:400px){.page .blackjack-board .player-cards.hand-5{margin-top:24px}}.page .blackjack-board .player-cards .player-name{position:absolute;top:-18px;left:50%;transform:translate(-50%);font-size:12px;color:#fff;letter-spacing:2.5px}.page .blackjack-board .player-cards .playing-card{position:absolute;top:0}.page .blackjack-board .player-cards .playing-card.card-position-0{left:0}.page .blackjack-board .player-cards .playing-card.card-position-1{left:14%}.page .blackjack-board .player-cards .playing-card.card-position-2{left:28%}.page .blackjack-board .player-cards .playing-card.card-position-3{left:40%}.page .blackjack-board .player-cards .playing-card.card-position-4{left:54%}.page .blackjack-board .player-cards .button-container{position:absolute;bottom:-4px;left:50%;width:100%;transform:translate(-54%,100%);display:flex;justify-content:space-evenly}.page .blackjack-board .player-cards .button-container button{padding:4px 8px;font-size:10px;cursor:not-allowed}.page .blackjack-board .player-cards .button-container button.selectable{cursor:pointer}.page .blackjack-board .player-cards .button-container button:disabled{background:#dbd7d7;color:#24282c}.page .playing-card,.page .playing-card .card-back-container{display:flex;justify-content:center;align-items:center;width:80px}.page .playing-card .card-back-container{position:relative;background:#9ec5e7;border-radius:4px;border:1px solid #24282c;flex-direction:column;height:102px}.page .playing-card .card-back-logo{height:64px}.page .playing-card .card-front-container{position:relative;background-color:#fff;border-radius:4px;border:1px solid #24282c;width:100%}.page .playing-card .card-front-container,.page .playing-card .front-corner{display:flex;flex-direction:column;align-items:center;justify-content:space-between}.page .playing-card .front-corner{position:absolute}.page .playing-card .front-corner.left{left:6px;top:6px}.page .playing-card .front-corner.right{right:6px;bottom:6px}.page .playing-card .front-corner.right .card-name,.page .playing-card .front-corner.right .card-suit{transform:rotate(180deg)}.page .playing-card .front-corner .card-name{font-size:10px}.page .playing-card .front-corner .card-suit{font-size:14px}.page .playing-card .card-center-suits-container{display:flex;flex-direction:column;justify-content:center;align-items:center}.page .playing-card .face-suits-container{display:flex;flex-direction:column;justify-content:center;height:100px}.page .playing-card .face-suits-container .center-suit{font-size:48px}.page .playing-card .numbered-suits-container{display:flex;flex-direction:column;justify-content:space-between;height:100px;padding:8px 0;position:relative}.page .playing-card .numbered-suits-container .floating-suit{position:absolute;top:22px;left:50%;transform:translateX(-50%)}.page .playing-card .numbered-suits-container .reversed-floating-suit{position:absolute;bottom:22px;left:50%;transform:translateX(-50%)}.page .playing-card .numbered-suits-container .smaller-floating-suit{position:absolute;top:18px;left:50%;transform:translateX(-50%)}.page .playing-card .numbered-suits-container .reversed-smaller-floating-suit{position:absolute;bottom:11px;left:50%;transform:translateX(-50%)}.page .playing-card .numbered-suits-container .centered-floating-suit{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.page .playing-card .numbered-suits-container .double-suits-column{display:flex;justify-content:space-evenly;width:60px}.page .playing-card .numbered-suits-container .single-suit-column{display:flex;justify-content:center}.page .playing-card .numbered-suits-container .center-suit{font-size:20px}.page .playing-card .numbered-suits-container .suit-rotate{transform:rotate(180deg)}.page .playing-card .red{color:red}.page .playing-card .black{color:#24282c}.page .card-display-board{display:flex;flex-direction:column;align-items:center;justify-self:center;margin:64px auto 0;width:min(100%,900px)}@media(max-width:900px){.page .card-display-board{width:min(100%,810px)}}@media(max-width:850px){.page .card-display-board{width:min(100%,720px)}}@media(max-width:768px){.page .card-display-board{width:min(100%,630px)}}@media(max-width:600px){.page .card-display-board{width:min(100%,540px)}}@media(max-width:500px){.page .card-display-board{width:min(100%,450px)}}@media(max-width:400px){.page .card-display-board{width:min(100%,360px)}}@media(max-width:350px){.page .card-display-board{width:min(100%,270px)}}@media(max-width:300px){.page .card-display-board{width:min(100%,180px)}}@media(max-width:500px){.page .card-display-board{margin-top:40px}}.page .card-display-board .button-container{margin-bottom:16px;display:flex;grid-column-gap:8px;column-gap:8px}.page .card-display-board .cards-container{display:flex;flex-wrap:wrap}.page .card-display-board .cards-container .playing-card{margin:4px}.page .checkerboard{display:flex;flex-direction:column;width:500px;height:500px}@media(max-width:600px){.page .checkerboard{width:450px;height:450px}}@media(max-width:500px){.page .checkerboard{width:375px;height:375px}}@media(max-width:400px){.page .checkerboard{width:290px;height:290px}}.page .checkerboard.inverted{transform:rotate(180deg)}.page .checkerboard .row{display:flex;width:100%;height:100%}.page .checkerboard .row .square{width:12.5%;height:100%;display:flex;justify-content:center;align-items:center;font-size:2rem;border:1px solid #e2e3e8}.page .checkerboard .row .square.white{background-color:#f6f6fb}.page .checkerboard .row .square.black{background-color:#e2e3e8}.page .checkers-board{display:flex;margin-top:64px}@media(max-width:1000px){.page .checkers-board{flex-direction:column}}@media(max-width:500px){.page .checkers-board{margin-top:40px}}.page .checkers-board .checkers-container{margin-left:64px}@media(max-width:1000px){.page .checkers-board .checkers-container{margin:40px 0}}@media(max-width:600px){.page .checkers-board .checkers-container{margin-left:0}}.page .checkers-board .square.available-move{box-shadow:inset 1px 1px 8px #8cc759;background:#8cc759!important}.page .checkers-board .piece{width:80%;height:80%;border-radius:50%;background-color:#fff;box-shadow:3px 3px 10px #24282c;outline:none;border:none}.page .checkers-board .piece.red{background-color:red}.page .checkers-board .piece.red.available-piece{animation:grow-red 1.5s ease-in-out infinite;cursor:pointer;box-shadow:-1px 1px 4px 4px #24282c}@keyframes grow-red{0%{box-shadow:-1px 1px 4px 4px #24282c}to{box-shadow:-1px 1px 4px 4px #d3d3d3}}.page .checkers-board .piece.red .king{height:100%;width:100%;mix-blend-mode:color-dodge}.page .checkers-board .piece.red .king.inverted{transform:rotate(180deg)}.page .checkers-board .piece.black{background-color:#24282c}.page .checkers-board .piece.black.available-piece{animation:grow-black 1.5s ease-in-out infinite;cursor:pointer;box-shadow:-1px 1px 4px 4px #d3d3d3}@keyframes grow-black{0%{box-shadow:-1px 1px 4px 4px #d3d3d3}to{box-shadow:-1px 1px 4px 4px red}}.page .checkers-board .piece.black .king{height:70%;width:65%;mix-blend-mode:overlay}.page .checkers-board .piece.black .king.inverted{transform:rotate(180deg)}.page .checkers-board .piece.selected-piece{background:#8cc759}.page .checkers-board .piece.disabled.available-piece{cursor:not-allowed}.page .codebreaker-board{display:flex;margin-top:64px;margin-bottom:64px;max-width:350px}@media(max-width:850px){.page .codebreaker-board{flex-direction:column;max-width:unset;align-items:center}}@media(max-width:500px){.page .codebreaker-board{margin-top:40px;margin-bottom:40px}}.page .codebreaker-board .left-selection-container{width:100%;margin-right:40px}@media(max-width:1000px){.page .codebreaker-board .left-selection-container{margin-right:32px}}@media(max-width:850px){.page .codebreaker-board .left-selection-container{max-width:350px;margin-right:0}}.page .codebreaker-board .left-selection-container .answer-container{display:flex;align-items:center;justify-content:space-evenly;border-radius:6px;width:100%;margin-top:16px;margin-bottom:16px}.page .codebreaker-board .left-selection-container .answer-container .answer-circle{display:flex;justify-content:center;align-items:center;font-size:24px;font-weight:600;height:40px;width:40px;border-radius:50%;border:1px solid #24282c;box-shadow:1px 1px 6px 1px #24282c}@media(max-width:500px){.page .codebreaker-board .left-selection-container .answer-container .answer-circle{height:32px;width:32px}}.page .codebreaker-board .left-selection-container .possible-colors-container{display:flex;align-items:center;justify-content:space-around;width:100%;margin-top:16px;margin-bottom:16px}.page .codebreaker-board .left-selection-container .possible-colors-container .color-option{display:flex;justify-content:center;align-items:center;font-size:24px;font-weight:600;height:40px;width:40px;border-radius:50%;border:1px solid #24282c;box-shadow:1px 1px 6px 1px #24282c}@media(max-width:500px){.page .codebreaker-board .left-selection-container .possible-colors-container .color-option{height:32px;width:32px}}.page .codebreaker-board .left-selection-container .current-container{display:flex;flex-direction:column;align-items:center;width:100%;margin-top:16px}.page .codebreaker-board .left-selection-container .current-container .current-guesses-container{display:flex;align-items:center;justify-content:space-evenly;width:100%;margin-bottom:16px;background:#9ea0a2;padding:12px 4px;border-radius:8px}@media(max-width:350px){.page .codebreaker-board .left-selection-container .current-container .current-guesses-container{flex-wrap:wrap;justify-content:space-evenly}}.page .codebreaker-board .left-selection-container .current-container .current-guesses-container .current-guess{display:flex;align-items:center;flex-direction:column}@media(max-width:350px){.page .codebreaker-board .left-selection-container .current-container .current-guesses-container .current-guess{width:50%;margin-bottom:8px}}.page .codebreaker-board .left-selection-container .current-container .current-guesses-container .current-guess .current-circle{display:flex;justify-content:center;align-items:center;background:#fff;z-index:1;font-size:24px;font-weight:600;height:40px;width:40px;border-radius:50%;border:1px solid #24282c;box-shadow:1px 1px 6px 1px #24282c;margin-bottom:8px}@media(max-width:500px){.page .codebreaker-board .left-selection-container .current-container .current-guesses-container .current-guess .current-circle{height:32px;width:32px}}.page .codebreaker-board .left-selection-container .current-container .current-guesses-container .current-guess .current-circle.selected-color{color:#fff;text-shadow:2px 1px 12px #24282c}.page .codebreaker-board .left-selection-container .current-container .current-guesses-container .current-guess .color-dropdown{outline:none;border:1px solid #24282c;padding:4px;margin-left:4px;margin-right:4px;cursor:pointer;text-transform:capitalize}.page .codebreaker-board .left-selection-container .current-container .btn-container{display:flex;justify-content:space-evenly;width:100%;margin-bottom:24px}.page .codebreaker-board .left-selection-container .current-container .btn-container .default-btn:disabled{opacity:.2;cursor:unset}@media(max-width:850px){.page .codebreaker-board .right-display-container{max-width:200px}}.page .codebreaker-board .right-display-container .code-guesses-container{display:flex;flex-direction:column;flex-wrap:wrap;max-height:350px;margin-top:16px}@media(max-width:850px){.page .codebreaker-board .right-display-container .code-guesses-container{max-height:300px;align-content:space-evenly}}@media(max-width:500px){.page .codebreaker-board .right-display-container .code-guesses-container{max-height:250px}}@media(max-width:400px){.page .codebreaker-board .right-display-container .code-guesses-container{max-height:unset}}.page .codebreaker-board .right-display-container .code-guesses-container .guess-container{display:flex;align-items:center;width:100%;height:70px;margin-right:24px;border-bottom:1px solid #24282c}.page .codebreaker-board .right-display-container .code-guesses-container .guess-container:nth-of-type(5n+1){border-top:1px solid #24282c}.page .codebreaker-board .right-display-container .code-guesses-container .guess-container.opacity{opacity:.2;cursor:unset}@media(max-width:940px){.page .codebreaker-board .right-display-container .code-guesses-container .guess-container{max-width:200px}}@media(max-width:850px){.page .codebreaker-board .right-display-container .code-guesses-container .guess-container{margin-top:0;height:60px}.page .codebreaker-board .right-display-container .code-guesses-container .guess-container:nth-of-type(6),.page .codebreaker-board .right-display-container .code-guesses-container .guess-container:nth-of-type(7),.page .codebreaker-board .right-display-container .code-guesses-container .guess-container:nth-of-type(8),.page .codebreaker-board .right-display-container .code-guesses-container .guess-container:nth-of-type(9),.page .codebreaker-board .right-display-container .code-guesses-container .guess-container:nth-of-type(10){margin-right:0}}@media(max-width:500px){.page .codebreaker-board .right-display-container .code-guesses-container .guess-container{height:50px;max-width:160px;margin-right:16px}}@media(max-width:400px){.page .codebreaker-board .right-display-container .code-guesses-container .guess-container{max-width:unset;margin-right:0}}.page .codebreaker-board .right-display-container .code-guesses-container .guess-container .guess-number{font-weight:600;margin-right:8px;min-width:12px}.page .codebreaker-board .right-display-container .code-guesses-container .guess-container .right-side-guess-container{display:flex;align-items:center;justify-content:space-between;min-width:calc(100% - 25px)}@media(min-width:851px)and (max-width:940px){.page .codebreaker-board .right-display-container .code-guesses-container .guess-container .right-side-guess-container{min-width:calc(100% - 10px)}}.page .codebreaker-board .right-display-container .code-guesses-container .guess-container .guess-holder{display:flex;align-items:center;background:#fff;height:100%;width:160px}@media(max-width:1000px){.page .codebreaker-board .right-display-container .code-guesses-container .guess-container .guess-holder{width:115px}}@media(max-width:500px){.page .codebreaker-board .right-display-container .code-guesses-container .guess-container .guess-holder{width:85px}}.page .codebreaker-board .right-display-container .code-guesses-container .guess-container .guess-holder .code-guess{display:flex;justify-content:center;align-items:center;font-size:24px;font-weight:600;height:32px;width:32px;border-radius:50%;border:1px solid #24282c;box-shadow:1px 1px 6px 1px #24282c}.page .codebreaker-board .right-display-container .code-guesses-container .guess-container .guess-holder .code-guess:not(:last-of-type){margin-right:8px}@media(max-width:1000px){.page .codebreaker-board .right-display-container .code-guesses-container .guess-container .guess-holder .code-guess{height:24px;width:24px}}@media(max-width:500px){.page .codebreaker-board .right-display-container .code-guesses-container .guess-container .guess-holder .code-guess{height:16px;width:16px}}.page .codebreaker-board .right-display-container .code-guesses-container .guess-container .indicator-holder{display:flex;flex-wrap:wrap;background:#fff;width:60px}@media(max-width:850px){.page .codebreaker-board .right-display-container .code-guesses-container .guess-container .indicator-holder{width:45px}}.page .codebreaker-board .right-display-container .code-guesses-container .guess-container .indicator-holder .indicator{border-radius:50%;height:16px;width:16px;margin:5px;border:1px solid #24282c;box-shadow:1px 1px 6px 1px #24282c}@media(max-width:1000px){.page .codebreaker-board .right-display-container .code-guesses-container .guess-container .indicator-holder .indicator{height:12px;width:12px}}.page .codebreaker-board .pink{background:#ef5d74!important}.page .codebreaker-board .yellow{background:#fbef5a!important}.page .codebreaker-board .blue{background:#0fb5ee!important}.page .codebreaker-board .green{background:#8cc759!important}.page .codebreaker-board .purple{background:#8c6daf!important}.page .codebreaker-board .red{background:red!important}.page .codebreaker-board .white{background:#fff!important}.page .codebreaker-board .orange{background:#fd8024!important}.page .codebreaker-board .lightgray{background:#d3d3d3!important}.page .connect-4-board{display:flex;margin-top:64px}@media(max-width:1000px){.page .connect-4-board{flex-direction:column}}@media(max-width:500px){.page .connect-4-board{margin-top:40px}}.page .connect-4-board .connect-4-container{margin-left:64px}@media(max-width:1000px){.page .connect-4-board .connect-4-container{margin:40px 0}}@media(max-width:600px){.page .connect-4-board .connect-4-container{margin-left:0}}.page .connect-4-board .score-container{margin-bottom:0;display:flex;width:300px}.page .connect-4-board .score-container .score-holder{width:50%;display:flex;justify-content:space-between;align-items:center;padding:16px}.page .connect-4-board .score-container .score-holder .turn-marker{width:0;height:0;border-top:10px solid transparent;border-bottom:10px solid transparent}.page .connect-4-board .score-container .score-holder .turn-marker.red{border-right:10px solid red}.page .connect-4-board .score-container .score-holder .turn-marker.yellow{border-right:10px solid #fbef5a}.page .connect-4-board .board .pointers{display:flex;margin-bottom:12px;height:24px}.page .connect-4-board .board .pointers .pointer-holder{width:75px;display:flex;justify-content:center}.page .connect-4-board .board .pointers .pointer-holder .pointer{width:0;height:0;border-left:20px solid transparent;border-right:20px solid transparent}.page .connect-4-board .board .pointers .pointer-holder .pointer.hovered-red{border-top:20px solid red}.page .connect-4-board .board .pointers .pointer-holder .pointer.hovered-yellow{border-top:20px solid #fbef5a}.page .connect-4-board .board .row{display:flex}.page .connect-4-board .board .row:nth-of-type(6n) .square{border-bottom:1px solid #24282c}.page .connect-4-board .board .row .square{position:relative;width:75px;aspect-ratio:1;border:1px solid #24282c;border-right:none;border-bottom:none;display:flex;justify-content:center;align-items:center;cursor:pointer;font-size:64px;background:#3c98fe;cursor:not-allowed}.page .connect-4-board .board .row .square:nth-of-type(7n){border-right:1px solid #24282c}.page .connect-4-board .board .row .square.hovered{cursor:pointer}.page .connect-4-board .board .row .square .center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;width:75%;aspect-ratio:1;border-radius:50%;border:1px solid #24282c}.page .connect-4-board .board .row .square .center.red{background:red}.page .connect-4-board .board .row .square .center.yellow{background:#fbef5a}.page .direction-note-container{display:flex;align-items:center;justify-content:center;font-size:24px;letter-spacing:1.33px;margin-top:8px;padding:8px;width:500px}@media(max-width:600px){.page .direction-note-container{width:450px}}@media(max-width:500px){.page .direction-note-container{width:375px}}@media(max-width:400px){.page .direction-note-container{width:290px}}.page .direction-note-container img{height:24px;width:24px;transform:rotate(270deg);margin-left:8px}.page .instructions-container{padding:56px 40px 40px;border-top:1px solid #9d9d9d;position:relative}.page .instructions-container .section-heading{letter-spacing:1.5px;text-transform:uppercase}.page .instructions-container .section-heading:not(:first-of-type){margin-top:16px}.page .instructions-container .goal{margin-top:12px;line-height:1.33}.page .instructions-container .rules,.page .instructions-container .set-up{padding-left:16px;margin-top:12px}.page .instructions-container .facts{margin-top:12px;list-style:none}.page .instructions-container .facts .item:not(:last-of-type){margin-bottom:8px}.page .instructions-container .item{margin-bottom:8px;letter-spacing:1.25px;line-height:1.33}.page .instructions-container .item:last-of-type{margin-bottom:0}.page .keyboard{display:flex;flex-direction:column;align-items:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.page .keyboard .keyboard-row{display:flex}.page .keyboard .keyboard-row .computer-key{padding:2px 4px;margin:2px;border:1px solid #24282c;border-radius:4px;min-width:32px;min-height:35px;text-transform:uppercase;outline:none;background:beige;cursor:pointer;font-size:16px}@media(max-width:500px){.page .keyboard .keyboard-row .computer-key{min-width:30px;min-height:30px;font-size:14px}}@media(max-width:350px){.page .keyboard .keyboard-row .computer-key{min-width:26px;min-height:26px;font-size:10px}}.page .keyboard .keyboard-row .computer-key:disabled{cursor:unset}.page .keyboard .keyboard-row .computer-key:focus{background:beige}.page .keyboard .keyboard-row .computer-key.included{background:#8cc759}.page .keyboard .keyboard-row .computer-key.excluded{background:#9d9d9d}.page .keyboard .keyboard-row .computer-key .backspace-img{max-width:100%;max-height:35px}@media(max-width:500px){.page .keyboard .keyboard-row .computer-key .backspace-img{max-height:28px}}.page .mancala-board{display:flex;margin-top:64px}@media(max-width:1000px){.page .mancala-board{flex-direction:column}}@media(max-width:500px){.page .mancala-board{margin-top:40px}}.page .mancala-board .mancala-container{margin-left:64px}@media(max-width:1000px){.page .mancala-board .mancala-container{display:flex;justify-content:center;margin-left:0;margin-top:40px}}.page .mancala-board .mancala-container .wooden-board{width:450px;height:200px;background:#deb887;border-radius:8px;display:flex;padding:8px;grid-column-gap:8px;column-gap:8px}@media(max-width:500px){.page .mancala-board .mancala-container .wooden-board{width:200px;height:450px;flex-direction:column;grid-row-gap:8px;row-gap:8px}}.page .mancala-board .mancala-container .wooden-board .home-hole{width:50px;height:100%;box-shadow:inset 1px 1px 8px #24282c;border-radius:8px;padding:8px;display:flex;justify-content:space-between;flex-direction:column}@media(max-width:500px){.page .mancala-board .mancala-container .wooden-board .home-hole{width:100%;height:50px;flex-direction:row-reverse;align-items:center;padding:8px 16px}}.page .mancala-board .mancala-container .wooden-board .home-hole p{display:flex;align-items:center;transform:rotate(270deg) translate(36px,-33px);width:100px;font-size:12px}@media(max-width:500px){.page .mancala-board .mancala-container .wooden-board .home-hole p{transform:unset;display:flex;align-items:center}}.page .mancala-board .mancala-container .wooden-board .home-hole .score{color:#3c98fe;text-shadow:1px 1px 2px #24282c;font-size:32px;margin-left:16px}.page .mancala-board .mancala-container .wooden-board .home-hole:last-of-type{flex-direction:column-reverse}@media(max-width:500px){.page .mancala-board .mancala-container .wooden-board .home-hole:last-of-type{flex-direction:row}}.page .mancala-board .mancala-container .wooden-board .home-hole:last-of-type p{display:flex;flex-direction:row-reverse;align-items:center;transform:rotate(90deg) translate(18px,32px)}@media(max-width:500px){.page .mancala-board .mancala-container .wooden-board .home-hole:last-of-type p{flex-direction:row;transform:translate(12px)}}.page .mancala-board .mancala-container .wooden-board .home-hole:last-of-type p .score{color:#8cc759;margin-left:16px}@media(max-width:500px){.page .mancala-board .mancala-container .wooden-board .home-hole:last-of-type p .score{margin-left:0;margin-right:16px}}.page .mancala-board .mancala-container .wooden-board .holes-container{height:100%;width:calc(100% - 100px);display:flex;flex-direction:column;grid-row-gap:8px;row-gap:8px}@media(max-width:500px){.page .mancala-board .mancala-container .wooden-board .holes-container{width:100%;height:calc(100% - 100px);flex-direction:row;grid-column-gap:8px;column-gap:8px}}.page .mancala-board .mancala-container .wooden-board .hole-row{display:flex;grid-column-gap:8px;column-gap:8px;height:50%;width:100%}@media(max-width:500px){.page .mancala-board .mancala-container .wooden-board .hole-row{width:100%;height:100%;flex-direction:column;grid-row-gap:6px;row-gap:6px}}.page .mancala-board .mancala-container .wooden-board .hole{height:100%;width:16.6666666667%;box-shadow:inset 1px 1px 8px #24282c;border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:8px 6px}@media(max-width:500px){.page .mancala-board .mancala-container .wooden-board .hole{width:100%;flex-direction:row;padding:8px 12px}}.page .mancala-board .mancala-container .wooden-board .hole.selectable{cursor:pointer}.page .mancala-board .mancala-container .wooden-board .hole.fade-blue{animation:fade-blue 1.5s ease-in-out infinite}@keyframes fade-blue{0%{box-shadow:inset 1px 1px 8px #24282c}to{background:#9ec5e7;box-shadow:inset 1px 1px 8px 2px #3c98fe}}.page .mancala-board .mancala-container .wooden-board .hole.fade-green{animation:fade-green 1.5s ease-in-out infinite}@keyframes fade-green{0%{box-shadow:inset 1px 1px 8px #24282c}to{background:#8cc759;box-shadow:inset 1px 2px 8px 2px #8cc759}}.page .mancala-board .mancala-container .wooden-board .stone{border-radius:50%;height:40px;width:32px}@media(max-width:500px){.page .mancala-board .mancala-container .wooden-board .stone{width:40px;height:32px}}.page .mancala-board .mancala-container .wooden-board .stone.water{filter:drop-shadow(0 0 5px #0FB5EE)}.page .mancala-board .mancala-container .wooden-board .stone.water.thirty{background:radial-gradient(#dcf0ef,#9cd3db 30%)}.page .mancala-board .mancala-container .wooden-board .stone.water.thirty-five{background:radial-gradient(#dcf0ef,#9cd3db 35%)}.page .mancala-board .mancala-container .wooden-board .stone.water.forty{background:radial-gradient(#dcf0ef,#9cd3db 40%)}.page .mancala-board .mancala-container .wooden-board .stone.water.forty-five{background:radial-gradient(#dcf0ef,#9cd3db 45%)}.page .mancala-board .mancala-container .wooden-board .stone.water.fifty{background:radial-gradient(#dcf0ef,#9cd3db 50%)}.page .mancala-board .mancala-container .wooden-board .stone.water.fifty-five{background:radial-gradient(#dcf0ef,#9cd3db 55%)}.page .mancala-board .mancala-container .wooden-board .stone.water.sixty{background:radial-gradient(#dcf0ef,#9cd3db 60%)}.page .mancala-board .mancala-container .wooden-board .stone.water.sixty-five{background:radial-gradient(#dcf0ef,#9cd3db 65%)}.page .mancala-board .mancala-container .wooden-board .stone.water.seventy{background:radial-gradient(#dcf0ef,#9cd3db 70%)}.page .mancala-board .mancala-container .wooden-board .stone.water.seventy-five{background:radial-gradient(#dcf0ef,#9cd3db 75%)}.page .mancala-board .mancala-container .wooden-board .stone.macaroni{filter:drop-shadow(0 0 5px rgb(244,182,67))}.page .mancala-board .mancala-container .wooden-board .stone.macaroni.thirty{background:radial-gradient(#dcf0ef,#f6cf87 30%)}.page .mancala-board .mancala-container .wooden-board .stone.macaroni.thirty-five{background:radial-gradient(#dcf0ef,#f6cf87 35%)}.page .mancala-board .mancala-container .wooden-board .stone.macaroni.forty{background:radial-gradient(#dcf0ef,#f6cf87 40%)}.page .mancala-board .mancala-container .wooden-board .stone.macaroni.forty-five{background:radial-gradient(#dcf0ef,#f6cf87 45%)}.page .mancala-board .mancala-container .wooden-board .stone.macaroni.fifty{background:radial-gradient(#dcf0ef,#f6cf87 50%)}.page .mancala-board .mancala-container .wooden-board .stone.macaroni.fifty-five{background:radial-gradient(#dcf0ef,#f6cf87 55%)}.page .mancala-board .mancala-container .wooden-board .stone.macaroni.sixty{background:radial-gradient(#dcf0ef,#f6cf87 60%)}.page .mancala-board .mancala-container .wooden-board .stone.macaroni.sixty-five{background:radial-gradient(#dcf0ef,#f6cf87 65%)}.page .mancala-board .mancala-container .wooden-board .stone.macaroni.seventy{background:radial-gradient(#dcf0ef,#f6cf87 70%)}.page .mancala-board .mancala-container .wooden-board .stone.macaroni.seventy-five{background:radial-gradient(#dcf0ef,#f6cf87 75%)}.page .mancala-board .mancala-container .wooden-board .stone.cherry{filter:drop-shadow(0 0 5px #f1bebe)}.page .mancala-board .mancala-container .wooden-board .stone.cherry.thirty{background:radial-gradient(#dcf0ef,#f0cccc 30%)}.page .mancala-board .mancala-container .wooden-board .stone.cherry.thirty-five{background:radial-gradient(#dcf0ef,#f0cccc 35%)}.page .mancala-board .mancala-container .wooden-board .stone.cherry.forty{background:radial-gradient(#dcf0ef,#f0cccc 40%)}.page .mancala-board .mancala-container .wooden-board .stone.cherry.forty-five{background:radial-gradient(#dcf0ef,#f0cccc 45%)}.page .mancala-board .mancala-container .wooden-board .stone.cherry.fifty{background:radial-gradient(#dcf0ef,#f0cccc 50%)}.page .mancala-board .mancala-container .wooden-board .stone.cherry.fifty-five{background:radial-gradient(#dcf0ef,#f0cccc 55%)}.page .mancala-board .mancala-container .wooden-board .stone.cherry.sixty{background:radial-gradient(#dcf0ef,#f0cccc 60%)}.page .mancala-board .mancala-container .wooden-board .stone.cherry.sixty-five{background:radial-gradient(#dcf0ef,#f0cccc 65%)}.page .mancala-board .mancala-container .wooden-board .stone.cherry.seventy{background:radial-gradient(#dcf0ef,#f0cccc 70%)}.page .mancala-board .mancala-container .wooden-board .stone.cherry.seventy-five{background:radial-gradient(#dcf0ef,#f0cccc 75%)}.page .mancala-board .mancala-container .wooden-board .stone.lavender{filter:drop-shadow(0 0 5px #b6b9ea)}.page .mancala-board .mancala-container .wooden-board .stone.lavender.thirty{background:radial-gradient(#dcf0ef,#d3d4e8 30%)}.page .mancala-board .mancala-container .wooden-board .stone.lavender.thirty-five{background:radial-gradient(#dcf0ef,#d3d4e8 35%)}.page .mancala-board .mancala-container .wooden-board .stone.lavender.forty{background:radial-gradient(#dcf0ef,#d3d4e8 40%)}.page .mancala-board .mancala-container .wooden-board .stone.lavender.forty-five{background:radial-gradient(#dcf0ef,#d3d4e8 45%)}.page .mancala-board .mancala-container .wooden-board .stone.lavender.fifty{background:radial-gradient(#dcf0ef,#d3d4e8 50%)}.page .mancala-board .mancala-container .wooden-board .stone.lavender.fifty-five{background:radial-gradient(#dcf0ef,#d3d4e8 55%)}.page .mancala-board .mancala-container .wooden-board .stone.lavender.sixty{background:radial-gradient(#dcf0ef,#d3d4e8 60%)}.page .mancala-board .mancala-container .wooden-board .stone.lavender.sixty-five{background:radial-gradient(#dcf0ef,#d3d4e8 65%)}.page .mancala-board .mancala-container .wooden-board .stone.lavender.seventy{background:radial-gradient(#dcf0ef,#d3d4e8 70%)}.page .mancala-board .mancala-container .wooden-board .stone.lavender.seventy-five{background:radial-gradient(#dcf0ef,#d3d4e8 75%)}.page .mancala-board .mancala-container .wooden-board .stone.lightgreen{filter:drop-shadow(0 0 5px #b6b9ea)}.page .mancala-board .mancala-container .wooden-board .stone.lightgreen.thirty{background:radial-gradient(#dcf0ef,#9fffba 30%)}.page .mancala-board .mancala-container .wooden-board .stone.lightgreen.thirty-five{background:radial-gradient(#dcf0ef,#9fffba 35%)}.page .mancala-board .mancala-container .wooden-board .stone.lightgreen.forty{background:radial-gradient(#dcf0ef,#9fffba 40%)}.page .mancala-board .mancala-container .wooden-board .stone.lightgreen.forty-five{background:radial-gradient(#dcf0ef,#9fffba 45%)}.page .mancala-board .mancala-container .wooden-board .stone.lightgreen.fifty{background:radial-gradient(#dcf0ef,#9fffba 50%)}.page .mancala-board .mancala-container .wooden-board .stone.lightgreen.fifty-five{background:radial-gradient(#dcf0ef,#9fffba 55%)}.page .mancala-board .mancala-container .wooden-board .stone.lightgreen.sixty{background:radial-gradient(#dcf0ef,#9fffba 60%)}.page .mancala-board .mancala-container .wooden-board .stone.lightgreen.sixty-five{background:radial-gradient(#dcf0ef,#9fffba 65%)}.page .mancala-board .mancala-container .wooden-board .stone.lightgreen.seventy{background:radial-gradient(#dcf0ef,#9fffba 70%)}.page .mancala-board .mancala-container .wooden-board .stone.lightgreen.seventy-five{background:radial-gradient(#dcf0ef,#9fffba 75%)}.page .mancala-board .mancala-container .wooden-board .stone.morning{filter:drop-shadow(0 0 5px #ffffd7)}.page .mancala-board .mancala-container .wooden-board .stone.morning.thirty{background:radial-gradient(#dcf0ef,#ffffad 30%)}.page .mancala-board .mancala-container .wooden-board .stone.morning.thirty-five{background:radial-gradient(#dcf0ef,#ffffad 35%)}.page .mancala-board .mancala-container .wooden-board .stone.morning.forty{background:radial-gradient(#dcf0ef,#ffffad 40%)}.page .mancala-board .mancala-container .wooden-board .stone.morning.forty-five{background:radial-gradient(#dcf0ef,#ffffad 45%)}.page .mancala-board .mancala-container .wooden-board .stone.morning.fifty{background:radial-gradient(#dcf0ef,#ffffad 50%)}.page .mancala-board .mancala-container .wooden-board .stone.morning.fifty-five{background:radial-gradient(#dcf0ef,#ffffad 55%)}.page .mancala-board .mancala-container .wooden-board .stone.morning.sixty{background:radial-gradient(#dcf0ef,#ffffad 60%)}.page .mancala-board .mancala-container .wooden-board .stone.morning.sixty-five{background:radial-gradient(#dcf0ef,#ffffad 65%)}.page .mancala-board .mancala-container .wooden-board .stone.morning.seventy{background:radial-gradient(#dcf0ef,#ffffad 70%)}.page .mancala-board .mancala-container .wooden-board .stone.morning.seventy-five{background:radial-gradient(#dcf0ef,#ffffad 75%)}.page .mathlympics-board{margin-top:64px}@media(max-width:500px){.page .mathlympics-board{margin-top:40px}}.page .mathlympics-board .settings-container{width:300px;margin-bottom:80px}@media(max-width:768px){.page .mathlympics-board .settings-container{margin-bottom:60px}}@media(max-width:400px){.page .mathlympics-board .settings-container{width:100%}}.page .mathlympics-board .settings-container .difficulty-container,.page .mathlympics-board .settings-container .show-timer-container,.page .mathlympics-board .settings-container .timer-option-container{display:flex;flex-direction:column;margin-bottom:24px}.page .mathlympics-board .settings-container .difficulty-container h4,.page .mathlympics-board .settings-container .show-timer-container h4,.page .mathlympics-board .settings-container .timer-option-container h4{font-size:20px;color:#3c98fe;letter-spacing:1.33px;margin-bottom:12px}@media(max-width:500px){.page .mathlympics-board .settings-container .difficulty-container h4,.page .mathlympics-board .settings-container .show-timer-container h4,.page .mathlympics-board .settings-container .timer-option-container h4{font-size:14px;margin-bottom:8px}}.page .mathlympics-board .settings-container .difficulty-container .options,.page .mathlympics-board .settings-container .show-timer-container .options,.page .mathlympics-board .settings-container .timer-option-container .options{display:flex;justify-content:space-around;width:100%}.page .mathlympics-board .settings-container .difficulty-container .options .option,.page .mathlympics-board .settings-container .show-timer-container .options .option,.page .mathlympics-board .settings-container .timer-option-container .options .option{padding:8px;text-align:center;color:#fff;letter-spacing:2.5px;font-size:16px}.page .mathlympics-board .settings-container .difficulty-container .options .option.two,.page .mathlympics-board .settings-container .show-timer-container .options .option.two,.page .mathlympics-board .settings-container .timer-option-container .options .option.two{width:50%}.page .mathlympics-board .settings-container .difficulty-container .options .option.three,.page .mathlympics-board .settings-container .show-timer-container .options .option.three,.page .mathlympics-board .settings-container .timer-option-container .options .option.three{width:33.33%}.page .mathlympics-board .settings-container .difficulty-container .options .option.purple,.page .mathlympics-board .settings-container .show-timer-container .options .option.purple,.page .mathlympics-board .settings-container .timer-option-container .options .option.purple{background:#d3d4e8}.page .mathlympics-board .settings-container .difficulty-container .options .option.purple.selected,.page .mathlympics-board .settings-container .show-timer-container .options .option.purple.selected,.page .mathlympics-board .settings-container .timer-option-container .options .option.purple.selected{background:#8c6daf}.page .mathlympics-board .settings-container .difficulty-container .options .option.orange,.page .mathlympics-board .settings-container .show-timer-container .options .option.orange,.page .mathlympics-board .settings-container .timer-option-container .options .option.orange{background:#ecbd8e}.page .mathlympics-board .settings-container .difficulty-container .options .option.orange.selected,.page .mathlympics-board .settings-container .show-timer-container .options .option.orange.selected,.page .mathlympics-board .settings-container .timer-option-container .options .option.orange.selected{background:#fd8024}.page .mathlympics-board .settings-container .difficulty-container .options .option.green,.page .mathlympics-board .settings-container .show-timer-container .options .option.green,.page .mathlympics-board .settings-container .timer-option-container .options .option.green{background:#9fffba}.page .mathlympics-board .settings-container .difficulty-container .options .option.green.selected,.page .mathlympics-board .settings-container .show-timer-container .options .option.green.selected,.page .mathlympics-board .settings-container .timer-option-container .options .option.green.selected{background:#8cc759}.page .mathlympics-board .settings-container .difficulty-container .options .option.blue,.page .mathlympics-board .settings-container .show-timer-container .options .option.blue,.page .mathlympics-board .settings-container .timer-option-container .options .option.blue{background:#9ec5e7}.page .mathlympics-board .settings-container .difficulty-container .options .option.blue.selected,.page .mathlympics-board .settings-container .show-timer-container .options .option.blue.selected,.page .mathlympics-board .settings-container .timer-option-container .options .option.blue.selected{background:#3c98fe}.page .mathlympics-board .settings-container .difficulty-container .options .option:first-of-type,.page .mathlympics-board .settings-container .show-timer-container .options .option:first-of-type,.page .mathlympics-board .settings-container .timer-option-container .options .option:first-of-type{border-radius:32px 0 0 32px;margin-right:2px}.page .mathlympics-board .settings-container .difficulty-container .options .option:last-of-type,.page .mathlympics-board .settings-container .show-timer-container .options .option:last-of-type,.page .mathlympics-board .settings-container .timer-option-container .options .option:last-of-type{border-radius:0 32px 32px 0;margin-left:2px}.page .mathlympics-board .settings-container .difficulty-container .options .option:not(:first-of-type,:last-of-type),.page .mathlympics-board .settings-container .show-timer-container .options .option:not(:first-of-type,:last-of-type),.page .mathlympics-board .settings-container .timer-option-container .options .option:not(:first-of-type,:last-of-type){margin-left:2px;margin-right:2px}@media(max-width:400px){.page .mathlympics-board .settings-container .difficulty-container .options .option,.page .mathlympics-board .settings-container .show-timer-container .options .option,.page .mathlympics-board .settings-container .timer-option-container .options .option{font-size:12px}}.page .mathlympics-board .game-container{margin-top:32px;display:flex;flex-direction:column;align-items:center}.page .mathlympics-board .game-container .current-expression{display:flex;justify-content:center;align-items:center;width:100%;margin-bottom:24px}.page .mathlympics-board .game-container .current-expression .number-block{padding:16px 24px;background:#9fffba;font-size:40px;display:flex;align-items:center;justify-content:center;border-radius:16px;color:#fd8024}.page .mathlympics-board .game-container .current-expression .operator-block{padding:16px;font-size:40px}.page .mathlympics-board .game-container .guess{width:300px;height:40px;padding:24px 16px;background:#fff;border:1px solid #24282c;border-radius:4px;margin-bottom:24px;font-size:32px;text-align:right;display:flex;justify-content:flex-end;align-items:center}.page .mathlympics-board .game-container .keypad-container{width:300px}.page .mathlympics-board .game-container .keypad-container .key{padding:8px;font-size:32px;background:#fd8024;outline:none;border:none;border-radius:8px;color:#fff;width:calc(33.33% - 4px);margin-bottom:6px;margin-right:6px}.page .mathlympics-board .game-container .keypad-container .key:nth-of-type(3n+3){margin-right:0}.page .mathlympics-board .report-container{margin-top:32px}.page .mathlympics-board .report-container h4{margin-bottom:8px}.page .mathlympics-board .report-container .report-list{list-style:none;margin-bottom:40px}.page .mathlympics-board .report-container .report-list .report-item{margin-bottom:12px;display:flex;align-items:center}.page .mathlympics-board .report-container .report-list .report-item .correct,.page .mathlympics-board .report-container .report-list .report-item .incorrect{height:24px;width:24px;border-radius:50%;margin-right:12px}.page .mathlympics-board .report-container .stat-container .statistic-content-container{display:flex;flex-direction:column;margin-bottom:12px}.page .mathlympics-board .report-container .stat-container .statistic-content-container .stat-label{color:#3c98fe}.page .mathlympics-board .report-container .stat-container .statistic-content-container span{margin-bottom:8px}.page .mathlympics-board .tips-container{margin-top:32px}.page .mathlympics-board .tips-container .tip{display:flex;flex-direction:column}.page .mathlympics-board .tips-container .tip:not(:first-of-type){padding-top:40px}@media(max-width:500px){.page .mathlympics-board .tips-container .tip:not(:first-of-type){padding-top:32px}}.page .mathlympics-board .tips-container .tip:not(:last-of-type){padding-bottom:40px;border-bottom:1px solid #24282c}@media(max-width:500px){.page .mathlympics-board .tips-container .tip:not(:last-of-type){padding-bottom:32px}}.page .mathlympics-board .tips-container .tip .tip-heading{display:flex;align-items:center;margin-bottom:16px;font-size:24px;color:#3c98fe;letter-spacing:1.33px}@media(max-width:500px){.page .mathlympics-board .tips-container .tip .tip-heading{font-size:20px}}.page .mathlympics-board .tips-container .tip .tip-heading .tip-number{display:inline-flex;margin-right:8px;padding:4px 8px;border-radius:50%;border:1px solid #24282c;font-size:16px}.page .mathlympics-board .tips-container .tip .tip-description{margin-bottom:32px;font-size:20px;line-height:1.75}.page .mathlympics-board .tips-container .tip .tip-description:last-of-type{margin-bottom:0}@media(max-width:500px){.page .mathlympics-board .tips-container .tip .tip-description{font-size:14px;margin-bottom:20px}}.page .mathlympics-board .tips-container .tip .tip-description strong{margin-right:2px}.page .mathlympics-board .tips-container .tip .tip-description .tip-example{margin-left:8px;margin-right:8px;padding:2px 8px;border:2px solid #fd8024;border-radius:4px}.page .number-royale-board{display:flex;margin-top:64px}@media(max-width:1000px){.page .number-royale-board{flex-direction:column}}@media(max-width:500px){.page .number-royale-board{margin-top:40px}}.page .number-royale-board .number-royale-container{margin-left:64px}@media(max-width:1000px){.page .number-royale-board .number-royale-container{margin:40px 0}}@media(max-width:600px){.page .number-royale-board .number-royale-container{margin-left:0}}.page .number-royale-board .heading-label{margin-bottom:8px}.page .number-royale-board .round-container{display:flex;flex-direction:column;margin-bottom:32px}.page .number-royale-board .round-container .round-label{margin-bottom:8px;color:#3c98fe}.page .number-royale-board .round-container .round-table{display:flex;align-items:center}.page .number-royale-board .round-container .round-table .round-rows{display:flex;flex-direction:column}.page .number-royale-board .round-container .round-table .round-rows .round-row{display:flex;margin-bottom:8px}.page .number-royale-board .round-container .round-table .round-rows .round-row .username{font-weight:700;width:65px}.page .number-royale-board .round-container .round-table .round-rows .round-row .number{width:50px;text-align:center}.page .number-royale-board .round-container .round-table .round-rows .round-row .number.win{color:#8cc759}.page .number-royale-board .round-container .round-table .round-rows .round-row .number.lose{color:red}.page .number-royale-board .all-numbers-selectors-container{display:flex;grid-column-gap:40px;column-gap:40px;margin-bottom:16px}.page .number-royale-board .all-numbers-selectors-container .numbers-selectors-container{display:flex;flex-direction:column;align-items:center}.page .number-royale-board .all-numbers-selectors-container .number{color:#3c98fe;font-size:40px;margin-bottom:16px}.page .number-royale-board .all-numbers-selectors-container .selector{width:60px;padding:4px 8px;cursor:pointer}.page .number-royale-board .all-numbers-selectors-container .selector .position{cursor:pointer}.page .number-royale-board .all-numbers-selectors-container .selector .position:disabled{background-color:#9ea0a2;cursor:not-allowed!important}.page .rebus-board{margin-top:64px;display:flex;justify-content:space-evenly;flex-wrap:wrap}@media(max-width:1000px){.page .rebus-board{flex-direction:column;align-items:center}}.page .rebus-board .puzzle{display:flex;flex-direction:column;align-items:center}@media(max-width:1000px){.page .rebus-board .puzzle{margin-bottom:48px}}@media(max-width:500px){.page .rebus-board .puzzle{margin-bottom:40px}}.page .rebus-board .puzzle .outer-container{margin-bottom:40px}.page .rebus-board .puzzle .rebus-img{height:250px;width:250px;border-radius:4px;display:flex;align-items:center;justify-content:center;margin-bottom:40px}.page .rebus-board .puzzle .rebus-textarea{min-width:100%;max-width:100%;min-height:85px;max-height:85px;border-radius:4px;padding:16px;font-size:20px;margin-bottom:40px}@media(max-width:500px){.page .rebus-board .puzzle .rebus-textarea{font-size:16px}}.page .rebus-board .rebus-tabs-container{width:450px}@media(max-width:500px){.page .rebus-board .rebus-tabs-container{width:calc(100vw - 32px)}}.page .rebus-board .rebus-tabs-container .tabs-container{width:100%}.page .rebus-board .rebus-tabs-container .tabs-container .tab span{font-size:20px}@media(max-width:500px){.page .rebus-board .rebus-tabs-container .tabs-container .tab span{font-size:16px}}@media(max-width:400px){.page .rebus-board .rebus-tabs-container .tabs-container .tab span{font-size:14px}}.page .rebus-board .rebus-tabs-container .random-container{margin:40px 0 0 24px}.page .rebus-board .rebus-tabs-container .select-puzzle-container{margin-top:40px}@media(max-width:500px){.page .rebus-board .rebus-tabs-container .select-puzzle-container{margin:40px 12px 0}}.page .rebus-board .rebus-tabs-container .select-puzzle-container .select-puzzle-header{margin-left:40px;margin-bottom:16px;font-size:20px}@media(max-width:1000px){.page .rebus-board .rebus-tabs-container .select-puzzle-container .select-puzzle-header{margin:0 24px 12px}}@media(max-width:500px){.page .rebus-board .rebus-tabs-container .select-puzzle-container .select-puzzle-header{margin:0 0 12px}}.page .rebus-board .rebus-tabs-container .select-puzzle-container .select-puzzle-labels{display:flex;flex-wrap:wrap;margin:0 40px}@media(max-width:1000px){.page .rebus-board .rebus-tabs-container .select-puzzle-container .select-puzzle-labels{margin:0 24px}}@media(max-width:500px){.page .rebus-board .rebus-tabs-container .select-puzzle-container .select-puzzle-labels{margin:0}}.page .rebus-board .rebus-tabs-container .select-puzzle-container .select-puzzle-labels .label-container{margin-bottom:12px;padding:4px;display:flex;align-items:center;width:65px;cursor:pointer}@media(max-width:1000px){.page .rebus-board .rebus-tabs-container .select-puzzle-container .select-puzzle-labels .label-container{width:60px;margin-bottom:8px}}.page .rebus-board .rebus-tabs-container .select-puzzle-container .select-puzzle-labels .label-container input{margin-right:8px}.page .top-page-container{position:relative}.page .top-page-container .direction-btn-container{position:absolute;right:0;top:0;width:210px;transform:translate(-45%,-15%)}@media(max-width:600px){.page .top-page-container .direction-btn-container{width:unset;transform:translateY(-25%)}}@media(max-width:600px){.page .top-page-container .direction-btn-container .outer-container{display:none}}.page .top-page-container .direction-btn-container .mobile-btn{border-radius:50%;width:50px;height:50px;display:flex;align-items:center;border:none;cursor:pointer}@media(min-width:601px){.page .top-page-container .direction-btn-container .mobile-btn{display:none}}@media(max-width:350px){.page .top-page-container .direction-btn-container .mobile-btn{width:40px;height:40px}}.page .top-page-container .direction-btn-container .mobile-btn img{width:100%;position:relative}.page .top-page-container .direction-btn-container .mobile-btn img:after{content:"hello";position:absolute;top:0;right:0}.page .bottom-direction-btn-container{position:absolute;right:15px;top:30px;transform:rotate(180deg)}@media(min-width:601px){.page .bottom-direction-btn-container{right:56px}}.page .bottom-direction-btn-container .mobile-btn{border-radius:50%;width:50px;height:50%;display:flex;align-items:center;border:none;cursor:pointer}@media(max-width:350px){.page .bottom-direction-btn-container .mobile-btn{width:40px;height:40px}}.page .bottom-direction-btn-container .mobile-btn img{width:100%;position:relative}.page .bottom-direction-btn-container .mobile-btn img:after{content:"";position:absolute;top:0;right:0}.page .secret-number-container{margin-top:64px}@media(max-width:500px){.page .secret-number-container{margin-top:40px}}.page .secret-number-container .secret-number{display:flex;margin-bottom:24px}.page .secret-number-container .secret-number .digit{background:#d3d4e8;border-radius:4px;height:75px;width:75px;margin-right:8px;display:flex;align-items:center;justify-content:center;font-size:24px}.page .secret-number-container .guess-form{display:flex;margin-bottom:12px}.page .secret-number-container .guess-form .guess-input{padding:8px;margin-right:8px;width:54px;font-size:16px;letter-spacing:1.5px}.page .secret-number-container .guesses-left{display:block;margin-bottom:12px}.page .secret-number-container .guesses-list-container h4{font-size:24px;margin-bottom:8px}.page .secret-number-container .guesses-list-container .guesses-list .guess-item{display:flex;align-items:center;font-size:24px;flex-wrap:wrap;margin-bottom:4px}.page .secret-number-container .guesses-list-container .guesses-list .guess-item:last-of-type{margin-bottom:0}.page .secret-number-container .guesses-list-container .guesses-list .guess-item .guess-number{margin-right:4px}.page .secret-number-container .guesses-list-container .guesses-list .guess-item .guess-number .number{text-align:right;width:36px;margin-right:4px}.page .secret-number-container .guesses-list-container .guesses-list .guess-item .comparison-label{border-radius:4px;padding:4px 12px;color:#fff;margin-left:6px;margin-right:6px}.page .secret-number-container .guesses-list-container .guesses-list .guess-item .comparison-label.less{background:#ef5d74}.page .secret-number-container .guesses-list-container .guesses-list .guess-item .comparison-label.greater{background:#8cc759}.page .secret-number-container .guesses-list-container .guesses-list .guess-item .guess{margin-left:8px;border-radius:4px;padding:4px 8px}.page .secret-number-container .guesses-list-container .guesses-list .guess-item .guess.less{box-shadow:inset 0 0 0 2px #ef5d74}.page .secret-number-container .guesses-list-container .guesses-list .guess-item .guess.greater{box-shadow:inset 0 0 0 2px #8cc759}.page .sinker-board{display:flex;flex-direction:column;align-items:center;margin-top:64px}@media(max-width:500px){.page .sinker-board{margin-top:40px}}.page .sinker-board .top-container{display:flex;align-items:center;justify-content:space-around;width:700px}@media(max-width:768px){.page .sinker-board .top-container{flex-direction:column;align-items:center}}.page .sinker-board .top-container .tank{position:relative;width:200px;height:250px;border:1px solid #24282c;border-radius:0 0 8px 8px}@media(max-width:768px){.page .sinker-board .top-container .tank{margin-bottom:32px}}.page .sinker-board .top-container .tank .water-pipe{position:absolute;background:#9d9d9d;opacity:.6;z-index:2}.page .sinker-board .top-container .tank .long-horizontal-pipe{width:350px;height:6px}.page .sinker-board .top-container .tank .vertical-pipe{height:250px;width:6px}.page .sinker-board .top-container .tank .short-horizontal-pipe{width:20px;height:6px}.page .sinker-board .top-container .tank .pipe-1{bottom:0;left:-354px;border-radius:0 0 4px 0}.page .sinker-board .top-container .tank .pipe-2{left:-10px;bottom:6px;height:245px}.page .sinker-board .top-container .tank .pipe-3{top:-9px;left:-10px;border-radius:4px 4px 0 0}.page .sinker-board .top-container .tank .pipe-4{top:-3px;left:4px;border-radius:0 0 0 0}.page .sinker-board .top-container .tank .measurement{position:absolute;left:50%;transform:translate(-50%,50%);display:flex;align-items:center;z-index:2}.page .sinker-board .top-container .tank .measurement:before{content:"";width:35px;height:1px;background:#24282c;margin-right:8px}.page .sinker-board .top-container .tank .measurement:after{content:"";width:35px;height:1px;background:#24282c;margin-left:8px}.page .sinker-board .top-container .tank .measurement.measure-5{bottom:83.33%}.page .sinker-board .top-container .tank .measurement.measure-4{bottom:66.67%}.page .sinker-board .top-container .tank .measurement.measure-3{bottom:50%}.page .sinker-board .top-container .tank .measurement.measure-2{bottom:33.33%}.page .sinker-board .top-container .tank .measurement.measure-1{bottom:16.67%}.page .sinker-board .top-container .tank .tank-section{position:absolute;width:100%;height:16.67%;z-index:1;background:transparent}.page .sinker-board .top-container .tank .tank-section.tank-section-6{bottom:83.33%}.page .sinker-board .top-container .tank .tank-section.tank-section-5{bottom:66.67%}.page .sinker-board .top-container .tank .tank-section.tank-section-4{bottom:50%}.page .sinker-board .top-container .tank .tank-section.tank-section-3{bottom:33.33%}.page .sinker-board .top-container .tank .tank-section.tank-section-2{bottom:16.67%}.page .sinker-board .top-container .tank .tank-section.tank-section-1{bottom:0}.page .sinker-board .top-container .tank .tank-section.fill{animation:fill-tank 1.5s ease-in-out;z-index:1}.page .sinker-board .top-container .tank .tank-section.water{background:#9cd3db}@keyframes fill-tank{0%{height:1%;background:#9cd3db}to{width:100%;background:#9cd3db}}.page .sinker-board .top-container .guess-container{display:flex;flex-direction:column;align-items:center}.page .sinker-board .top-container .guess-container .word{display:flex;align-items:center;margin-bottom:16px}.page .sinker-board .top-container .guess-container .word .letter{height:32px;width:32px;background:#fff;border:1px solid #000;border-radius:2px;margin:2px;display:flex;justify-content:center;align-items:center;text-transform:uppercase;transition:background-color 3s,color 3s,border 3s}@media(max-width:500px){.page .sinker-board .top-container .guess-container .word .letter{height:28px;width:28px}}@media(max-width:400px){.page .sinker-board .top-container .guess-container .word .letter{height:24px;width:24px;font-size:14px}}@media(max-width:350px){.page .sinker-board .top-container .guess-container .word .letter{height:20px;width:20px;font-size:12px}}.page .slider-board{margin-top:64px;display:flex;flex-direction:column;align-items:center}.page .slider-board .puzzle-header{margin-bottom:40px}@media(max-width:768px){.page .slider-board .puzzle-header{margin-bottom:24px}}.page .slider-board .puzzle-header .puzzle-author{margin-bottom:24px;font-weight:300;font-style:italic}.page .slider-board .puzzle-fraction{margin-bottom:40px;font-size:20px;font-weight:400}@media(max-width:768px){.page .slider-board .puzzle-fraction{margin-bottom:24px}}.page .slider-board .puzzle-buttons-container{display:flex;align-items:center;position:relative;margin-bottom:56px;width:600px;justify-content:space-around}@media(max-width:768px){.page .slider-board .puzzle-buttons-container{width:100%;margin-bottom:40px;justify-content:space-evenly}}@media(max-width:768px){.page .slider-board .puzzle-buttons-container .outer-container{display:none}}@media(min-width:769px){.page .slider-board .puzzle-buttons-container .next-btn,.page .slider-board .puzzle-buttons-container .reset-btn{display:none}}.page .slider-board .puzzle-buttons-container .reset-btn{background:red}.page .slider-board .slider-main{display:flex;align-items:center;justify-content:space-evenly;flex-wrap:wrap;width:100%}@media(max-width:768px){.page .slider-board .slider-main{flex-direction:column}}.page .slider-board .selection-container{display:flex;flex-direction:column;align-items:center;margin-top:64px}.page .slider-board .selection-container .difficulty-container,.page .slider-board .selection-container .select-puzzle-container{margin-top:40px}@media(max-width:500px){.page .slider-board .selection-container .difficulty-container,.page .slider-board .selection-container .select-puzzle-container{margin:40px 12px 0}}.page .slider-board .selection-container .difficulty-container .difficulty-header,.page .slider-board .selection-container .difficulty-container .select-puzzle-header,.page .slider-board .selection-container .select-puzzle-container .difficulty-header,.page .slider-board .selection-container .select-puzzle-container .select-puzzle-header{margin-left:40px;margin-bottom:16px;font-size:20px}@media(max-width:1000px){.page .slider-board .selection-container .difficulty-container .difficulty-header,.page .slider-board .selection-container .difficulty-container .select-puzzle-header,.page .slider-board .selection-container .select-puzzle-container .difficulty-header,.page .slider-board .selection-container .select-puzzle-container .select-puzzle-header{margin:0 24px 12px}}@media(max-width:500px){.page .slider-board .selection-container .difficulty-container .difficulty-header,.page .slider-board .selection-container .difficulty-container .select-puzzle-header,.page .slider-board .selection-container .select-puzzle-container .difficulty-header,.page .slider-board .selection-container .select-puzzle-container .select-puzzle-header{margin:0 0 12px}}.page .slider-board .selection-container .difficulty-container .difficulty-labels,.page .slider-board .selection-container .difficulty-container .select-puzzle-labels,.page .slider-board .selection-container .select-puzzle-container .difficulty-labels,.page .slider-board .selection-container .select-puzzle-container .select-puzzle-labels{display:flex;flex-wrap:wrap;margin:0 40px}@media(max-width:1000px){.page .slider-board .selection-container .difficulty-container .difficulty-labels,.page .slider-board .selection-container .difficulty-container .select-puzzle-labels,.page .slider-board .selection-container .select-puzzle-container .difficulty-labels,.page .slider-board .selection-container .select-puzzle-container .select-puzzle-labels{margin:0 24px}}@media(max-width:500px){.page .slider-board .selection-container .difficulty-container .difficulty-labels,.page .slider-board .selection-container .difficulty-container .select-puzzle-labels,.page .slider-board .selection-container .select-puzzle-container .difficulty-labels,.page .slider-board .selection-container .select-puzzle-container .select-puzzle-labels{margin:0}}.page .slider-board .selection-container .difficulty-container .difficulty-labels .label-container,.page .slider-board .selection-container .difficulty-container .select-puzzle-labels .label-container,.page .slider-board .selection-container .select-puzzle-container .difficulty-labels .label-container,.page .slider-board .selection-container .select-puzzle-container .select-puzzle-labels .label-container{margin-bottom:12px;padding:4px;display:flex;align-items:center;width:120px;cursor:pointer}@media(max-width:768px){.page .slider-board .selection-container .difficulty-container .difficulty-labels .label-container,.page .slider-board .selection-container .difficulty-container .select-puzzle-labels .label-container,.page .slider-board .selection-container .select-puzzle-container .difficulty-labels .label-container,.page .slider-board .selection-container .select-puzzle-container .select-puzzle-labels .label-container{margin-bottom:8px}}.page .slider-board .selection-container .difficulty-container .difficulty-labels .label-container input,.page .slider-board .selection-container .difficulty-container .select-puzzle-labels .label-container input,.page .slider-board .selection-container .select-puzzle-container .difficulty-labels .label-container input,.page .slider-board .selection-container .select-puzzle-container .select-puzzle-labels .label-container input{margin-right:8px}.page .slider-board .selection-container .difficulty-container .difficulty-labels .label-container .difficulty-count,.page .slider-board .selection-container .difficulty-container .select-puzzle-labels .label-container .difficulty-count,.page .slider-board .selection-container .select-puzzle-container .difficulty-labels .label-container .difficulty-count,.page .slider-board .selection-container .select-puzzle-container .select-puzzle-labels .label-container .difficulty-count{margin-left:4px}.page .slider-board .selection-container .difficulty-container .select-puzzle-labels .label-container,.page .slider-board .selection-container .select-puzzle-container .select-puzzle-labels .label-container{width:100px}@media(max-width:768px){.page .slider-board .selection-container .difficulty-container .select-puzzle-labels .label-container,.page .slider-board .selection-container .select-puzzle-container .select-puzzle-labels .label-container{width:75px}}@media(max-width:600px){.page .slider-board .selection-container .difficulty-container .select-puzzle-labels .label-container,.page .slider-board .selection-container .select-puzzle-container .select-puzzle-labels .label-container{width:60px}}@media(max-width:500px){.page .slider-board .selection-container .difficulty-container .select-puzzle-labels .label-container,.page .slider-board .selection-container .select-puzzle-container .select-puzzle-labels .label-container{width:55px}}.page .slider-board .build-your-own-puzzle-text-container{margin-top:48px;width:95%;background:#9d9d9d;padding:24px;border-radius:8px;max-width:600px;cursor:pointer}@media(max-width:500px){.page .slider-board .build-your-own-puzzle-text-container{padding:24px 16px}}@media(max-width:400px){.page .slider-board .build-your-own-puzzle-text-container{padding:16px}}.page .slider-board .build-your-own-puzzle-text-container h2{letter-spacing:1.5px;font-size:20px;margin-bottom:8px}@media(max-width:500px){.page .slider-board .build-your-own-puzzle-text-container h2{font-size:16px}}@media(max-width:400px){.page .slider-board .build-your-own-puzzle-text-container h2{font-size:14px}}.page .slider-board .build-your-own-puzzle-text-container p{color:#fff;letter-spacing:1.5px;font-size:16px;line-height:1.33}@media(max-width:500px){.page .slider-board .build-your-own-puzzle-text-container p{font-size:14px}}@media(max-width:400px){.page .slider-board .build-your-own-puzzle-text-container p{font-size:12px}}.page .slider-board .build-your-own-puzzle-text-container p .here-text{text-decoration:underline}.page .slider-board .preview-puzzle-container{height:400px;width:400px;background:#24282c;border-radius:4px;display:flex;flex-direction:column}@media(max-width:768px){.page .slider-board .preview-puzzle-container{height:256px;width:256px}}.page .slider-board .preview-puzzle-container .puzzle-row{display:flex}.page .slider-board .preview-puzzle-container .puzzle-row .puzzle-item{display:flex;align-items:center;justify-content:center;width:50px;height:50px;position:relative}@media(max-width:768px){.page .slider-board .preview-puzzle-container .puzzle-row .puzzle-item{width:32px;height:32px}}.page .slider-board .preview-puzzle-container .puzzle-row .puzzle-item.block{background:#fff;border:1px solid #24282c;border-radius:4px}.page .slider-board .preview-puzzle-container .puzzle-row .puzzle-item.dashed-block{border:1px dashed #fff;background:transparent;border-radius:4px}.page .slider-board .preview-puzzle-container .puzzle-row .puzzle-item.border-all{background:#fbef5a}.page .slider-board .preview-puzzle-container .puzzle-row .puzzle-item.borderTop:after{content:"";position:absolute;top:-8px;background:#fbef5a;height:16px;width:100%}.page .slider-board .preview-puzzle-container .puzzle-row .puzzle-item.borderRight:after{content:"";position:absolute;right:-8px;background:#fbef5a;height:100%;width:16px}.page .slider-board .preview-puzzle-container .puzzle-row .puzzle-item.borderBottom:after{content:"";position:absolute;bottom:-8px;background:#fbef5a;height:16px;width:100%}.page .slider-board .preview-puzzle-container .puzzle-row .puzzle-item.borderLeft:after{content:"";position:absolute;left:-8px;background:#fbef5a;height:100%;width:16px}.page .slider-board .preview-puzzle-container .puzzle-row .puzzle-item.switch{display:flex;align-items:center;justify-content:center}.page .slider-board .preview-puzzle-container .puzzle-row .puzzle-item.switch .switch-board{background:#9d9d9d;border-radius:4px;width:95%;height:95%;display:flex}.page .slider-board .preview-puzzle-container .puzzle-row .puzzle-item.switch .switch-board .switch-buttons{width:12px;display:flex;flex-direction:column;justify-content:space-evenly;align-items:center}.page .slider-board .preview-puzzle-container .puzzle-row .puzzle-item.switch .switch-board .switch-buttons .switch-button{width:8px;height:6px;border-radius:8px}.page .slider-board .preview-puzzle-container .puzzle-row .puzzle-item.switch .switch-board .switch-buttons .switch-button-1{background:#3c98fe}.page .slider-board .preview-puzzle-container .puzzle-row .puzzle-item.switch .switch-board .switch-buttons .switch-button-2{background:#fbef5a}.page .slider-board .preview-puzzle-container .puzzle-row .puzzle-item.switch .switch-board .switch-buttons .switch-button-3{background:#fd8024}.page .slider-board .preview-puzzle-container .puzzle-row .puzzle-item.switch .switch-board .switch-buttons .switch-button-4{background:#8c6daf}.page .slider-board .preview-puzzle-container .puzzle-row .puzzle-item.switch .switch-board .switch-display{width:calc(100% - 12px);display:flex;flex-direction:column;align-items:center}.page .slider-board .preview-puzzle-container .puzzle-row .puzzle-item.switch .switch-board .switch-display .display{width:90%;height:12px;background:#fff;border-radius:4px;margin:4px 0 2px;font-size:8px;display:flex;align-items:center;justify-content:center}@media(max-width:500px){.page .slider-board .preview-puzzle-container .puzzle-row .puzzle-item.switch .switch-board .switch-display .display{font-size:4.5px}}.page .slider-board .preview-puzzle-container .puzzle-row .puzzle-item.switch .switch-board .switch-display .additional-buttons{display:flex;width:90%;height:calc(100% - 20px)}.page .slider-board .preview-puzzle-container .puzzle-row .puzzle-item.switch .switch-board .switch-display .additional-buttons .additional-button-container{background:#fff;width:50%;border-radius:2px;margin:0 1px 1px;display:flex;flex-direction:column;align-items:center;justify-content:space-evenly}.page .slider-board .preview-puzzle-container .puzzle-row .puzzle-item.switch .switch-board .switch-display .additional-buttons .additional-button-container .bar{width:90%;height:2.5px;background:red;border-radius:2px}.page .slider-board .preview-puzzle-container .puzzle-row .puzzle-item.switch .switch-board .switch-display .additional-buttons .additional-button-container .bar.red{background:red}.page .slider-board .preview-puzzle-container .puzzle-row .puzzle-item.switch .switch-board .switch-display .additional-buttons .additional-button-container .bar.blue{background:#3c98fe}.page .slider-board .preview-puzzle-container .puzzle-row .puzzle-item.switch .switch-board .switch-display .additional-buttons .additional-button-container .bar.yellow{background:#fbef5a}.page .slider-board .preview-puzzle-container .puzzle-row .puzzle-item.switch .switch-board .switch-display .additional-buttons .additional-button-container .bar.green{background:#8cc759}.page .slider-board .preview-puzzle-container .puzzle-row .puzzle-item.switch .switch-board .switch-display .additional-buttons .additional-button-container .bar.orange{background:#fd8024}.page .slider-board .preview-puzzle-container .puzzle-row .puzzle-item .piece{background:#8cc759;border-radius:50%;z-index:3;width:50px;height:50px;position:absolute}@media(max-width:768px){.page .slider-board .preview-puzzle-container .puzzle-row .puzzle-item .piece{width:32px;height:32px}}.page .slider-board .preview-puzzle-container .puzzle-row .puzzle-item .piece.borderTop{border-top:unset}.page .slider-board .preview-puzzle-container .puzzle-row .puzzle-item .piece.borderRight{border-right:unset}.page .slider-board .preview-puzzle-container .puzzle-row .puzzle-item .piece.borderBottom{border-bottom:unset}.page .slider-board .preview-puzzle-container .puzzle-row .puzzle-item .piece.borderLeft{border-left:unset}.page .slider-board .arrows-container{display:flex;flex-direction:column;align-items:center}@media(max-width:768px){.page .slider-board .arrows-container{margin-top:40px}}@media(max-width:500px){.page .slider-board .arrows-container{margin-top:24px}}.page .slider-board .arrows-container .arrow-row{display:flex;justify-content:space-between;width:200px}@media(max-width:500px){.page .slider-board .arrows-container .arrow-row{width:220px}}.page .slider-board .arrows-container .computer-key{margin:2px;padding:8px;border:1px solid #24282c;border-radius:4px;text-transform:uppercase;outline:none;background:#8c6daf;cursor:pointer;width:100px;min-width:100px;height:50px;min-height:50px;font-size:20px;display:flex;justify-content:center;align-items:center;letter-spacing:1.25px;color:#fff}@media(max-width:500px){.page .slider-board .arrows-container .computer-key{height:40px;min-height:40px;margin-bottom:8px}}.page .slider-board .arrows-container .computer-key:disabled{cursor:unset;opacity:.2}.page .slider-board .arrows-container .computer-key.down{background:#ef5d74}.page .slider-board .arrows-container .computer-key.up{background:#8c6daf}.page .slider-board .arrows-container .computer-key.left{background:#0fb5ee}.page .slider-board .arrows-container .computer-key.right{background:#8cc759}.page .legend-container{display:flex;flex-direction:column;margin:40px auto 56px;max-width:600px}@media(max-width:768px){.page .legend-container{margin-bottom:40px;max-width:300px}}.page .legend-container .legend-item{margin-bottom:12px}.page .slider-puzzle-builder-container{display:flex;flex-direction:column;align-items:center;margin-top:40px}.page .slider-puzzle-builder-container .preview-puzzle-container{height:400px;width:400px;background:#24282c;border-radius:4px;display:flex;flex-direction:column}@media(max-width:768px){.page .slider-puzzle-builder-container .preview-puzzle-container{height:256px;width:256px}}.page .slider-puzzle-builder-container .preview-puzzle-container .puzzle-row{display:flex}.page .slider-puzzle-builder-container .preview-puzzle-container .puzzle-row .puzzle-item{display:flex;align-items:center;justify-content:center;width:50px;height:50px;position:relative}@media(max-width:768px){.page .slider-puzzle-builder-container .preview-puzzle-container .puzzle-row .puzzle-item{width:32px;height:32px}}.page .slider-puzzle-builder-container .preview-puzzle-container .puzzle-row .puzzle-item.block{background:#fff;border:1px solid #24282c;border-radius:4px}.page .slider-puzzle-builder-container .preview-puzzle-container .puzzle-row .puzzle-item.dashed-block{border:1px dashed #fff;background:transparent;border-radius:4px}.page .slider-puzzle-builder-container .preview-puzzle-container .puzzle-row .puzzle-item.border-all{background:#fbef5a}.page .slider-puzzle-builder-container .preview-puzzle-container .puzzle-row .puzzle-item.borderTop:after{content:"";position:absolute;top:-8px;background:#fbef5a;height:16px;width:100%}.page .slider-puzzle-builder-container .preview-puzzle-container .puzzle-row .puzzle-item.borderRight:after{content:"";position:absolute;right:-8px;background:#fbef5a;height:100%;width:16px}.page .slider-puzzle-builder-container .preview-puzzle-container .puzzle-row .puzzle-item.borderBottom:after{content:"";position:absolute;bottom:-8px;background:#fbef5a;height:16px;width:100%}.page .slider-puzzle-builder-container .preview-puzzle-container .puzzle-row .puzzle-item.borderLeft:after{content:"";position:absolute;left:-8px;background:#fbef5a;height:100%;width:16px}.page .slider-puzzle-builder-container .preview-puzzle-container .puzzle-row .puzzle-item.switch{display:flex;align-items:center;justify-content:center}.page .slider-puzzle-builder-container .preview-puzzle-container .puzzle-row .puzzle-item.switch .switch-board{background:#9d9d9d;border-radius:4px;width:95%;height:95%;display:flex}.page .slider-puzzle-builder-container .preview-puzzle-container .puzzle-row .puzzle-item.switch .switch-board .switch-buttons{width:12px;display:flex;flex-direction:column;justify-content:space-evenly;align-items:center}.page .slider-puzzle-builder-container .preview-puzzle-container .puzzle-row .puzzle-item.switch .switch-board .switch-buttons .switch-button{width:8px;height:6px;border-radius:8px}.page .slider-puzzle-builder-container .preview-puzzle-container .puzzle-row .puzzle-item.switch .switch-board .switch-buttons .switch-button-1{background:#3c98fe}.page .slider-puzzle-builder-container .preview-puzzle-container .puzzle-row .puzzle-item.switch .switch-board .switch-buttons .switch-button-2{background:#fbef5a}.page .slider-puzzle-builder-container .preview-puzzle-container .puzzle-row .puzzle-item.switch .switch-board .switch-buttons .switch-button-3{background:#fd8024}.page .slider-puzzle-builder-container .preview-puzzle-container .puzzle-row .puzzle-item.switch .switch-board .switch-buttons .switch-button-4{background:#8c6daf}.page .slider-puzzle-builder-container .preview-puzzle-container .puzzle-row .puzzle-item.switch .switch-board .switch-display{width:calc(100% - 12px);display:flex;flex-direction:column;align-items:center}.page .slider-puzzle-builder-container .preview-puzzle-container .puzzle-row .puzzle-item.switch .switch-board .switch-display .display{width:90%;height:12px;background:#fff;border-radius:4px;margin:4px 0 2px;font-size:8px;display:flex;align-items:center;justify-content:center}@media(max-width:500px){.page .slider-puzzle-builder-container .preview-puzzle-container .puzzle-row .puzzle-item.switch .switch-board .switch-display .display{font-size:4.5px}}.page .slider-puzzle-builder-container .preview-puzzle-container .puzzle-row .puzzle-item.switch .switch-board .switch-display .additional-buttons{display:flex;width:90%;height:calc(100% - 20px)}.page .slider-puzzle-builder-container .preview-puzzle-container .puzzle-row .puzzle-item.switch .switch-board .switch-display .additional-buttons .additional-button-container{background:#fff;width:50%;border-radius:2px;margin:0 1px 1px;display:flex;flex-direction:column;align-items:center;justify-content:space-evenly}.page .slider-puzzle-builder-container .preview-puzzle-container .puzzle-row .puzzle-item.switch .switch-board .switch-display .additional-buttons .additional-button-container .bar{width:90%;height:2.5px;background:red;border-radius:2px}.page .slider-puzzle-builder-container .preview-puzzle-container .puzzle-row .puzzle-item.switch .switch-board .switch-display .additional-buttons .additional-button-container .bar.red{background:red}.page .slider-puzzle-builder-container .preview-puzzle-container .puzzle-row .puzzle-item.switch .switch-board .switch-display .additional-buttons .additional-button-container .bar.blue{background:#3c98fe}.page .slider-puzzle-builder-container .preview-puzzle-container .puzzle-row .puzzle-item.switch .switch-board .switch-display .additional-buttons .additional-button-container .bar.yellow{background:#fbef5a}.page .slider-puzzle-builder-container .preview-puzzle-container .puzzle-row .puzzle-item.switch .switch-board .switch-display .additional-buttons .additional-button-container .bar.green{background:#8cc759}.page .slider-puzzle-builder-container .preview-puzzle-container .puzzle-row .puzzle-item.switch .switch-board .switch-display .additional-buttons .additional-button-container .bar.orange{background:#fd8024}.page .slider-puzzle-builder-container .preview-puzzle-container .puzzle-row .puzzle-item .piece{background:#8cc759;border-radius:50%;z-index:3;width:50px;height:50px;position:absolute}@media(max-width:768px){.page .slider-puzzle-builder-container .preview-puzzle-container .puzzle-row .puzzle-item .piece{width:32px;height:32px}}.page .slider-puzzle-builder-container .preview-puzzle-container .puzzle-row .puzzle-item .piece.borderTop{border-top:unset}.page .slider-puzzle-builder-container .preview-puzzle-container .puzzle-row .puzzle-item .piece.borderRight{border-right:unset}.page .slider-puzzle-builder-container .preview-puzzle-container .puzzle-row .puzzle-item .piece.borderBottom{border-bottom:unset}.page .slider-puzzle-builder-container .preview-puzzle-container .puzzle-row .puzzle-item .piece.borderLeft{border-left:unset}.page .slider-puzzle-builder-container .arrows-container{display:flex;flex-direction:column;align-items:center}@media(max-width:768px){.page .slider-puzzle-builder-container .arrows-container{margin-top:40px}}@media(max-width:500px){.page .slider-puzzle-builder-container .arrows-container{margin-top:24px}}.page .slider-puzzle-builder-container .arrows-container .arrow-row{display:flex;justify-content:space-between;width:200px}@media(max-width:500px){.page .slider-puzzle-builder-container .arrows-container .arrow-row{width:220px}}.page .slider-puzzle-builder-container .arrows-container .computer-key{margin:2px;padding:8px;border:1px solid #24282c;border-radius:4px;text-transform:uppercase;outline:none;background:#8c6daf;cursor:pointer;width:100px;min-width:100px;height:50px;min-height:50px;font-size:20px;display:flex;justify-content:center;align-items:center;letter-spacing:1.25px;color:#fff}@media(max-width:500px){.page .slider-puzzle-builder-container .arrows-container .computer-key{height:40px;min-height:40px;margin-bottom:8px}}.page .slider-puzzle-builder-container .arrows-container .computer-key:disabled{cursor:unset;opacity:.2}.page .slider-puzzle-builder-container .arrows-container .computer-key.down{background:#ef5d74}.page .slider-puzzle-builder-container .arrows-container .computer-key.up{background:#8c6daf}.page .slider-puzzle-builder-container .arrows-container .computer-key.left{background:#0fb5ee}.page .slider-puzzle-builder-container .arrows-container .computer-key.right{background:#8cc759}.page .slider-puzzle-builder-container .create-puzzle-container{margin-bottom:40px}@media(max-width:768px){.page .slider-puzzle-builder-container .create-puzzle-container{margin-bottom:0}}.page .slider-puzzle-builder-container .create-puzzle-container .puzzle-row{display:flex}@media(max-width:768px){.page .slider-puzzle-builder-container .create-puzzle-container .puzzle-row.desktop{display:none}}@media(min-width:769px){.page .slider-puzzle-builder-container .create-puzzle-container .puzzle-row.mobile{display:none}}.page .slider-puzzle-builder-container .create-puzzle-container .puzzle-row .select-dropdown{display:flex;justify-content:center;align-items:center;height:50px;width:75px;cursor:pointer}@media(max-width:768px){.page .slider-puzzle-builder-container .create-puzzle-container .puzzle-row .select-dropdown{height:32px;width:50px}}@media(max-width:500px){.page .slider-puzzle-builder-container .create-puzzle-container .puzzle-row .select-dropdown{width:40px;font-size:12px}}@media(max-width:400px){.page .slider-puzzle-builder-container .create-puzzle-container .puzzle-row .select-dropdown{width:36px;font-size:10px}}.page .slider-puzzle-builder-container .preview-buttons-container{display:flex;justify-content:space-around;width:400px;margin-bottom:40px}@media(max-width:600px){.page .slider-puzzle-builder-container .preview-buttons-container{width:300px}}.page .slider-puzzle-builder-container .form-container{margin-top:40px;display:flex;flex-direction:column;width:400px}@media(max-width:500px){.page .slider-puzzle-builder-container .form-container{width:300px}}@media(max-width:400px){.page .slider-puzzle-builder-container .form-container{width:100%}}.page .slider-puzzle-builder-container .form-container .form-field{display:flex;flex-direction:column;margin-bottom:24px}.page .slider-puzzle-builder-container .form-container .form-field:last-of-type{margin-bottom:32px}.page .slider-puzzle-builder-container .form-container .form-field span{margin-bottom:8px;font-size:20px}@media(max-width:768px){.page .slider-puzzle-builder-container .form-container .form-field span{margin-bottom:4px;font-size:16px}}.page .slider-puzzle-builder-container .form-container .form-field input{padding:12px;border:none;border-bottom:1px solid #24282c;outline:none;font-size:18px;cursor:pointer}.page .slider-puzzle-builder-container .form-container .form-field input:hover{border-bottom:2px solid #24282c}.page .slider-puzzle-builder-container .form-container .form-field input.validated{border-bottom:1px solid #8cc759}@media(max-width:768px){.page .slider-puzzle-builder-container .form-container .form-field input{padding:8px}}.page .slider-puzzle-builder-container .form-container .form-field input.invalid{border-bottom:1px solid red}.page .preview-puzzle-container{height:400px;width:400px;background:#24282c;border-radius:4px;display:flex;flex-direction:column}@media(max-width:768px){.page .preview-puzzle-container{height:256px;width:256px}}.page .preview-puzzle-container .puzzle-row{display:flex}.page .preview-puzzle-container .puzzle-row .puzzle-item{display:flex;align-items:center;justify-content:center;width:50px;height:50px;position:relative}@media(max-width:768px){.page .preview-puzzle-container .puzzle-row .puzzle-item{width:32px;height:32px}}.page .preview-puzzle-container .puzzle-row .puzzle-item.block{background:#fff;border:1px solid #24282c;border-radius:4px}.page .preview-puzzle-container .puzzle-row .puzzle-item.dashed-block{border:1px dashed #fff;background:transparent;border-radius:4px}.page .preview-puzzle-container .puzzle-row .puzzle-item.border-all{background:#fbef5a}.page .preview-puzzle-container .puzzle-row .puzzle-item.borderTop:after{content:"";position:absolute;top:-8px;background:#fbef5a;height:16px;width:100%}.page .preview-puzzle-container .puzzle-row .puzzle-item.borderRight:after{content:"";position:absolute;right:-8px;background:#fbef5a;height:100%;width:16px}.page .preview-puzzle-container .puzzle-row .puzzle-item.borderBottom:after{content:"";position:absolute;bottom:-8px;background:#fbef5a;height:16px;width:100%}.page .preview-puzzle-container .puzzle-row .puzzle-item.borderLeft:after{content:"";position:absolute;left:-8px;background:#fbef5a;height:100%;width:16px}.page .preview-puzzle-container .puzzle-row .puzzle-item.switch{display:flex;align-items:center;justify-content:center}.page .preview-puzzle-container .puzzle-row .puzzle-item.switch .switch-board{background:#9d9d9d;border-radius:4px;width:95%;height:95%;display:flex}.page .preview-puzzle-container .puzzle-row .puzzle-item.switch .switch-board .switch-buttons{width:12px;display:flex;flex-direction:column;justify-content:space-evenly;align-items:center}.page .preview-puzzle-container .puzzle-row .puzzle-item.switch .switch-board .switch-buttons .switch-button{width:8px;height:6px;border-radius:8px}.page .preview-puzzle-container .puzzle-row .puzzle-item.switch .switch-board .switch-buttons .switch-button-1{background:#3c98fe}.page .preview-puzzle-container .puzzle-row .puzzle-item.switch .switch-board .switch-buttons .switch-button-2{background:#fbef5a}.page .preview-puzzle-container .puzzle-row .puzzle-item.switch .switch-board .switch-buttons .switch-button-3{background:#fd8024}.page .preview-puzzle-container .puzzle-row .puzzle-item.switch .switch-board .switch-buttons .switch-button-4{background:#8c6daf}.page .preview-puzzle-container .puzzle-row .puzzle-item.switch .switch-board .switch-display{width:calc(100% - 12px);display:flex;flex-direction:column;align-items:center}.page .preview-puzzle-container .puzzle-row .puzzle-item.switch .switch-board .switch-display .display{width:90%;height:12px;background:#fff;border-radius:4px;margin:4px 0 2px;font-size:8px;display:flex;align-items:center;justify-content:center}@media(max-width:500px){.page .preview-puzzle-container .puzzle-row .puzzle-item.switch .switch-board .switch-display .display{font-size:4.5px}}.page .preview-puzzle-container .puzzle-row .puzzle-item.switch .switch-board .switch-display .additional-buttons{display:flex;width:90%;height:calc(100% - 20px)}.page .preview-puzzle-container .puzzle-row .puzzle-item.switch .switch-board .switch-display .additional-buttons .additional-button-container{background:#fff;width:50%;border-radius:2px;margin:0 1px 1px;display:flex;flex-direction:column;align-items:center;justify-content:space-evenly}.page .preview-puzzle-container .puzzle-row .puzzle-item.switch .switch-board .switch-display .additional-buttons .additional-button-container .bar{width:90%;height:2.5px;background:red;border-radius:2px}.page .preview-puzzle-container .puzzle-row .puzzle-item.switch .switch-board .switch-display .additional-buttons .additional-button-container .bar.red{background:red}.page .preview-puzzle-container .puzzle-row .puzzle-item.switch .switch-board .switch-display .additional-buttons .additional-button-container .bar.blue{background:#3c98fe}.page .preview-puzzle-container .puzzle-row .puzzle-item.switch .switch-board .switch-display .additional-buttons .additional-button-container .bar.yellow{background:#fbef5a}.page .preview-puzzle-container .puzzle-row .puzzle-item.switch .switch-board .switch-display .additional-buttons .additional-button-container .bar.green{background:#8cc759}.page .preview-puzzle-container .puzzle-row .puzzle-item.switch .switch-board .switch-display .additional-buttons .additional-button-container .bar.orange{background:#fd8024}.page .preview-puzzle-container .puzzle-row .puzzle-item .piece{background:#8cc759;border-radius:50%;z-index:3;width:50px;height:50px;position:absolute}@media(max-width:768px){.page .preview-puzzle-container .puzzle-row .puzzle-item .piece{width:32px;height:32px}}.page .preview-puzzle-container .puzzle-row .puzzle-item .piece.borderTop{border-top:unset}.page .preview-puzzle-container .puzzle-row .puzzle-item .piece.borderRight{border-right:unset}.page .preview-puzzle-container .puzzle-row .puzzle-item .piece.borderBottom{border-bottom:unset}.page .preview-puzzle-container .puzzle-row .puzzle-item .piece.borderLeft{border-left:unset}.page .arrows-container{display:flex;flex-direction:column;align-items:center}@media(max-width:768px){.page .arrows-container{margin-top:40px}}@media(max-width:500px){.page .arrows-container{margin-top:24px}}.page .arrows-container .arrow-row{display:flex;justify-content:space-between;width:200px}@media(max-width:500px){.page .arrows-container .arrow-row{width:220px}}.page .arrows-container .computer-key{margin:2px;padding:8px;border:1px solid #24282c;border-radius:4px;text-transform:uppercase;outline:none;background:#8c6daf;cursor:pointer;width:100px;min-width:100px;height:50px;min-height:50px;font-size:20px;display:flex;justify-content:center;align-items:center;letter-spacing:1.25px;color:#fff}@media(max-width:500px){.page .arrows-container .computer-key{height:40px;min-height:40px;margin-bottom:8px}}.page .arrows-container .computer-key:disabled{cursor:unset;opacity:.2}.page .arrows-container .computer-key.down{background:#ef5d74}.page .arrows-container .computer-key.up{background:#8c6daf}.page .arrows-container .computer-key.left{background:#0fb5ee}.page .arrows-container .computer-key.right{background:#8cc759}.page .tic-tac-toe-board{display:flex;margin-top:64px}@media(max-width:1000px){.page .tic-tac-toe-board{flex-direction:column}}@media(max-width:500px){.page .tic-tac-toe-board{margin-top:40px}}.page .tic-tac-toe-board .tic-tac-toe-container{width:300px;margin-left:64px}@media(max-width:1000px){.page .tic-tac-toe-board .tic-tac-toe-container{margin:40px 0}}@media(max-width:600px){.page .tic-tac-toe-board .tic-tac-toe-container{margin-left:0}}.page .tic-tac-toe-board .score-container{margin-bottom:24px;display:flex}.page .tic-tac-toe-board .score-container .score-holder{width:50%;display:flex;flex-direction:column;align-items:center}.page .tic-tac-toe-board .score-container .score-holder:first-of-type{border-right:1px solid #24282c}.page .tic-tac-toe-board .score-container .score-holder .username{color:#3c98fe;border-bottom:1px solid #24282c;width:100%;text-align:center;padding:4px 8px;display:flex;justify-content:space-between}.page .tic-tac-toe-board .score-container .score-holder .point{padding:8px 16px}.page .tic-tac-toe-board .board .row{display:flex}.page .tic-tac-toe-board .board .row:nth-of-type(3n) .square{border-bottom:none}.page .tic-tac-toe-board .board .row .square{width:100px;height:100px;border:1px solid #000;border-top:none;border-left:none;display:flex;justify-content:center;align-items:center;cursor:pointer;font-size:64px}.page .tic-tac-toe-board .board .row .square:hover{background-color:#f0f0f0}.page .tic-tac-toe-board .board .row .square:nth-of-type(3n){border-right:none}.page .timer-container{display:flex;flex-direction:column;align-items:center}.page .timer-container .timer{background:#24282c;padding:4px 24px;color:#8cc759;letter-spacing:2px;font-size:60px;margin-bottom:12px}.page .timer-container .start-button{border-radius:50%;height:60px;width:60px;color:#9fffba;background:#3a5f0b;letter-spacing:1.5px;padding:8px}.page .timer-container .countdown{font-size:40px;color:#9fffba}.page .waiting-room-container h3{font-size:16px}.page .waiting-room-container .username-container{width:265px;margin-top:12px;margin-bottom:32px}.page .waiting-room-container .username-container .enter-username-input-container{display:flex;margin-bottom:4px}.page .waiting-room-container .username-container .enter-username-input-container .username-input{padding:8px;margin-right:8px;width:calc(100% - 50px);font-size:16px;letter-spacing:1.5px}.page .waiting-room-container .username-container span{font-size:10px}.page .waiting-room-container .waiting-room{width:120px;margin-top:12px;padding:16px;background:#d3d3d3;border-radius:4px;list-style:none}.page .waiting-room-container .waiting-room .user{display:flex;justify-content:space-between;align-items:center;padding:4px 0;font-size:14px}.page .waiting-room-container .waiting-room .user:hover{color:#3c98fe}.page .waiting-room-container .waiting-room .user.is-other{cursor:pointer}.page .waiting-room-container .waiting-room .user.selected-user{color:#3c98fe}.page .waiting-room-container .waiting-room .user .indicator{width:10px;height:10px;border-radius:50%}.page .waiting-room-container .waiting-room .user .indicator.available{background:#8cc759}.page .waiting-room-container .waiting-room .user .indicator.busy{background:red}.page .waiting-room-container .waiting-room .user .indicator.invited{background:#3c98fe}.page .war-board{display:flex;justify-content:center;align-items:center;margin-top:64px}@media(max-width:500px){.page .war-board{justify-content:space-around;margin-top:40px}}.page .war-board .player-1-container,.page .war-board .player-2-container{display:flex;flex-direction:column;align-items:center;width:300px;min-height:205.5px}.page .war-board .player-1-container.player-2-container .card-count,.page .war-board .player-2-container.player-2-container .card-count{color:#8cc759}.page .war-board .player-1-container .username,.page .war-board .player-2-container .username{margin-bottom:16px}@media(max-width:500px){.page .war-board .player-1-container .username,.page .war-board .player-2-container .username{margin-bottom:8px}}.page .war-board .player-1-container .card-count,.page .war-board .player-2-container .card-count{color:#3c98fe;font-size:40px;margin-bottom:24px}@media(max-width:500px){.page .war-board .player-1-container .card-count,.page .war-board .player-2-container .card-count{font-size:32px;margin-bottom:8px}}.page .war-board .war-btn-holder{display:flex;flex-direction:column}.page .war-board .war-btn-holder button:first-of-type{margin-bottom:16px}@media(max-width:500px){.page .war-board .war-btn-holder button:first-of-type{margin-bottom:8px}}.page .wordle-board{display:flex;flex-direction:column;align-items:center;margin-top:64px}@media(max-width:500px){.page .wordle-board{margin-top:40px}}.page .wordle-board .guesses-container{margin-bottom:24px}.page .wordle-board .guesses-container .guess-row{display:flex;align-items:center}.page .wordle-board .guesses-container .guess-row .guess-number{margin-right:8px}.page .wordle-board .guesses-container .guess-row .guess-letter{height:32px;width:32px;background:#fff;border:1px solid #000;border-radius:2px;margin:2px;display:flex;justify-content:center;align-items:center;text-transform:uppercase;transition:background-color 3s,color 3s,border 3s}@media(max-width:500px){.page .wordle-board .guesses-container .guess-row .guess-letter{height:28px;width:28px}}.page .wordle-board .guesses-container .guess-row .guess-letter.opacity{opacity:.2;cursor:unset}.page .wordle-board .guesses-container .guess-row .guess-letter.letter{color:#fff;border:none}.page .wordle-board .guesses-container .guess-row .guess-letter.correct{background-color:#8cc759}.page .wordle-board .guesses-container .guess-row .guess-letter.incorrect{background-color:#ef5d74}.page .wordle-board .guesses-container .guess-row .guess-letter.nothing{background-color:#9d9d9d}.page .wordle-board .guesses-container .guess-row .guess-letter.flip{animation:flip 1s ease-in-out}.page .wordle-board .guesses-container .guess-row .guess-letter.flip.correct{background-color:#8cc759}.page .wordle-board .guesses-container .guess-row .guess-letter.flip.incorrect{background-color:#ef5d74}.page .wordle-board .guesses-container .guess-row .guess-letter.flip.nothing{background-color:#9d9d9d}@keyframes flip{0%{transform:scaleY(1)}50%{transform:scaleY(0);background:#fff;color:#24282c}to{transform:scaleY(1);color:#fff}}.page .turn-marker{height:16px;width:40px}.page .resource-container{margin-bottom:0;margin-top:32px}.page.resources .container .heading{margin-bottom:32px}@media(max-width:500px){.page.resources .container .heading{padding-left:0}}.page .cooking-type{margin-bottom:8px;font-size:24px;color:#0fb5ee;text-align:center}@media(max-width:500px){.page .cooking-type{font-size:20px}}.page .cooking-tips{padding-left:20px}.page .cooking-tips .cooking-tip{margin-bottom:8px;vertical-align:center;font-size:20px;line-height:1.3}@media(max-width:500px){.page .cooking-tips .cooking-tip{font-size:16px}}.page .cooking-tips .cooking-tip:last-of-type{margin-bottom:24px}.page .cooking-tips .cooking-tip .checkmark-logo{height:14px;width:14px}.page .section-container{margin-bottom:32px;width:500px}@media(max-width:768px){.page .section-container{width:450px}}@media(max-width:600px){.page .section-container{width:100%}}.page .section-container .section-heading{margin-bottom:8px;color:#3c98fe;font-size:16px;text-align:center}@media(max-width:500px){.page .section-container .section-heading{font-size:24px}}.page .section-container .cooking-table{margin-bottom:24px}.page .section-container .cooking-table .cooking-table-row{display:flex;border-bottom:1px solid #9d9d9d;border-left:1px solid #9d9d9d;border-right:1px solid #9d9d9d}.page .section-container .cooking-table .cooking-table-row:first-of-type{border-top:1px solid #9d9d9d}.page .section-container .cooking-table .cooking-table-row .cooking-table-column{width:50%;padding:12px 16px}.page .section-container .cooking-table .cooking-table-row .cooking-table-column:first-of-type{border-right:1px solid #9d9d9d}.page .guitar-101{max-width:100vw;overflow-x:hidden}@media(max-width:768px){.page .guitar-101{overflow-y:hidden;min-height:100vh}}.page .guitar-101 .selector-box-holder{margin:0 auto;height:200px;max-width:700px;min-width:600px;padding:10px;border-radius:4px;border:1px solid #24282c;background:#24282c;color:#fff}.page .guitar-101 .selector-box-holder .btn-holder{width:120px}.page .guitar-101 .selector-box-holder .chords-heading,.page .guitar-101 .selector-box-holder .notes-heading{font-size:16px;margin-right:8px;color:#fff}.page .guitar-101 .selector-box-holder .generate-btn,.page .guitar-101 .selector-box-holder .toggle-btn,.page .guitar-101 .selector-box-holder .transpose-btn{box-shadow:-1px -1px 5px 1px #494956}.page .guitar-101 .selector-box-holder .generate-btn .circular-arrows,.page .guitar-101 .selector-box-holder .toggle-btn .circular-arrows,.page .guitar-101 .selector-box-holder .transpose-btn .circular-arrows{border-radius:50%;height:18px;width:18px;position:relative}.page .guitar-101 .selector-box-holder .generate-btn .circular-arrows:before,.page .guitar-101 .selector-box-holder .toggle-btn .circular-arrows:before,.page .guitar-101 .selector-box-holder .transpose-btn .circular-arrows:before{content:"";box-sizing:border-box;position:absolute;border:2px solid #fd8024;width:100%;height:7px;top:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom:0}.page .guitar-101 .selector-box-holder .generate-btn .circular-arrows:after,.page .guitar-101 .selector-box-holder .toggle-btn .circular-arrows:after,.page .guitar-101 .selector-box-holder .transpose-btn .circular-arrows:after{content:"";box-sizing:border-box;position:absolute;border:2px solid #fd8024;width:100%;height:7px;bottom:0;transform:rotate(180deg);border-top-left-radius:20px;border-top-right-radius:20px;border-bottom:0}.page .guitar-101 .selector-box-holder .generate-btn .circular-arrows .triangle,.page .guitar-101 .selector-box-holder .toggle-btn .circular-arrows .triangle,.page .guitar-101 .selector-box-holder .transpose-btn .circular-arrows .triangle{color:#fd8024;font-weight:600}.page .guitar-101 .selector-box-holder .generate-btn .circular-arrows .triangle:before,.page .guitar-101 .selector-box-holder .toggle-btn .circular-arrows .triangle:before,.page .guitar-101 .selector-box-holder .transpose-btn .circular-arrows .triangle:before{content:"";position:absolute;right:0;top:50%;transform:translate(35%,-100%);border-top:4px solid #fd8024;border-left:5px solid transparent;border-right:5px solid transparent}.page .guitar-101 .selector-box-holder .generate-btn .circular-arrows .triangle:after,.page .guitar-101 .selector-box-holder .toggle-btn .circular-arrows .triangle:after,.page .guitar-101 .selector-box-holder .transpose-btn .circular-arrows .triangle:after{content:"";position:absolute;left:0;bottom:50%;transform:translate(-35%,100%) rotate(180deg);border-top:4px solid #fd8024;border-left:5px solid transparent;border-right:5px solid transparent}@media(max-width:500px){.page .guitar-101 .selector-box-holder .generate-btn,.page .guitar-101 .selector-box-holder .toggle-btn,.page .guitar-101 .selector-box-holder .transpose-btn{padding:4px 10px}}.page .guitar-101 .selector-box-holder .table-holder{height:80%;padding:5px 10px;border-radius:4px}.page .guitar-101 .selector-box-holder .table-holder .table-section{height:100%}.page .guitar-101 .selector-box-holder .table-holder .table-section:not(:first-of-type){margin-left:10px}@media(max-width:500px){.page .guitar-101 .selector-box-holder .table-holder .table-section:not(:first-of-type){margin-left:0}}.page .guitar-101 .selector-box-holder .table-holder .table-section .table-heading{color:#fff;font-size:16px}@media(max-width:768px){.page .guitar-101 .selector-box-holder .table-holder .table-section .table-heading{font-size:14px}}@media(max-width:600px){.page .guitar-101 .selector-box-holder .table-holder .table-section .table-heading{font-size:12px}}.page .guitar-101 .selector-box-holder .table-holder .table-section .letter-table,.page .guitar-101 .selector-box-holder .table-holder .table-section .type-table{height:80%}.page .guitar-101 .selector-box-holder .table-holder .table-section .column-section{margin-right:15px}@media(max-width:600px){.page .guitar-101 .selector-box-holder .table-holder .table-section .column-section{margin-right:10px;margin-right:8px}}.page .guitar-101 .selector-box-holder .table-holder .table-section .column-section .radio-holder{height:25%;display:flex;align-items:center}.page .guitar-101 .selector-box-holder .table-holder .table-section .column-section .radio-holder input[type=radio]{cursor:pointer}.page .guitar-101 .selector-box-holder .table-holder .table-section .column-section .radio-holder label{color:#fff;font-size:16px;display:inline-block;margin-left:5px;cursor:pointer}@media(max-width:768px){.page .guitar-101 .selector-box-holder .table-holder .table-section .column-section .radio-holder label{font-size:14px}}@media(max-width:600px){.page .guitar-101 .selector-box-holder .table-holder .table-section .column-section .radio-holder label{font-size:12px}}.page .guitar-101 .selector-box-holder .table-holder .dividing-line{height:90%;width:1.6px;background:#fd8024;margin:auto 0}@media(max-width:768px){.page .guitar-101 .selector-box-holder{max-width:580px;min-width:500px}}@media(max-width:600px){.page .guitar-101 .selector-box-holder{max-width:499px;min-width:400px}}@media(max-width:500px){.page .guitar-101 .selector-box-holder{max-width:320px;min-width:320px;height:290px;min-height:290px;justify-content:unset}.page .guitar-101 .selector-box-holder.selector-notes-holder{height:175px;min-height:175px}.page .guitar-101 .selector-box-holder.notes-holder{height:175px}.page .guitar-101 .selector-box-holder .heading-container{margin-bottom:8px}.page .guitar-101 .selector-box-holder .table-holder{flex-wrap:wrap;flex-grow:1}.page .guitar-101 .selector-box-holder .table-holder .table-section{height:unset}.page .guitar-101 .selector-box-holder .table-holder .table-section .letter-table,.page .guitar-101 .selector-box-holder .table-holder .table-section .type-table{height:90px;margin-bottom:10px}.page .guitar-101 .selector-box-holder .table-holder .table-section .letter-table:last-of-type,.page .guitar-101 .selector-box-holder .table-holder .table-section .type-table:last-of-type{margin-bottom:0}.page .guitar-101 .selector-box-holder .table-holder .table-section .letter-table .radio-holder,.page .guitar-101 .selector-box-holder .table-holder .table-section .type-table .radio-holder{height:22%}.page .guitar-101 .selector-box-holder .table-holder .dividing-line{height:90px;margin:unset;margin-right:10px}.page .guitar-101 .selector-box-holder .mobile-hide{display:none}.page .guitar-101 .selector-box-holder .mobile-show{width:calc(100% - 40px);background:#fd8024;height:1px;margin-bottom:10px}}.page .guitar-101 .guitar{margin-top:50px;margin-left:15px;overflow-x:hidden}@media(max-width:768px){.page .guitar-101 .guitar{transform:rotate(38deg);margin-top:75px;margin-left:0;overflow:unset}}@media(max-width:600px){.page .guitar-101 .guitar{margin-top:0}}@media(max-width:400px){.page .guitar-101 .guitar{transform:rotate(90deg)}}.page .guitar-101 .guitar .head-container{position:relative}.page .guitar-101 .guitar .head-container .peg{background:#9ea0a2;width:15px;height:15px;position:absolute;-webkit-clip-path:polygon(0 0,0 70%,30% 70%,30% 100%,70% 100%,70% 70%,100% 70%,100% 0);clip-path:polygon(0 0,0 70%,30% 70%,30% 100%,70% 100%,70% 70%,100% 70%,100% 0)}@media(max-width:1000px){.page .guitar-101 .guitar .head-container .peg{width:12px;height:12px}}@media(max-width:768px){.page .guitar-101 .guitar .head-container .peg{width:9px;height:9px}}@media(max-width:600px){.page .guitar-101 .guitar .head-container .peg{width:12px;height:12px}}@media(max-width:500px){.page .guitar-101 .guitar .head-container .peg{width:12px;height:12px}}.page .guitar-101 .guitar .head-container .peg.peg-e-high{top:-7%;left:62%}.page .guitar-101 .guitar .head-container .peg.peg-b{top:-3%;left:37.5%}.page .guitar-101 .guitar .head-container .peg.peg-g{top:2%;left:13%}.page .guitar-101 .guitar .head-container .peg.peg-d{left:13%;bottom:2%;transform:rotate(180deg)}.page .guitar-101 .guitar .head-container .peg.peg-a{bottom:-3%;left:37.5%;transform:rotate(180deg)}.page .guitar-101 .guitar .head-container .peg.peg-e-low{bottom:-7%;left:62%;transform:rotate(180deg)}.page .guitar-101 .guitar .head{position:relative;width:200px;height:130px;background:#6b4a37;-webkit-clip-path:polygon(0 50%,4% 85%,80% 100%,85% 90%,100% 88%,100% 12%,85% 10%,80% 0,4% 15%,0 50%);clip-path:polygon(0 50%,4% 85%,80% 100%,85% 90%,100% 88%,100% 12%,85% 10%,80% 0,4% 15%,0 50%)}@media(max-width:1000px){.page .guitar-101 .guitar .head{width:125px;height:100px}}@media(max-width:768px){.page .guitar-101 .guitar .head{width:100px;height:80px}}@media(max-width:600px){.page .guitar-101 .guitar .head{width:110px;height:105px}}@media(max-width:500px){.page .guitar-101 .guitar .head{width:110px;height:105px}}.page .guitar-101 .guitar .head .tuning-peg{position:absolute;background:#9ea0a2;width:14px;height:14px;border-radius:50%}@media(max-width:1000px){.page .guitar-101 .guitar .head .tuning-peg{width:12px;height:12px}}@media(max-width:768px){.page .guitar-101 .guitar .head .tuning-peg{width:10px;height:10px}}@media(max-width:600px){.page .guitar-101 .guitar .head .tuning-peg{width:7px;height:7px}}@media(max-width:500px){.page .guitar-101 .guitar .head .tuning-peg{width:5px;height:5px}}.page .guitar-101 .guitar .head .tuning-peg.peg-e-high{top:8%;left:65%}.page .guitar-101 .guitar .head .tuning-peg.peg-b{top:15%;left:40%}.page .guitar-101 .guitar .head .tuning-peg.peg-g{top:20%;left:15%}.page .guitar-101 .guitar .head .tuning-peg.peg-d{bottom:20%;left:15%}.page .guitar-101 .guitar .head .tuning-peg.peg-a{bottom:15%;left:40%}.page .guitar-101 .guitar .head .tuning-peg.peg-e-low{bottom:8%;left:65%}.page .guitar-101 .guitar .head .string{background:#9ea0a2;position:absolute;z-index:1;right:0}.page .guitar-101 .guitar .head .string.string-e-high-part-1{width:28%;height:2px;top:13%;right:5px;transform:rotate(8deg) translateY(-2px)}@media(max-width:768px){.page .guitar-101 .guitar .head .string.string-e-high-part-1{transform:rotate(8deg) translateY(-1px)}}@media(max-width:500px){.page .guitar-101 .guitar .head .string.string-e-high-part-1{height:1px;right:3px;transform:rotate(12deg) translateY(-1.5px);width:30%}}.page .guitar-101 .guitar .head .string.string-e-high-part-2{width:5px;height:2px;top:14.5%}@media(max-width:500px){.page .guitar-101 .guitar .head .string.string-e-high-part-2{height:1px;width:3px;top:15%}}.page .guitar-101 .guitar .head .string.string-b-part-1{width:52%;right:5px;height:2.1px;top:27%;transform:rotate(6.5deg) translateY(-6px)}@media(max-width:1000px){.page .guitar-101 .guitar .head .string.string-b-part-1{transform:rotate(6.5deg) translateY(-4px)}}@media(max-width:768px){.page .guitar-101 .guitar .head .string.string-b-part-1{transform:rotate(6.5deg) translateY(-3px)}}@media(max-width:600px){.page .guitar-101 .guitar .head .string.string-b-part-1{transform:rotate(9deg) translateY(-5px)}}@media(max-width:500px){.page .guitar-101 .guitar .head .string.string-b-part-1{height:1px;right:3px;transform:rotate(10deg) translateY(-5.5px);width:56%}}.page .guitar-101 .guitar .head .string.string-b-part-2{height:2.1px;width:5px;top:27%}@media(max-width:1000px){.page .guitar-101 .guitar .head .string.string-b-part-2{top:27%}}@media(max-width:500px){.page .guitar-101 .guitar .head .string.string-b-part-2{height:1px;width:3px}}.page .guitar-101 .guitar .head .string.string-g-part-1{width:78%;height:2.2px;right:5px;top:43%;transform:rotate(10deg) translate(-1px,-14px)}@media(max-width:1000px){.page .guitar-101 .guitar .head .string.string-g-part-1{transform:rotate(10deg) translate(-2px,-12px)}}@media(max-width:768px){.page .guitar-101 .guitar .head .string.string-g-part-1{transform:rotate(10deg) translate(-1px,-9px)}}@media(max-width:600px){.page .guitar-101 .guitar .head .string.string-g-part-1{transform:rotate(12deg) translate(-1px,-12px)}}@media(max-width:500px){.page .guitar-101 .guitar .head .string.string-g-part-1{height:1px;right:3px;transform:rotate(13deg) translate(-1.5px,-13px);width:82.5%}}.page .guitar-101 .guitar .head .string.string-g-part-2{width:5px;height:2.2px;top:43%}@media(max-width:1000px){.page .guitar-101 .guitar .head .string.string-g-part-2{top:39%}}@media(max-width:600px){.page .guitar-101 .guitar .head .string.string-g-part-2{top:40%}}@media(max-width:500px){.page .guitar-101 .guitar .head .string.string-g-part-2{height:1px;width:3px}}.page .guitar-101 .guitar .head .string.string-d-part-1{width:78%;height:2.3px;bottom:43%;right:5px;transform:rotate(-10deg) translate(-1px,14px)}@media(max-width:1000px){.page .guitar-101 .guitar .head .string.string-d-part-1{transform:rotate(-10deg) translate(-1px,11px)}}@media(max-width:768px){.page .guitar-101 .guitar .head .string.string-d-part-1{transform:rotate(-10deg) translate(-1px,9px)}}@media(max-width:600px){.page .guitar-101 .guitar .head .string.string-d-part-1{transform:rotate(-12deg) translate(-1px,11px)}}@media(max-width:500px){.page .guitar-101 .guitar .head .string.string-d-part-1{height:1.1px;right:3px;transform:rotate(-13deg) translate(-1.5px,12.5px);width:82.5%}}.page .guitar-101 .guitar .head .string.string-d-part-2{width:5px;height:2.2px;bottom:43%}@media(max-width:1000px){.page .guitar-101 .guitar .head .string.string-d-part-2{bottom:41%}}@media(max-width:500px){.page .guitar-101 .guitar .head .string.string-d-part-2{height:1.1px;width:3px}}.page .guitar-101 .guitar .head .string.string-a-part-1{width:53%;height:2.4px;bottom:27%;right:5px;transform:rotate(-6.5deg) translateY(6px)}@media(max-width:1000px){.page .guitar-101 .guitar .head .string.string-a-part-1{transform:rotate(-6.5deg) translateY(4px)}}@media(max-width:768px){.page .guitar-101 .guitar .head .string.string-a-part-1{transform:rotate(-6.5deg) translateY(3.2px)}}@media(max-width:600px){.page .guitar-101 .guitar .head .string.string-a-part-1{transform:rotate(-7.5deg) translateY(5px)}}@media(max-width:500px){.page .guitar-101 .guitar .head .string.string-a-part-1{width:57%;height:1.2px;right:3px;transform:rotate(-10deg) translateY(6.5px)}}.page .guitar-101 .guitar .head .string.string-a-part-2{width:5px;height:2px;bottom:27%}@media(max-width:1000px){.page .guitar-101 .guitar .head .string.string-a-part-2{bottom:26%}}@media(max-width:600px){.page .guitar-101 .guitar .head .string.string-a-part-2{bottom:27%}}@media(max-width:500px){.page .guitar-101 .guitar .head .string.string-a-part-2{height:1.1px;width:3px;bottom:27%}}.page .guitar-101 .guitar .head .string.string-e-low-part-1{width:30%;height:2px;bottom:15%;right:5px;transform:rotate(-6deg) translateY(3px)}@media(max-width:1000px){.page .guitar-101 .guitar .head .string.string-e-low-part-1{transform:rotate(-6deg) translateY(1px)}}@media(max-width:768px){.page .guitar-101 .guitar .head .string.string-e-low-part-1{transform:rotate(-6deg) translate(1px,.5px)}}@media(max-width:600px){.page .guitar-101 .guitar .head .string.string-e-low-part-1{transform:rotate(-7deg) translate(1px,2px)}}@media(max-width:500px){.page .guitar-101 .guitar .head .string.string-e-low-part-1{height:1.3px;right:3px;transform:rotate(-11.5deg) translateY(3.5px);width:31%}}.page .guitar-101 .guitar .head .string.string-e-low-part-2{width:5px;height:2.6px;bottom:15.5%}@media(max-width:600px){.page .guitar-101 .guitar .head .string.string-e-low-part-2{height:1.4px}}@media(max-width:500px){.page .guitar-101 .guitar .head .string.string-e-low-part-2{width:3px;height:1.1px;bottom:15.5%}}.page .guitar-101 .guitar .head .nut{background:#fff;width:5px;height:100%;position:absolute;right:0}@media(max-width:500px){.page .guitar-101 .guitar .head .nut{width:3px}}.page .guitar-101 .guitar .neck{height:100px;background:#42280e;position:relative;z-index:2}@media(max-width:1000px){.page .guitar-101 .guitar .neck{height:75px}}@media(max-width:768px){.page .guitar-101 .guitar .neck{height:60px}}@media(max-width:600px){.page .guitar-101 .guitar .neck{height:80px}}@media(max-width:500px){.page .guitar-101 .guitar .neck{height:80px}}.page .guitar-101 .guitar .neck .note-circle,.page .guitar-101 .guitar .neck .note-circle-string-1,.page .guitar-101 .guitar .neck .note-circle-string-2,.page .guitar-101 .guitar .neck .note-circle-string-3,.page .guitar-101 .guitar .neck .note-circle-string-4,.page .guitar-101 .guitar .neck .note-circle-string-5,.page .guitar-101 .guitar .neck .note-circle-string-6{background:#fd8024;border-radius:50%;height:20px;width:20px;min-height:20px;min-width:20px;font-size:10px;color:#fff;text-transform:uppercase;position:absolute}.page .guitar-101 .guitar .neck .note-circle-string-1.note-circle-string-1,.page .guitar-101 .guitar .neck .note-circle-string-1.note-circle-string-2,.page .guitar-101 .guitar .neck .note-circle-string-1.note-circle-string-3,.page .guitar-101 .guitar .neck .note-circle-string-1.note-circle-string-4,.page .guitar-101 .guitar .neck .note-circle-string-1.note-circle-string-5,.page .guitar-101 .guitar .neck .note-circle-string-1.note-circle-string-6,.page .guitar-101 .guitar .neck .note-circle-string-2.note-circle-string-1,.page .guitar-101 .guitar .neck .note-circle-string-2.note-circle-string-2,.page .guitar-101 .guitar .neck .note-circle-string-2.note-circle-string-3,.page .guitar-101 .guitar .neck .note-circle-string-2.note-circle-string-4,.page .guitar-101 .guitar .neck .note-circle-string-2.note-circle-string-5,.page .guitar-101 .guitar .neck .note-circle-string-2.note-circle-string-6,.page .guitar-101 .guitar .neck .note-circle-string-3.note-circle-string-1,.page .guitar-101 .guitar .neck .note-circle-string-3.note-circle-string-2,.page .guitar-101 .guitar .neck .note-circle-string-3.note-circle-string-3,.page .guitar-101 .guitar .neck .note-circle-string-3.note-circle-string-4,.page .guitar-101 .guitar .neck .note-circle-string-3.note-circle-string-5,.page .guitar-101 .guitar .neck .note-circle-string-3.note-circle-string-6,.page .guitar-101 .guitar .neck .note-circle-string-4.note-circle-string-1,.page .guitar-101 .guitar .neck .note-circle-string-4.note-circle-string-2,.page .guitar-101 .guitar .neck .note-circle-string-4.note-circle-string-3,.page .guitar-101 .guitar .neck .note-circle-string-4.note-circle-string-4,.page .guitar-101 .guitar .neck .note-circle-string-4.note-circle-string-5,.page .guitar-101 .guitar .neck .note-circle-string-4.note-circle-string-6,.page .guitar-101 .guitar .neck .note-circle-string-5.note-circle-string-1,.page .guitar-101 .guitar .neck .note-circle-string-5.note-circle-string-2,.page .guitar-101 .guitar .neck .note-circle-string-5.note-circle-string-3,.page .guitar-101 .guitar .neck .note-circle-string-5.note-circle-string-4,.page .guitar-101 .guitar .neck .note-circle-string-5.note-circle-string-5,.page .guitar-101 .guitar .neck .note-circle-string-5.note-circle-string-6,.page .guitar-101 .guitar .neck .note-circle-string-6.note-circle-string-1,.page .guitar-101 .guitar .neck .note-circle-string-6.note-circle-string-2,.page .guitar-101 .guitar .neck .note-circle-string-6.note-circle-string-3,.page .guitar-101 .guitar .neck .note-circle-string-6.note-circle-string-4,.page .guitar-101 .guitar .neck .note-circle-string-6.note-circle-string-5,.page .guitar-101 .guitar .neck .note-circle-string-6.note-circle-string-6,.page .guitar-101 .guitar .neck .note-circle.note-circle-string-1,.page .guitar-101 .guitar .neck .note-circle.note-circle-string-2,.page .guitar-101 .guitar .neck .note-circle.note-circle-string-3,.page .guitar-101 .guitar .neck .note-circle.note-circle-string-4,.page .guitar-101 .guitar .neck .note-circle.note-circle-string-5,.page .guitar-101 .guitar .neck .note-circle.note-circle-string-6{left:-5px;z-index:2;transform:translate(-100%)}.page .guitar-101 .guitar .neck .note-circle-string-1.note-circle-string-1 .note-circle,.page .guitar-101 .guitar .neck .note-circle-string-1.note-circle-string-2 .note-circle,.page .guitar-101 .guitar .neck .note-circle-string-1.note-circle-string-3 .note-circle,.page .guitar-101 .guitar .neck .note-circle-string-1.note-circle-string-4 .note-circle,.page .guitar-101 .guitar .neck .note-circle-string-1.note-circle-string-5 .note-circle,.page .guitar-101 .guitar .neck .note-circle-string-1.note-circle-string-6 .note-circle,.page .guitar-101 .guitar .neck .note-circle-string-2.note-circle-string-1 .note-circle,.page .guitar-101 .guitar .neck .note-circle-string-2.note-circle-string-2 .note-circle,.page .guitar-101 .guitar .neck .note-circle-string-2.note-circle-string-3 .note-circle,.page .guitar-101 .guitar .neck .note-circle-string-2.note-circle-string-4 .note-circle,.page .guitar-101 .guitar .neck .note-circle-string-2.note-circle-string-5 .note-circle,.page .guitar-101 .guitar .neck .note-circle-string-2.note-circle-string-6 .note-circle,.page .guitar-101 .guitar .neck .note-circle-string-3.note-circle-string-1 .note-circle,.page .guitar-101 .guitar .neck .note-circle-string-3.note-circle-string-2 .note-circle,.page .guitar-101 .guitar .neck .note-circle-string-3.note-circle-string-3 .note-circle,.page .guitar-101 .guitar .neck .note-circle-string-3.note-circle-string-4 .note-circle,.page .guitar-101 .guitar .neck .note-circle-string-3.note-circle-string-5 .note-circle,.page .guitar-101 .guitar .neck .note-circle-string-3.note-circle-string-6 .note-circle,.page .guitar-101 .guitar .neck .note-circle-string-4.note-circle-string-1 .note-circle,.page .guitar-101 .guitar .neck .note-circle-string-4.note-circle-string-2 .note-circle,.page .guitar-101 .guitar .neck .note-circle-string-4.note-circle-string-3 .note-circle,.page .guitar-101 .guitar .neck .note-circle-string-4.note-circle-string-4 .note-circle,.page .guitar-101 .guitar .neck .note-circle-string-4.note-circle-string-5 .note-circle,.page .guitar-101 .guitar .neck .note-circle-string-4.note-circle-string-6 .note-circle,.page .guitar-101 .guitar .neck .note-circle-string-5.note-circle-string-1 .note-circle,.page .guitar-101 .guitar .neck .note-circle-string-5.note-circle-string-2 .note-circle,.page .guitar-101 .guitar .neck .note-circle-string-5.note-circle-string-3 .note-circle,.page .guitar-101 .guitar .neck .note-circle-string-5.note-circle-string-4 .note-circle,.page .guitar-101 .guitar .neck .note-circle-string-5.note-circle-string-5 .note-circle,.page .guitar-101 .guitar .neck .note-circle-string-5.note-circle-string-6 .note-circle,.page .guitar-101 .guitar .neck .note-circle-string-6.note-circle-string-1 .note-circle,.page .guitar-101 .guitar .neck .note-circle-string-6.note-circle-string-2 .note-circle,.page .guitar-101 .guitar .neck .note-circle-string-6.note-circle-string-3 .note-circle,.page .guitar-101 .guitar .neck .note-circle-string-6.note-circle-string-4 .note-circle,.page .guitar-101 .guitar .neck .note-circle-string-6.note-circle-string-5 .note-circle,.page .guitar-101 .guitar .neck .note-circle-string-6.note-circle-string-6 .note-circle,.page .guitar-101 .guitar .neck .note-circle.note-circle-string-1 .note-circle,.page .guitar-101 .guitar .neck .note-circle.note-circle-string-2 .note-circle,.page .guitar-101 .guitar .neck .note-circle.note-circle-string-3 .note-circle,.page .guitar-101 .guitar .neck .note-circle.note-circle-string-4 .note-circle,.page .guitar-101 .guitar .neck .note-circle.note-circle-string-5 .note-circle,.page .guitar-101 .guitar .neck .note-circle.note-circle-string-6 .note-circle{height:100%;width:100%}@media(max-width:500px){.page .guitar-101 .guitar .neck .note-circle-string-1.note-circle-string-1,.page .guitar-101 .guitar .neck .note-circle-string-1.note-circle-string-2,.page .guitar-101 .guitar .neck .note-circle-string-1.note-circle-string-3,.page .guitar-101 .guitar .neck .note-circle-string-1.note-circle-string-4,.page .guitar-101 .guitar .neck .note-circle-string-1.note-circle-string-5,.page .guitar-101 .guitar .neck .note-circle-string-1.note-circle-string-6,.page .guitar-101 .guitar .neck .note-circle-string-2.note-circle-string-1,.page .guitar-101 .guitar .neck .note-circle-string-2.note-circle-string-2,.page .guitar-101 .guitar .neck .note-circle-string-2.note-circle-string-3,.page .guitar-101 .guitar .neck .note-circle-string-2.note-circle-string-4,.page .guitar-101 .guitar .neck .note-circle-string-2.note-circle-string-5,.page .guitar-101 .guitar .neck .note-circle-string-2.note-circle-string-6,.page .guitar-101 .guitar .neck .note-circle-string-3.note-circle-string-1,.page .guitar-101 .guitar .neck .note-circle-string-3.note-circle-string-2,.page .guitar-101 .guitar .neck .note-circle-string-3.note-circle-string-3,.page .guitar-101 .guitar .neck .note-circle-string-3.note-circle-string-4,.page .guitar-101 .guitar .neck .note-circle-string-3.note-circle-string-5,.page .guitar-101 .guitar .neck .note-circle-string-3.note-circle-string-6,.page .guitar-101 .guitar .neck .note-circle-string-4.note-circle-string-1,.page .guitar-101 .guitar .neck .note-circle-string-4.note-circle-string-2,.page .guitar-101 .guitar .neck .note-circle-string-4.note-circle-string-3,.page .guitar-101 .guitar .neck .note-circle-string-4.note-circle-string-4,.page .guitar-101 .guitar .neck .note-circle-string-4.note-circle-string-5,.page .guitar-101 .guitar .neck .note-circle-string-4.note-circle-string-6,.page .guitar-101 .guitar .neck .note-circle-string-5.note-circle-string-1,.page .guitar-101 .guitar .neck .note-circle-string-5.note-circle-string-2,.page .guitar-101 .guitar .neck .note-circle-string-5.note-circle-string-3,.page .guitar-101 .guitar .neck .note-circle-string-5.note-circle-string-4,.page .guitar-101 .guitar .neck .note-circle-string-5.note-circle-string-5,.page .guitar-101 .guitar .neck .note-circle-string-5.note-circle-string-6,.page .guitar-101 .guitar .neck .note-circle-string-6.note-circle-string-1,.page .guitar-101 .guitar .neck .note-circle-string-6.note-circle-string-2,.page .guitar-101 .guitar .neck .note-circle-string-6.note-circle-string-3,.page .guitar-101 .guitar .neck .note-circle-string-6.note-circle-string-4,.page .guitar-101 .guitar .neck .note-circle-string-6.note-circle-string-5,.page .guitar-101 .guitar .neck .note-circle-string-6.note-circle-string-6,.page .guitar-101 .guitar .neck .note-circle.note-circle-string-1,.page .guitar-101 .guitar .neck .note-circle.note-circle-string-2,.page .guitar-101 .guitar .neck .note-circle.note-circle-string-3,.page .guitar-101 .guitar .neck .note-circle.note-circle-string-4,.page .guitar-101 .guitar .neck .note-circle.note-circle-string-5,.page .guitar-101 .guitar .neck .note-circle.note-circle-string-6{left:-3px}}@media(max-width:1000px){.page .guitar-101 .guitar .neck .note-circle,.page .guitar-101 .guitar .neck .note-circle-string-1,.page .guitar-101 .guitar .neck .note-circle-string-2,.page .guitar-101 .guitar .neck .note-circle-string-3,.page .guitar-101 .guitar .neck .note-circle-string-4,.page .guitar-101 .guitar .neck .note-circle-string-5,.page .guitar-101 .guitar .neck .note-circle-string-6{font-size:8px;width:15px;height:15px;min-height:15px;min-width:15px}}@media(max-width:768px){.page .guitar-101 .guitar .neck .note-circle,.page .guitar-101 .guitar .neck .note-circle-string-1,.page .guitar-101 .guitar .neck .note-circle-string-2,.page .guitar-101 .guitar .neck .note-circle-string-3,.page .guitar-101 .guitar .neck .note-circle-string-4,.page .guitar-101 .guitar .neck .note-circle-string-5,.page .guitar-101 .guitar .neck .note-circle-string-6{font-size:6px;width:12px;height:12px;min-height:12px;min-width:12px}}@media(max-width:600px){.page .guitar-101 .guitar .neck .note-circle,.page .guitar-101 .guitar .neck .note-circle-string-1,.page .guitar-101 .guitar .neck .note-circle-string-2,.page .guitar-101 .guitar .neck .note-circle-string-3,.page .guitar-101 .guitar .neck .note-circle-string-4,.page .guitar-101 .guitar .neck .note-circle-string-5,.page .guitar-101 .guitar .neck .note-circle-string-6{font-size:8px;width:15px;height:15px;min-height:15px;min-width:15px}}.page .guitar-101 .guitar .neck .note-circle{display:flex;justify-content:center;align-items:center}.page .guitar-101 .guitar .neck .note-circle-string-1{top:-7%}.page .guitar-101 .guitar .neck .note-circle-string-2{top:9%}.page .guitar-101 .guitar .neck .note-circle-string-3{top:28%}.page .guitar-101 .guitar .neck .note-circle-string-4{bottom:28%}.page .guitar-101 .guitar .neck .note-circle-string-5{bottom:13%}.page .guitar-101 .guitar .neck .note-circle-string-6{bottom:-3%}.page .guitar-101 .guitar .neck .string-1,.page .guitar-101 .guitar .neck .string-2,.page .guitar-101 .guitar .neck .string-3,.page .guitar-101 .guitar .neck .string-4,.page .guitar-101 .guitar .neck .string-5,.page .guitar-101 .guitar .neck .string-6{min-height:10px;cursor:pointer;transform:translateY(-25%);position:relative;background:transparent;outline:none;border:unset}@media(max-width:1000px){.page .guitar-101 .guitar .neck .string-1,.page .guitar-101 .guitar .neck .string-2,.page .guitar-101 .guitar .neck .string-3,.page .guitar-101 .guitar .neck .string-4,.page .guitar-101 .guitar .neck .string-5,.page .guitar-101 .guitar .neck .string-6{min-height:7.5px}}@media(max-width:768px){.page .guitar-101 .guitar .neck .string-1,.page .guitar-101 .guitar .neck .string-2,.page .guitar-101 .guitar .neck .string-3,.page .guitar-101 .guitar .neck .string-4,.page .guitar-101 .guitar .neck .string-5,.page .guitar-101 .guitar .neck .string-6{min-height:6px}}@media(max-width:600px){.page .guitar-101 .guitar .neck .string-1,.page .guitar-101 .guitar .neck .string-2,.page .guitar-101 .guitar .neck .string-3,.page .guitar-101 .guitar .neck .string-4,.page .guitar-101 .guitar .neck .string-5,.page .guitar-101 .guitar .neck .string-6{min-height:10px;transform:translateY(-40%)}}@media(max-width:500px){.page .guitar-101 .guitar .neck .string-1,.page .guitar-101 .guitar .neck .string-2,.page .guitar-101 .guitar .neck .string-3,.page .guitar-101 .guitar .neck .string-4,.page .guitar-101 .guitar .neck .string-5,.page .guitar-101 .guitar .neck .string-6{min-height:5px}}.page .guitar-101 .guitar .neck .bar{height:100px;background:#fd8024;width:5px;position:absolute;left:25px;z-index:1000;top:-4%;transform:translate(-50%)}@media(max-width:1000px){.page .guitar-101 .guitar .neck .bar{height:75px;left:20px}}@media(max-width:768px){.page .guitar-101 .guitar .neck .bar{height:60px;left:17px;top:2%}}@media(max-width:600px){.page .guitar-101 .guitar .neck .bar{height:45px;left:15px;top:22%}}@media(max-width:500px){.page .guitar-101 .guitar .neck .bar{height:32px;left:10px}}.page .guitar-101 .guitar .neck .x-string-1,.page .guitar-101 .guitar .neck .x-string-2,.page .guitar-101 .guitar .neck .x-string-3,.page .guitar-101 .guitar .neck .x-string-4,.page .guitar-101 .guitar .neck .x-string-5,.page .guitar-101 .guitar .neck .x-string-6{border-radius:50%;height:20px;min-height:20px;min-width:20px;font-size:15px;color:red;text-transform:uppercase;position:absolute;left:0;z-index:2;transform:translate(-100%)}@media(max-width:1000px){.page .guitar-101 .guitar .neck .x-string-1,.page .guitar-101 .guitar .neck .x-string-2,.page .guitar-101 .guitar .neck .x-string-3,.page .guitar-101 .guitar .neck .x-string-4,.page .guitar-101 .guitar .neck .x-string-5,.page .guitar-101 .guitar .neck .x-string-6{font-size:12px;left:-1px}}@media(max-width:768px){.page .guitar-101 .guitar .neck .x-string-1,.page .guitar-101 .guitar .neck .x-string-2,.page .guitar-101 .guitar .neck .x-string-3,.page .guitar-101 .guitar .neck .x-string-4,.page .guitar-101 .guitar .neck .x-string-5,.page .guitar-101 .guitar .neck .x-string-6{font-size:10px}}@media(max-width:600px){.page .guitar-101 .guitar .neck .x-string-1,.page .guitar-101 .guitar .neck .x-string-2,.page .guitar-101 .guitar .neck .x-string-3,.page .guitar-101 .guitar .neck .x-string-4,.page .guitar-101 .guitar .neck .x-string-5,.page .guitar-101 .guitar .neck .x-string-6{font-size:10px}}@media(max-width:500px){.page .guitar-101 .guitar .neck .x-string-1,.page .guitar-101 .guitar .neck .x-string-2,.page .guitar-101 .guitar .neck .x-string-3,.page .guitar-101 .guitar .neck .x-string-4,.page .guitar-101 .guitar .neck .x-string-5,.page .guitar-101 .guitar .neck .x-string-6{left:-3px;font-size:10px}}.page .guitar-101 .guitar .neck .x-string-1{top:-4.7%}@media(max-width:600px){.page .guitar-101 .guitar .neck .x-string-1{left:8px}}.page .guitar-101 .guitar .neck .x-string-2{top:12%}@media(max-width:600px){.page .guitar-101 .guitar .neck .x-string-2{left:8px}}.page .guitar-101 .guitar .neck .x-string-3{top:30%}@media(max-width:1000px){.page .guitar-101 .guitar .neck .x-string-3{top:29%}}@media(max-width:600px){.page .guitar-101 .guitar .neck .x-string-3{left:8px}}.page .guitar-101 .guitar .neck .x-string-4{bottom:30%}@media(max-width:600px){.page .guitar-101 .guitar .neck .x-string-4{left:8px;bottom:22%}}@media(max-width:500px){.page .guitar-101 .guitar .neck .x-string-4{bottom:21%}}.page .guitar-101 .guitar .neck .x-string-5{bottom:10%}@media(max-width:1000px){.page .guitar-101 .guitar .neck .x-string-5{left:5px;bottom:3%}}@media(max-width:768px){.page .guitar-101 .guitar .neck .x-string-5{bottom:-2%}}@media(max-width:600px){.page .guitar-101 .guitar .neck .x-string-5{bottom:2%;left:8px}}@media(max-width:500px){.page .guitar-101 .guitar .neck .x-string-5{bottom:1%}}.page .guitar-101 .guitar .neck .x-string-6{bottom:-5%}@media(max-width:1000px){.page .guitar-101 .guitar .neck .x-string-6{bottom:-12%;left:5px}}@media(max-width:768px){.page .guitar-101 .guitar .neck .x-string-6{bottom:-15%}}@media(max-width:600px){.page .guitar-101 .guitar .neck .x-string-6{bottom:-12%;left:8px}}.page .guitar-101 .guitar .neck .fret{border-right:1px solid #fff;display:flex;justify-content:center;align-items:center}.page .guitar-101 .guitar .neck .fret .fret-marker{background:#fff;width:10px;height:10px;border-radius:50%}@media(max-width:1000px){.page .guitar-101 .guitar .neck .fret .fret-marker{height:6px;width:6px}}@media(max-width:768px){.page .guitar-101 .guitar .neck .fret .fret-marker{height:6px;width:6px}}@media(max-width:600px){.page .guitar-101 .guitar .neck .fret .fret-marker{height:4px;width:4px}}@media(max-width:500px){.page .guitar-101 .guitar .neck .fret .fret-marker{height:6px;width:6px}}.page .guitar-101 .guitar .neck .fret-1{width:50px}@media(max-width:1000px){.page .guitar-101 .guitar .neck .fret-1{width:40px}}@media(max-width:768px){.page .guitar-101 .guitar .neck .fret-1{width:34px}}@media(max-width:600px){.page .guitar-101 .guitar .neck .fret-1{width:30px}}@media(max-width:500px){.page .guitar-101 .guitar .neck .fret-1{width:25px}}.page .guitar-101 .guitar .neck .fret-2{width:48.5px}@media(max-width:1000px){.page .guitar-101 .guitar .neck .fret-2{width:39px}}@media(max-width:768px){.page .guitar-101 .guitar .neck .fret-2{width:33px}}@media(max-width:600px){.page .guitar-101 .guitar .neck .fret-2{width:29px}}@media(max-width:500px){.page .guitar-101 .guitar .neck .fret-2{width:24px}}.page .guitar-101 .guitar .neck .fret-3{width:47px}@media(max-width:1000px){.page .guitar-101 .guitar .neck .fret-3{width:38px}}@media(max-width:768px){.page .guitar-101 .guitar .neck .fret-3{width:32px}}@media(max-width:600px){.page .guitar-101 .guitar .neck .fret-3{width:28px}}@media(max-width:500px){.page .guitar-101 .guitar .neck .fret-3{width:23px}}.page .guitar-101 .guitar .neck .fret-4{width:45.5px}@media(max-width:1000px){.page .guitar-101 .guitar .neck .fret-4{width:37px}}@media(max-width:768px){.page .guitar-101 .guitar .neck .fret-4{width:31px}}@media(max-width:600px){.page .guitar-101 .guitar .neck .fret-4{width:27px}}@media(max-width:500px){.page .guitar-101 .guitar .neck .fret-4{width:22px}}.page .guitar-101 .guitar .neck .fret-5{width:44px}@media(max-width:1000px){.page .guitar-101 .guitar .neck .fret-5{width:36px}}@media(max-width:768px){.page .guitar-101 .guitar .neck .fret-5{width:30px}}@media(max-width:600px){.page .guitar-101 .guitar .neck .fret-5{width:26px}}@media(max-width:500px){.page .guitar-101 .guitar .neck .fret-5{width:21.5px}}.page .guitar-101 .guitar .neck .fret-6{width:42.5px}@media(max-width:1000px){.page .guitar-101 .guitar .neck .fret-6{width:35px}}@media(max-width:768px){.page .guitar-101 .guitar .neck .fret-6{width:29px}}@media(max-width:600px){.page .guitar-101 .guitar .neck .fret-6{width:25px}}@media(max-width:500px){.page .guitar-101 .guitar .neck .fret-6{width:21px}}.page .guitar-101 .guitar .neck .fret-7{width:41px}@media(max-width:1000px){.page .guitar-101 .guitar .neck .fret-7{width:34px}}@media(max-width:768px){.page .guitar-101 .guitar .neck .fret-7{width:28px}}@media(max-width:600px){.page .guitar-101 .guitar .neck .fret-7{width:24px}}@media(max-width:500px){.page .guitar-101 .guitar .neck .fret-7{width:20.5px}}.page .guitar-101 .guitar .neck .fret-8{width:39.5px}@media(max-width:1000px){.page .guitar-101 .guitar .neck .fret-8{width:33px}}@media(max-width:768px){.page .guitar-101 .guitar .neck .fret-8{width:27px}}@media(max-width:600px){.page .guitar-101 .guitar .neck .fret-8{width:23px}}@media(max-width:500px){.page .guitar-101 .guitar .neck .fret-8{width:20px}}.page .guitar-101 .guitar .neck .fret-9{width:38px}@media(max-width:1000px){.page .guitar-101 .guitar .neck .fret-9{width:32px}}@media(max-width:768px){.page .guitar-101 .guitar .neck .fret-9{width:26px}}@media(max-width:600px){.page .guitar-101 .guitar .neck .fret-9{width:22px}}@media(max-width:500px){.page .guitar-101 .guitar .neck .fret-9{width:19.5px}}.page .guitar-101 .guitar .neck .fret-10{width:36.5px}@media(max-width:1000px){.page .guitar-101 .guitar .neck .fret-10{width:31px}}@media(max-width:768px){.page .guitar-101 .guitar .neck .fret-10{width:25px}}@media(max-width:600px){.page .guitar-101 .guitar .neck .fret-10{width:21px}}@media(max-width:500px){.page .guitar-101 .guitar .neck .fret-10{width:19px}}.page .guitar-101 .guitar .neck .fret-11{width:35px}@media(max-width:1000px){.page .guitar-101 .guitar .neck .fret-11{width:30px}}@media(max-width:768px){.page .guitar-101 .guitar .neck .fret-11{width:24px}}@media(max-width:600px){.page .guitar-101 .guitar .neck .fret-11{width:20px}}@media(max-width:500px){.page .guitar-101 .guitar .neck .fret-11{width:18.5px}}.page .guitar-101 .guitar .neck .fret-12{width:33.5px;display:flex;flex-direction:column;justify-content:space-evenly}@media(max-width:1000px){.page .guitar-101 .guitar .neck .fret-12{width:29px}}@media(max-width:768px){.page .guitar-101 .guitar .neck .fret-12{width:23px}}@media(max-width:600px){.page .guitar-101 .guitar .neck .fret-12{width:19px}}@media(max-width:500px){.page .guitar-101 .guitar .neck .fret-12{width:18px}}.page .guitar-101 .guitar .neck .fret-12 .fret-marker:first-of-type{margin-bottom:30px}@media(max-width:1000px){.page .guitar-101 .guitar .neck .fret-12 .fret-marker:first-of-type{margin-bottom:24px}}@media(max-width:768px){.page .guitar-101 .guitar .neck .fret-12 .fret-marker:first-of-type{margin-bottom:20px}}@media(max-width:600px){.page .guitar-101 .guitar .neck .fret-12 .fret-marker:first-of-type{margin-bottom:12px}}.page .guitar-101 .guitar .neck .fret-13{width:32px}@media(max-width:1000px){.page .guitar-101 .guitar .neck .fret-13{width:28px}}@media(max-width:768px){.page .guitar-101 .guitar .neck .fret-13{width:22px}}@media(max-width:600px){.page .guitar-101 .guitar .neck .fret-13{width:18px}}@media(max-width:500px){.page .guitar-101 .guitar .neck .fret-13{width:17.5px}}.page .guitar-101 .guitar .neck .fret-14{width:30.5px}@media(max-width:1000px){.page .guitar-101 .guitar .neck .fret-14{width:27px}}@media(max-width:768px){.page .guitar-101 .guitar .neck .fret-14{width:21px}}@media(max-width:600px){.page .guitar-101 .guitar .neck .fret-14{width:17px}}@media(max-width:500px){.page .guitar-101 .guitar .neck .fret-14{width:17px}}.page .guitar-101 .guitar .neck .fret-15{width:29px}@media(max-width:1000px){.page .guitar-101 .guitar .neck .fret-15{width:26px}}@media(max-width:768px){.page .guitar-101 .guitar .neck .fret-15{width:20px}}@media(max-width:600px){.page .guitar-101 .guitar .neck .fret-15{width:16px}}@media(max-width:500px){.page .guitar-101 .guitar .neck .fret-15{width:16.5px}}.page .guitar-101 .guitar .neck .fret-16{width:27.5px}@media(max-width:1000px){.page .guitar-101 .guitar .neck .fret-16{width:25px}}@media(max-width:768px){.page .guitar-101 .guitar .neck .fret-16{width:19px}}@media(max-width:600px){.page .guitar-101 .guitar .neck .fret-16{width:15px}}@media(max-width:500px){.page .guitar-101 .guitar .neck .fret-16{width:16px}}.page .guitar-101 .guitar .neck .fret-17{width:26px}@media(max-width:1000px){.page .guitar-101 .guitar .neck .fret-17{width:24px}}@media(max-width:768px){.page .guitar-101 .guitar .neck .fret-17{width:18px}}@media(max-width:600px){.page .guitar-101 .guitar .neck .fret-17{width:14px}}@media(max-width:500px){.page .guitar-101 .guitar .neck .fret-17{width:15.5px}}.page .guitar-101 .guitar .neck .fret-18{width:24.5px}@media(max-width:1000px){.page .guitar-101 .guitar .neck .fret-18{width:23px}}@media(max-width:768px){.page .guitar-101 .guitar .neck .fret-18{width:17px}}@media(max-width:600px){.page .guitar-101 .guitar .neck .fret-18{width:13px}}@media(max-width:500px){.page .guitar-101 .guitar .neck .fret-18{width:15px}}.page .guitar-101 .guitar .neck .fret-19{width:23px}@media(max-width:1000px){.page .guitar-101 .guitar .neck .fret-19{width:22px}}@media(max-width:768px){.page .guitar-101 .guitar .neck .fret-19{width:16px}}@media(max-width:600px){.page .guitar-101 .guitar .neck .fret-19{width:12px}}@media(max-width:500px){.page .guitar-101 .guitar .neck .fret-19{width:14.5px}}.page .guitar-101 .guitar .neck .string{position:absolute;background:#9ea0a2;width:100%;z-index:3}.page .guitar-101 .guitar .neck .string.string-e-high{top:4%;height:2px}@media(max-width:1000px){.page .guitar-101 .guitar .neck .string.string-e-high{top:3%}}@media(max-width:500px){.page .guitar-101 .guitar .neck .string.string-e-high{height:1px;top:4%}}.page .guitar-101 .guitar .neck .string.string-b{top:20%;height:2.1px}@media(max-width:1000px){.page .guitar-101 .guitar .neck .string.string-b{top:19%}}@media(max-width:500px){.page .guitar-101 .guitar .neck .string.string-b{height:1px}}.page .guitar-101 .guitar .neck .string.string-g{top:40%;height:2.2px}@media(max-width:1000px){.page .guitar-101 .guitar .neck .string.string-g{top:37%}}@media(max-width:500px){.page .guitar-101 .guitar .neck .string.string-g{height:1px}}.page .guitar-101 .guitar .neck .string.string-d{bottom:40%;height:2.2px}@media(max-width:1000px){.page .guitar-101 .guitar .neck .string.string-d{bottom:38%}}@media(max-width:500px){.page .guitar-101 .guitar .neck .string.string-d{height:1.1px}}.page .guitar-101 .guitar .neck .string.string-a{bottom:20%;height:2.6px}@media(max-width:1000px){.page .guitar-101 .guitar .neck .string.string-a{bottom:19%}}@media(max-width:600px){.page .guitar-101 .guitar .neck .string.string-a{height:2.5px}}@media(max-width:500px){.page .guitar-101 .guitar .neck .string.string-a{height:1.2px}}.page .guitar-101 .guitar .neck .string.string-e-low{bottom:5%;height:2.6px}@media(max-width:1000px){.page .guitar-101 .guitar .neck .string.string-e-low{bottom:4%}}@media(max-width:600px){.page .guitar-101 .guitar .neck .string.string-e-low{height:2.6px}}@media(max-width:500px){.page .guitar-101 .guitar .neck .string.string-e-low{height:1.3px}}.page .guitar-101 .guitar .body{width:600px;height:425px;position:relative}.page .guitar-101 .guitar .body .body-background{background:#f7b219;position:absolute;width:100%;min-width:600px;height:425px;top:0;left:-100px;border-radius:140px 140px 140px 140px;-webkit-clip-path:polygon(0 0,30% 0,40% 2.5%,45% 5%,49.5% 7%,50% 7%,51.5% 7%,55% 5%,60% 2.5%,70% 0,100% 0,100% 100%,70% 100%,60% 97.5%,55% 95%,51.5% 93%,50% 93%,49.5% 93%,45% 95%,40% 97.5%,30% 100%,0 100%);clip-path:polygon(0 0,30% 0,40% 2.5%,45% 5%,49.5% 7%,50% 7%,51.5% 7%,55% 5%,60% 2.5%,70% 0,100% 0,100% 100%,70% 100%,60% 97.5%,55% 95%,51.5% 93%,50% 93%,49.5% 93%,45% 95%,40% 97.5%,30% 100%,0 100%)}@media(max-width:1000px){.page .guitar-101 .guitar .body .body-background{min-width:425px;height:350px;top:50%;transform:translateY(-50%)}}@media(max-width:768px){.page .guitar-101 .guitar .body .body-background{min-width:375px;height:275px}}@media(max-width:600px){.page .guitar-101 .guitar .body .body-background{left:-60px;min-width:330px;height:250px}}.page .guitar-101 .guitar .body .sound-hole{margin-left:1px;height:160px;width:160px;border-radius:50%;background:#24282c;z-index:1;position:absolute;top:50%;transform:translateY(-50%)}@media(max-width:1000px){.page .guitar-101 .guitar .body .sound-hole{height:130px;width:130px}}@media(max-width:768px){.page .guitar-101 .guitar .body .sound-hole{height:100px;width:100px}}@media(max-width:600px){.page .guitar-101 .guitar .body .sound-hole{height:90px;width:90px}}.page .guitar-101 .guitar .body .string{position:absolute;background:#9ea0a2;width:250px;left:-5px;z-index:2}@media(max-width:1000px){.page .guitar-101 .guitar .body .string{width:175px}}@media(max-width:768px){.page .guitar-101 .guitar .body .string{width:150px}}@media(max-width:600px){.page .guitar-101 .guitar .body .string{width:130px}}.page .guitar-101 .guitar .body .string.string-e-high{top:39.2%;height:2px}@media(max-width:1000px){.page .guitar-101 .guitar .body .string.string-e-high{top:41.7%}}@media(max-width:768px){.page .guitar-101 .guitar .body .string.string-e-high{top:43.3%}}@media(max-width:600px){.page .guitar-101 .guitar .body .string.string-e-high{height:1px;top:41.5%}}.page .guitar-101 .guitar .body .string.string-b{top:43%;height:2.1px}@media(max-width:1000px){.page .guitar-101 .guitar .body .string.string-b{top:44.5%}}@media(max-width:768px){.page .guitar-101 .guitar .body .string.string-b{top:45.7%}}@media(max-width:600px){.page .guitar-101 .guitar .body .string.string-b{height:1px;top:44.2%}}.page .guitar-101 .guitar .body .string.string-g{top:47.8%;height:2.2px}@media(max-width:1000px){.page .guitar-101 .guitar .body .string.string-g{top:47.8%}}@media(max-width:768px){.page .guitar-101 .guitar .body .string.string-g{top:48.3%}}@media(max-width:600px){.page .guitar-101 .guitar .body .string.string-g{height:1px;top:47.5%}}.page .guitar-101 .guitar .body .string.string-d{bottom:47.8%;height:2.2px}@media(max-width:1000px){.page .guitar-101 .guitar .body .string.string-d{bottom:47.8%}}@media(max-width:768px){.page .guitar-101 .guitar .body .string.string-d{bottom:48.3%}}@media(max-width:600px){.page .guitar-101 .guitar .body .string.string-d{height:1.1px;bottom:47.7%}}.page .guitar-101 .guitar .body .string.string-a{bottom:43%;height:2.6px}@media(max-width:1000px){.page .guitar-101 .guitar .body .string.string-a{bottom:44.5%}}@media(max-width:768px){.page .guitar-101 .guitar .body .string.string-a{bottom:45.6%}}@media(max-width:600px){.page .guitar-101 .guitar .body .string.string-a{height:2.5px;height:1.2px;bottom:44.3%}}.page .guitar-101 .guitar .body .string.string-e-low{bottom:39.2%;height:2.8px}@media(max-width:1000px){.page .guitar-101 .guitar .body .string.string-e-low{bottom:42%}}@media(max-width:768px){.page .guitar-101 .guitar .body .string.string-e-low{bottom:43.5%}}@media(max-width:600px){.page .guitar-101 .guitar .body .string.string-e-low{height:1.1px;bottom:41.5%}}.page .guitar-101 .guitar .body .bridge{position:absolute;height:120px;width:25px;background:#24282c;left:242px;top:50%;transform:translate(-50%,-50%)}@media(max-width:1000px){.page .guitar-101 .guitar .body .bridge{height:90px;width:20px;left:169px}}@media(max-width:768px){.page .guitar-101 .guitar .body .bridge{left:143px;height:75px;width:20px}}@media(max-width:600px){.page .guitar-101 .guitar .body .bridge{left:124px;height:83px;width:16px}}.page .guitar-101 .guitar .body .saddle{height:100px;width:3px;background:#fff;position:absolute;left:236px;top:50%;transform:translate(-50%,-50%);z-index:1}@media(max-width:1000px){.page .guitar-101 .guitar .body .saddle{height:80px;left:166px}}@media(max-width:768px){.page .guitar-101 .guitar .body .saddle{height:65px;left:138px}}@media(max-width:600px){.page .guitar-101 .guitar .body .saddle{height:80px;left:120px;width:1px}}.page .guitar-101 .guitar .body .bridge-pin{position:absolute;height:7px;width:7px;border-radius:50%;background:#9ea0a2;z-index:1;left:245px}@media(max-width:1000px){.page .guitar-101 .guitar .body .bridge-pin{left:170px}}@media(max-width:768px){.page .guitar-101 .guitar .body .bridge-pin{left:143px;height:6px;width:6px}}@media(max-width:600px){.page .guitar-101 .guitar .body .bridge-pin{left:122px;height:5px;width:5px}}.page .guitar-101 .guitar .body .bridge-pin.string-e-high{top:38.8%}@media(max-width:1000px){.page .guitar-101 .guitar .body .bridge-pin.string-e-high{top:41%}}@media(max-width:768px){.page .guitar-101 .guitar .body .bridge-pin.string-e-high{top:42.6%}}@media(max-width:600px){.page .guitar-101 .guitar .body .bridge-pin.string-e-high{top:41%}}.page .guitar-101 .guitar .body .bridge-pin.string-b{top:42.4%}@media(max-width:1000px){.page .guitar-101 .guitar .body .bridge-pin.string-b{top:43.7%}}@media(max-width:768px){.page .guitar-101 .guitar .body .bridge-pin.string-b{top:45%}}@media(max-width:600px){.page .guitar-101 .guitar .body .bridge-pin.string-b{top:44%}}.page .guitar-101 .guitar .body .bridge-pin.string-g{top:47.1%}@media(max-width:1000px){.page .guitar-101 .guitar .body .bridge-pin.string-g{top:47%}}@media(max-width:768px){.page .guitar-101 .guitar .body .bridge-pin.string-g{top:47.5%}}@media(max-width:600px){.page .guitar-101 .guitar .body .bridge-pin.string-g{top:47%}}.page .guitar-101 .guitar .body .bridge-pin.string-d{bottom:47%}@media(max-width:1000px){.page .guitar-101 .guitar .body .bridge-pin.string-d{bottom:47%}}@media(max-width:768px){.page .guitar-101 .guitar .body .bridge-pin.string-d{bottom:47.8%}}@media(max-width:600px){.page .guitar-101 .guitar .body .bridge-pin.string-d{bottom:47%}}.page .guitar-101 .guitar .body .bridge-pin.string-a{bottom:42.5%}@media(max-width:1000px){.page .guitar-101 .guitar .body .bridge-pin.string-a{bottom:44%}}@media(max-width:768px){.page .guitar-101 .guitar .body .bridge-pin.string-a{bottom:45.1%}}@media(max-width:600px){.page .guitar-101 .guitar .body .bridge-pin.string-a{bottom:44%}}.page .guitar-101 .guitar .body .bridge-pin.string-e-low{bottom:38.5%}@media(max-width:1000px){.page .guitar-101 .guitar .body .bridge-pin.string-e-low{bottom:41.5%}}@media(max-width:768px){.page .guitar-101 .guitar .body .bridge-pin.string-e-low{bottom:43%}}@media(max-width:600px){.page .guitar-101 .guitar .body .bridge-pin.string-e-low{bottom:41%}}.page .guitar-101 .overlapping-guitar{background:#fff}.page #note-selector{font-size:24px;padding:4px;outline:none;margin:64px auto;display:flex;cursor:pointer}.page .chord-diagram{width:20%;margin-bottom:35px}@media(max-width:1000px){.page .chord-diagram{width:25%}}@media(max-width:768px){.page .chord-diagram{width:33.33%}}@media(max-width:600px){.page .chord-diagram{width:50%}}@media(max-width:500px){.page .chord-diagram{width:100%}}.page .chord-diagram .chord-name{margin-bottom:8px}.page .chord-diagram .fret-board{height:136px;width:140px}.page .chord-diagram .fret-board .string-1,.page .chord-diagram .fret-board .string-2,.page .chord-diagram .fret-board .string-3,.page .chord-diagram .fret-board .string-4,.page .chord-diagram .fret-board .string-5,.page .chord-diagram .fret-board .string-6{height:16.67%;width:100%;border-bottom:1px solid #9d9d9d}.page .chord-diagram .fret-board .string-1.string-1,.page .chord-diagram .fret-board .string-2.string-1,.page .chord-diagram .fret-board .string-3.string-1,.page .chord-diagram .fret-board .string-4.string-1,.page .chord-diagram .fret-board .string-5.string-1,.page .chord-diagram .fret-board .string-6.string-1{border-top:2px solid #9d9d9d}.page .chord-diagram .fret-board .string-1.string-6,.page .chord-diagram .fret-board .string-2.string-6,.page .chord-diagram .fret-board .string-3.string-6,.page .chord-diagram .fret-board .string-4.string-6,.page .chord-diagram .fret-board .string-5.string-6,.page .chord-diagram .fret-board .string-6.string-6{border-bottom:2px solid #9d9d9d}.page .chord-diagram .fret-board .string-1.string-6 .fret-num,.page .chord-diagram .fret-board .string-2.string-6 .fret-num,.page .chord-diagram .fret-board .string-3.string-6 .fret-num,.page .chord-diagram .fret-board .string-4.string-6 .fret-num,.page .chord-diagram .fret-board .string-5.string-6 .fret-num,.page .chord-diagram .fret-board .string-6.string-6 .fret-num{top:100%;transform:translateY(5px)}.page .chord-diagram .fret-board .string-1 .outside,.page .chord-diagram .fret-board .string-2 .outside,.page .chord-diagram .fret-board .string-3 .outside,.page .chord-diagram .fret-board .string-4 .outside,.page .chord-diagram .fret-board .string-5 .outside,.page .chord-diagram .fret-board .string-6 .outside{display:flex;justify-content:center;align-items:center;width:25%;height:100%;text-align:center;left:0;transform:translate(-100%)}.page .chord-diagram .fret-board .string-1 .outside .opened,.page .chord-diagram .fret-board .string-2 .outside .opened,.page .chord-diagram .fret-board .string-3 .outside .opened,.page .chord-diagram .fret-board .string-4 .outside .opened,.page .chord-diagram .fret-board .string-5 .outside .opened,.page .chord-diagram .fret-board .string-6 .outside .opened{height:15px;width:15px;border:1px solid #000;border-radius:100%}.page .chord-diagram .fret-board .string-1 .outside .closed,.page .chord-diagram .fret-board .string-2 .outside .closed,.page .chord-diagram .fret-board .string-3 .outside .closed,.page .chord-diagram .fret-board .string-4 .outside .closed,.page .chord-diagram .fret-board .string-5 .outside .closed,.page .chord-diagram .fret-board .string-6 .outside .closed{height:15px;width:15px;border:1px solid #000;background:#000;border-radius:100%}.page .chord-diagram .fret-board .string-1 .first,.page .chord-diagram .fret-board .string-1 .fourth,.page .chord-diagram .fret-board .string-1 .second,.page .chord-diagram .fret-board .string-1 .third,.page .chord-diagram .fret-board .string-2 .first,.page .chord-diagram .fret-board .string-2 .fourth,.page .chord-diagram .fret-board .string-2 .second,.page .chord-diagram .fret-board .string-2 .third,.page .chord-diagram .fret-board .string-3 .first,.page .chord-diagram .fret-board .string-3 .fourth,.page .chord-diagram .fret-board .string-3 .second,.page .chord-diagram .fret-board .string-3 .third,.page .chord-diagram .fret-board .string-4 .first,.page .chord-diagram .fret-board .string-4 .fourth,.page .chord-diagram .fret-board .string-4 .second,.page .chord-diagram .fret-board .string-4 .third,.page .chord-diagram .fret-board .string-5 .first,.page .chord-diagram .fret-board .string-5 .fourth,.page .chord-diagram .fret-board .string-5 .second,.page .chord-diagram .fret-board .string-5 .third,.page .chord-diagram .fret-board .string-6 .first,.page .chord-diagram .fret-board .string-6 .fourth,.page .chord-diagram .fret-board .string-6 .second,.page .chord-diagram .fret-board .string-6 .third{display:flex;justify-content:center;align-items:center;border-right:1px solid #9d9d9d;width:25%;height:100%;text-align:center}.page .chord-diagram .fret-board .string-1 .first.first,.page .chord-diagram .fret-board .string-1 .fourth.first,.page .chord-diagram .fret-board .string-1 .second.first,.page .chord-diagram .fret-board .string-1 .third.first,.page .chord-diagram .fret-board .string-2 .first.first,.page .chord-diagram .fret-board .string-2 .fourth.first,.page .chord-diagram .fret-board .string-2 .second.first,.page .chord-diagram .fret-board .string-2 .third.first,.page .chord-diagram .fret-board .string-3 .first.first,.page .chord-diagram .fret-board .string-3 .fourth.first,.page .chord-diagram .fret-board .string-3 .second.first,.page .chord-diagram .fret-board .string-3 .third.first,.page .chord-diagram .fret-board .string-4 .first.first,.page .chord-diagram .fret-board .string-4 .fourth.first,.page .chord-diagram .fret-board .string-4 .second.first,.page .chord-diagram .fret-board .string-4 .third.first,.page .chord-diagram .fret-board .string-5 .first.first,.page .chord-diagram .fret-board .string-5 .fourth.first,.page .chord-diagram .fret-board .string-5 .second.first,.page .chord-diagram .fret-board .string-5 .third.first,.page .chord-diagram .fret-board .string-6 .first.first,.page .chord-diagram .fret-board .string-6 .fourth.first,.page .chord-diagram .fret-board .string-6 .second.first,.page .chord-diagram .fret-board .string-6 .third.first{border-left:2px solid #9d9d9d}.page .chord-diagram .fret-board .string-1 .first.fourth,.page .chord-diagram .fret-board .string-1 .fourth.fourth,.page .chord-diagram .fret-board .string-1 .second.fourth,.page .chord-diagram .fret-board .string-1 .third.fourth,.page .chord-diagram .fret-board .string-2 .first.fourth,.page .chord-diagram .fret-board .string-2 .fourth.fourth,.page .chord-diagram .fret-board .string-2 .second.fourth,.page .chord-diagram .fret-board .string-2 .third.fourth,.page .chord-diagram .fret-board .string-3 .first.fourth,.page .chord-diagram .fret-board .string-3 .fourth.fourth,.page .chord-diagram .fret-board .string-3 .second.fourth,.page .chord-diagram .fret-board .string-3 .third.fourth,.page .chord-diagram .fret-board .string-4 .first.fourth,.page .chord-diagram .fret-board .string-4 .fourth.fourth,.page .chord-diagram .fret-board .string-4 .second.fourth,.page .chord-diagram .fret-board .string-4 .third.fourth,.page .chord-diagram .fret-board .string-5 .first.fourth,.page .chord-diagram .fret-board .string-5 .fourth.fourth,.page .chord-diagram .fret-board .string-5 .second.fourth,.page .chord-diagram .fret-board .string-5 .third.fourth,.page .chord-diagram .fret-board .string-6 .first.fourth,.page .chord-diagram .fret-board .string-6 .fourth.fourth,.page .chord-diagram .fret-board .string-6 .second.fourth,.page .chord-diagram .fret-board .string-6 .third.fourth{border-right:2px solid #9d9d9d}.page .chord-diagram .fret-board .string-1 .first .filled,.page .chord-diagram .fret-board .string-1 .fourth .filled,.page .chord-diagram .fret-board .string-1 .second .filled,.page .chord-diagram .fret-board .string-1 .third .filled,.page .chord-diagram .fret-board .string-2 .first .filled,.page .chord-diagram .fret-board .string-2 .fourth .filled,.page .chord-diagram .fret-board .string-2 .second .filled,.page .chord-diagram .fret-board .string-2 .third .filled,.page .chord-diagram .fret-board .string-3 .first .filled,.page .chord-diagram .fret-board .string-3 .fourth .filled,.page .chord-diagram .fret-board .string-3 .second .filled,.page .chord-diagram .fret-board .string-3 .third .filled,.page .chord-diagram .fret-board .string-4 .first .filled,.page .chord-diagram .fret-board .string-4 .fourth .filled,.page .chord-diagram .fret-board .string-4 .second .filled,.page .chord-diagram .fret-board .string-4 .third .filled,.page .chord-diagram .fret-board .string-5 .first .filled,.page .chord-diagram .fret-board .string-5 .fourth .filled,.page .chord-diagram .fret-board .string-5 .second .filled,.page .chord-diagram .fret-board .string-5 .third .filled,.page .chord-diagram .fret-board .string-6 .first .filled,.page .chord-diagram .fret-board .string-6 .fourth .filled,.page .chord-diagram .fret-board .string-6 .second .filled,.page .chord-diagram .fret-board .string-6 .third .filled{height:15px;width:15px;border:1px solid #000;background:#000;border-radius:100%}.page .chord-diagram:last-of-type{margin-bottom:100px}.page .content-container .item-content-container{min-height:calc(100vh - 76px);display:flex;flex-direction:column;position:relative}@media(max-width:850px){.page .content-container .item-content-container{min-height:calc(100vh - 60px)}}.page .content-container .item-content-container .content-title{margin:64px auto;font-size:24px;position:relative;max-width:650px;width:calc(100vw - 32px)}@media(max-width:768px){.page .content-container .item-content-container .content-title{width:calc(100vw - 40px)}}@media(max-width:600px){.page .content-container .item-content-container .content-title{font-size:20px}}@media only screen and (max-width:500px){.page .content-container .item-content-container .content-title{font-size:16px;margin:40px auto}}.page .content-container .item-content-container .content-title .back-to-top-container{position:absolute;bottom:0;right:0;transform:translateY(30%)}.page .content-container .item-content-container .content-title .back-to-top-container img{width:40px;height:40px;transform:rotate(180deg)}@media(max-width:500px){.page .content-container .item-content-container .content-title .back-to-top-container img{width:32px;height:32px}}.page .content-container .item-content-container .content-text-container .content-text{font-size:16px;margin-bottom:16px;line-height:1.35}@media(max-width:768px){.page .content-container .item-content-container .content-text-container .content-text{font-size:14px}}@media(max-width:500px){.page .content-container .item-content-container .content-text-container .content-text{font-size:12px}}.page .content-container .item-content-container .content-text-container .content-text.bulleted-list{padding-left:12px}.page .learning-tips{display:flex;flex-direction:column;justify-self:center;margin:0 auto;max-width:650px;width:calc(100vw - 32px);word-wrap:break-word}@media(max-width:768px){.page .learning-tips{width:calc(100vw - 40px)}}.page .btn-indicator{border:2px solid #fd8024;border-radius:4px;padding:4px 5px}.page .mnemonic-tip .underline{color:red}.page .example-indicator{padding:2px 4px;border:2px solid #8cc759;border-radius:4px;display:inline-block;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.page .music-staff{height:100px;min-height:100px;display:flex;flex-direction:column;justify-content:space-between;position:relative;margin:24px auto 100px}@media(max-width:768px){.page .music-staff{margin:24px auto 90px}}.page .music-staff.bass-staff{margin-bottom:75px}.page .music-staff.treble-staff .treble-clef{height:130px;left:-35px;position:absolute}@media(max-width:500px){.page .music-staff.treble-staff .treble-clef{height:120px}}.page .music-staff.treble-staff .note{position:absolute}.page .music-staff.treble-staff .note.middle-c{left:100px;bottom:-32px}.page .music-staff.treble-staff .note.middle-c:after{content:"";height:2px;width:40px;position:absolute;top:50%;transform:translate(-25%,-50%);background:#24282c}.page .music-staff.treble-staff .note.middle-c.selected:after{background:#3c98fe}@media(max-width:600px){.page .music-staff.treble-staff .note.middle-c{left:60px;bottom:-27px}.page .music-staff.treble-staff .note.middle-c:after{content:"";width:30px}}@media(max-width:500px){.page .music-staff.treble-staff .note.middle-c{left:60px;bottom:-25px}.page .music-staff.treble-staff .note.middle-c:after{content:"";width:20px}}.page .music-staff.treble-staff .note.low-d{left:140px;bottom:-22px}@media(max-width:600px){.page .music-staff.treble-staff .note.low-d{left:94px;bottom:-18px}}@media(max-width:500px){.page .music-staff.treble-staff .note.low-d{left:82px;bottom:-16px}}.page .music-staff.treble-staff .note.e{left:180px;bottom:-11px}@media(max-width:600px){.page .music-staff.treble-staff .note.e{left:128px;bottom:-8px}}@media(max-width:500px){.page .music-staff.treble-staff .note.e{left:103px;bottom:-6px}}.page .music-staff.treble-staff .note.f{left:220px;bottom:1px}@media(max-width:600px){.page .music-staff.treble-staff .note.f{left:162px;bottom:3px}}@media(max-width:500px){.page .music-staff.treble-staff .note.f{left:124px;bottom:6px}}.page .music-staff.treble-staff .note.g{left:260px;bottom:13px}@media(max-width:600px){.page .music-staff.treble-staff .note.g{left:196px;bottom:16px}}@media(max-width:500px){.page .music-staff.treble-staff .note.g{left:145px;bottom:18px}}.page .music-staff.treble-staff .note.a{left:300px;bottom:25px}@media(max-width:600px){.page .music-staff.treble-staff .note.a{left:230px;bottom:28px}}@media(max-width:500px){.page .music-staff.treble-staff .note.a{left:166px;bottom:31px}}.page .music-staff.treble-staff .note.b{left:340px;bottom:38px}@media(max-width:600px){.page .music-staff.treble-staff .note.b{left:264px;bottom:40px}}@media(max-width:500px){.page .music-staff.treble-staff .note.b{left:187px;bottom:43px}}.page .music-staff.treble-staff .note.c{left:380px;bottom:50px}@media(max-width:600px){.page .music-staff.treble-staff .note.c{left:298px;bottom:52px}}@media(max-width:500px){.page .music-staff.treble-staff .note.c{left:208px;bottom:55px}}.page .music-staff.treble-staff .note.d{left:420px;bottom:62px}@media(max-width:600px){.page .music-staff.treble-staff .note.d{left:332px;bottom:64px}}@media(max-width:500px){.page .music-staff.treble-staff .note.d{left:229px;bottom:67px}}.page .music-staff.treble-staff .note.high-e{left:460px;bottom:74px}@media(max-width:600px){.page .music-staff.treble-staff .note.high-e{left:366px;bottom:77px}}@media(max-width:500px){.page .music-staff.treble-staff .note.high-e{left:250px;bottom:79px}}.page .music-staff.treble-staff .note.high-f{left:500px;bottom:87px}@media(max-width:600px){.page .music-staff.treble-staff .note.high-f{left:400px;bottom:89px}}@media(max-width:500px){.page .music-staff.treble-staff .note.high-f{left:271px;bottom:92px}}.page .music-staff.treble-staff .note.high-g{left:538px;bottom:100px}@media(max-width:600px){.page .music-staff.treble-staff .note.high-g{left:434px;bottom:102px}}@media(max-width:500px){.page .music-staff.treble-staff .note.high-g{left:290px;bottom:104px}}.page .music-staff.treble-staff .pitch-note.middle-c{left:105px}@media(max-width:600px){.page .music-staff.treble-staff .pitch-note.middle-c{left:63px}}@media(max-width:500px){.page .music-staff.treble-staff .pitch-note.middle-c{left:62px}}.page .music-staff.treble-staff .pitch-note.low-d{left:146px}@media(max-width:600px){.page .music-staff.treble-staff .pitch-note.low-d{left:98px}}@media(max-width:500px){.page .music-staff.treble-staff .pitch-note.low-d{left:84px}}.page .music-staff.treble-staff .pitch-note.e{left:185px}@media(max-width:600px){.page .music-staff.treble-staff .pitch-note.e{left:133px}}@media(max-width:500px){.page .music-staff.treble-staff .pitch-note.e{left:106px}}.page .music-staff.treble-staff .pitch-note.f{left:226px}@media(max-width:600px){.page .music-staff.treble-staff .pitch-note.f{left:168px}}@media(max-width:500px){.page .music-staff.treble-staff .pitch-note.f{left:127px}}.page .music-staff.treble-staff .pitch-note.g{left:264px}@media(max-width:600px){.page .music-staff.treble-staff .pitch-note.g{left:201px}}@media(max-width:500px){.page .music-staff.treble-staff .pitch-note.g{left:146px}}.page .music-staff.treble-staff .pitch-note.a{left:305px}@media(max-width:600px){.page .music-staff.treble-staff .pitch-note.a{left:236px}}@media(max-width:500px){.page .music-staff.treble-staff .pitch-note.a{left:168px}}.page .music-staff.treble-staff .pitch-note.b{left:346px}@media(max-width:600px){.page .music-staff.treble-staff .pitch-note.b{left:270px}}@media(max-width:500px){.page .music-staff.treble-staff .pitch-note.b{left:189px}}.page .music-staff.treble-staff .pitch-note.c{left:385px}@media(max-width:600px){.page .music-staff.treble-staff .pitch-note.c{left:303px}}@media(max-width:500px){.page .music-staff.treble-staff .pitch-note.c{left:210px}}.page .music-staff.treble-staff .pitch-note.d{left:428px}@media(max-width:600px){.page .music-staff.treble-staff .pitch-note.d{left:336px}}@media(max-width:500px){.page .music-staff.treble-staff .pitch-note.d{left:231px}}.page .music-staff.treble-staff .pitch-note.high-e{left:467px}@media(max-width:600px){.page .music-staff.treble-staff .pitch-note.high-e{left:372px}}@media(max-width:500px){.page .music-staff.treble-staff .pitch-note.high-e{left:253px}}.page .music-staff.treble-staff .pitch-note.high-f{left:507px}@media(max-width:600px){.page .music-staff.treble-staff .pitch-note.high-f{left:405px}}@media(max-width:500px){.page .music-staff.treble-staff .pitch-note.high-f{left:273px}}.page .music-staff.treble-staff .pitch-note.high-g{left:540px}@media(max-width:600px){.page .music-staff.treble-staff .pitch-note.high-g{left:435px}}@media(max-width:500px){.page .music-staff.treble-staff .pitch-note.high-g{left:290px}}.page .music-staff.bass-staff .bass-clef{height:70px;top:3px;position:absolute}@media(max-width:500px){.page .music-staff.bass-staff .bass-clef{height:60px}}.page .music-staff.bass-staff .note{position:absolute}.page .music-staff.bass-staff .note.low-g{left:100px;bottom:-11px}@media(max-width:600px){.page .music-staff.bass-staff .note.low-g{left:60px;bottom:-8px}}@media(max-width:500px){.page .music-staff.bass-staff .note.low-g{left:60px;bottom:-6px}}.page .music-staff.bass-staff .note.low-a{left:140px;bottom:1px}@media(max-width:600px){.page .music-staff.bass-staff .note.low-a{left:94px;bottom:3px}}@media(max-width:500px){.page .music-staff.bass-staff .note.low-a{left:82px;bottom:6px}}.page .music-staff.bass-staff .note.low-b{left:180px;bottom:13px}@media(max-width:600px){.page .music-staff.bass-staff .note.low-b{left:128px;bottom:16px}}@media(max-width:500px){.page .music-staff.bass-staff .note.low-b{left:103px;bottom:18px}}.page .music-staff.bass-staff .note.bass-c{left:220px;bottom:25px}@media(max-width:600px){.page .music-staff.bass-staff .note.bass-c{left:162px;bottom:28px}}@media(max-width:500px){.page .music-staff.bass-staff .note.bass-c{left:124px;bottom:31px}}.page .music-staff.bass-staff .note.bass-d{left:260px;bottom:38px}@media(max-width:600px){.page .music-staff.bass-staff .note.bass-d{left:196px;bottom:40px}}@media(max-width:500px){.page .music-staff.bass-staff .note.bass-d{left:145px;bottom:43px}}.page .music-staff.bass-staff .note.bass-e{left:300px;bottom:50px}@media(max-width:600px){.page .music-staff.bass-staff .note.bass-e{left:230px;bottom:52px}}@media(max-width:500px){.page .music-staff.bass-staff .note.bass-e{left:166px;bottom:55px}}.page .music-staff.bass-staff .note.bass-f{left:340px;bottom:62px}@media(max-width:600px){.page .music-staff.bass-staff .note.bass-f{left:264px;bottom:64px}}@media(max-width:500px){.page .music-staff.bass-staff .note.bass-f{left:187px;bottom:67px}}.page .music-staff.bass-staff .note.bass-g{left:380px;bottom:74px}@media(max-width:600px){.page .music-staff.bass-staff .note.bass-g{left:298px;bottom:77px}}@media(max-width:500px){.page .music-staff.bass-staff .note.bass-g{left:208px;bottom:79px}}.page .music-staff.bass-staff .note.bass-a{left:420px;bottom:87px}@media(max-width:600px){.page .music-staff.bass-staff .note.bass-a{left:332px;bottom:89px}}@media(max-width:500px){.page .music-staff.bass-staff .note.bass-a{left:229px;bottom:92px}}.page .music-staff.bass-staff .note.bass-b{left:460px;bottom:99px}@media(max-width:600px){.page .music-staff.bass-staff .note.bass-b{left:366px;bottom:101px}}@media(max-width:500px){.page .music-staff.bass-staff .note.bass-b{left:250px;bottom:105px}}.page .music-staff.bass-staff .note.bass-middle-c{left:500px;bottom:111px}.page .music-staff.bass-staff .note.bass-middle-c:after{content:"";height:2px;width:40px;position:absolute;top:50%;transform:translate(-25%,-50%);background:#000}.page .music-staff.bass-staff .note.bass-middle-c.selected:after{background:#3c98fe}@media(max-width:600px){.page .music-staff.bass-staff .note.bass-middle-c{left:400px;bottom:113px}.page .music-staff.bass-staff .note.bass-middle-c:after{content:"";width:30px}}@media(max-width:500px){.page .music-staff.bass-staff .note.bass-middle-c{left:271px;bottom:118px}.page .music-staff.bass-staff .note.bass-middle-c:after{content:"";width:20px}}.page .music-staff.bass-staff .pitch-note{position:absolute;bottom:-40px}@media(max-width:600px){.page .music-staff.bass-staff .pitch-note{bottom:-32px}}.page .music-staff.bass-staff .pitch-note.low-g{left:105px}@media(max-width:600px){.page .music-staff.bass-staff .pitch-note.low-g{left:63px}}@media(max-width:500px){.page .music-staff.bass-staff .pitch-note.low-g{left:62px}}.page .music-staff.bass-staff .pitch-note.low-a{left:146px}@media(max-width:600px){.page .music-staff.bass-staff .pitch-note.low-a{left:98px}}@media(max-width:500px){.page .music-staff.bass-staff .pitch-note.low-a{left:84px}}.page .music-staff.bass-staff .pitch-note.low-b{left:185px}@media(max-width:600px){.page .music-staff.bass-staff .pitch-note.low-b{left:133px}}@media(max-width:500px){.page .music-staff.bass-staff .pitch-note.low-b{left:106px}}.page .music-staff.bass-staff .pitch-note.bass-c{left:226px}@media(max-width:600px){.page .music-staff.bass-staff .pitch-note.bass-c{left:168px}}@media(max-width:500px){.page .music-staff.bass-staff .pitch-note.bass-c{left:127px}}.page .music-staff.bass-staff .pitch-note.bass-d{left:264px}@media(max-width:600px){.page .music-staff.bass-staff .pitch-note.bass-d{left:201px}}@media(max-width:500px){.page .music-staff.bass-staff .pitch-note.bass-d{left:146px}}.page .music-staff.bass-staff .pitch-note.bass-e{left:305px}@media(max-width:600px){.page .music-staff.bass-staff .pitch-note.bass-e{left:236px}}@media(max-width:500px){.page .music-staff.bass-staff .pitch-note.bass-e{left:168px}}.page .music-staff.bass-staff .pitch-note.bass-f{left:346px}@media(max-width:600px){.page .music-staff.bass-staff .pitch-note.bass-f{left:270px}}@media(max-width:500px){.page .music-staff.bass-staff .pitch-note.bass-f{left:189px}}.page .music-staff.bass-staff .pitch-note.bass-g{left:385px}@media(max-width:600px){.page .music-staff.bass-staff .pitch-note.bass-g{left:303px}}@media(max-width:500px){.page .music-staff.bass-staff .pitch-note.bass-g{left:210px}}.page .music-staff.bass-staff .pitch-note.bass-a{left:428px}@media(max-width:600px){.page .music-staff.bass-staff .pitch-note.bass-a{left:336px}}@media(max-width:500px){.page .music-staff.bass-staff .pitch-note.bass-a{left:231px}}.page .music-staff.bass-staff .pitch-note.bass-b{left:467px}@media(max-width:600px){.page .music-staff.bass-staff .pitch-note.bass-b{left:372px}}@media(max-width:500px){.page .music-staff.bass-staff .pitch-note.bass-b{left:253px}}.page .music-staff.bass-staff .pitch-note.bass-middle-c{left:507px}@media(max-width:600px){.page .music-staff.bass-staff .pitch-note.bass-middle-c{left:405px}}@media(max-width:500px){.page .music-staff.bass-staff .pitch-note.bass-middle-c{left:273px}}.page .music-staff .line-1,.page .music-staff .line-2,.page .music-staff .line-3,.page .music-staff .line-4,.page .music-staff .line-5{background:#000;height:2px;width:600px}@media(max-width:768px){.page .music-staff .line-1,.page .music-staff .line-2,.page .music-staff .line-3,.page .music-staff .line-4,.page .music-staff .line-5{width:550px}}@media(max-width:600px){.page .music-staff .line-1,.page .music-staff .line-2,.page .music-staff .line-3,.page .music-staff .line-4,.page .music-staff .line-5{width:450px}}@media(max-width:500px){.page .music-staff .line-1,.page .music-staff .line-2,.page .music-staff .line-3,.page .music-staff .line-4,.page .music-staff .line-5{width:375px}}@media(max-width:400px){.page .music-staff .line-1,.page .music-staff .line-2,.page .music-staff .line-3,.page .music-staff .line-4,.page .music-staff .line-5{width:290px}}.page .music-staff .note{height:24px;width:24px;border-radius:50%;border:2.5px solid #000}@media(max-width:600px){.page .music-staff .note{width:20px;height:20px}}@media(max-width:500px){.page .music-staff .note{width:15px;height:15px}}.page .music-staff .note.selected{border:2.5px solid #3c98fe;visibility:visible;opacity:1}.page .music-staff .note.transparent{opacity:.25;visibility:hidden}.page .music-staff .note.translucent{opacity:.4}.page .music-staff .pitch-note{position:absolute;bottom:-60px;background:transparent;border:none;outline:none;font-size:20px}@media(max-width:600px){.page .music-staff .pitch-note{bottom:-55px}}@media(max-width:500px){.page .music-staff .pitch-note{bottom:-50px;font-size:16px}}.page .music-staff .pitch-note.selected{color:#3c98fe;visibility:visible;opacity:1}.page .music-staff .pitch-note.transparent{opacity:.25;visibility:hidden}.page .music-button-container,.page .pitch-buttons-container{margin:0 auto 40px;width:300px;display:flex;justify-content:space-between}@media(max-width:500px){.page .music-button-container,.page .pitch-buttons-container{width:275px}}.page .pitch-text{margin-top:24px}.page .chromatic-scale-container{display:flex;align-items:center;justify-content:unset;flex-direction:row;width:unset;margin-top:24px}.page .chromatic-scale-container span{display:inline-block;font-size:20px;margin-right:12px}@media(max-width:768px){.page .chromatic-scale-container span{font-size:16px}}@media(max-width:500px){.page .chromatic-scale-container span{font-size:14px;margin-right:8px}}@media(max-width:350px){.page .chromatic-scale-container span{font-size:12px}}.page .chromatic-scale-container .red{color:red}.page .or-statement{margin:24px auto 0}.page .key-signature{position:absolute;font-size:20px}@media(max-width:600px){.page .key-signature{font-size:16px}}.page .key-signature.key-signature-c{left:75px;top:24px}@media(max-width:600px){.page .key-signature.key-signature-c{left:55px;top:27px}}.page .key-signature.key-signature-f{top:-13px;left:85px}@media(max-width:600px){.page .key-signature.key-signature-f{left:65px;top:-10px}}.page .pitch{font-size:20px}@media(max-width:600px){.page .pitch{font-size:16px}}.page .pitch.natural-pitch{position:absolute;left:360px;bottom:48px}@media(max-width:600px){.page .pitch.natural-pitch{left:280px;bottom:51px}}@media(max-width:500px){.page .pitch.natural-pitch{left:193px;bottom:52px}}.page .measure-bar{position:absolute;background:#24282c;height:100%;width:3px;right:100px}@media(max-width:500px){.page .measure-bar{right:50px}}.page .rhythm-example-container{display:flex;margin:24px auto 40px}.page .rhythm-example-container .rhythm-box{width:55px;height:35px;border:1px solid #24282c;margin-right:25px;border-radius:4px;display:flex;justify-content:center;align-items:center}.page .rhythm-example-container .rhythm-box:last-of-type{margin-right:0}.page .rhythm-example-container .rhythm-box.first{animation:rhythm 4s ease-in-out 0s infinite}.page .rhythm-example-container .rhythm-box.first.faster{animation:rhythm 2s ease-in-out 0s infinite}.page .rhythm-example-container .rhythm-box.second{animation:rhythm 4s ease-in-out 1s infinite}.page .rhythm-example-container .rhythm-box.second.faster{animation:rhythm 2s ease-in-out .5s infinite}.page .rhythm-example-container .rhythm-box.third{animation:rhythm 4s ease-in-out 2s infinite}.page .rhythm-example-container .rhythm-box.third.faster{animation:rhythm 2s ease-in-out 1s infinite}.page .rhythm-example-container .rhythm-box.fourth{animation:rhythm 4s ease-in-out 3s infinite}.page .rhythm-example-container .rhythm-box.fourth.faster{animation:rhythm 2s ease-in-out 1.5s infinite}@keyframes rhythm{0%{background:none}25%{background:#8cc759}35%{background:#fff}50%{background:none}}.page .btn-container{display:flex;justify-content:space-evenly;margin-bottom:40px}.page .time-signature{font-size:50px;position:absolute}.page .time-signature.top-signature{left:65px;top:-7px}@media(max-width:600px){.page .time-signature.top-signature{top:-7px}}.page .time-signature.bottom-signature{left:65px;top:45px}@media(max-width:600px){.page .time-signature.bottom-signature{top:45px}}.page .types-of-symbol-container{margin:24px auto 0}.page .types-of-symbol-container .symbol-container{display:flex;align-items:center;margin-bottom:25px}.page .types-of-symbol-container .symbol-name{display:flex;flex-direction:column;align-items:center;font-family:montserrat;min-width:145.15px;font-size:12px}.page .types-of-symbol-container .symbol-name .symbol-type{margin-bottom:5px}.page .types-of-symbol-container .whole-note{width:9px;height:7px;border-radius:50%;border:1px solid #24282c}.page .types-of-symbol-container .half-rest,.page .types-of-symbol-container .whole-rest{height:3px;width:8px;background:#24282c}.page .types-of-symbol-container .eighth-rest img,.page .types-of-symbol-container .quarter-rest img{height:10px;width:10px}.page .half-note{width:5px;height:4px;border-radius:50%;border:1px solid #24282c;position:relative}.page .half-note:after{content:"";position:absolute;height:15px;width:1px;background:#24282c;right:0;bottom:0;transform:translate(100%)}.page .dot-container{margin-bottom:25px}.page .dot{width:2.5px;height:2.5px;border-radius:100%;border:1px solid #24282c;background:#24282c;margin-left:2px}.page .augmentation-container{display:flex;margin:64px auto 0}.page .augmentation-container .half-note{width:32px;height:32px}.page .augmentation-container .half-note:after{content:"";height:60px;bottom:15px}.page .augmentation-container .dot{width:6px;height:6px;margin-left:4px}.page .tie{margin:32px auto 0;width:80px;height:80px}.page .dynamic-notation-container{margin:40px auto 0}.page .dynamic-labels{width:280px;margin-bottom:15px;display:flex;justify-content:space-between}.page .dynamic-ranking-line{margin-bottom:15px;width:280px;height:2px;background:#24282c;position:relative}.page .dynamic-ranking-line:after,.page .dynamic-ranking-line:before{content:"";position:absolute;height:20px;width:2px;background:#24282c;transform:translateY(-50%)}.page .dynamic-ranking-line:after{right:0}.page .dynamic-ranking-line .dynamic-line{height:20px;width:2px;background:#24282c;transform:translateY(-50%);position:absolute}.page .dynamic-ranking-line .dynamic-line.line-pp{left:40px}.page .dynamic-ranking-line .dynamic-line.line-p{left:80px}.page .dynamic-ranking-line .dynamic-line.line-mp{left:120px}.page .dynamic-ranking-line .dynamic-line.line-mf{left:160px}.page .dynamic-ranking-line .dynamic-line.line-f{left:200px}.page .dynamic-ranking-line .dynamic-line.line-ff{left:240px}.page .dynamic-names{margin-bottom:50px;width:280px;display:flex;justify-content:space-between}.page .dynamic-names h4{width:40px;min-width:40px;max-width:40px;transform:translate(-50%);font-size:12px;text-align:center}.page .dynamic-holder{width:300px;display:flex;justify-content:space-between}.page .dynamic-holder .dynamic-container{margin-bottom:75px;width:120px;height:0;position:relative}.page .dynamic-holder .dynamic-container .crescendo:before{content:"";position:absolute;background:#24282c;height:1px;width:120px;transform:rotate(-2deg)}.page .dynamic-holder .dynamic-container .crescendo:after{bottom:-6px}.page .dynamic-holder .dynamic-container .crescendo:after,.page .dynamic-holder .dynamic-container .diminuendo:before{content:"";position:absolute;background:#24282c;height:1px;width:120px;transform:rotate(2deg)}.page .dynamic-holder .dynamic-container .diminuendo:after{content:"";position:absolute;background:#24282c;height:1px;width:120px;transform:rotate(-2deg);bottom:-6px}.page .dynamic-holder .dynamic-container .dynamic-name{top:15px;left:50%;transform:translate(-50%);position:absolute}.page .scale-chromatic-scale-container{display:flex;flex-direction:row;justify-content:space-evenly;margin:56px auto 0;width:475px}@media(max-width:500px){.page .scale-chromatic-scale-container{width:375px}}@media(max-width:400px){.page .scale-chromatic-scale-container{width:300px}}.page .scale-chromatic-scale-container .note{font-size:24px}@media(max-width:768px){.page .scale-chromatic-scale-container .note{font-size:18px}}.page .scale-chromatic-scale-container .fifth-position,.page .scale-chromatic-scale-container .fourth-position,.page .scale-chromatic-scale-container .root-position,.page .scale-chromatic-scale-container .second-position,.page .scale-chromatic-scale-container .seventh-position,.page .scale-chromatic-scale-container .sixth-position,.page .scale-chromatic-scale-container .third-position{position:relative}.page .scale-chromatic-scale-container .fifth-position:before,.page .scale-chromatic-scale-container .fourth-position:before,.page .scale-chromatic-scale-container .root-position:before,.page .scale-chromatic-scale-container .second-position:before,.page .scale-chromatic-scale-container .seventh-position:before,.page .scale-chromatic-scale-container .sixth-position:before,.page .scale-chromatic-scale-container .third-position:before{content:"R";position:absolute;top:-25px;left:50%;transform:translate(-50%);color:red}.page .scale-chromatic-scale-container .second-position:before{content:"2"}.page .scale-chromatic-scale-container .third-position:before{content:"3"}.page .scale-chromatic-scale-container .fourth-position:before{content:"4"}.page .scale-chromatic-scale-container .fifth-position:before{content:"5"}.page .scale-chromatic-scale-container .sixth-position:before{content:"6"}.page .scale-chromatic-scale-container .seventh-position:before{content:"7"}.page .perfect-fifths-circle{position:relative;border-radius:50%;border:1px solid #24282c;height:250px;width:250px;margin:48px auto 64px}.page .perfect-fifths-circle .circle-tick{height:25px;width:2px;background:#24282c;font-size:20px;position:absolute}@media(max-width:500px){.page .perfect-fifths-circle .circle-tick{font-size:16px;height:10px}}.page .perfect-fifths-circle .circle-tick.c-tick{left:50%;transform:translateY(-50%)}.page .perfect-fifths-circle .circle-tick.c-tick:before{content:"C";position:absolute;transform:translate(-50%,-100%)}.page .perfect-fifths-circle .circle-tick.g-tick{left:75%;top:16.67%;transform:translateY(-150%) rotate(30deg)}@media(max-width:500px){.page .perfect-fifths-circle .circle-tick.g-tick{left:78%;top:5%;transform:translateY(25%) rotate(30deg)}}.page .perfect-fifths-circle .circle-tick.g-tick:before{content:"G";position:absolute;transform:translate(-50%,-100%) rotate(330deg)}.page .perfect-fifths-circle .circle-tick.d-tick{left:95%;top:30%;transform:translateY(-50%) rotate(60deg)}@media(max-width:500px){.page .perfect-fifths-circle .circle-tick.d-tick{left:93%;top:25%;transform:translate(100%) rotate(60deg)}}.page .perfect-fifths-circle .circle-tick.d-tick:before{content:"D";position:absolute;transform:translate(-50%,-100%) rotate(300deg)}@media(max-width:500px){.page .perfect-fifths-circle .circle-tick.d-tick:before{transform:translate(-50%,-110%) rotate(300deg)}}.page .perfect-fifths-circle .circle-tick.a-tick{right:0;top:50%;transform:translate(50%) rotate(90deg)}.page .perfect-fifths-circle .circle-tick.a-tick:before{content:"A";position:absolute;transform:translate(-50%,-90%) rotate(270deg)}@media(max-width:500px){.page .perfect-fifths-circle .circle-tick.a-tick:before{transform:translate(-50%,-100%) rotate(270deg)}}.page .perfect-fifths-circle .circle-tick.e-tick{left:93%;top:76%;transform:translateY(-50%) rotate(120deg)}.page .perfect-fifths-circle .circle-tick.e-tick:before{content:"E";position:absolute;transform:translate(-50%,-100%) rotate(240deg)}@media(max-width:500px){.page .perfect-fifths-circle .circle-tick.e-tick:before{transform:translate(-50%,-125%) rotate(240deg)}}.page .perfect-fifths-circle .circle-tick.b-tick{left:75%;top:93%;transform:translateY(-50%) rotate(150deg)}.page .perfect-fifths-circle .circle-tick.b-tick:before{content:"B";position:absolute;transform:translate(-50%,-100%) rotate(210deg)}@media(max-width:500px){.page .perfect-fifths-circle .circle-tick.b-tick:before{transform:translate(-50%,-125%) rotate(210deg)}}.page .perfect-fifths-circle .circle-tick.f-sharp-tick{left:50%;bottom:0;transform:translateY(50%)}.page .perfect-fifths-circle .circle-tick.f-sharp-tick:before{content:"F#";position:absolute;transform:translate(-50%,100%)}@media(max-width:500px){.page .perfect-fifths-circle .circle-tick.f-sharp-tick:before{transform:translate(-50%,75%)}}.page .perfect-fifths-circle .circle-tick.d-flat-tick{left:25%;top:93%;transform:translateY(-50%) rotate(210deg)}.page .perfect-fifths-circle .circle-tick.d-flat-tick:before{content:"Db";position:absolute;transform:translate(-50%,-110%) rotate(150deg)}@media(max-width:500px){.page .perfect-fifths-circle .circle-tick.d-flat-tick:before{transform:translate(-50%,-125%) rotate(150deg)}}.page .perfect-fifths-circle .circle-tick.a-flat-tick{left:7%;top:75%;transform:translateY(-50%) rotate(240deg)}.page .perfect-fifths-circle .circle-tick.a-flat-tick:before{content:"Ab";position:absolute;transform:translate(-50%,-110%) rotate(120deg)}@media(max-width:500px){.page .perfect-fifths-circle .circle-tick.a-flat-tick:before{transform:translate(-50%,-125%) rotate(120deg)}}.page .perfect-fifths-circle .circle-tick.e-flat-tick{left:0;top:50%;transform:translate(-50%) rotate(90deg)}.page .perfect-fifths-circle .circle-tick.e-flat-tick:before{content:"Eb";position:absolute;transform:translate(-50%,110%) rotate(270deg)}@media(max-width:500px){.page .perfect-fifths-circle .circle-tick.e-flat-tick:before{transform:translate(-50%,75%) rotate(270deg)}}.page .perfect-fifths-circle .circle-tick.b-flat-tick{left:7%;top:25%;transform:translateY(-50%) rotate(300deg)}.page .perfect-fifths-circle .circle-tick.b-flat-tick:before{content:"Bb";position:absolute;transform:translate(-50%,-120%) rotate(60deg)}@media(max-width:500px){.page .perfect-fifths-circle .circle-tick.b-flat-tick:before{transform:translate(-50%,-125%) rotate(60deg)}}.page .perfect-fifths-circle .circle-tick.f-tick{left:25%;top:7%;transform:translateY(-50%) rotate(330deg)}.page .perfect-fifths-circle .circle-tick.f-tick:before{content:"F";position:absolute;transform:translate(-50%,-90%) rotate(30deg)}@media(max-width:500px){.page .perfect-fifths-circle .circle-tick.f-tick:before{transform:translate(-50%,-100%) rotate(30deg)}}.page .periodic-table{margin-top:25px;align-items:flex-end;width:100%;padding:0 16px;display:flex;flex-direction:column}@media(max-width:500px){.page .periodic-table{padding:0}}.page .periodic-table .periodic-table-top{display:flex;width:100%}.page .periodic-table .periodic-table-top .periodic-group{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end;width:5.5555%}.page .periodic-table .periodic-table-top .periodic-group:first-of-type{border-left:.25px solid #24282c}.page .periodic-table .periodic-table-top .periodic-group:nth-of-type(17) .periodic-element{border-right:unset}.page .periodic-table .periodic-table-top .periodic-group:last-of-type{border-left:.25px solid #24282c}.page .periodic-table .periodic-table-top .periodic-group.hide-all-borders{border:unset}.page .periodic-table .periodic-table-top .periodic-group .periodic-element{border-right:.25px solid #24282c;border-top:.25px solid #24282c}.page .periodic-table .periodic-table-top .periodic-group .periodic-element:last-of-type{border-bottom:.25px solid #24282c}.page .periodic-table .periodic-table-top .periodic-group .periodic-element.element-5,.page .periodic-table .periodic-table-top .periodic-group .periodic-element.element-13{border-left:.25px solid #24282c}.page .periodic-table .periodic-element{width:100%;font-size:10px;min-height:32px;position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center}.page .periodic-table .periodic-element h4{font-size:12px}@media(max-width:600px){.page .periodic-table .periodic-element{font-size:7px;min-height:21px}.page .periodic-table .periodic-element h4{font-size:7px}}.page .periodic-table .periodic-element.group-reactive-nonmetal{background:#0fb5ee}.page .periodic-table .periodic-element.group-alkali-metal{background:#8cc759}.page .periodic-table .periodic-element.group-alkaline-earth-metal{background:#f4b643}.page .periodic-table .periodic-element.group-transition-metal{background:#d3d4e8}.page .periodic-table .periodic-element.group-unknown{background:#8c6daf}.page .periodic-table .periodic-element.group-metalloid{background:#fbb}.page .periodic-table .periodic-element.group-post-transition-metal{background:#fbef5a}.page .periodic-table .periodic-element.group-noble-gas{background:#ef5d74}.page .periodic-table .periodic-element.group-lanthanoid{background:#b47051}.page .periodic-table .periodic-element.group-actinoid{background:#3c98fe}.page .periodic-table .periodic-element.chosen-element{box-shadow:1px 1px 6px 3px red;border:.25px solid #24282c}.page .periodic-table .periodic-element.un-chosen-element{opacity:.25;border:.25px solid #24282c}.page .periodic-table .periodic-element .atomic-number{left:.5px;top:.5px;position:absolute}.page .periodic-table .periodic-table-bottom{display:flex;flex-direction:column;margin-top:15px;width:100%}.page .periodic-table .periodic-table-bottom .periodic-row{display:flex;justify-content:flex-end;width:100%}.page .periodic-table .periodic-table-bottom .periodic-row .periodic-element{display:flex;flex-direction:column;min-width:14.83px;width:5.5555%;border-right:.25px solid #24282c;border-bottom:.25px solid #24282c}.page .periodic-table .periodic-table-bottom .periodic-row .periodic-element.element-57,.page .periodic-table .periodic-table-bottom .periodic-row .periodic-element.element-58,.page .periodic-table .periodic-table-bottom .periodic-row .periodic-element.element-59,.page .periodic-table .periodic-table-bottom .periodic-row .periodic-element.element-60,.page .periodic-table .periodic-table-bottom .periodic-row .periodic-element.element-61,.page .periodic-table .periodic-table-bottom .periodic-row .periodic-element.element-62,.page .periodic-table .periodic-table-bottom .periodic-row .periodic-element.element-63,.page .periodic-table .periodic-table-bottom .periodic-row .periodic-element.element-64,.page .periodic-table .periodic-table-bottom .periodic-row .periodic-element.element-65,.page .periodic-table .periodic-table-bottom .periodic-row .periodic-element.element-66,.page .periodic-table .periodic-table-bottom .periodic-row .periodic-element.element-67,.page .periodic-table .periodic-table-bottom .periodic-row .periodic-element.element-68,.page .periodic-table .periodic-table-bottom .periodic-row .periodic-element.element-69,.page .periodic-table .periodic-table-bottom .periodic-row .periodic-element.element-70,.page .periodic-table .periodic-table-bottom .periodic-row .periodic-element.element-71{border-top:.25px solid #24282c}.page .periodic-table .periodic-table-bottom .periodic-row .periodic-element:first-of-type{border-left:.25px solid #24282c}.page .vitamin{margin-bottom:16px;list-style:none}.page .vitamin .vitamin-name{display:inline-block;margin-bottom:4px;color:#0fb5ee;font-weight:600;letter-spacing:1.25px;text-decoration:underline;text-underline-offset:2px}.page .vitamin .vitamin-label{display:inline-block;margin-right:6px;font-weight:600}.page .vitamin .vitamin-purposes{margin-bottom:8px}.page .zodiac-wheel{min-height:250px;width:280px;margin:80px auto;position:relative}.page .zodiac-wheel img{height:48px;opacity:.4;cursor:pointer}.page .zodiac-wheel img.selected,.page .zodiac-wheel img:hover{opacity:1}.page .zodiac-wheel img.zodiac-1{top:0;left:50%;transform:translate(-50%,-50%)}.page .zodiac-wheel img.zodiac-2{top:10%;left:73%;transform:translate(-50%,-50%)}.page .zodiac-wheel img.zodiac-3{top:28%;left:89%;transform:translate(-50%,-50%)}.page .zodiac-wheel img.zodiac-4{left:94%;top:48%;transform:translate(-50%,-50%)}.page .zodiac-wheel img.zodiac-5{top:72%;left:88%;transform:translate(-50%,-50%)}.page .zodiac-wheel img.zodiac-6{top:90%;left:73%;transform:translate(-50%,-50%)}.page .zodiac-wheel img.zodiac-7{top:98%;left:50%;transform:translate(-50%,-50%)}.page .zodiac-wheel img.zodiac-8{top:92%;left:29%;transform:translate(-50%,-50%)}.page .zodiac-wheel img.zodiac-9{top:72%;left:13%;transform:translate(-50%,-50%)}.page .zodiac-wheel img.zodiac-10{left:6%;top:50%;transform:translate(-50%,-50%)}.page .zodiac-wheel img.zodiac-11{top:27%;left:15%;transform:translate(-50%,-50%)}.page .zodiac-wheel img.zodiac-12{top:8%;left:28%;transform:translate(-50%,-50%)}.page .zodiac-wheel .date-selector-dropdowns,.page .zodiac-wheel .year-selector-dropdowns{left:50%;top:50%;transform:translate(-50%,-50%)}.page .zodiac-wheel .date-selector-dropdowns .birth-date-label,.page .zodiac-wheel .date-selector-dropdowns .birth-year-label,.page .zodiac-wheel .year-selector-dropdowns .birth-date-label,.page .zodiac-wheel .year-selector-dropdowns .birth-year-label{font-size:12px;margin-bottom:2px;display:inline-block}.page .zodiac-wheel .date-selector-dropdowns #year-selector,.page .zodiac-wheel .year-selector-dropdowns #year-selector{outline:none;width:75px;height:24px;font-size:18px}@media(max-width:500px){.page .zodiac-wheel .date-selector-dropdowns #year-selector,.page .zodiac-wheel .year-selector-dropdowns #year-selector{width:85px}}.page .zodiac-wheel .date-selector-dropdowns #day-selector,.page .zodiac-wheel .date-selector-dropdowns #month-selector,.page .zodiac-wheel .year-selector-dropdowns #day-selector,.page .zodiac-wheel .year-selector-dropdowns #month-selector{outline:none;font-size:18px;height:24px}.page .zodiac-wheel:before{content:"";background:#0fb5ee;position:absolute;height:300px;width:300px;border-radius:50%;top:0;left:0;transform:translate(-10px,-25px);border:1px solid #9d9d9d}.page .ind-zodiac-container{margin:40px auto;padding-bottom:32px;border-bottom:1px solid #24282c;position:relative;display:flex;flex-direction:column;align-items:center}.page .ind-zodiac-container:last-of-type{border-bottom:none;padding-bottom:0}.page .ind-zodiac-container .zodiac-image{margin-bottom:24px;width:300px}@media(max-width:768px){.page .ind-zodiac-container .zodiac-image{width:300px}}@media(max-width:600px){.page .ind-zodiac-container .zodiac-image{width:200px}}.page .ind-zodiac-container .zodiac-name{margin-bottom:10px}.page .ind-zodiac-container .zodiac-info h4{margin-bottom:8px;font-size:16px}.page .ind-zodiac-container .zodiac-info ul{margin-bottom:16px;padding-left:16px}.page .ind-zodiac-container .zodiac-info p{margin-bottom:16px;font-size:16px}.page .ind-zodiac-container .zodiac-info p span{margin-right:8px;display:inline-block}.page .ind-zodiac-container .zodiac-info p span:last-of-type{margin-right:0}.page .ind-zodiac-container .year-container{display:flex;flex-wrap:wrap}.page .ind-zodiac-container .year-container .year{letter-spacing:1.05px;line-height:1.35}.page.type-resource-detail .contract-for-hire-score-sheet strong,.page.type-resource-detail .generic-score-sheet strong{margin-bottom:12px;display:block;font-size:16px}@media(max-width:500px){.page.type-resource-detail .contract-for-hire-score-sheet strong,.page.type-resource-detail .generic-score-sheet strong{margin-bottom:8px}}.page.type-resource-detail .contract-for-hire-score-sheet .default-input,.page.type-resource-detail .generic-score-sheet .default-input{border:none;padding:8px;outline:none;display:block;font-size:16px;width:350px}.page.type-resource-detail .contract-for-hire-score-sheet .default-input::placeholder,.page.type-resource-detail .generic-score-sheet .default-input::placeholder{color:#9ea0a2}@media(max-width:500px){.page.type-resource-detail .contract-for-hire-score-sheet .default-input,.page.type-resource-detail .generic-score-sheet .default-input{width:100%}}.page.type-resource-detail .contract-for-hire-score-sheet .default-btn,.page.type-resource-detail .generic-score-sheet .default-btn{background:#8cc759}.page.type-resource-detail .contract-for-hire-score-sheet .close-logo,.page.type-resource-detail .generic-score-sheet .close-logo{height:16px;width:16px;margin-left:8px}.page.type-resource-detail .contract-for-hire-score-sheet .duplicate-logo,.page.type-resource-detail .generic-score-sheet .duplicate-logo{height:24px;width:24px;margin-left:8px}.page.type-resource-detail .contract-for-hire-score-sheet .plus-logo,.page.type-resource-detail .generic-score-sheet .plus-logo{height:18px;width:18px;margin-left:6px}.page.type-resource-detail .contract-for-hire-score-sheet .plus-logo.disabled,.page.type-resource-detail .generic-score-sheet .plus-logo.disabled{opacity:.25}.page.type-resource-detail .contract-for-hire-score-sheet .tab-section-container,.page.type-resource-detail .generic-score-sheet .tab-section-container{padding:24px 8px}.page.type-resource-detail .contract-for-hire-score-sheet .rooms-container .existing-room,.page.type-resource-detail .generic-score-sheet .rooms-container .existing-room{border-bottom:none;margin-bottom:0}.page.type-resource-detail .contract-for-hire-score-sheet .rooms-container .existing-room:focus,.page.type-resource-detail .generic-score-sheet .rooms-container .existing-room:focus{border-bottom:1px solid #24282c}.page.type-resource-detail .contract-for-hire-score-sheet .rooms-container .room,.page.type-resource-detail .generic-score-sheet .rooms-container .room{font-size:16px;margin-bottom:4px;display:flex;align-items:center}.page.type-resource-detail .contract-for-hire-score-sheet .rooms-container .room .selected-room,.page.type-resource-detail .generic-score-sheet .rooms-container .room .selected-room{color:#3c98fe}.page.type-resource-detail .contract-for-hire-score-sheet .rooms-container .room .default-input,.page.type-resource-detail .generic-score-sheet .rooms-container .room .default-input{width:calc(100% - 48px)}.page.type-resource-detail .contract-for-hire-score-sheet .rooms-container .room .default-input:focus,.page.type-resource-detail .generic-score-sheet .rooms-container .room .default-input:focus{border-bottom:1px solid #24282c}.page.type-resource-detail .contract-for-hire-score-sheet .rooms-container .room.new-room .default-input,.page.type-resource-detail .generic-score-sheet .rooms-container .room.new-room .default-input{width:calc(100% - 36px)}.page.type-resource-detail .contract-for-hire-score-sheet .rooms-container .no-rooms,.page.type-resource-detail .generic-score-sheet .rooms-container .no-rooms{margin-bottom:16px}.page.type-resource-detail .contract-for-hire-score-sheet .game-details-container input,.page.type-resource-detail .generic-score-sheet .game-details-container input{padding:8px}.page.type-resource-detail .contract-for-hire-score-sheet .game-details-container .game-name-input,.page.type-resource-detail .generic-score-sheet .game-details-container .game-name-input{border-bottom:none;margin-bottom:0}.page.type-resource-detail .contract-for-hire-score-sheet .game-details-container .game-name-input:focus,.page.type-resource-detail .generic-score-sheet .game-details-container .game-name-input:focus{border-bottom:1px solid #24282c}.page.type-resource-detail .contract-for-hire-score-sheet .game-details-container .existing-player,.page.type-resource-detail .generic-score-sheet .game-details-container .existing-player{border-bottom:none;margin-bottom:0}.page.type-resource-detail .contract-for-hire-score-sheet .game-details-container .existing-player:focus,.page.type-resource-detail .generic-score-sheet .game-details-container .existing-player:focus{border-bottom:1px solid #24282c}.page.type-resource-detail .contract-for-hire-score-sheet .game-details-container .game-bonus-per-round,.page.type-resource-detail .contract-for-hire-score-sheet .game-details-container .game-final-bonus,.page.type-resource-detail .contract-for-hire-score-sheet .game-details-container .game-name,.page.type-resource-detail .contract-for-hire-score-sheet .game-details-container .game-players,.page.type-resource-detail .contract-for-hire-score-sheet .game-details-container .game-rounds,.page.type-resource-detail .generic-score-sheet .game-details-container .game-bonus-per-round,.page.type-resource-detail .generic-score-sheet .game-details-container .game-final-bonus,.page.type-resource-detail .generic-score-sheet .game-details-container .game-name,.page.type-resource-detail .generic-score-sheet .game-details-container .game-players,.page.type-resource-detail .generic-score-sheet .game-details-container .game-rounds{margin-bottom:32px;font-size:16px}@media(max-width:500px){.page.type-resource-detail .contract-for-hire-score-sheet .game-details-container .game-bonus-per-round,.page.type-resource-detail .contract-for-hire-score-sheet .game-details-container .game-final-bonus,.page.type-resource-detail .contract-for-hire-score-sheet .game-details-container .game-name,.page.type-resource-detail .contract-for-hire-score-sheet .game-details-container .game-players,.page.type-resource-detail .contract-for-hire-score-sheet .game-details-container .game-rounds,.page.type-resource-detail .generic-score-sheet .game-details-container .game-bonus-per-round,.page.type-resource-detail .generic-score-sheet .game-details-container .game-final-bonus,.page.type-resource-detail .generic-score-sheet .game-details-container .game-name,.page.type-resource-detail .generic-score-sheet .game-details-container .game-players,.page.type-resource-detail .generic-score-sheet .game-details-container .game-rounds{margin-bottom:24px}}.page.type-resource-detail .contract-for-hire-score-sheet .game-details-container .game-rounds .default-input:focus,.page.type-resource-detail .generic-score-sheet .game-details-container .game-rounds .default-input:focus{border-bottom:1px solid #24282c}.page.type-resource-detail .contract-for-hire-score-sheet .game-details-container .game-players .player,.page.type-resource-detail .generic-score-sheet .game-details-container .game-players .player{font-size:16px;margin-bottom:4px;display:flex;align-items:center}.page.type-resource-detail .contract-for-hire-score-sheet .game-details-container .game-players .player .default-input,.page.type-resource-detail .generic-score-sheet .game-details-container .game-players .player .default-input{width:calc(100% - 24px)}.page.type-resource-detail .contract-for-hire-score-sheet .game-details-container .game-players .player .default-input:focus,.page.type-resource-detail .generic-score-sheet .game-details-container .game-players .player .default-input:focus{border-bottom:1px solid #24282c}.page.type-resource-detail .contract-for-hire-score-sheet .game-details-container .game-players .no-player,.page.type-resource-detail .generic-score-sheet .game-details-container .game-players .no-player{margin-bottom:12px}.page.type-resource-detail .contract-for-hire-score-sheet .game-details-container .radio-group,.page.type-resource-detail .generic-score-sheet .game-details-container .radio-group{display:flex;align-items:center}.page.type-resource-detail .contract-for-hire-score-sheet .game-details-container .radio-group label:not(:last-of-type),.page.type-resource-detail .generic-score-sheet .game-details-container .radio-group label:not(:last-of-type){margin-right:20px}.page.type-resource-detail .contract-for-hire-score-sheet .game-details-container .radio-group label span,.page.type-resource-detail .generic-score-sheet .game-details-container .radio-group label span{margin-left:10px}.page.type-resource-detail .contract-for-hire-score-sheet .score-sheet-container .score-sheet-header,.page.type-resource-detail .generic-score-sheet .score-sheet-container .score-sheet-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:12px}@media(max-width:500px){.page.type-resource-detail .contract-for-hire-score-sheet .score-sheet-container .score-sheet-header,.page.type-resource-detail .generic-score-sheet .score-sheet-container .score-sheet-header{margin-bottom:8px}}.page.type-resource-detail .contract-for-hire-score-sheet .score-sheet-container .score-sheet-header strong,.page.type-resource-detail .generic-score-sheet .score-sheet-container .score-sheet-header strong{margin-bottom:0}.page.type-resource-detail .contract-for-hire-score-sheet .score-sheet-container .score-sheet-table,.page.type-resource-detail .generic-score-sheet .score-sheet-container .score-sheet-table{margin-bottom:32px;overflow-x:scroll;-ms-overflow-style:none;scrollbar-width:none}.page.type-resource-detail .contract-for-hire-score-sheet .score-sheet-container .score-sheet-table::-webkit-scrollbar,.page.type-resource-detail .generic-score-sheet .score-sheet-container .score-sheet-table::-webkit-scrollbar{display:none}.page.type-resource-detail .contract-for-hire-score-sheet .score-sheet-container .score-sheet-table .item-row,.page.type-resource-detail .generic-score-sheet .score-sheet-container .score-sheet-table .item-row{display:flex;list-style:none}.page.type-resource-detail .contract-for-hire-score-sheet .score-sheet-container .score-sheet-table .item-row .empty-square,.page.type-resource-detail .generic-score-sheet .score-sheet-container .score-sheet-table .item-row .empty-square{width:50px;min-width:50px}.page.type-resource-detail .contract-for-hire-score-sheet .score-sheet-container .score-sheet-table .item-row li,.page.type-resource-detail .generic-score-sheet .score-sheet-container .score-sheet-table .item-row li{padding:8px;width:100px;min-width:100px;text-align:center}.page.type-resource-detail .contract-for-hire-score-sheet .score-sheet-container .score-sheet-table .item-row li.player-name,.page.type-resource-detail .generic-score-sheet .score-sheet-container .score-sheet-table .item-row li.player-name{font-size:10px;display:flex;align-items:center;justify-content:center}.page.type-resource-detail .contract-for-hire-score-sheet .score-sheet-container .score-sheet-table .item-row .item-round-number,.page.type-resource-detail .generic-score-sheet .score-sheet-container .score-sheet-table .item-row .item-round-number{width:50px;min-width:50px;font-size:10px}.page.type-resource-detail .contract-for-hire-score-sheet .score-sheet-container .score-sheet-table .item-row.score-row:last-of-type .score,.page.type-resource-detail .generic-score-sheet .score-sheet-container .score-sheet-table .item-row.score-row:last-of-type .score{border-bottom:1px solid #24282c}.page.type-resource-detail .contract-for-hire-score-sheet .score-sheet-container .score-sheet-table .item-row.score-row .score,.page.type-resource-detail .generic-score-sheet .score-sheet-container .score-sheet-table .item-row.score-row .score{padding:8px;width:100px;min-width:100px;text-align:center;border-top:1px solid #24282c;border-left:1px solid #24282c;font-size:14px}.page.type-resource-detail .contract-for-hire-score-sheet .score-sheet-container .score-sheet-table .item-row.score-row .score:last-of-type,.page.type-resource-detail .generic-score-sheet .score-sheet-container .score-sheet-table .item-row.score-row .score:last-of-type{border-right:1px solid #24282c}.page.type-resource-detail .contract-for-hire-score-sheet .score-sheet-container .score-sheet-table .item-row.score-row .score.winner,.page.type-resource-detail .generic-score-sheet .score-sheet-container .score-sheet-table .item-row.score-row .score.winner{color:#3c98fe}.page.type-resource-detail .contract-for-hire-score-sheet .score-sheet-container .score-sheet-table .item-row.score-row .score .score-input,.page.type-resource-detail .generic-score-sheet .score-sheet-container .score-sheet-table .item-row.score-row .score .score-input{width:100%;border:none;outline:none;text-align:center}.page.type-resource-detail .contract-for-hire-score-sheet .score-sheet-container .score-sheet-summary,.page.type-resource-detail .generic-score-sheet .score-sheet-container .score-sheet-summary{max-width:300px}.page.type-resource-detail .contract-for-hire-score-sheet .score-sheet-container .score-sheet-summary .score-sheet-summary-table-heading,.page.type-resource-detail .generic-score-sheet .score-sheet-container .score-sheet-summary .score-sheet-summary-table-heading{display:flex;justify-content:space-between;font-size:14px;margin-bottom:6px}.page.type-resource-detail .contract-for-hire-score-sheet .score-sheet-container .score-sheet-summary .score-sheet-summary-row,.page.type-resource-detail .generic-score-sheet .score-sheet-container .score-sheet-summary .score-sheet-summary-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.page.type-resource-detail .contract-for-hire-score-sheet .score-sheet-container .score-sheet-summary .score-sheet-summary-row .score-sheet-left-side,.page.type-resource-detail .generic-score-sheet .score-sheet-container .score-sheet-summary .score-sheet-summary-row .score-sheet-left-side{display:flex;align-items:center}.page.type-resource-detail .contract-for-hire-score-sheet .score-sheet-container .score-sheet-summary .score-sheet-summary-row .position-number-tag,.page.type-resource-detail .generic-score-sheet .score-sheet-container .score-sheet-summary .score-sheet-summary-row .position-number-tag{font-size:20px;width:24px;display:flex;align-items:center;justify-content:center}@media(max-width:500px){.page.type-resource-detail .contract-for-hire-score-sheet .score-sheet-container .score-sheet-summary .score-sheet-summary-row .position-number-tag,.page.type-resource-detail .generic-score-sheet .score-sheet-container .score-sheet-summary .score-sheet-summary-row .position-number-tag{font-size:16px}}.page.type-resource-detail .contract-for-hire-score-sheet .score-sheet-container .score-sheet-summary .score-sheet-summary-row .score-sheet-summary-players,.page.type-resource-detail .generic-score-sheet .score-sheet-container .score-sheet-summary .score-sheet-summary-row .score-sheet-summary-players{font-size:16px;margin-right:4px}@media(max-width:500px){.page.type-resource-detail .contract-for-hire-score-sheet .score-sheet-container .score-sheet-summary .score-sheet-summary-row .score-sheet-summary-players,.page.type-resource-detail .generic-score-sheet .score-sheet-container .score-sheet-summary .score-sheet-summary-row .score-sheet-summary-players{font-size:12px}}.page.type-resource-detail .contract-for-hire-score-sheet .score-sheet-container .score-sheet-summary .score-sheet-summary-row .score-sheet-summary-total,.page.type-resource-detail .generic-score-sheet .score-sheet-container .score-sheet-summary .score-sheet-summary-row .score-sheet-summary-total{font-size:16px;font-weight:700;width:unset}@media(max-width:500px){.page.type-resource-detail .contract-for-hire-score-sheet .score-sheet-container .score-sheet-summary .score-sheet-summary-row .score-sheet-summary-total,.page.type-resource-detail .generic-score-sheet .score-sheet-container .score-sheet-summary .score-sheet-summary-row .score-sheet-summary-total{font-size:12px}}.page.type-resource-detail .contract-for-hire-score-sheet .score-sheet-header .score-sheet-summary-table-heading>span:first-of-type{display:inline-flex;min-width:300px}@media(max-width:500px){.page.type-resource-detail .contract-for-hire-score-sheet .score-sheet-header .score-sheet-summary-table-heading>span:first-of-type{min-width:unset}}@media(max-width:500px){.page.type-resource-detail .contract-for-hire-score-sheet .score-sheet-header{flex-direction:column-reverse;grid-gap:24px;gap:24px}}.page.type-resource-detail .contract-for-hire-score-sheet .score-sheet-container .score-sheet-summary{margin-bottom:32px}@media(max-width:500px){.page.type-resource-detail .contract-for-hire-score-sheet .score-sheet-container .score-sheet-summary{max-width:0;min-width:100%}}.page.type-resource-detail .contract-for-hire-score-sheet .score-sheet-container .score-sheet-summary .score-sheet-summary-players{min-width:268px}@media(max-width:500px){.page.type-resource-detail .contract-for-hire-score-sheet .score-sheet-container .score-sheet-summary .score-sheet-summary-players{min-width:unset}}.page.type-resource-detail .contract-for-hire-score-sheet .contract-for-hire-table{display:flex;flex-direction:column;grid-row-gap:12px;row-gap:12px;margin-bottom:32px}@media(max-width:768px){.page.type-resource-detail .contract-for-hire-score-sheet .contract-for-hire-table{grid-row-gap:24px;row-gap:24px}}.page.type-resource-detail .contract-for-hire-score-sheet .contract-for-hire-table .add-auction-item-button{background:#0fb5ee;padding:4px 8px;border:none;border-radius:4px;cursor:pointer;color:#fff}.page.type-resource-detail .contract-for-hire-score-sheet .contract-for-hire-table .table-row-container{display:flex;flex-wrap:wrap}@media(max-width:768px){.page.type-resource-detail .contract-for-hire-score-sheet .contract-for-hire-table .table-row-container{flex-direction:column}}.page.type-resource-detail .contract-for-hire-score-sheet .contract-for-hire-table .table-cell{padding:8px 12px;border-top:1px solid #24282c;border-bottom:1px solid #24282c;border-right:1px solid #24282c;display:flex;flex-direction:column;grid-row-gap:8px;row-gap:8px}@media(max-width:768px){.page.type-resource-detail .contract-for-hire-score-sheet .contract-for-hire-table .table-cell{border-bottom:none;border-left:1px solid #24282c;max-width:calc(100vw - 48px)}}.page.type-resource-detail .contract-for-hire-score-sheet .contract-for-hire-table .auction-item-name-cell{border-left:1px solid #24282c;justify-content:space-between}.page.type-resource-detail .contract-for-hire-score-sheet .contract-for-hire-table .auction-item-name-cell .auction-item-name-container{display:flex;flex-direction:column;grid-row-gap:8px;row-gap:8px}.page.type-resource-detail .contract-for-hire-score-sheet .contract-for-hire-table .auction-item-name-cell .auction-item-heading{font-size:12px;margin-bottom:0}@media(max-width:768px){.page.type-resource-detail .contract-for-hire-score-sheet .contract-for-hire-table .auction-item-name-cell .auction-item-heading{font-size:16px;display:flex}}.page.type-resource-detail .contract-for-hire-score-sheet .contract-for-hire-table .auction-item-name-cell .auction-item-name-selector{padding-block:2px;max-width:200px;text-overflow:ellipsis;white-space:nowrap;cursor:pointer;font-size:12px}@media(max-width:768px){.page.type-resource-detail .contract-for-hire-score-sheet .contract-for-hire-table .auction-item-name-cell .auction-item-name-selector{font-size:16px;max-width:min(270px,100%);padding-block:4px}}.page.type-resource-detail .contract-for-hire-score-sheet .contract-for-hire-table .auction-item-name-cell .delete-auction-item-button{background:#fd8024;padding:4px 8px;border:none;border-radius:4px;cursor:pointer;color:#fff;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.page.type-resource-detail .contract-for-hire-score-sheet .contract-for-hire-table .auction-bid-cell .auction-bid-heading-container{display:flex;grid-column-gap:12px;column-gap:12px}.page.type-resource-detail .contract-for-hire-score-sheet .contract-for-hire-table .auction-bid-cell .auction-bid-heading-container .auction-bid-player-heading{font-size:12px;min-width:60px;margin-bottom:0}@media(max-width:768px){.page.type-resource-detail .contract-for-hire-score-sheet .contract-for-hire-table .auction-bid-cell .auction-bid-heading-container .auction-bid-player-heading{font-size:16px;min-width:64px}}.page.type-resource-detail .contract-for-hire-score-sheet .contract-for-hire-table .auction-bid-cell .auction-bid-heading-container .auction-bid-order-heading{font-size:12px;min-width:45px;margin-bottom:0}@media(max-width:768px){.page.type-resource-detail .contract-for-hire-score-sheet .contract-for-hire-table .auction-bid-cell .auction-bid-heading-container .auction-bid-order-heading{font-size:16px;min-width:55px}}.page.type-resource-detail .contract-for-hire-score-sheet .contract-for-hire-table .auction-bid-cell .auction-bid-heading-container .auction-bid-rolls-heading{font-size:12px;min-width:45px;margin-bottom:0}@media(max-width:768px){.page.type-resource-detail .contract-for-hire-score-sheet .contract-for-hire-table .auction-bid-cell .auction-bid-heading-container .auction-bid-rolls-heading{font-size:16px;min-width:55px}}.page.type-resource-detail .contract-for-hire-score-sheet .contract-for-hire-table .auction-bid-cell .auction-bid-heading-container .auction-bid-cost-heading{font-size:12px;min-width:50px;margin-bottom:0}@media(max-width:768px){.page.type-resource-detail .contract-for-hire-score-sheet .contract-for-hire-table .auction-bid-cell .auction-bid-heading-container .auction-bid-cost-heading{font-size:16px;min-width:60px}}.page.type-resource-detail .contract-for-hire-score-sheet .contract-for-hire-table .auction-bid-cell .auction-bid-container{display:flex;align-items:center;grid-column-gap:12px;column-gap:12px;min-height:19.5px}.page.type-resource-detail .contract-for-hire-score-sheet .contract-for-hire-table .auction-bid-cell .auction-bid-container .player-value{font-size:12px;min-width:60px}@media(max-width:768px){.page.type-resource-detail .contract-for-hire-score-sheet .contract-for-hire-table .auction-bid-cell .auction-bid-container .player-value{font-size:16px;min-width:64px}}.page.type-resource-detail .contract-for-hire-score-sheet .contract-for-hire-table .auction-bid-cell .auction-bid-container .order-value{min-width:47.5px;font-size:12px;cursor:pointer}@media(max-width:768px){.page.type-resource-detail .contract-for-hire-score-sheet .contract-for-hire-table .auction-bid-cell .auction-bid-container .order-value{font-size:16px;min-width:55px}}.page.type-resource-detail .contract-for-hire-score-sheet .contract-for-hire-table .auction-bid-cell .auction-bid-container .empty-order-value{min-width:47.5px}@media(max-width:768px){.page.type-resource-detail .contract-for-hire-score-sheet .contract-for-hire-table .auction-bid-cell .auction-bid-container .empty-order-value{min-width:55px}}.page.type-resource-detail .contract-for-hire-score-sheet .contract-for-hire-table .auction-bid-cell .auction-bid-container .bid-value{min-width:47.5px;font-size:12px;cursor:pointer}@media(max-width:768px){.page.type-resource-detail .contract-for-hire-score-sheet .contract-for-hire-table .auction-bid-cell .auction-bid-container .bid-value{font-size:16px;min-width:55px}}.page.type-resource-detail .contract-for-hire-score-sheet .contract-for-hire-table .auction-bid-cell .auction-bid-container .empty-bid-value{min-width:47.5px}@media(max-width:768px){.page.type-resource-detail .contract-for-hire-score-sheet .contract-for-hire-table .auction-bid-cell .auction-bid-container .empty-bid-value{font-size:16px;min-width:55px}}.page.type-resource-detail .contract-for-hire-score-sheet .contract-for-hire-table .auction-bid-cell .auction-bid-container .cost-value{font-size:12px;min-width:50px}@media(max-width:768px){.page.type-resource-detail .contract-for-hire-score-sheet .contract-for-hire-table .auction-bid-cell .auction-bid-container .cost-value{font-size:16px;min-width:60px}}@media(max-width:768px){.page.type-resource-detail .contract-for-hire-score-sheet .contract-for-hire-table .auction-reward-cell{border-bottom:1px solid #24282c}}.page.type-resource-detail .contract-for-hire-score-sheet .contract-for-hire-table .auction-reward-cell .auction-reward-heading{font-size:12px;margin-bottom:0}@media(max-width:768px){.page.type-resource-detail .contract-for-hire-score-sheet .contract-for-hire-table .auction-reward-cell .auction-reward-heading{font-size:16px;display:flex}}.page.type-resource-detail .contract-for-hire-score-sheet .contract-for-hire-table .auction-reward-cell .auction-reward-container{display:flex;flex-direction:column;grid-row-gap:8px;row-gap:8px}.page.type-resource-detail .contract-for-hire-score-sheet .contract-for-hire-table .auction-reward-cell .auction-reward-container .auction-reward-list-item{display:flex;align-items:center;grid-column-gap:6px;column-gap:6px;min-height:19.5px}.page.type-resource-detail .contract-for-hire-score-sheet .contract-for-hire-table .auction-reward-cell .auction-reward-container .auction-reward-list-item .auction-reward-list-item-heading{font-size:12px;width:40px;font-weight:500}.page.type-resource-detail .contract-for-hire-score-sheet .contract-for-hire-table .auction-reward-cell .auction-reward-container .auction-reward-list-item .auction-reward-list-item-option-container{display:flex;grid-column-gap:8px;column-gap:8px}.page.type-resource-detail .contract-for-hire-score-sheet .contract-for-hire-table .auction-reward-cell .auction-reward-container .auction-reward-list-item .auction-or-reward-list-item-option-container{display:flex;flex-direction:column;align-items:center;grid-gap:2px;gap:2px}.page.type-resource-detail .contract-for-hire-score-sheet .contract-for-hire-table .auction-reward-cell .auction-reward-container .auction-reward-list-item .auction-reward-list-item-option-value{border:1px solid #000;border-radius:4px;padding:2px 4px;min-width:36px;min-height:19.5px;display:flex;justify-content:center;align-items:center;cursor:pointer;font-size:12px}@media(max-width:768px){.page.type-resource-detail .contract-for-hire-score-sheet .contract-for-hire-table .auction-reward-cell .auction-reward-container .auction-reward-list-item .auction-reward-list-item-option-value{font-size:20px;min-width:45px;min-height:29px}}.page.type-resource-detail .contract-for-hire-score-sheet .contract-for-hire-table .auction-reward-cell .auction-reward-container .auction-reward-list-item .default-selected-list-item-card{color:#fff;background:#0fb5ee;cursor:default}.page.type-resource-detail .contract-for-hire-score-sheet .contract-for-hire-table .auction-reward-cell .auction-reward-container .auction-reward-list-item .selected-list-item-card{color:#fff;background:#0fb5ee}.page.type-resource-detail .contract-for-hire-score-sheet .contract-for-hire-table .auction-reward-cell .auction-reward-container .auction-reward-list-item .auction-or-reward-list-item-heading{font-size:8px;font-weight:500}@media(max-width:768px){.page.type-resource-detail .contract-for-hire-score-sheet .contract-for-hire-table .auction-reward-cell .auction-reward-container .auction-reward-list-item .auction-or-reward-list-item-heading{font-size:14px}}.page.type-resource-detail .contract-for-hire-score-sheet .contract-for-hire-table .auction-reward-cell .auction-reward-container .auction-reward-list-item .or-text{font-size:7px}@media(max-width:768px){.page.type-resource-detail .contract-for-hire-score-sheet .contract-for-hire-table .auction-reward-cell .auction-reward-container .auction-reward-list-item .or-text{font-size:12px}}.page.type-resource-detail .contract-for-hire-score-sheet .contract-for-hire-table .auction-reward-cell .auction-reward-container .reward-list-item-or-card-type{min-height:32px}.page.type-resource-detail .contract-for-hire-score-sheet .contract-for-hire-table .auction-reward-cell .auction-reward-container .winner-selector-reward-list-item{min-height:21.5px}.page.type-resource-detail .contract-for-hire-score-sheet .contract-for-hire-table .auction-reward-cell .auction-reward-container .winner-selector{padding:2px 4px;cursor:pointer;min-width:94px;font-size:12px}@media(max-width:768px){.page.type-resource-detail .contract-for-hire-score-sheet .contract-for-hire-table .auction-reward-cell .auction-reward-container .winner-selector{font-size:16px;min-width:160px}}.page .container{min-height:calc(100vh - 359px);padding:56px 56px 80px}@media(max-width:850px){.page .container{padding:20px 20px 80px}}@media(max-width:500px){.page .container{padding:16px 16px 80px}}.page .container .heading{margin-bottom:24px;text-transform:capitalize;letter-spacing:.75px;font-size:32px}@media(max-width:768px){.page .container .heading{padding-left:16px;font-size:24px}}@media(max-width:500px){.page .container .heading{padding-left:0;margin-bottom:16px;font-size:16px}}.page .container .breadcrumbs+.heading{margin-top:50px}@keyframes fadein{0%{opacity:0}to{opacity:1}}.main{position:relative;height:100vh}
/*# sourceMappingURL=main.72d570b1.chunk.css.map */