:root{--red-1: #FFEEEE;--red-2: #FACDCD;--red-3: #F29B9B;--red-4: #E66A6A;--red-5: #D64545;--red-6: #BA2525;--red-7: #A61B1B;--red-8: #911111;--red-9: #780A0A;--red-10: #610404;--yellow-1: #FFFBEA;--yellow-2: #FFF3C4;--yellow-3: #FCE588;--yellow-4: #FADB5F;--yellow-5: #F7C948;--yellow-6: #F0B429;--yellow-7: #DE911D;--yellow-8: #CB6E17;--yellow-9: #B44D12;--yellow-10: #8D2B0B;--gray-1: #FAF9F7;--gray-2: #E8E6E1;--gray-3: #D3CEC4;--gray-4: #B8B2A7;--gray-5: #A39E93;--gray-6: #857F72;--gray-7: #625D52;--gray-8: #504A40;--gray-9: #423D33;--gray-10: #27241D;--blue-1: #E0FCFF;--blue-2: #BEF8FD;--blue-3: #87EAF2;--blue-4: #54D1DB;--blue-5: #38BEC9;--blue-6: #2CB1BC;--blue-7: #14919B;--blue-8: #0E7C86;--blue-9: #0A6C74;--blue-10: #044E54;--green-1: #F2FDE0;--green-2: #E2F7C2;--green-3: #C7EA8F;--green-4: #ABDB5E;--green-5: #94C843;--green-6: #7BB026;--green-7: #63921A;--green-8: #507712;--green-9: #42600C;--green-10: #2B4005}*{box-sizing:border-box;margin:0;padding:0;scroll-behavior:smooth;border:none;-webkit-tap-highlight-color:rgba(0,0,0,0);color:var(--gray-7);font-size:16px;font-family:"Montserrat",sans-serif}html,body{overflow-x:hidden;overflow-x:clip;background-color:var(--gray-1)}h1,h2,h3,h4,h5,h6{color:var(--gray-8)}a:not(.button){color:var(--red-4)}a.button,button:not(.special){height:45px;padding:0 10px;border-radius:3px;text-transform:uppercase;font-weight:500;color:#fff;transition:150ms all;cursor:pointer;display:flex;justify-content:center;align-items:center;text-decoration:none}a.button.loading,button:not(.special).loading{background-image:url(/assets/white-load-dots.svg);background-size:30px;background-repeat:no-repeat;background-position:center;color:rgba(0,0,0,0);cursor:not-allowed;pointer-events:none}a.button:active,button:not(.special):active{opacity:.7;transform:scale(0.95)}a.button.red,button:not(.special).red{background-color:var(--red-6)}a.button.yellow,button:not(.special).yellow{background-color:var(--yellow-8)}a.button.blue,button:not(.special).blue{background-color:var(--blue-8)}a.button.gray,button:not(.special).gray{background-color:var(--gray-6)}a.button:disabled,button:not(.special):disabled{opacity:.3;cursor:not-allowed;pointer-events:none}#next-button{margin-left:10px}#submit-button{margin-left:10px}.top-header{width:100%;height:75px;display:flex;align-items:center;padding:0 50px;justify-content:space-between;background-color:#fff}.top-header img{height:50px;width:auto}main{max-width:1100px;width:95%;margin:0 auto}main section{margin:50px 0;display:flex;flex-flow:column nowrap;align-items:center}main section h1{text-align:center;font-size:50px;margin-bottom:25px}main section p{text-align:center;line-height:1.5;max-width:750px;margin-bottom:25px}main section .hero{max-width:350px;width:95%;margin:25px auto;height:auto}input:not([type=range]):not([type=checkbox]):not([type=radio]),textarea,select{height:50px;text-indent:15px;background-color:var(--gray-1);border-radius:3px;width:95%;max-width:300px;border:1px solid var(--gray-3)}input:not([type=range]):not([type=checkbox]):not([type=radio])::-webkit-search-cancel-button,input:not([type=range]):not([type=checkbox]):not([type=radio])::-webkit-search-decoration,input:not([type=range]):not([type=checkbox]):not([type=radio])::-webkit-search-results-button,input:not([type=range]):not([type=checkbox]):not([type=radio])::-webkit-search-results-decoration,textarea::-webkit-search-cancel-button,textarea::-webkit-search-decoration,textarea::-webkit-search-results-button,textarea::-webkit-search-results-decoration,select::-webkit-search-cancel-button,select::-webkit-search-decoration,select::-webkit-search-results-button,select::-webkit-search-results-decoration{display:none}input:not([type=range]):not([type=checkbox]):not([type=radio])::placeholder,textarea::placeholder,select::placeholder{color:var(--gray-3)}input:not([type=range]):not([type=checkbox]):not([type=radio]):focus::placeholder,textarea:focus::placeholder,select:focus::placeholder{color:rgba(0,0,0,0)}label:not(.checkbox-label){display:flex;flex-flow:column nowrap;max-width:300px;width:95%;margin-bottom:15px}label:not(.checkbox-label) input:not([type=range]):not([type=checkbox]):not([type=radio]),label:not(.checkbox-label) textarea,label:not(.checkbox-label) select{margin:5px 0;width:100%}label:not(.checkbox-label) input:not([type=range]):not([type=checkbox]):not([type=radio])+.undertext,label:not(.checkbox-label) textarea+.undertext,label:not(.checkbox-label) select+.undertext{font-size:13px;color:var(--gray-6)}select{cursor:pointer}select:invalid{color:var(--gray-3)}select option[disabled]{color:var(--gray-3)}label.checkbox-label{display:flex;flex-flow:row nowrap;align-items:center;max-width:300px;width:95%;margin-bottom:20px;cursor:pointer;font-size:14px}label.checkbox-label p{font-size:14px !important;text-align:left !important}label.checkbox-label a{font-size:inherit}label.checkbox-label:active input[type=checkbox]{opacity:.95;transform:scale(0.95)}label.checkbox-label input[type=checkbox]{appearance:none;-webkit-appearance:none;height:20px;width:20px;min-height:20px;min-width:20px;border:2px solid var(--gray-3);border-radius:3px;background-repeat:no-repeat;background-size:20px;background-position:center;margin-left:10px;cursor:pointer;transition:150ms all}label.checkbox-label input[type=checkbox]:checked{background-image:url(/assets/check.svg)}#payment-element{padding-top:5px;margin-bottom:20px;width:90%}#error-state{display:flex;flex-flow:column nowrap;align-items:center}#error-state p{margin-bottom:25px;text-align:center}#error-state .refresh-illustration{height:100px;width:auto}.modal{display:none;padding-top:50px;background-color:rgba(0,0,0,.3);position:fixed;top:0;height:100vh;width:100vw;left:0}.modal.open{display:flex}.modal .inner{border-radius:12px;background-color:#fff;max-width:500px;width:95%;display:flex;flex-flow:column nowrap;align-items:center;justify-content:space-between;margin:0 auto;height:fit-content;max-height:calc(100% - 50px)}.modal .inner header{height:50px;min-height:50px;border-bottom:1px solid var(--gray-2);display:flex;flex-flow:row nowrap;align-items:center;justify-content:space-between;margin-bottom:20px;width:100%}.modal .inner header .clearfix{height:100%;width:50px}.modal .inner header .close{height:100%;width:50px;background-repeat:no-repeat;background-size:40px;background-color:rgba(0,0,0,0);background-image:url(/assets/x.svg);background-position:center;cursor:pointer}.modal .inner header h2{font-size:20px;font-weight:400}.modal .inner .page{width:100%;transition:200ms all;display:none;flex-flow:column nowrap;align-items:center;overflow-y:auto}.modal .inner .page.shown{display:flex}.modal .inner .page h3{font-size:25px;text-align:center;margin-bottom:10px}.modal .inner .page p{text-align:center;line-height:1.5;margin-bottom:20px;max-width:90%;font-size:15px}.modal .inner .page p.secure{color:var(--green-8);display:flex;flex-flow:row nowrap;align-items:center;font-size:12px}.modal .inner .page p.secure img{height:20px;margin-right:5px}.modal .inner .page p.error{color:var(--red-6)}.modal .inner .page p.error:empty{display:none}.modal .inner .page #all-clubs{width:100%;flex:1;overflow-y:scroll;display:flex;flex-flow:column nowrap;align-items:center;margin:20px 0;max-height:250px}.modal .inner .page #all-clubs .club-row{width:90%;margin-bottom:20px;display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:center}.modal .inner .page #all-clubs .club-row:not(:first-child){margin-top:20px}.modal .inner .page #all-clubs .club-row.hidden{display:none}.modal .inner .page #all-clubs .club-row .words{display:flex;flex-flow:column nowrap;cursor:pointer}.modal .inner .page #all-clubs .club-row .words [data-title]{margin-bottom:5px}.modal .inner .page #all-clubs .club-row .words [data-address]{font-size:13px;color:var(--gray-7)}.modal .inner .page #all-clubs input[type=radio]{appearance:none;-webkit-appearance:none;height:20px;width:20px;border-radius:20px;border:1px solid var(--gray-5);cursor:pointer}.modal .inner .page #all-clubs input[type=radio]:checked{background-color:var(--red-6);border-color:var(--red-6)}.modal .inner .page #all-clubs hr{width:50%;height:1px;min-height:1px;background-color:var(--gray-3)}.modal .inner footer{height:50px;min-height:50px;width:100%;display:flex;align-items:center;border-top:1px solid var(--gray-2);padding-right:20px;justify-content:flex-end}.modal .inner footer button{height:35px;display:none}.modal .inner footer button.shown{display:flex}footer.full-site{display:flex;flex-flow:column nowrap;align-items:center;justify-content:center;padding:50px;line-height:1.5}footer.full-site a:not(a[href^="mailto:"]){margin-left:10px;color:var(--red-4)}footer.full-site #top-of-footer{margin-bottom:20px}footer.full-site #top-of-footer p{display:inline-block}@media all and (max-width: 500px){a.button.shrink,button:not(.special).shrink{padding:0 5px;height:40px;font-size:14px}header.top-header{padding:0 25px}header.top-header img{height:45px}footer.full-site{padding:25px;text-align:center}footer.full-site a{margin-left:0;margin-top:10px}.modal{padding-top:0}.modal .inner{max-height:calc(100% - 100px);width:100%;border-radius:0}}
