@keyframes roundOut {from {transform: rotateX(0deg);}to {transform: rotateX(-90deg);}}@keyframes roundIn {from {transform: rotateX(90deg);}to {transform: rotateX(0deg);}}@keyframes fadeOut {from {opacity: 1;}to {opacity: 0;}}@keyframes fadeIn {from {opacity: 0;}to {opacity: 1;}}.round-out {animation-name: roundOut;animation-duration: 300ms;animation-iteration-count: 1;animation-timing-function: ease-out;animation-fill-mode: forwards;perspective: 800px;}.round-in {animation-name: roundIn;animation-duration: 300ms;animation-iteration-count: 1;animation-timing-function: ease-out;animation-fill-mode: forwards;perspective: 800px;}.fade-out {animation-name: fadeOut;animation-duration: 300ms;animation-iteration-count: 1;animation-timing-function: ease-out;animation-fill-mode: forwards;perspective: 800px;}.fade-in {animation-name: fadeIn;animation-duration: 300ms;animation-iteration-count: 1;animation-timing-function: ease-out;animation-fill-mode: forwards;perspective: 800px;}.sn-picks {position: relative;}.sn-picks .preload {position: absolute;width: 0;height: 0;overflow: hidden;}.sn-picks .sponsor {display: flex;align-items: center;gap: 5px;flex-direction: column;position: absolute;right: 0;top: 0;color: #B7B7B7;font-family: "Circular-Book", Arial, sans-serif;font-size: 14px;}.sn-picks .nav {display: flex;justify-content: center;}.sn-picks .nav .tabs {display: flex;}.sn-picks .nav .tabs .tab {width: 120px;height: 40px;background: #EEE;display: flex;justify-content: center;align-items: center;cursor: pointer;font-size: 18px;font-family: "Circular-Bold", Arial, serif;color: #151515;}.sn-picks .nav .tabs .tab:first-child {border-radius: 5px 0 0 5px;}.sn-picks .nav .tabs .tab:last-child {border-radius: 0 5px 5px 0;}.sn-picks .nav .tabs .tab.selected {background: #E61E00;cursor: default;color: #FFFFFF;}.sn-picks .game-content {margin-top: 43px;display: flex;justify-content: center;align-items: center;gap: 90px;}.sn-picks .game-content .game {width: 350px;}.sn-picks .game-content .game .date {text-align: center;font-size: 18px;color: #767676;font-family: "Circular-Bold", Arial, serif;margin-bottom: 15px;}.sn-picks .game-content .game .venue {color: #222;text-align: center;font-family: "Circular-Book", Arial, sans-serif;font-size: 14px;line-height: 19px;opacity: 0.5;margin-bottom: 15px;}.sn-picks .game-content .game .questions {display: flex;flex-direction: column;align-items: center;margin-top: 15px;}.sn-picks .game-content .game .questions .question {position: relative;width: 310px;padding: 15px;-webkit-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);-moz-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);-o-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);border-radius: 15px;border: 1px solid #D9D9D9;background: #FFF;margin-bottom: 10px;}.sn-picks .game-content .game .questions .question.one {height: 294px;}.sn-picks .game-content .game .questions .question.two {height: 324px;}.sn-picks .game-content .game .questions .question.three {height: 274px;}.sn-picks .game-content .game .questions .question .title {position: relative;text-align: center;font-size: 18px;color: #1C1C1C;font-family: "Circular-Bold", Arial, serif;height: 23px;margin-bottom: 10px;}.sn-picks .game-content .game .questions .question .title .num {position: absolute;color: #CFCFCF;left: 0;}.sn-picks .game-content .game .questions .question .title .full {-webkit-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);-moz-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);-o-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);position: absolute;top: 0;left: 0;right: 0;opacity: 1;}.sn-picks .game-content .game .questions .question .title .base {-webkit-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);-moz-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);-o-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);position: absolute;top: 0;left: 0;right: 0;opacity: 0;}.sn-picks .game-content .game .questions .question.two .title, .sn-picks .game-content .game .questions .question.three .title {height: 46px;}.sn-picks .game-content .game .questions .question p {text-align: center;font-size: 14px;margin: -8px 0 27px;font-family: "Circular-Book", Arial, sans-serif;color: rgba(34, 34, 34, 0.5);-webkit-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);-moz-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);-o-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);opacity: 1;}.sn-picks .game-content .game .questions .question .button {position: relative;display: flex;align-items: center;gap: 10px;font-family: "Circular-Medium", Arial, sans-serif;font-size: 16px;height: 48px;border-radius: 24px;border: 1px solid rgba(0, 0, 0, 0.15);padding: 0 15px;margin-bottom: 10px;cursor: pointer;}.sn-picks .game-content .game .questions .question .button.draw {padding: 0 15px 0 25px;}.sn-picks .game-content .game .questions .question .button .dot {position: absolute;width: 14px;height: 14px;background: #E61E00;border-radius: 50%;right: 17px;top: 17px;}.sn-picks .game-content .game .questions .question .next {padding: 6px 13px 8px 13px;border-radius: 8px;background: #E61E00;color: #FFF;text-align: center;font-family: "Circular-Bold", Arial, serif;font-size: 16px;display: inline-flex;margin-top: 26px;cursor: pointer;}.sn-picks .game-content .game .questions .question .click {display: none;position: absolute;top: 0;left: 0;height: 48px;width: 100%;border-radius: 24px;z-index: 5;cursor: pointer;}.sn-picks .game-content .game .questions .question.collapse {height: 48px;overflow: hidden;padding: 11px 15px 0;border: 1px solid rgba(0, 0, 0, 0.05);background: #E61E00;border-radius: 24px;}.sn-picks .game-content .game .questions .question.collapse .title {color: #FFFFFF;}.sn-picks .game-content .game .questions .question.collapse .title .base {opacity: 1;}.sn-picks .game-content .game .questions .question.collapse .title .full {opacity: 0;}.sn-picks .game-content .game .questions .question.collapse p {opacity: 0;}.sn-picks .game-content .game .questions .question.collapse .click {display: block;}.sn-picks .game-content .rounds {display: flex;flex-direction: column;width: 168px;gap: 30px;}.sn-picks .game-content .rounds .round {display: flex;flex-direction: column;gap: 10px;}.sn-picks .game-content .rounds .round .game {width: 10px;height: 10px;background: #CFCFCF;border-radius: 5px;position: relative;cursor: pointer;}.sn-picks .game-content .rounds .round .game .bubble {pointer-events: none;position: absolute;top: -26px;display: flex;align-items: center;width: 168px;}.sn-picks .game-content .rounds .round .game .bubble .dot {min-width: 10px;min-height: 10px;background: #E61E00;border-radius: 5px;}.sn-picks .game-content .rounds .round .game .bubble .line {width: 65px;height: 2px;background: #151515;}.sn-picks .mobile-message {justify-content: center;display: none;}@media all and (max-width: 990px) {.sn-picks .game-content {gap: 40px;}}@media all and (max-width: 767px) {.sn-picks .sponsor {position: relative;justify-content: center;right: auto;top: auto;}.sn-picks .round-mobile {display: flex;justify-content: space-between;align-items: center;gap: 50px;padding: 40px 0;}.sn-picks .mobile-message {display: flex;}.sn-picks .game-content {margin-top: 0;}.sn-picks .game-content .rounds {display: none;}}.sn-picks .round-message {padding: 10px 20px 12px 20px;height: 64px;border-radius: 20px;background: #151515;display: flex;flex-direction: column;align-items: center;color: #FFFFFF;white-space: nowrap;}.sn-picks .round-message .r {font-size: 18px;font-family: "FuturaPT-ExtraBold", Arial, sans-serif;letter-spacing: -0.452px;}.sn-picks .round-message .g {font-size: 16px;font-family: "Circular-Bold", Arial, serif;}.sn-picks .comp-table {display: flex;justify-content: center;}.sn-picks .comp-table .table {width: 350px;border-radius: 10px;border: 1px solid #D9D9D9;background: #FFF;}.sn-picks .comp-table .titles {display: flex;align-items: center;padding: 10px 0;margin-top: 30px;color: #767676;font-family: "Circular-Book", Arial, sans-serif;font-size: 14px;font-weight: 450;}.sn-picks .comp-table .row {color: #222;display: flex;align-items: center;padding: 10px 0;border-bottom: 1px solid #D9D9D9;font-family: "Circular-Book", Arial, sans-serif;font-size: 16px;}.sn-picks .comp-table .row:last-child {border-bottom: none;}.sn-picks .comp-table .row .team, .sn-picks .comp-table .row .pts {font-family: "Circular-Bold", Arial, serif;}.sn-picks .comp-table .pos {width: 50px;text-align: center;}.sn-picks .comp-table .bp {width: 50px;text-align: center;}.sn-picks .comp-table .pts {width: 50px;text-align: center;}.sn-picks .comp-table .team {display: flex;align-items: center;width: calc(100% - 150px);gap: 10px;}.sn-picks .share-table {position: relative;width: 100%;overflow: hidden;margin-top: 40px;display: flex;justify-content: center;}.sn-picks .share-table .share {display: flex;padding: 0;margin: 0;gap: 5px;list-style: none;align-items: center;}.sn-picks .share-table .share .js-copytextarea {opacity: 0;border: none;position: absolute;width: 0;height: 0;overflow: hidden;}.sn-picks .share-table .share li {width: 30px;height: 30px;border-radius: 50%;cursor: pointer;}.sn-picks .share-table .share li.clipboard {width: auto;height: auto;color: #8A8A8A;font-size: 12px;font-family: "Circular-Book", Arial, sans-serif;display: none;}.sn-picks .share-table .share li.clipboard.show {display: block;}.sn-picks .share-table .share li.fb {background: url("../images/common-svg/icon-fb-white.svg") no-repeat center;background-size: 30px 30px;}.sn-picks .share-table .share li.tw {background: url("../images/common-svg/x-social-media-round-icon.svg") no-repeat center;background-size: 30px 30px;}.sn-picks .share-table .share li.wa {background: url("../images/common-svg/icon-whatsapp-green.svg") no-repeat center;background-size: 30px 30px;}.sn-picks .share-table .share li.ms {background: url("../images/common-svg/icon-messanger-white.svg") no-repeat center;background-size: 30px 30px;}.sn-picks .share-table .share li.lk {background: url("../images/social/icon-link.png") no-repeat center;}@media all and (-webkit-min-device-pixel-ratio: 1.5) {.sn-picks .share-table .share li.lk {background: url("../images/social/icon-link@2x.png") no-repeat center;background-size: 100%;}}.sn-picks .share-table .share li.img {width: 30px;height: 30px;border-radius: 50%;background: #000000 url("../images/social/picture-icon.svg") no-repeat center;background-size: 15px;}.sn-picks .share-table .js-copytextarea {position: absolute;right: 200%;}