:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:rgba(255,255,255,0.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:auto}}.Toastify__toast{--y:0;position:relative;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px rgba(0,0,0,.1);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right;border-bottom-left-radius:0;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@font-face{font-family:Radikal;font-display:swap;src:url(/_next/static/media/Radikal-Light.888201f8.woff2) format("woff2"),url(/_next/static/media/Radikal-Light.ecaf70ae.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:Founders;font-display:swap;src:url(/_next/static/media/founders-grotesk-regular.e20d58ac.woff2) format("woff2");font-weight:400;font-style:normal}@font-face{font-family:Cardinal;font-display:swap;src:url(/_next/static/media/cardinalphotoweb-regular.805993c3.woff2) format("woff2"),url(/_next/static/media/cardinalphotoweb-regular.f228affe.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:Public Sans;font-display:swap;src:url(/_next/static/media/PublicSans-Regular.07dd4d98.woff) format("woff");font-weight:400;font-style:normal}body:not(.randaSSO) .container{z-index:2;width:100%;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media screen and (min-width:1024px)and (orientation:landscape){body:not(.randaSSO) .container{max-width:1200px}}@media screen and (min-width:1600px){body:not(.randaSSO) .container{max-width:1400px;padding-left:0;padding-right:0}}@media screen and (min-width:1921px){body:not(.randaSSO) .container{max-width:1600px}}.custom__select__control{background:#0a1936!important;border:none!important;border-radius:0!important}.custom__select__input{opacity:1!important;background:rgba(0,0,0,0)!important;-webkit-appearance:unset}.custom__select__single-value{color:#fff!important;font-size:1rem!important;padding-bottom:1px}@media screen and (min-width:1024px)and (orientation:landscape){.custom__select__single-value{font-size:1.5rem!important}}.custom__select__placeholder{font-size:1.5rem!important;padding-bottom:1px;color:#a6a6a6!important}@media screen and (max-width:767px){.custom__select__placeholder{font-size:1rem!important}}.custom__select__indicator-separator{display:none!important}.custom__select__value-container{padding:0!important}.custom__select__indicator,.custom__select__input-container{color:#fff!important;cursor:pointer}.custom__select__indicator{padding-bottom:1px!important}@media screen and (max-width:767px){.custom__select__indicator{padding:0!important}}.custom__select__control{box-shadow:none!important;min-height:48px!important}.custom__select__menu{background:#0a1936!important;padding:0!important;margin:2px 0 0!important;z-index:5!important;border-radius:0!important}.custom__select__menu-list{max-height:180px!important}.custom__select__option{color:#fff!important;background:rgba(0,0,0,.2)!important}.custom__select__option--is-focused,.custom__select__option--is-selected,.custom__select__option:hover{background-color:rgba(0,0,0,.4)!important}div[class^=FormPhoneField] .PhoneInput{font-family:Radikal;font-size:.875rem}@media screen and (min-width:768px){div[class^=FormPhoneField] .PhoneInput{font-size:1rem}}div[class^=FormPhoneField] .PhoneInput .PhoneInputInput{outline:none;height:3rem;display:block;background:none;padding:.25rem 0 .25rem 3.25rem;font-size:1rem;border:0 solid rgba(0,0,0,0);width:100%;color:#fff;box-shadow:none;transition:opacity .28s ease;will-change:opacity;background-color:rgba(0,0,0,0)}@media screen and (min-width:1024px)and (orientation:landscape){div[class^=FormPhoneField] .PhoneInput .PhoneInputInput{font-size:1.5rem;padding:.5rem 0 .5rem 4.5rem}}div[class^=FormPhoneField] .PhoneInput .flag-dropdown{background-color:rgba(0,0,0,0);border:0;width:100%;position:absolute}div[class^=FormPhoneField] .PhoneInput .flag-dropdown .PhoneInputCountryIcon{background-color:inherit;box-shadow:none;height:auto}div[class^=FormPhoneField] .PhoneInput .flag-dropdown .custom__select__menu{width:100%}div[class^=FormPhoneField] .PhoneInput .flag-dropdown .custom__select__menu .PhoneInputCountryIcon{display:inline-block}div[class^=FormPhoneField] .PhoneInput .flag-dropdown .custom__select__menu .dial-code{color:#a6a6a6}div[class^=FormPhoneField] .PhoneInput .flag-dropdown .custom__select__menu .divider{height:1px;background-color:#a6a6a6;width:100%}div[class^=FormPhoneField] .PhoneInput .flag-dropdown .custom__select__control{z-index:5;width:-moz-fit-content;width:fit-content}div[class^=FormPhoneField] .PhoneInput .flag-dropdown .custom__select__indicator{padding:0}div[class^=FormPhoneField] .PhoneInput .flag-dropdown .custom__select__option:hover:has(.divider){background:rgba(0,0,0,.2)!important}.slick-list{overflow:unset;-webkit-clip-path:inset(0 -100vw 0 0);clip-path:inset(0 -100vw 0 0);margin-right:-16px}div[class*=Slider_play_list] .slick-list{-webkit-clip-path:none!important;clip-path:none!important}@media screen and (min-width:1024px)and (orientation:landscape){.slick-list{margin-right:0}}.slick-arrow{display:none;position:absolute;left:16px;z-index:999}@media screen and (min-width:1024px)and (orientation:landscape){.slick-arrow{left:48px}}#ccc #ccc-overlay{background-color:rgba(0,0,0,.75)}#ccc #ccc-icon.ccc-icon--dark{fill:#fff}#ccc #ccc-icon.ccc-icon--dark #star path{fill:#000}#ccc #ccc-module.ccc-module--slideout{top:0;bottom:0;width:100%;max-width:100%;left:0}@media(min-width:768px){#ccc #ccc-module.ccc-module--slideout{max-width:520px}}#ccc #ccc-module #ccc-content{height:100%}.aigwo #ccc #ccc-module #ccc-content{background-color:#041c71!important}#ccc #ccc-module #ccc-content #ccc-close{width:48px;height:48px;top:0;right:0;display:flex;align-items:center;justify-content:center}#ccc #ccc-module #ccc-content #ccc-close svg{width:14px;fill:#fff}#ccc #ccc-module #ccc-content #cc-panel #ccc-necessary-title,#ccc #ccc-module #ccc-content #cc-panel #ccc-title,#ccc #ccc-module #ccc-content #cc-panel .optional-cookie-header{font-weight:700!important;font-family:Radikal}#ccc #ccc-module #ccc-content #cc-panel p,#ccc #ccc-module #ccc-content #cc-panel p.ccc-intro{font-family:Radikal;font-weight:100!important;font-size:14px!important;line-height:20px!important;margin:10px 0 0!important}#ccc #ccc-module #ccc-content #cc-panel #ccc-statement .ccc-link{position:relative}#ccc #ccc-module #ccc-content #cc-panel #ccc-statement .ccc-link .ccc-statement-name{text-decoration:underline}#ccc #ccc-module #ccc-content #cc-panel #ccc-statement .ccc-link .ccc-svg-element{position:relative;top:2px}#ccc #ccc-module #ccc-content #cc-panel #ccc-button-holder{margin-top:10px}#ccc #ccc-module #ccc-content #cc-panel #ccc-button-holder #ccc-recommended-settings{border-radius:8px;background-color:rgba(0,0,0,0)!important;border:1px solid #fff!important;font-family:Radikal!important;font-weight:500!important}#ccc #ccc-module #ccc-content #cc-panel #ccc-button-holder #ccc-recommended-settings:active,#ccc #ccc-module #ccc-content #cc-panel #ccc-button-holder #ccc-recommended-settings:focus,#ccc #ccc-module #ccc-content #cc-panel #ccc-button-holder #ccc-recommended-settings:hover{border-color:#cabeff!important}#ccc #ccc-module #ccc-content #cc-panel #ccc-button-holder #ccc-recommended-settings span{background-color:rgba(0,0,0,0)!important;color:#fff!important}.randa_player_portals #ccc #ccc-module #ccc-content #cc-panel #ccc-button-holder #ccc-recommended-settings span{color:#041e42!important}.randa_player_portals #ccc #ccc-module #ccc-content #cc-panel #ccc-button-holder #ccc-recommended-settings{border-radius:22px;background-color:#14e8ff!important;border-color:#14e8ff!important}.theopen #ccc #ccc-module #ccc-content #cc-panel #ccc-button-holder #ccc-recommended-settings{background-color:#ffba00!important;border-color:#ffba00!important}.aigwo #ccc #ccc-module #ccc-content #cc-panel #ccc-button-holder #ccc-recommended-settings{background-color:#c7dbf4!important;border-color:#c7dbf4!important}#ccc .checkbox-toggle--slider span{font-size:14px!important}#ccc #ccc-optional-categories .checkbox-toggle{background-color:#cabeff!important;border-color:#cabeff!important}.randa_player_portals #ccc #ccc-optional-categories .checkbox-toggle{background-color:#14e8ff!important;border-color:#14e8ff!important}.theopen #ccc #ccc-optional-categories .checkbox-toggle{background-color:#ffba00!important;border-color:#ffba00!important}.aigwo #ccc #ccc-optional-categories .checkbox-toggle{background-color:#c7dbf4!important;border-color:#c7dbf4!important}#ccc #ccc-optional-categories .checkbox-toggle:focus-within{outline:none!important}body.randa_player_portals .custom__select__control{background:#fcfcfc!important}body.randa_player_portals .custom__select__input{opacity:1!important;background:rgba(0,0,0,0)!important;-webkit-appearance:unset}body.randa_player_portals .custom__select__single-value{color:#000!important;font-size:16px!important}body.randa_player_portals .custom__select__placeholder{color:#c2ccc2!important;font-size:16px!important}body.randa_player_portals .custom__select__indicator-separator{display:none!important}body.randa_player_portals .custom__select__value-container{padding:0!important}body.randa_player_portals .custom__select__input-container{color:#000!important;cursor:pointer}body.randa_player_portals .custom__select__indicator{color:#919eab!important;cursor:pointer;justify-content:center;padding:0 0 0 12px!important}@media screen and (max-width:767px){body.randa_player_portals .custom__select__indicator{padding:0!important}}body.randa_player_portals .custom__select__control{box-shadow:none!important;min-height:48px!important;border-radius:9999px!important;border:1px solid #c2ccc2!important;background-color:rgba(0,0,0,0)!important;padding:.5rem 1rem!important;transition:border-color .25s ease,box-shadow .25s ease!important}body.randa_player_portals .custom__select__control:focus,body.randa_player_portals .custom__select__control:focus-visible{outline:none!important;border-color:#2269ab!important;box-shadow:0 0 0 2px rgba(0,0,0,.03)!important}body.randa_player_portals .custom__select__control:disabled{background-color:#f9f9f9!important;border-color:rgba(0,0,0,.1)!important;cursor:not-allowed}body.randa_player_portals .custom__select__control--is-focused{outline:none!important;border-color:#2269ab!important;box-shadow:0 0 0 2px rgba(0,0,0,.03)!important}body.randa_player_portals .custom__select__menu{background:#fff!important;padding:4px!important;margin:2px 0 0!important;z-index:1001!important;border-radius:20px!important}body.randa_player_portals .custom__select__menu-list{max-height:180px!important;padding:0}body.randa_player_portals .custom__select__option{color:#000!important;background:rgba(0,0,0,0)!important;border-radius:20px}body.randa_player_portals .custom__select__option--is-focused,body.randa_player_portals .custom__select__option:hover{background-color:#f4f6f8!important}body.randa_player_portals .custom__select__option--is-selected,body.randa_player_portals .custom__select__option--is-selected:hover{background-color:#c2ccc2!important}body.randa_player_portals .custom__select__option--is-disabled{color:#c2ccc2!important;background:#f4f6f8!important;cursor:not-allowed!important;opacity:.6!important}body.randa_player_portals .custom__select__option--is-disabled:hover{background:#f4f6f8!important}body.randa_player_portals div[class^=FormPhoneField] .PhoneInput{font-family:Founders;font-size:inherit;display:flex;align-items:center}@media screen and (min-width:768px){body.randa_player_portals div[class^=FormPhoneField] .PhoneInput{font-size:inherit}}body.randa_player_portals div[class^=FormPhoneField] .PhoneInput .PhoneInputInput{outline:none;height:3rem;display:block;font-size:inherit;width:100%;color:#000;box-shadow:none;will-change:opacity;background-color:rgba(0,0,0,0);font-family:Founders;border-radius:9999px!important;border:1px solid #c2ccc2!important;background-color:rgba(0,0,0,0)!important;padding:.5rem 1rem!important;transition:border-color .25s ease,box-shadow .25s ease!important}body.randa_player_portals div[class^=FormPhoneField] .PhoneInput .PhoneInputInput:focus,body.randa_player_portals div[class^=FormPhoneField] .PhoneInput .PhoneInputInput:focus-visible{outline:none!important;border-color:#2269ab!important;box-shadow:0 0 0 2px rgba(0,0,0,.03)!important}body.randa_player_portals div[class^=FormPhoneField] .PhoneInput .PhoneInputInput:disabled{background-color:#f9f9f9!important;border-color:rgba(0,0,0,.1)!important;cursor:not-allowed}@media screen and (min-width:1024px)and (orientation:landscape){body.randa_player_portals div[class^=FormPhoneField] .PhoneInput .PhoneInputInput{font-size:inherit;padding:1rem 0 .5rem 4.5rem}}body.randa_player_portals div[class^=FormPhoneField] .PhoneInput .flag-dropdown{background-color:rgba(0,0,0,0);border:0;position:relative;width:auto;display:flex;align-items:center;margin-right:.5rem}body.randa_player_portals div[class^=FormPhoneField] .PhoneInput .flag-dropdown .PhoneInputCountryIcon{background-color:inherit;box-shadow:none;height:auto}body.randa_player_portals div[class^=FormPhoneField] .PhoneInput .flag-dropdown .custom__select__menu{min-width:330px!important;width:auto!important}body.randa_player_portals div[class^=FormPhoneField] .PhoneInput .flag-dropdown .custom__select__menu .PhoneInputCountryIcon{display:inline-block}body.randa_player_portals div[class^=FormPhoneField] .PhoneInput .flag-dropdown .custom__select__menu .dial-code{color:#a6a6a6}body.randa_player_portals div[class^=FormPhoneField] .PhoneInput .flag-dropdown .custom__select__menu .divider{height:1px;background-color:#a6a6a6;width:100%}body.randa_player_portals div[class^=FormPhoneField] .PhoneInput .flag-dropdown .custom__select__control{width:-moz-fit-content;width:fit-content}body.randa_player_portals div[class^=FormPhoneField] .PhoneInput .flag-dropdown .custom__select__indicator{color:#a6a6a6!important;padding:0}body.randa_player_portals .slick-list{overflow:unset;-webkit-clip-path:inset(0 -100vw 0 0);clip-path:inset(0 -100vw 0 0);margin-right:-16px}div[class*=Slider_play_list] body.randa_player_portals .slick-list{-webkit-clip-path:none!important;clip-path:none!important}@media screen and (min-width:1024px)and (orientation:landscape){body.randa_player_portals .slick-list{margin-right:0}}body.randa_player_portals .slick-arrow{display:none;position:absolute;left:16px;z-index:999}@media screen and (min-width:1024px)and (orientation:landscape){body.randa_player_portals .slick-arrow{left:48px}}body.randa_player_portals .MuiMenuItem-gutters,body.randa_player_portals .MuiSelect-select,body.randa_player_portals .MuiTablePagination-displayedRows,body.randa_player_portals .MuiTablePagination-selectLabel{font-family:Founders}body.randa_player_portals.aigwo .MuiMenuItem-gutters,body.randa_player_portals.aigwo .MuiSelect-select,body.randa_player_portals.aigwo .MuiTablePagination-displayedRows,body.randa_player_portals.aigwo .MuiTablePagination-selectLabel{font-family:Radikal}body.randa_player_portals .MuiOutlinedInput-notchedOutline{border-color:#c2ccc2;border-radius:20px}body.randa_player_portals .Mui-focused .MuiOutlinedInput-notchedOutline{border-width:1px;border-color:#2269ab}body.randa_player_portals .MuiPaper-rounded.MuiPopover-paper{border-radius:20px}#onlineEntry_acceptedTermsUnder18,#onlineEntry_exemptionCategories,#onlineEntry_exemptionCategoriesFQ,#onlineEntry_pgaTour,#onlineEntry_privacyPolicyAccepted,#onlineEntry_privacyPolicyAcceptedUnder18{grid-column:1/-1;padding-top:1rem}#accreditationForm_contactDetails,#accreditationForm_fileUpload{grid-template-columns:repeat(2,1fr);row-gap:.5rem}#accreditationForm_agreeToTermsAndConditions{grid-column:1/-1}#accreditationForm_nominatedForDinnerEnabled,#accreditationForm_nominatedForDinnerReadOnly{grid-column:1/-1;margin:12px 0}.btn{cursor:pointer;display:inline-flex;justify-content:center;align-items:center;width:auto;text-decoration:none;text-align:center;font-weight:500;outline:none;border:1.5px solid;white-space:nowrap}.btn,.btn:hover{transition:color .2s linear,background-color .2s linear,border .2s linear}.btn:hover{border-color:#cabeff}.btn--primary{min-height:46px;padding:10px 24px}.btn--primary,.btn--secondary{font-size:16px;line-height:18px;max-width:100%;border-radius:8px}.btn--secondary{display:flex;height:35px;max-height:35px;padding:8px 16px}.btn--full{width:100%;max-width:100%}.btn--disabled{opacity:.5;pointer-events:none}.btn--selected{color:#041e42;background-color:#cabeff;border-color:#cabeff}.btn--dark{color:#041e42;border-color:#041e42}.btn--dark.btn--selected,.btn--dark:hover{color:#fff;background-color:#041e42;border-color:#041e42}.btn--advantage{border-color:#ff5836}.btn--advantage:hover{color:#041e42}.btn--advantage.btn--selected,.btn--advantage:hover{background-color:#ff5836;border-color:#ff5836}@media screen and (min-width:1024px)and (orientation:landscape){.btn--primary{font-size:18px;line-height:22px}}.randaMembership h1,.randaMembership h2,.randaMembership h3,.randaMembership h4,.randaMembership h5,.randaMembership h6{margin-top:0;margin-bottom:16px;padding:0;color:#fff}.randaMembership h1{font-size:32px;font-weight:700;line-height:42px}.randaMembership h2{font-size:24px;font-weight:700;line-height:32px}.randaMembership h3{font-size:24px;font-weight:500;line-height:32px}.randaMembership h4{font-size:20px;font-weight:700;line-height:24px}.randaMembership h5{font-size:20px;font-weight:500;line-height:24px}.randaMembership h6{font-size:18px;font-weight:500;line-height:24px}.randaMembership .p1{font-size:16px;font-weight:400;line-height:20px}.randaMembership .p2{font-size:18px;font-weight:400;line-height:24px}.randaMembership .p3{font-size:24px;font-weight:400;line-height:32px}.randaMembership .tag1{font-size:14px;font-weight:400;line-height:18px}.randaMembership .tag2{font-size:14px;font-weight:500;line-height:18px}.randaMembership .tag3{font-size:16px;font-weight:500;line-height:24px}.randaMembership .tag4{font-size:18px;font-weight:500;line-height:24px}@media screen and (min-width:1024px)and (orientation:landscape){.randaMembership h1{font-size:40px;line-height:48px}.randaMembership h2{font-size:32px;line-height:40px}.randaMembership h3{font-size:24px;line-height:32px}.randaMembership h4{font-size:20px;line-height:24px}.randaMembership h5{font-size:16px;line-height:20px}}.Toastify__toast-container{width:-moz-fit-content;width:fit-content}.Toastify__toast{font-size:inherit;font-family:inherit;line-height:inherit;margin:0;border-radius:0}.Toastify__toast--info,.Toastify__toast--success{background:#fff;color:#041e42}.Toastify__toast--warning{background:#72f1ff;color:#041e42}.Toastify__toast--error{background:#ff5836;color:#fff}.Toastify__toast--error svg{fill:#fff;opacity:1}.Toastify__close-button{color:#041e42}.Toastify__close-button--light{opacity:1}@font-face{font-family:Radikal;font-display:swap;src:url(/_next/static/media/Radikal-Light.888201f8.woff2) format("woff2"),url(/_next/static/media/Radikal-Light.ecaf70ae.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:Founders;font-display:swap;src:url(/_next/static/media/founders-grotesk-regular.e20d58ac.woff2) format("woff2");font-weight:400;font-style:normal}@font-face{font-family:Cardinal;font-display:swap;src:url(/_next/static/media/cardinalphotoweb-regular.805993c3.woff2) format("woff2"),url(/_next/static/media/cardinalphotoweb-regular.f228affe.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:Public Sans;font-display:swap;src:url(/_next/static/media/PublicSans-Regular.07dd4d98.woff) format("woff");font-weight:400;font-style:normal}body:not(.SidePanel_randaSSO__UNpyo) .SidePanel_container__Q74oQ{z-index:2;width:100%;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media screen and (min-width:1024px)and (orientation:landscape){body:not(.SidePanel_randaSSO__UNpyo) .SidePanel_container__Q74oQ{max-width:1200px}}@media screen and (min-width:1600px){body:not(.SidePanel_randaSSO__UNpyo) .SidePanel_container__Q74oQ{max-width:1400px;padding-left:0;padding-right:0}}@media screen and (min-width:1921px){body:not(.SidePanel_randaSSO__UNpyo) .SidePanel_container__Q74oQ{max-width:1600px}}.SidePanel_custom__select__control__XBTnS{background:#0a1936!important;border:none!important;border-radius:0!important}.SidePanel_custom__select__input__ml9QK{opacity:1!important;background:rgba(0,0,0,0)!important;-webkit-appearance:unset}.SidePanel_custom__select__single-value__Kv3lw{color:#fff!important;font-size:1rem!important;padding-bottom:1px}@media screen and (min-width:1024px)and (orientation:landscape){.SidePanel_custom__select__single-value__Kv3lw{font-size:1.5rem!important}}.SidePanel_custom__select__placeholder__oypQT{font-size:1.5rem!important;padding-bottom:1px;color:#a6a6a6!important}@media screen and (max-width:767px){.SidePanel_custom__select__placeholder__oypQT{font-size:1rem!important}}.SidePanel_custom__select__indicator-separator__zR4n3{display:none!important}.SidePanel_custom__select__value-container__XoLkg{padding:0!important}.SidePanel_custom__select__input-container__NSiYb{color:#fff!important;cursor:pointer}.SidePanel_custom__select__indicator__lluHA{color:#fff!important;padding-bottom:1px!important;cursor:pointer}@media screen and (max-width:767px){.SidePanel_custom__select__indicator__lluHA{padding:0!important}}.SidePanel_custom__select__control__XBTnS{box-shadow:none!important;min-height:48px!important}.SidePanel_custom__select__menu__zIRQB{background:#0a1936!important;padding:0!important;margin:2px 0 0!important;z-index:5!important;border-radius:0!important}.SidePanel_custom__select__menu-list__x2cVY{max-height:180px!important}.SidePanel_custom__select__option__1nK2i{color:#fff!important;background:rgba(0,0,0,.2)!important}.SidePanel_custom__select__option--is-focused__lLcrR,.SidePanel_custom__select__option--is-selected__jAj91,.SidePanel_custom__select__option__1nK2i:hover{background-color:rgba(0,0,0,.4)!important}div[class^=FormPhoneField] .SidePanel_PhoneInput__Uu7DK{font-family:Radikal;font-size:.875rem}@media screen and (min-width:768px){div[class^=FormPhoneField] .SidePanel_PhoneInput__Uu7DK{font-size:1rem}}div[class^=FormPhoneField] .SidePanel_PhoneInput__Uu7DK .SidePanel_PhoneInputInput__AEK9M{outline:none;height:3rem;display:block;background:none;padding:.25rem 0 .25rem 3.25rem;font-size:1rem;border:0 solid rgba(0,0,0,0);width:100%;color:#fff;box-shadow:none;transition:opacity .28s ease;will-change:opacity;background-color:rgba(0,0,0,0)}@media screen and (min-width:1024px)and (orientation:landscape){div[class^=FormPhoneField] .SidePanel_PhoneInput__Uu7DK .SidePanel_PhoneInputInput__AEK9M{font-size:1.5rem;padding:.5rem 0 .5rem 4.5rem}}div[class^=FormPhoneField] .SidePanel_PhoneInput__Uu7DK .SidePanel_flag-dropdown__iav5x{background-color:rgba(0,0,0,0);border:0;width:100%;position:absolute}div[class^=FormPhoneField] .SidePanel_PhoneInput__Uu7DK .SidePanel_flag-dropdown__iav5x .SidePanel_PhoneInputCountryIcon__M07xM{background-color:inherit;box-shadow:none;height:auto}div[class^=FormPhoneField] .SidePanel_PhoneInput__Uu7DK .SidePanel_flag-dropdown__iav5x .SidePanel_custom__select__menu__zIRQB{width:100%}div[class^=FormPhoneField] .SidePanel_PhoneInput__Uu7DK .SidePanel_flag-dropdown__iav5x .SidePanel_custom__select__menu__zIRQB .SidePanel_PhoneInputCountryIcon__M07xM{display:inline-block}div[class^=FormPhoneField] .SidePanel_PhoneInput__Uu7DK .SidePanel_flag-dropdown__iav5x .SidePanel_custom__select__menu__zIRQB .SidePanel_dial-code__o_WEr{color:#a6a6a6}div[class^=FormPhoneField] .SidePanel_PhoneInput__Uu7DK .SidePanel_flag-dropdown__iav5x .SidePanel_custom__select__menu__zIRQB .SidePanel_divider__4Q1mr{height:1px;background-color:#a6a6a6;width:100%}div[class^=FormPhoneField] .SidePanel_PhoneInput__Uu7DK .SidePanel_flag-dropdown__iav5x .SidePanel_custom__select__control__XBTnS{z-index:5;width:-moz-fit-content;width:fit-content}div[class^=FormPhoneField] .SidePanel_PhoneInput__Uu7DK .SidePanel_flag-dropdown__iav5x .SidePanel_custom__select__indicator__lluHA{padding:0}div[class^=FormPhoneField] .SidePanel_PhoneInput__Uu7DK .SidePanel_flag-dropdown__iav5x .SidePanel_custom__select__option__1nK2i:hover:has(.SidePanel_divider__4Q1mr){background:rgba(0,0,0,.2)!important}.SidePanel_slick-list__4O7Af{overflow:unset;-webkit-clip-path:inset(0 -100vw 0 0);clip-path:inset(0 -100vw 0 0);margin-right:-16px}div[class*=Slider_play_list] .SidePanel_slick-list__4O7Af{-webkit-clip-path:none!important;clip-path:none!important}@media screen and (min-width:1024px)and (orientation:landscape){.SidePanel_slick-list__4O7Af{margin-right:0}}.SidePanel_slick-arrow__wPX5r{display:none;position:absolute;left:16px;z-index:999}@media screen and (min-width:1024px)and (orientation:landscape){.SidePanel_slick-arrow__wPX5r{left:48px}}#SidePanel_ccc__mcdqs #SidePanel_ccc-overlay__CXPwO{background-color:rgba(0,0,0,.75)}#SidePanel_ccc__mcdqs #SidePanel_ccc-icon__d1Ceh.SidePanel_ccc-icon--dark__JphY_{fill:#fff}#SidePanel_ccc__mcdqs #SidePanel_ccc-icon__d1Ceh.SidePanel_ccc-icon--dark__JphY_ #SidePanel_star__8rT5Q path{fill:#000}#SidePanel_ccc__mcdqs #SidePanel_ccc-module__radGm.SidePanel_ccc-module--slideout__sK9U9{top:0;bottom:0;width:100%;max-width:100%;left:0}@media(min-width:768px){#SidePanel_ccc__mcdqs #SidePanel_ccc-module__radGm.SidePanel_ccc-module--slideout__sK9U9{max-width:520px}}#SidePanel_ccc__mcdqs #SidePanel_ccc-module__radGm #SidePanel_ccc-content__ck6fa{height:100%}.SidePanel_aigwo__wLzmS #SidePanel_ccc__mcdqs #SidePanel_ccc-module__radGm #SidePanel_ccc-content__ck6fa{background-color:#041c71!important}#SidePanel_ccc__mcdqs #SidePanel_ccc-module__radGm #SidePanel_ccc-content__ck6fa #SidePanel_ccc-close__wvg_F{width:48px;height:48px;top:0;right:0;display:flex;align-items:center;justify-content:center}#SidePanel_ccc__mcdqs #SidePanel_ccc-module__radGm #SidePanel_ccc-content__ck6fa #SidePanel_ccc-close__wvg_F svg{width:14px;fill:#fff}#SidePanel_ccc__mcdqs #SidePanel_ccc-module__radGm #SidePanel_ccc-content__ck6fa #SidePanel_cc-panel__Dt2we #SidePanel_ccc-necessary-title__c68Lq,#SidePanel_ccc__mcdqs #SidePanel_ccc-module__radGm #SidePanel_ccc-content__ck6fa #SidePanel_cc-panel__Dt2we #SidePanel_ccc-title__4dMif,#SidePanel_ccc__mcdqs #SidePanel_ccc-module__radGm #SidePanel_ccc-content__ck6fa #SidePanel_cc-panel__Dt2we .SidePanel_optional-cookie-header__F9dhD{font-weight:700!important;font-family:Radikal}#SidePanel_ccc__mcdqs #SidePanel_ccc-module__radGm #SidePanel_ccc-content__ck6fa #SidePanel_cc-panel__Dt2we p,#SidePanel_ccc__mcdqs #SidePanel_ccc-module__radGm #SidePanel_ccc-content__ck6fa #SidePanel_cc-panel__Dt2we p.SidePanel_ccc-intro__Nri_K{font-family:Radikal;font-weight:100!important;font-size:14px!important;line-height:20px!important;margin:10px 0 0!important}#SidePanel_ccc__mcdqs #SidePanel_ccc-module__radGm #SidePanel_ccc-content__ck6fa #SidePanel_cc-panel__Dt2we #SidePanel_ccc-statement__4mXTW .SidePanel_ccc-link__3PVQZ{position:relative}#SidePanel_ccc__mcdqs #SidePanel_ccc-module__radGm #SidePanel_ccc-content__ck6fa #SidePanel_cc-panel__Dt2we #SidePanel_ccc-statement__4mXTW .SidePanel_ccc-link__3PVQZ .SidePanel_ccc-statement-name__B6mkD{text-decoration:underline}#SidePanel_ccc__mcdqs #SidePanel_ccc-module__radGm #SidePanel_ccc-content__ck6fa #SidePanel_cc-panel__Dt2we #SidePanel_ccc-statement__4mXTW .SidePanel_ccc-link__3PVQZ .SidePanel_ccc-svg-element__rdcJb{position:relative;top:2px}#SidePanel_ccc__mcdqs #SidePanel_ccc-module__radGm #SidePanel_ccc-content__ck6fa #SidePanel_cc-panel__Dt2we #SidePanel_ccc-button-holder__ShApr{margin-top:10px}#SidePanel_ccc__mcdqs #SidePanel_ccc-module__radGm #SidePanel_ccc-content__ck6fa #SidePanel_cc-panel__Dt2we #SidePanel_ccc-button-holder__ShApr #SidePanel_ccc-recommended-settings__nA6f9{border-radius:8px;background-color:rgba(0,0,0,0)!important;border:1px solid #fff!important;font-family:Radikal!important;font-weight:500!important}#SidePanel_ccc__mcdqs #SidePanel_ccc-module__radGm #SidePanel_ccc-content__ck6fa #SidePanel_cc-panel__Dt2we #SidePanel_ccc-button-holder__ShApr #SidePanel_ccc-recommended-settings__nA6f9:active,#SidePanel_ccc__mcdqs #SidePanel_ccc-module__radGm #SidePanel_ccc-content__ck6fa #SidePanel_cc-panel__Dt2we #SidePanel_ccc-button-holder__ShApr #SidePanel_ccc-recommended-settings__nA6f9:focus,#SidePanel_ccc__mcdqs #SidePanel_ccc-module__radGm #SidePanel_ccc-content__ck6fa #SidePanel_cc-panel__Dt2we #SidePanel_ccc-button-holder__ShApr #SidePanel_ccc-recommended-settings__nA6f9:hover{border-color:#cabeff!important}#SidePanel_ccc__mcdqs #SidePanel_ccc-module__radGm #SidePanel_ccc-content__ck6fa #SidePanel_cc-panel__Dt2we #SidePanel_ccc-button-holder__ShApr #SidePanel_ccc-recommended-settings__nA6f9 span{background-color:rgba(0,0,0,0)!important;color:#fff!important}.SidePanel_randa_player_portals__Qv3Gj #SidePanel_ccc__mcdqs #SidePanel_ccc-module__radGm #SidePanel_ccc-content__ck6fa #SidePanel_cc-panel__Dt2we #SidePanel_ccc-button-holder__ShApr #SidePanel_ccc-recommended-settings__nA6f9 span{color:#041e42!important}.SidePanel_randa_player_portals__Qv3Gj #SidePanel_ccc__mcdqs #SidePanel_ccc-module__radGm #SidePanel_ccc-content__ck6fa #SidePanel_cc-panel__Dt2we #SidePanel_ccc-button-holder__ShApr #SidePanel_ccc-recommended-settings__nA6f9{border-radius:22px;background-color:#14e8ff!important;border-color:#14e8ff!important}.SidePanel_theopen__4xKa8 #SidePanel_ccc__mcdqs #SidePanel_ccc-module__radGm #SidePanel_ccc-content__ck6fa #SidePanel_cc-panel__Dt2we #SidePanel_ccc-button-holder__ShApr #SidePanel_ccc-recommended-settings__nA6f9{background-color:#ffba00!important;border-color:#ffba00!important}.SidePanel_aigwo__wLzmS #SidePanel_ccc__mcdqs #SidePanel_ccc-module__radGm #SidePanel_ccc-content__ck6fa #SidePanel_cc-panel__Dt2we #SidePanel_ccc-button-holder__ShApr #SidePanel_ccc-recommended-settings__nA6f9{background-color:#c7dbf4!important;border-color:#c7dbf4!important}#SidePanel_ccc__mcdqs .SidePanel_checkbox-toggle--slider__OBQ_m span{font-size:14px!important}#SidePanel_ccc__mcdqs #SidePanel_ccc-optional-categories__hhdgF .SidePanel_checkbox-toggle__2Nulo{background-color:#cabeff!important;border-color:#cabeff!important}.SidePanel_randa_player_portals__Qv3Gj #SidePanel_ccc__mcdqs #SidePanel_ccc-optional-categories__hhdgF .SidePanel_checkbox-toggle__2Nulo{background-color:#14e8ff!important;border-color:#14e8ff!important}.SidePanel_theopen__4xKa8 #SidePanel_ccc__mcdqs #SidePanel_ccc-optional-categories__hhdgF .SidePanel_checkbox-toggle__2Nulo{background-color:#ffba00!important;border-color:#ffba00!important}.SidePanel_aigwo__wLzmS #SidePanel_ccc__mcdqs #SidePanel_ccc-optional-categories__hhdgF .SidePanel_checkbox-toggle__2Nulo{background-color:#c7dbf4!important;border-color:#c7dbf4!important}#SidePanel_ccc__mcdqs #SidePanel_ccc-optional-categories__hhdgF .SidePanel_checkbox-toggle__2Nulo:focus-within{outline:none!important}body.SidePanel_randa_player_portals__Qv3Gj .SidePanel_custom__select__control__XBTnS{background:#fcfcfc!important}body.SidePanel_randa_player_portals__Qv3Gj .SidePanel_custom__select__input__ml9QK{opacity:1!important;background:rgba(0,0,0,0)!important;-webkit-appearance:unset}body.SidePanel_randa_player_portals__Qv3Gj .SidePanel_custom__select__single-value__Kv3lw{color:#000!important;font-size:16px!important}body.SidePanel_randa_player_portals__Qv3Gj .SidePanel_custom__select__placeholder__oypQT{color:#c2ccc2!important;font-size:16px!important}body.SidePanel_randa_player_portals__Qv3Gj .SidePanel_custom__select__indicator-separator__zR4n3{display:none!important}body.SidePanel_randa_player_portals__Qv3Gj .SidePanel_custom__select__value-container__XoLkg{padding:0!important}body.SidePanel_randa_player_portals__Qv3Gj .SidePanel_custom__select__input-container__NSiYb{color:#000!important;cursor:pointer}body.SidePanel_randa_player_portals__Qv3Gj .SidePanel_custom__select__indicator__lluHA{color:#919eab!important;cursor:pointer;justify-content:center;padding:0 0 0 12px!important}@media screen and (max-width:767px){body.SidePanel_randa_player_portals__Qv3Gj .SidePanel_custom__select__indicator__lluHA{padding:0!important}}body.SidePanel_randa_player_portals__Qv3Gj .SidePanel_custom__select__control__XBTnS{box-shadow:none!important;min-height:48px!important;border-radius:9999px!important;border:1px solid #c2ccc2!important;background-color:rgba(0,0,0,0)!important;padding:.5rem 1rem!important;transition:border-color .25s ease,box-shadow .25s ease!important}body.SidePanel_randa_player_portals__Qv3Gj .SidePanel_custom__select__control__XBTnS:focus,body.SidePanel_randa_player_portals__Qv3Gj .SidePanel_custom__select__control__XBTnS:focus-visible{outline:none!important;border-color:#2269ab!important;box-shadow:0 0 0 2px rgba(0,0,0,.03)!important}body.SidePanel_randa_player_portals__Qv3Gj .SidePanel_custom__select__control__XBTnS:disabled{background-color:#f9f9f9!important;border-color:rgba(0,0,0,.1)!important;cursor:not-allowed}body.SidePanel_randa_player_portals__Qv3Gj .SidePanel_custom__select__control--is-focused__CDJW6{outline:none!important;border-color:#2269ab!important;box-shadow:0 0 0 2px rgba(0,0,0,.03)!important}body.SidePanel_randa_player_portals__Qv3Gj .SidePanel_custom__select__menu__zIRQB{background:#fff!important;padding:4px!important;margin:2px 0 0!important;z-index:1001!important;border-radius:20px!important}body.SidePanel_randa_player_portals__Qv3Gj .SidePanel_custom__select__menu-list__x2cVY{max-height:180px!important;padding:0}body.SidePanel_randa_player_portals__Qv3Gj .SidePanel_custom__select__option__1nK2i{color:#000!important;background:rgba(0,0,0,0)!important;border-radius:20px}body.SidePanel_randa_player_portals__Qv3Gj .SidePanel_custom__select__option--is-focused__lLcrR,body.SidePanel_randa_player_portals__Qv3Gj .SidePanel_custom__select__option__1nK2i:hover{background-color:#f4f6f8!important}body.SidePanel_randa_player_portals__Qv3Gj .SidePanel_custom__select__option--is-selected__jAj91,body.SidePanel_randa_player_portals__Qv3Gj .SidePanel_custom__select__option--is-selected__jAj91:hover{background-color:#c2ccc2!important}body.SidePanel_randa_player_portals__Qv3Gj .SidePanel_custom__select__option--is-disabled__WxjV6{color:#c2ccc2!important;background:#f4f6f8!important;cursor:not-allowed!important;opacity:.6!important}body.SidePanel_randa_player_portals__Qv3Gj .SidePanel_custom__select__option--is-disabled__WxjV6:hover{background:#f4f6f8!important}body.SidePanel_randa_player_portals__Qv3Gj div[class^=FormPhoneField] .SidePanel_PhoneInput__Uu7DK{font-family:Founders;font-size:inherit;display:flex;align-items:center}@media screen and (min-width:768px){body.SidePanel_randa_player_portals__Qv3Gj div[class^=FormPhoneField] .SidePanel_PhoneInput__Uu7DK{font-size:inherit}}body.SidePanel_randa_player_portals__Qv3Gj div[class^=FormPhoneField] .SidePanel_PhoneInput__Uu7DK .SidePanel_PhoneInputInput__AEK9M{outline:none;height:3rem;display:block;font-size:inherit;width:100%;color:#000;box-shadow:none;will-change:opacity;background-color:rgba(0,0,0,0);font-family:Founders;border-radius:9999px!important;border:1px solid #c2ccc2!important;background-color:rgba(0,0,0,0)!important;padding:.5rem 1rem!important;transition:border-color .25s ease,box-shadow .25s ease!important}body.SidePanel_randa_player_portals__Qv3Gj div[class^=FormPhoneField] .SidePanel_PhoneInput__Uu7DK .SidePanel_PhoneInputInput__AEK9M:focus,body.SidePanel_randa_player_portals__Qv3Gj div[class^=FormPhoneField] .SidePanel_PhoneInput__Uu7DK .SidePanel_PhoneInputInput__AEK9M:focus-visible{outline:none!important;border-color:#2269ab!important;box-shadow:0 0 0 2px rgba(0,0,0,.03)!important}body.SidePanel_randa_player_portals__Qv3Gj div[class^=FormPhoneField] .SidePanel_PhoneInput__Uu7DK .SidePanel_PhoneInputInput__AEK9M:disabled{background-color:#f9f9f9!important;border-color:rgba(0,0,0,.1)!important;cursor:not-allowed}@media screen and (min-width:1024px)and (orientation:landscape){body.SidePanel_randa_player_portals__Qv3Gj div[class^=FormPhoneField] .SidePanel_PhoneInput__Uu7DK .SidePanel_PhoneInputInput__AEK9M{font-size:inherit;padding:1rem 0 .5rem 4.5rem}}body.SidePanel_randa_player_portals__Qv3Gj div[class^=FormPhoneField] .SidePanel_PhoneInput__Uu7DK .SidePanel_flag-dropdown__iav5x{background-color:rgba(0,0,0,0);border:0;position:relative;width:auto;display:flex;align-items:center;margin-right:.5rem}body.SidePanel_randa_player_portals__Qv3Gj div[class^=FormPhoneField] .SidePanel_PhoneInput__Uu7DK .SidePanel_flag-dropdown__iav5x .SidePanel_PhoneInputCountryIcon__M07xM{background-color:inherit;box-shadow:none;height:auto}body.SidePanel_randa_player_portals__Qv3Gj div[class^=FormPhoneField] .SidePanel_PhoneInput__Uu7DK .SidePanel_flag-dropdown__iav5x .SidePanel_custom__select__menu__zIRQB{min-width:330px!important;width:auto!important}body.SidePanel_randa_player_portals__Qv3Gj div[class^=FormPhoneField] .SidePanel_PhoneInput__Uu7DK .SidePanel_flag-dropdown__iav5x .SidePanel_custom__select__menu__zIRQB .SidePanel_PhoneInputCountryIcon__M07xM{display:inline-block}body.SidePanel_randa_player_portals__Qv3Gj div[class^=FormPhoneField] .SidePanel_PhoneInput__Uu7DK .SidePanel_flag-dropdown__iav5x .SidePanel_custom__select__menu__zIRQB .SidePanel_dial-code__o_WEr{color:#a6a6a6}body.SidePanel_randa_player_portals__Qv3Gj div[class^=FormPhoneField] .SidePanel_PhoneInput__Uu7DK .SidePanel_flag-dropdown__iav5x .SidePanel_custom__select__menu__zIRQB .SidePanel_divider__4Q1mr{height:1px;background-color:#a6a6a6;width:100%}body.SidePanel_randa_player_portals__Qv3Gj div[class^=FormPhoneField] .SidePanel_PhoneInput__Uu7DK .SidePanel_flag-dropdown__iav5x .SidePanel_custom__select__control__XBTnS{width:-moz-fit-content;width:fit-content}body.SidePanel_randa_player_portals__Qv3Gj div[class^=FormPhoneField] .SidePanel_PhoneInput__Uu7DK .SidePanel_flag-dropdown__iav5x .SidePanel_custom__select__indicator__lluHA{color:#a6a6a6!important;padding:0}body.SidePanel_randa_player_portals__Qv3Gj .SidePanel_slick-list__4O7Af{overflow:unset;-webkit-clip-path:inset(0 -100vw 0 0);clip-path:inset(0 -100vw 0 0);margin-right:-16px}div[class*=Slider_play_list] body.SidePanel_randa_player_portals__Qv3Gj .SidePanel_slick-list__4O7Af{-webkit-clip-path:none!important;clip-path:none!important}@media screen and (min-width:1024px)and (orientation:landscape){body.SidePanel_randa_player_portals__Qv3Gj .SidePanel_slick-list__4O7Af{margin-right:0}}body.SidePanel_randa_player_portals__Qv3Gj .SidePanel_slick-arrow__wPX5r{display:none;position:absolute;left:16px;z-index:999}@media screen and (min-width:1024px)and (orientation:landscape){body.SidePanel_randa_player_portals__Qv3Gj .SidePanel_slick-arrow__wPX5r{left:48px}}body.SidePanel_randa_player_portals__Qv3Gj .SidePanel_MuiMenuItem-gutters__fhxcU,body.SidePanel_randa_player_portals__Qv3Gj .SidePanel_MuiSelect-select__5i_5f,body.SidePanel_randa_player_portals__Qv3Gj .SidePanel_MuiTablePagination-displayedRows__a5Xkx,body.SidePanel_randa_player_portals__Qv3Gj .SidePanel_MuiTablePagination-selectLabel__8xXMM{font-family:Founders}body.SidePanel_randa_player_portals__Qv3Gj.SidePanel_aigwo__wLzmS .SidePanel_MuiMenuItem-gutters__fhxcU,body.SidePanel_randa_player_portals__Qv3Gj.SidePanel_aigwo__wLzmS .SidePanel_MuiSelect-select__5i_5f,body.SidePanel_randa_player_portals__Qv3Gj.SidePanel_aigwo__wLzmS .SidePanel_MuiTablePagination-displayedRows__a5Xkx,body.SidePanel_randa_player_portals__Qv3Gj.SidePanel_aigwo__wLzmS .SidePanel_MuiTablePagination-selectLabel__8xXMM{font-family:Radikal}body.SidePanel_randa_player_portals__Qv3Gj .SidePanel_MuiOutlinedInput-notchedOutline__vJj_l{border-color:#c2ccc2;border-radius:20px}body.SidePanel_randa_player_portals__Qv3Gj .SidePanel_Mui-focused__nPuDw .SidePanel_MuiOutlinedInput-notchedOutline__vJj_l{border-width:1px;border-color:#2269ab}body.SidePanel_randa_player_portals__Qv3Gj .SidePanel_MuiPaper-rounded__Kd69j.SidePanel_MuiPopover-paper__d7QSu{border-radius:20px}#SidePanel_onlineEntry_acceptedTermsUnder18__4Wsqc,#SidePanel_onlineEntry_exemptionCategoriesFQ__P9Suf,#SidePanel_onlineEntry_exemptionCategories__9hsth,#SidePanel_onlineEntry_pgaTour__XOU1N,#SidePanel_onlineEntry_privacyPolicyAcceptedUnder18__cOdFt,#SidePanel_onlineEntry_privacyPolicyAccepted__5TQ8z{grid-column:1/-1;padding-top:1rem}#SidePanel_accreditationForm_contactDetails__UZLhh,#SidePanel_accreditationForm_fileUpload__j_vnA{grid-template-columns:repeat(2,1fr);row-gap:.5rem}#SidePanel_accreditationForm_agreeToTermsAndConditions__Aqsq4{grid-column:1/-1}#SidePanel_accreditationForm_nominatedForDinnerEnabled__EVpKx,#SidePanel_accreditationForm_nominatedForDinnerReadOnly___6sp5{grid-column:1/-1;margin:12px 0}.SidePanel_btn__J_1hg{cursor:pointer;display:inline-flex;justify-content:center;align-items:center;width:auto;text-decoration:none;text-align:center;font-weight:500;outline:none;border:1.5px solid;white-space:nowrap}.SidePanel_btn__J_1hg,.SidePanel_btn__J_1hg:hover{transition:color .2s linear,background-color .2s linear,border .2s linear}.SidePanel_btn__J_1hg:hover{border-color:#cabeff}.SidePanel_btn--primary__wjuwq{min-height:46px;padding:10px 24px}.SidePanel_btn--primary__wjuwq,.SidePanel_btn--secondary__IS3TN{font-size:16px;line-height:18px;max-width:100%;border-radius:8px}.SidePanel_btn--secondary__IS3TN{display:flex;height:35px;max-height:35px;padding:8px 16px}.SidePanel_btn--full__4g1Od{width:100%;max-width:100%}.SidePanel_btn--disabled__yv9D5{opacity:.5;pointer-events:none}.SidePanel_btn--selected__PH3M0{color:#041e42;background-color:#cabeff;border-color:#cabeff}.SidePanel_btn--dark__QrWJZ{color:#041e42;border-color:#041e42}.SidePanel_btn--dark__QrWJZ.SidePanel_btn--selected__PH3M0,.SidePanel_btn--dark__QrWJZ:hover{color:#fff;background-color:#041e42;border-color:#041e42}.SidePanel_btn--advantage__fCPtg{border-color:#ff5836}.SidePanel_btn--advantage__fCPtg:hover{color:#041e42}.SidePanel_btn--advantage__fCPtg.SidePanel_btn--selected__PH3M0,.SidePanel_btn--advantage__fCPtg:hover{background-color:#ff5836;border-color:#ff5836}@media screen and (min-width:1024px)and (orientation:landscape){.SidePanel_btn--primary__wjuwq{font-size:18px;line-height:22px}}.SidePanel_randaMembership__VDpwd h1,.SidePanel_randaMembership__VDpwd h2,.SidePanel_randaMembership__VDpwd h3,.SidePanel_randaMembership__VDpwd h4,.SidePanel_randaMembership__VDpwd h5,.SidePanel_randaMembership__VDpwd h6{margin-top:0;margin-bottom:16px;padding:0;color:#fff}.SidePanel_randaMembership__VDpwd h1{font-size:32px;font-weight:700;line-height:42px}.SidePanel_randaMembership__VDpwd h2{font-size:24px;font-weight:700;line-height:32px}.SidePanel_randaMembership__VDpwd h3{font-size:24px;font-weight:500;line-height:32px}.SidePanel_randaMembership__VDpwd h4{font-size:20px;font-weight:700;line-height:24px}.SidePanel_randaMembership__VDpwd h5{font-size:20px;font-weight:500;line-height:24px}.SidePanel_randaMembership__VDpwd h6{font-size:18px;font-weight:500;line-height:24px}.SidePanel_randaMembership__VDpwd .SidePanel_p1__FkToR{font-size:16px;font-weight:400;line-height:20px}.SidePanel_randaMembership__VDpwd .SidePanel_p2__BGt7o{font-size:18px;font-weight:400;line-height:24px}.SidePanel_randaMembership__VDpwd .SidePanel_p3__XwZmG{font-size:24px;font-weight:400;line-height:32px}.SidePanel_randaMembership__VDpwd .SidePanel_tag1__P_9pH{font-size:14px;font-weight:400;line-height:18px}.SidePanel_randaMembership__VDpwd .SidePanel_tag2__KoHTH{font-size:14px;font-weight:500;line-height:18px}.SidePanel_randaMembership__VDpwd .SidePanel_tag3___A6hZ{font-size:16px;font-weight:500;line-height:24px}.SidePanel_randaMembership__VDpwd .SidePanel_tag4__z5avn{font-size:18px;font-weight:500;line-height:24px}@media screen and (min-width:1024px)and (orientation:landscape){.SidePanel_randaMembership__VDpwd h1{font-size:40px;line-height:48px}.SidePanel_randaMembership__VDpwd h2{font-size:32px;line-height:40px}.SidePanel_randaMembership__VDpwd h3{font-size:24px;line-height:32px}.SidePanel_randaMembership__VDpwd h4{font-size:20px;line-height:24px}.SidePanel_randaMembership__VDpwd h5{font-size:16px;line-height:20px}}.SidePanel_drawer__Pjai2{width:100%;display:flex;flex-direction:column;height:100%;padding:24px}@media screen and (min-width:1600px){.SidePanel_drawer__Pjai2{width:60%}}.SidePanel_drawer__Pjai2 .SidePanel_navigation__EbjqK{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.SidePanel_drawer__Pjai2 .SidePanel_body__Rsv9g{padding:24px 0}@font-face{font-family:Radikal;font-display:swap;src:url(/_next/static/media/Radikal-Light.888201f8.woff2) format("woff2"),url(/_next/static/media/Radikal-Light.ecaf70ae.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:Radikal;font-display:swap;src:url(/_next/static/media/Radikal-Regular.fc012a60.woff2) format("woff2"),url(/_next/static/media/Radikal-Regular.52bc4fd8.woff) format("woff");font-weight:700;font-weight:500;font-style:normal}@font-face{font-family:Radikal;font-display:swap;src:url(/_next/static/media/Radikal-Bold.f8d9429e.woff2) format("woff2"),url(/_next/static/media/Radikal-Bold.2196c009.woff) format("woff");font-weight:bolder;font-weight:700;font-style:normal}@font-face{font-family:Founders;font-display:swap;src:url(/_next/static/media/founders-grotesk-light.834b7ac9.woff2) format("woff2");font-weight:lighter;font-weight:300;font-style:normal}@font-face{font-family:Founders;font-display:swap;src:url(/_next/static/media/founders-grotesk-regular.e20d58ac.woff2) format("woff2");font-weight:400;font-style:normal}@font-face{font-family:Founders;font-display:swap;src:url(/_next/static/media/founders-grotesk-medium.77a7fc6d.woff2) format("woff2");font-weight:700;font-weight:500;font-style:normal}@font-face{font-family:Founders;font-display:swap;src:url(/_next/static/media/founders-grotesk-bold.a939ea11.woff2) format("woff2");font-weight:bolder;font-weight:700;font-style:normal}@font-face{font-family:Cardinal;font-display:swap;src:url(/_next/static/media/cardinalphotoweb-regular.805993c3.woff2) format("woff2"),url(/_next/static/media/cardinalphotoweb-regular.f228affe.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:Cardinal;font-display:swap;src:url(/_next/static/media/cardinal-medium.805993c3.woff2) format("woff2"),url(/_next/static/media/cardinal-medium.f228affe.woff) format("woff");font-weight:700;font-weight:500;font-style:normal}@font-face{font-family:Cardinal;font-display:swap;src:url(/_next/static/media/cardinal-semibold.8aae962e.woff2) format("woff2"),url(/_next/static/media/cardinal-semibold.5936d301.woff) format("woff");font-weight:bolder;font-weight:700;font-style:normal}@font-face{font-family:Public Sans;font-display:swap;src:url(/_next/static/media/PublicSans-Regular.07dd4d98.woff) format("woff");font-weight:400;font-style:normal}body:not(.SectionTitlePP_randaSSO__T5aM_) .SectionTitlePP_container__9FPHt{z-index:2;width:100%;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media screen and (min-width:1024px)and (orientation:landscape){body:not(.SectionTitlePP_randaSSO__T5aM_) .SectionTitlePP_container__9FPHt{max-width:1200px}}@media screen and (min-width:1600px){body:not(.SectionTitlePP_randaSSO__T5aM_) .SectionTitlePP_container__9FPHt{max-width:1400px;padding-left:0;padding-right:0}}@media screen and (min-width:1921px){body:not(.SectionTitlePP_randaSSO__T5aM_) .SectionTitlePP_container__9FPHt{max-width:1600px}}.SectionTitlePP_custom__select__control__2rbMN{background:#0a1936!important;border:none!important;border-radius:0!important}.SectionTitlePP_custom__select__input__kzDHP{opacity:1!important;background:rgba(0,0,0,0)!important;-webkit-appearance:unset}.SectionTitlePP_custom__select__single-value__WxYiz{color:#fff!important;font-size:1rem!important;padding-bottom:1px}@media screen and (min-width:1024px)and (orientation:landscape){.SectionTitlePP_custom__select__single-value__WxYiz{font-size:1.5rem!important}}.SectionTitlePP_custom__select__placeholder__ONfnO{font-size:1.5rem!important;padding-bottom:1px;color:#a6a6a6!important}@media screen and (max-width:767px){.SectionTitlePP_custom__select__placeholder__ONfnO{font-size:1rem!important}}.SectionTitlePP_custom__select__indicator-separator__C1ytU{display:none!important}.SectionTitlePP_custom__select__value-container__LEQt9{padding:0!important}.SectionTitlePP_custom__select__input-container__lBfNs{color:#fff!important;cursor:pointer}.SectionTitlePP_custom__select__indicator__3Hp0J{color:#fff!important;padding-bottom:1px!important;cursor:pointer}@media screen and (max-width:767px){.SectionTitlePP_custom__select__indicator__3Hp0J{padding:0!important}}.SectionTitlePP_custom__select__control__2rbMN{box-shadow:none!important;min-height:48px!important}.SectionTitlePP_custom__select__menu__KkQeO{background:#0a1936!important;padding:0!important;margin:2px 0 0!important;z-index:5!important;border-radius:0!important}.SectionTitlePP_custom__select__menu-list__DCs2H{max-height:180px!important}.SectionTitlePP_custom__select__option__ig2J_{color:#fff!important;background:rgba(0,0,0,.2)!important}.SectionTitlePP_custom__select__option--is-focused__WrT72,.SectionTitlePP_custom__select__option--is-selected__xPtvu,.SectionTitlePP_custom__select__option__ig2J_:hover{background-color:rgba(0,0,0,.4)!important}div[class^=FormPhoneField] .SectionTitlePP_PhoneInput__HkKkB{font-family:Radikal;font-size:.875rem}@media screen and (min-width:768px){div[class^=FormPhoneField] .SectionTitlePP_PhoneInput__HkKkB{font-size:1rem}}div[class^=FormPhoneField] .SectionTitlePP_PhoneInput__HkKkB .SectionTitlePP_PhoneInputInput__IAYGC{outline:none;height:3rem;display:block;background:none;padding:.25rem 0 .25rem 3.25rem;font-size:1rem;border:0 solid rgba(0,0,0,0);width:100%;color:#fff;box-shadow:none;transition:opacity .28s ease;will-change:opacity;background-color:rgba(0,0,0,0)}@media screen and (min-width:1024px)and (orientation:landscape){div[class^=FormPhoneField] .SectionTitlePP_PhoneInput__HkKkB .SectionTitlePP_PhoneInputInput__IAYGC{font-size:1.5rem;padding:.5rem 0 .5rem 4.5rem}}div[class^=FormPhoneField] .SectionTitlePP_PhoneInput__HkKkB .SectionTitlePP_flag-dropdown__ga7qF{background-color:rgba(0,0,0,0);border:0;width:100%;position:absolute}div[class^=FormPhoneField] .SectionTitlePP_PhoneInput__HkKkB .SectionTitlePP_flag-dropdown__ga7qF .SectionTitlePP_PhoneInputCountryIcon__AtLPg{background-color:inherit;box-shadow:none;height:auto}div[class^=FormPhoneField] .SectionTitlePP_PhoneInput__HkKkB .SectionTitlePP_flag-dropdown__ga7qF .SectionTitlePP_custom__select__menu__KkQeO{width:100%}div[class^=FormPhoneField] .SectionTitlePP_PhoneInput__HkKkB .SectionTitlePP_flag-dropdown__ga7qF .SectionTitlePP_custom__select__menu__KkQeO .SectionTitlePP_PhoneInputCountryIcon__AtLPg{display:inline-block}div[class^=FormPhoneField] .SectionTitlePP_PhoneInput__HkKkB .SectionTitlePP_flag-dropdown__ga7qF .SectionTitlePP_custom__select__menu__KkQeO .SectionTitlePP_dial-code__5jNaD{color:#a6a6a6}div[class^=FormPhoneField] .SectionTitlePP_PhoneInput__HkKkB .SectionTitlePP_flag-dropdown__ga7qF .SectionTitlePP_custom__select__menu__KkQeO .SectionTitlePP_divider__kNUOZ{height:1px;background-color:#a6a6a6;width:100%}div[class^=FormPhoneField] .SectionTitlePP_PhoneInput__HkKkB .SectionTitlePP_flag-dropdown__ga7qF .SectionTitlePP_custom__select__control__2rbMN{z-index:5;width:-moz-fit-content;width:fit-content}div[class^=FormPhoneField] .SectionTitlePP_PhoneInput__HkKkB .SectionTitlePP_flag-dropdown__ga7qF .SectionTitlePP_custom__select__indicator__3Hp0J{padding:0}div[class^=FormPhoneField] .SectionTitlePP_PhoneInput__HkKkB .SectionTitlePP_flag-dropdown__ga7qF .SectionTitlePP_custom__select__option__ig2J_:hover:has(.SectionTitlePP_divider__kNUOZ){background:rgba(0,0,0,.2)!important}.SectionTitlePP_slick-list__AwHaQ{overflow:unset;-webkit-clip-path:inset(0 -100vw 0 0);clip-path:inset(0 -100vw 0 0);margin-right:-16px}div[class*=Slider_play_list] .SectionTitlePP_slick-list__AwHaQ{-webkit-clip-path:none!important;clip-path:none!important}@media screen and (min-width:1024px)and (orientation:landscape){.SectionTitlePP_slick-list__AwHaQ{margin-right:0}}.SectionTitlePP_slick-arrow__oSFBp{display:none;position:absolute;left:16px;z-index:999}@media screen and (min-width:1024px)and (orientation:landscape){.SectionTitlePP_slick-arrow__oSFBp{left:48px}}#SectionTitlePP_ccc__hfwQC #SectionTitlePP_ccc-overlay__iU3s6{background-color:rgba(0,0,0,.75)}#SectionTitlePP_ccc__hfwQC #SectionTitlePP_ccc-icon__Muuxw.SectionTitlePP_ccc-icon--dark__ZfAJx{fill:#fff}#SectionTitlePP_ccc__hfwQC #SectionTitlePP_ccc-icon__Muuxw.SectionTitlePP_ccc-icon--dark__ZfAJx #SectionTitlePP_star__vcusy path{fill:#000}#SectionTitlePP_ccc__hfwQC #SectionTitlePP_ccc-module__1EPjo.SectionTitlePP_ccc-module--slideout__utAdj{top:0;bottom:0;width:100%;max-width:100%;left:0}@media(min-width:768px){#SectionTitlePP_ccc__hfwQC #SectionTitlePP_ccc-module__1EPjo.SectionTitlePP_ccc-module--slideout__utAdj{max-width:520px}}#SectionTitlePP_ccc__hfwQC #SectionTitlePP_ccc-module__1EPjo #SectionTitlePP_ccc-content__rjkgF{height:100%}.SectionTitlePP_aigwo__LWoZk #SectionTitlePP_ccc__hfwQC #SectionTitlePP_ccc-module__1EPjo #SectionTitlePP_ccc-content__rjkgF{background-color:#041c71!important}#SectionTitlePP_ccc__hfwQC #SectionTitlePP_ccc-module__1EPjo #SectionTitlePP_ccc-content__rjkgF #SectionTitlePP_ccc-close___l2hG{width:48px;height:48px;top:0;right:0;display:flex;align-items:center;justify-content:center}#SectionTitlePP_ccc__hfwQC #SectionTitlePP_ccc-module__1EPjo #SectionTitlePP_ccc-content__rjkgF #SectionTitlePP_ccc-close___l2hG svg{width:14px;fill:#fff}#SectionTitlePP_ccc__hfwQC #SectionTitlePP_ccc-module__1EPjo #SectionTitlePP_ccc-content__rjkgF #SectionTitlePP_cc-panel__XjX8n #SectionTitlePP_ccc-necessary-title__Y7W11,#SectionTitlePP_ccc__hfwQC #SectionTitlePP_ccc-module__1EPjo #SectionTitlePP_ccc-content__rjkgF #SectionTitlePP_cc-panel__XjX8n #SectionTitlePP_ccc-title__TxOSw,#SectionTitlePP_ccc__hfwQC #SectionTitlePP_ccc-module__1EPjo #SectionTitlePP_ccc-content__rjkgF #SectionTitlePP_cc-panel__XjX8n .SectionTitlePP_optional-cookie-header__8HTUR{font-weight:700!important;font-family:Radikal}#SectionTitlePP_ccc__hfwQC #SectionTitlePP_ccc-module__1EPjo #SectionTitlePP_ccc-content__rjkgF #SectionTitlePP_cc-panel__XjX8n p,#SectionTitlePP_ccc__hfwQC #SectionTitlePP_ccc-module__1EPjo #SectionTitlePP_ccc-content__rjkgF #SectionTitlePP_cc-panel__XjX8n p.SectionTitlePP_ccc-intro__gb9pg{font-family:Radikal;font-weight:100!important;font-size:14px!important;line-height:20px!important;margin:10px 0 0!important}#SectionTitlePP_ccc__hfwQC #SectionTitlePP_ccc-module__1EPjo #SectionTitlePP_ccc-content__rjkgF #SectionTitlePP_cc-panel__XjX8n #SectionTitlePP_ccc-statement__S3_cO .SectionTitlePP_ccc-link__8nuX8{position:relative}#SectionTitlePP_ccc__hfwQC #SectionTitlePP_ccc-module__1EPjo #SectionTitlePP_ccc-content__rjkgF #SectionTitlePP_cc-panel__XjX8n #SectionTitlePP_ccc-statement__S3_cO .SectionTitlePP_ccc-link__8nuX8 .SectionTitlePP_ccc-statement-name__OWywu{text-decoration:underline}#SectionTitlePP_ccc__hfwQC #SectionTitlePP_ccc-module__1EPjo #SectionTitlePP_ccc-content__rjkgF #SectionTitlePP_cc-panel__XjX8n #SectionTitlePP_ccc-statement__S3_cO .SectionTitlePP_ccc-link__8nuX8 .SectionTitlePP_ccc-svg-element__W3m08{position:relative;top:2px}#SectionTitlePP_ccc__hfwQC #SectionTitlePP_ccc-module__1EPjo #SectionTitlePP_ccc-content__rjkgF #SectionTitlePP_cc-panel__XjX8n #SectionTitlePP_ccc-button-holder__LQro4{margin-top:10px}#SectionTitlePP_ccc__hfwQC #SectionTitlePP_ccc-module__1EPjo #SectionTitlePP_ccc-content__rjkgF #SectionTitlePP_cc-panel__XjX8n #SectionTitlePP_ccc-button-holder__LQro4 #SectionTitlePP_ccc-recommended-settings__wAizS{border-radius:8px;background-color:rgba(0,0,0,0)!important;border:1px solid #fff!important;font-family:Radikal!important;font-weight:500!important}#SectionTitlePP_ccc__hfwQC #SectionTitlePP_ccc-module__1EPjo #SectionTitlePP_ccc-content__rjkgF #SectionTitlePP_cc-panel__XjX8n #SectionTitlePP_ccc-button-holder__LQro4 #SectionTitlePP_ccc-recommended-settings__wAizS:active,#SectionTitlePP_ccc__hfwQC #SectionTitlePP_ccc-module__1EPjo #SectionTitlePP_ccc-content__rjkgF #SectionTitlePP_cc-panel__XjX8n #SectionTitlePP_ccc-button-holder__LQro4 #SectionTitlePP_ccc-recommended-settings__wAizS:focus,#SectionTitlePP_ccc__hfwQC #SectionTitlePP_ccc-module__1EPjo #SectionTitlePP_ccc-content__rjkgF #SectionTitlePP_cc-panel__XjX8n #SectionTitlePP_ccc-button-holder__LQro4 #SectionTitlePP_ccc-recommended-settings__wAizS:hover{border-color:#cabeff!important}#SectionTitlePP_ccc__hfwQC #SectionTitlePP_ccc-module__1EPjo #SectionTitlePP_ccc-content__rjkgF #SectionTitlePP_cc-panel__XjX8n #SectionTitlePP_ccc-button-holder__LQro4 #SectionTitlePP_ccc-recommended-settings__wAizS span{background-color:rgba(0,0,0,0)!important;color:#fff!important}.SectionTitlePP_randa_player_portals__m3o8u #SectionTitlePP_ccc__hfwQC #SectionTitlePP_ccc-module__1EPjo #SectionTitlePP_ccc-content__rjkgF #SectionTitlePP_cc-panel__XjX8n #SectionTitlePP_ccc-button-holder__LQro4 #SectionTitlePP_ccc-recommended-settings__wAizS span{color:#041e42!important}.SectionTitlePP_randa_player_portals__m3o8u #SectionTitlePP_ccc__hfwQC #SectionTitlePP_ccc-module__1EPjo #SectionTitlePP_ccc-content__rjkgF #SectionTitlePP_cc-panel__XjX8n #SectionTitlePP_ccc-button-holder__LQro4 #SectionTitlePP_ccc-recommended-settings__wAizS{border-radius:22px;background-color:#14e8ff!important;border-color:#14e8ff!important}.SectionTitlePP_theopen__HSKD4 #SectionTitlePP_ccc__hfwQC #SectionTitlePP_ccc-module__1EPjo #SectionTitlePP_ccc-content__rjkgF #SectionTitlePP_cc-panel__XjX8n #SectionTitlePP_ccc-button-holder__LQro4 #SectionTitlePP_ccc-recommended-settings__wAizS{background-color:#ffba00!important;border-color:#ffba00!important}.SectionTitlePP_aigwo__LWoZk #SectionTitlePP_ccc__hfwQC #SectionTitlePP_ccc-module__1EPjo #SectionTitlePP_ccc-content__rjkgF #SectionTitlePP_cc-panel__XjX8n #SectionTitlePP_ccc-button-holder__LQro4 #SectionTitlePP_ccc-recommended-settings__wAizS{background-color:#c7dbf4!important;border-color:#c7dbf4!important}#SectionTitlePP_ccc__hfwQC .SectionTitlePP_checkbox-toggle--slider__1MbDp span{font-size:14px!important}#SectionTitlePP_ccc__hfwQC #SectionTitlePP_ccc-optional-categories__KCszK .SectionTitlePP_checkbox-toggle__uBwva{background-color:#cabeff!important;border-color:#cabeff!important}.SectionTitlePP_randa_player_portals__m3o8u #SectionTitlePP_ccc__hfwQC #SectionTitlePP_ccc-optional-categories__KCszK .SectionTitlePP_checkbox-toggle__uBwva{background-color:#14e8ff!important;border-color:#14e8ff!important}.SectionTitlePP_theopen__HSKD4 #SectionTitlePP_ccc__hfwQC #SectionTitlePP_ccc-optional-categories__KCszK .SectionTitlePP_checkbox-toggle__uBwva{background-color:#ffba00!important;border-color:#ffba00!important}.SectionTitlePP_aigwo__LWoZk #SectionTitlePP_ccc__hfwQC #SectionTitlePP_ccc-optional-categories__KCszK .SectionTitlePP_checkbox-toggle__uBwva{background-color:#c7dbf4!important;border-color:#c7dbf4!important}#SectionTitlePP_ccc__hfwQC #SectionTitlePP_ccc-optional-categories__KCszK .SectionTitlePP_checkbox-toggle__uBwva:focus-within{outline:none!important}body.SectionTitlePP_randa_player_portals__m3o8u .SectionTitlePP_custom__select__control__2rbMN{background:#fcfcfc!important}body.SectionTitlePP_randa_player_portals__m3o8u .SectionTitlePP_custom__select__input__kzDHP{opacity:1!important;background:rgba(0,0,0,0)!important;-webkit-appearance:unset}body.SectionTitlePP_randa_player_portals__m3o8u .SectionTitlePP_custom__select__single-value__WxYiz{color:#000!important;font-size:16px!important}body.SectionTitlePP_randa_player_portals__m3o8u .SectionTitlePP_custom__select__placeholder__ONfnO{color:#c2ccc2!important;font-size:16px!important}body.SectionTitlePP_randa_player_portals__m3o8u .SectionTitlePP_custom__select__indicator-separator__C1ytU{display:none!important}body.SectionTitlePP_randa_player_portals__m3o8u .SectionTitlePP_custom__select__value-container__LEQt9{padding:0!important}body.SectionTitlePP_randa_player_portals__m3o8u .SectionTitlePP_custom__select__input-container__lBfNs{color:#000!important;cursor:pointer}body.SectionTitlePP_randa_player_portals__m3o8u .SectionTitlePP_custom__select__indicator__3Hp0J{color:#919eab!important;cursor:pointer;justify-content:center;padding:0 0 0 12px!important}@media screen and (max-width:767px){body.SectionTitlePP_randa_player_portals__m3o8u .SectionTitlePP_custom__select__indicator__3Hp0J{padding:0!important}}body.SectionTitlePP_randa_player_portals__m3o8u .SectionTitlePP_custom__select__control__2rbMN{box-shadow:none!important;min-height:48px!important;border-radius:9999px!important;border:1px solid #c2ccc2!important;background-color:rgba(0,0,0,0)!important;padding:.5rem 1rem!important;transition:border-color .25s ease,box-shadow .25s ease!important}body.SectionTitlePP_randa_player_portals__m3o8u .SectionTitlePP_custom__select__control__2rbMN:focus,body.SectionTitlePP_randa_player_portals__m3o8u .SectionTitlePP_custom__select__control__2rbMN:focus-visible{outline:none!important;border-color:#2269ab!important;box-shadow:0 0 0 2px rgba(0,0,0,.03)!important}body.SectionTitlePP_randa_player_portals__m3o8u .SectionTitlePP_custom__select__control__2rbMN:disabled{background-color:#f9f9f9!important;border-color:rgba(0,0,0,.1)!important;cursor:not-allowed}body.SectionTitlePP_randa_player_portals__m3o8u .SectionTitlePP_custom__select__control--is-focused__YD5ht{outline:none!important;border-color:#2269ab!important;box-shadow:0 0 0 2px rgba(0,0,0,.03)!important}body.SectionTitlePP_randa_player_portals__m3o8u .SectionTitlePP_custom__select__menu__KkQeO{background:#fff!important;padding:4px!important;margin:2px 0 0!important;z-index:1001!important;border-radius:20px!important}body.SectionTitlePP_randa_player_portals__m3o8u .SectionTitlePP_custom__select__menu-list__DCs2H{max-height:180px!important;padding:0}body.SectionTitlePP_randa_player_portals__m3o8u .SectionTitlePP_custom__select__option__ig2J_{color:#000!important;background:rgba(0,0,0,0)!important;border-radius:20px}body.SectionTitlePP_randa_player_portals__m3o8u .SectionTitlePP_custom__select__option--is-focused__WrT72,body.SectionTitlePP_randa_player_portals__m3o8u .SectionTitlePP_custom__select__option__ig2J_:hover{background-color:#f4f6f8!important}body.SectionTitlePP_randa_player_portals__m3o8u .SectionTitlePP_custom__select__option--is-selected__xPtvu,body.SectionTitlePP_randa_player_portals__m3o8u .SectionTitlePP_custom__select__option--is-selected__xPtvu:hover{background-color:#c2ccc2!important}body.SectionTitlePP_randa_player_portals__m3o8u .SectionTitlePP_custom__select__option--is-disabled__HobAX{color:#c2ccc2!important;background:#f4f6f8!important;cursor:not-allowed!important;opacity:.6!important}body.SectionTitlePP_randa_player_portals__m3o8u .SectionTitlePP_custom__select__option--is-disabled__HobAX:hover{background:#f4f6f8!important}body.SectionTitlePP_randa_player_portals__m3o8u div[class^=FormPhoneField] .SectionTitlePP_PhoneInput__HkKkB{font-family:Founders;font-size:inherit;display:flex;align-items:center}@media screen and (min-width:768px){body.SectionTitlePP_randa_player_portals__m3o8u div[class^=FormPhoneField] .SectionTitlePP_PhoneInput__HkKkB{font-size:inherit}}body.SectionTitlePP_randa_player_portals__m3o8u div[class^=FormPhoneField] .SectionTitlePP_PhoneInput__HkKkB .SectionTitlePP_PhoneInputInput__IAYGC{outline:none;height:3rem;display:block;font-size:inherit;width:100%;color:#000;box-shadow:none;will-change:opacity;background-color:rgba(0,0,0,0);font-family:Founders;border-radius:9999px!important;border:1px solid #c2ccc2!important;background-color:rgba(0,0,0,0)!important;padding:.5rem 1rem!important;transition:border-color .25s ease,box-shadow .25s ease!important}body.SectionTitlePP_randa_player_portals__m3o8u div[class^=FormPhoneField] .SectionTitlePP_PhoneInput__HkKkB .SectionTitlePP_PhoneInputInput__IAYGC:focus,body.SectionTitlePP_randa_player_portals__m3o8u div[class^=FormPhoneField] .SectionTitlePP_PhoneInput__HkKkB .SectionTitlePP_PhoneInputInput__IAYGC:focus-visible{outline:none!important;border-color:#2269ab!important;box-shadow:0 0 0 2px rgba(0,0,0,.03)!important}body.SectionTitlePP_randa_player_portals__m3o8u div[class^=FormPhoneField] .SectionTitlePP_PhoneInput__HkKkB .SectionTitlePP_PhoneInputInput__IAYGC:disabled{background-color:#f9f9f9!important;border-color:rgba(0,0,0,.1)!important;cursor:not-allowed}@media screen and (min-width:1024px)and (orientation:landscape){body.SectionTitlePP_randa_player_portals__m3o8u div[class^=FormPhoneField] .SectionTitlePP_PhoneInput__HkKkB .SectionTitlePP_PhoneInputInput__IAYGC{font-size:inherit;padding:1rem 0 .5rem 4.5rem}}body.SectionTitlePP_randa_player_portals__m3o8u div[class^=FormPhoneField] .SectionTitlePP_PhoneInput__HkKkB .SectionTitlePP_flag-dropdown__ga7qF{background-color:rgba(0,0,0,0);border:0;position:relative;width:auto;display:flex;align-items:center;margin-right:.5rem}body.SectionTitlePP_randa_player_portals__m3o8u div[class^=FormPhoneField] .SectionTitlePP_PhoneInput__HkKkB .SectionTitlePP_flag-dropdown__ga7qF .SectionTitlePP_PhoneInputCountryIcon__AtLPg{background-color:inherit;box-shadow:none;height:auto}body.SectionTitlePP_randa_player_portals__m3o8u div[class^=FormPhoneField] .SectionTitlePP_PhoneInput__HkKkB .SectionTitlePP_flag-dropdown__ga7qF .SectionTitlePP_custom__select__menu__KkQeO{min-width:330px!important;width:auto!important}body.SectionTitlePP_randa_player_portals__m3o8u div[class^=FormPhoneField] .SectionTitlePP_PhoneInput__HkKkB .SectionTitlePP_flag-dropdown__ga7qF .SectionTitlePP_custom__select__menu__KkQeO .SectionTitlePP_PhoneInputCountryIcon__AtLPg{display:inline-block}body.SectionTitlePP_randa_player_portals__m3o8u div[class^=FormPhoneField] .SectionTitlePP_PhoneInput__HkKkB .SectionTitlePP_flag-dropdown__ga7qF .SectionTitlePP_custom__select__menu__KkQeO .SectionTitlePP_dial-code__5jNaD{color:#a6a6a6}body.SectionTitlePP_randa_player_portals__m3o8u div[class^=FormPhoneField] .SectionTitlePP_PhoneInput__HkKkB .SectionTitlePP_flag-dropdown__ga7qF .SectionTitlePP_custom__select__menu__KkQeO .SectionTitlePP_divider__kNUOZ{height:1px;background-color:#a6a6a6;width:100%}body.SectionTitlePP_randa_player_portals__m3o8u div[class^=FormPhoneField] .SectionTitlePP_PhoneInput__HkKkB .SectionTitlePP_flag-dropdown__ga7qF .SectionTitlePP_custom__select__control__2rbMN{width:-moz-fit-content;width:fit-content}body.SectionTitlePP_randa_player_portals__m3o8u div[class^=FormPhoneField] .SectionTitlePP_PhoneInput__HkKkB .SectionTitlePP_flag-dropdown__ga7qF .SectionTitlePP_custom__select__indicator__3Hp0J{color:#a6a6a6!important;padding:0}body.SectionTitlePP_randa_player_portals__m3o8u .SectionTitlePP_slick-list__AwHaQ{overflow:unset;-webkit-clip-path:inset(0 -100vw 0 0);clip-path:inset(0 -100vw 0 0);margin-right:-16px}div[class*=Slider_play_list] body.SectionTitlePP_randa_player_portals__m3o8u .SectionTitlePP_slick-list__AwHaQ{-webkit-clip-path:none!important;clip-path:none!important}@media screen and (min-width:1024px)and (orientation:landscape){body.SectionTitlePP_randa_player_portals__m3o8u .SectionTitlePP_slick-list__AwHaQ{margin-right:0}}body.SectionTitlePP_randa_player_portals__m3o8u .SectionTitlePP_slick-arrow__oSFBp{display:none;position:absolute;left:16px;z-index:999}@media screen and (min-width:1024px)and (orientation:landscape){body.SectionTitlePP_randa_player_portals__m3o8u .SectionTitlePP_slick-arrow__oSFBp{left:48px}}body.SectionTitlePP_randa_player_portals__m3o8u .SectionTitlePP_MuiMenuItem-gutters__5M_gY,body.SectionTitlePP_randa_player_portals__m3o8u .SectionTitlePP_MuiSelect-select__TiOa2,body.SectionTitlePP_randa_player_portals__m3o8u .SectionTitlePP_MuiTablePagination-displayedRows__qJVEX,body.SectionTitlePP_randa_player_portals__m3o8u .SectionTitlePP_MuiTablePagination-selectLabel__j9Mzi{font-family:Founders}body.SectionTitlePP_randa_player_portals__m3o8u.SectionTitlePP_aigwo__LWoZk .SectionTitlePP_MuiMenuItem-gutters__5M_gY,body.SectionTitlePP_randa_player_portals__m3o8u.SectionTitlePP_aigwo__LWoZk .SectionTitlePP_MuiSelect-select__TiOa2,body.SectionTitlePP_randa_player_portals__m3o8u.SectionTitlePP_aigwo__LWoZk .SectionTitlePP_MuiTablePagination-displayedRows__qJVEX,body.SectionTitlePP_randa_player_portals__m3o8u.SectionTitlePP_aigwo__LWoZk .SectionTitlePP_MuiTablePagination-selectLabel__j9Mzi{font-family:Radikal}body.SectionTitlePP_randa_player_portals__m3o8u .SectionTitlePP_MuiOutlinedInput-notchedOutline__fvMyB{border-color:#c2ccc2;border-radius:20px}body.SectionTitlePP_randa_player_portals__m3o8u .SectionTitlePP_Mui-focused__Xi3rn .SectionTitlePP_MuiOutlinedInput-notchedOutline__fvMyB{border-width:1px;border-color:#2269ab}body.SectionTitlePP_randa_player_portals__m3o8u .SectionTitlePP_MuiPaper-rounded__hIL6s.SectionTitlePP_MuiPopover-paper__6E_c_{border-radius:20px}#SectionTitlePP_onlineEntry_acceptedTermsUnder18__IefX8,#SectionTitlePP_onlineEntry_exemptionCategoriesFQ__RcKer,#SectionTitlePP_onlineEntry_exemptionCategories__6CnX1,#SectionTitlePP_onlineEntry_pgaTour__XbL_C,#SectionTitlePP_onlineEntry_privacyPolicyAcceptedUnder18__6otPY,#SectionTitlePP_onlineEntry_privacyPolicyAccepted__1dOyR{grid-column:1/-1;padding-top:1rem}#SectionTitlePP_accreditationForm_contactDetails__QF4_I,#SectionTitlePP_accreditationForm_fileUpload__xl2vz{grid-template-columns:repeat(2,1fr);row-gap:.5rem}#SectionTitlePP_accreditationForm_agreeToTermsAndConditions__Rs7De{grid-column:1/-1}#SectionTitlePP_accreditationForm_nominatedForDinnerEnabled__q3_ka,#SectionTitlePP_accreditationForm_nominatedForDinnerReadOnly__W6Iuf{grid-column:1/-1;margin:12px 0}.SectionTitlePP_btn__vTSlh{cursor:pointer;display:inline-flex;justify-content:center;align-items:center;width:auto;text-decoration:none;text-align:center;font-weight:500;outline:none;border:1.5px solid;white-space:nowrap}.SectionTitlePP_btn__vTSlh,.SectionTitlePP_btn__vTSlh:hover{transition:color .2s linear,background-color .2s linear,border .2s linear}.SectionTitlePP_btn__vTSlh:hover{border-color:#cabeff}.SectionTitlePP_btn--primary__KSoV6{font-size:16px;line-height:18px;max-width:100%;min-height:46px;padding:10px 24px;border-radius:8px}.SectionTitlePP_btn--secondary__9pyJ_{display:flex;font-size:16px;line-height:18px;max-width:100%;height:35px;max-height:35px;padding:8px 16px;border-radius:8px}.SectionTitlePP_btn--full__K02m5{width:100%;max-width:100%}.SectionTitlePP_btn--disabled__TA9Jj{opacity:.5;pointer-events:none}.SectionTitlePP_btn--selected___1Zob{color:#041e42;background-color:#cabeff;border-color:#cabeff}.SectionTitlePP_btn--dark__91OxW{color:#041e42;border-color:#041e42}.SectionTitlePP_btn--dark__91OxW.SectionTitlePP_btn--selected___1Zob,.SectionTitlePP_btn--dark__91OxW:hover{color:#fff;background-color:#041e42;border-color:#041e42}.SectionTitlePP_btn--advantage__PM7Si{border-color:#ff5836}.SectionTitlePP_btn--advantage__PM7Si:hover{color:#041e42}.SectionTitlePP_btn--advantage__PM7Si.SectionTitlePP_btn--selected___1Zob,.SectionTitlePP_btn--advantage__PM7Si:hover{background-color:#ff5836;border-color:#ff5836}@media screen and (min-width:1024px)and (orientation:landscape){.SectionTitlePP_btn--primary__KSoV6{font-size:18px;line-height:22px}}.SectionTitlePP_randaMembership__K1Vny h1,.SectionTitlePP_randaMembership__K1Vny h2,.SectionTitlePP_randaMembership__K1Vny h3,.SectionTitlePP_randaMembership__K1Vny h4,.SectionTitlePP_randaMembership__K1Vny h5,.SectionTitlePP_randaMembership__K1Vny h6{margin-top:0;margin-bottom:16px;padding:0;color:#fff}.SectionTitlePP_randaMembership__K1Vny h1{font-size:32px;font-weight:700;line-height:42px}.SectionTitlePP_randaMembership__K1Vny h2{font-size:24px;font-weight:700;line-height:32px}.SectionTitlePP_randaMembership__K1Vny h3{font-size:24px;font-weight:500;line-height:32px}.SectionTitlePP_randaMembership__K1Vny h4{font-size:20px;font-weight:700;line-height:24px}.SectionTitlePP_randaMembership__K1Vny h5{font-size:20px;font-weight:500;line-height:24px}.SectionTitlePP_randaMembership__K1Vny h6{font-size:18px;font-weight:500;line-height:24px}.SectionTitlePP_randaMembership__K1Vny .SectionTitlePP_p1__1cJCr{font-size:16px;font-weight:400;line-height:20px}.SectionTitlePP_randaMembership__K1Vny .SectionTitlePP_p2__G8vHx{font-size:18px;font-weight:400;line-height:24px}.SectionTitlePP_randaMembership__K1Vny .SectionTitlePP_p3__wtPf0{font-size:24px;font-weight:400;line-height:32px}.SectionTitlePP_randaMembership__K1Vny .SectionTitlePP_tag1__47ELk{font-size:14px;font-weight:400;line-height:18px}.SectionTitlePP_randaMembership__K1Vny .SectionTitlePP_tag2___3_26{font-size:14px;font-weight:500;line-height:18px}.SectionTitlePP_randaMembership__K1Vny .SectionTitlePP_tag3__ev_RX{font-size:16px;font-weight:500;line-height:24px}.SectionTitlePP_randaMembership__K1Vny .SectionTitlePP_tag4__X4Qzg{font-size:18px;font-weight:500;line-height:24px}@media screen and (min-width:1024px)and (orientation:landscape){.SectionTitlePP_randaMembership__K1Vny h1{font-size:40px;line-height:48px}.SectionTitlePP_randaMembership__K1Vny h2{font-size:32px;line-height:40px}.SectionTitlePP_randaMembership__K1Vny h3{font-size:24px;line-height:32px}.SectionTitlePP_randaMembership__K1Vny h4{font-size:20px;line-height:24px}.SectionTitlePP_randaMembership__K1Vny h5{font-size:16px;line-height:20px}}.SectionTitlePP_wrapper__Eia_L{margin-bottom:8px}@media screen and (min-width:1024px)and (max-width:1280px){.SectionTitlePP_wrapper__Eia_L{margin-bottom:24px}}.SectionTitlePP_container__9FPHt{padding:0!important;max-width:100%!important}.SectionTitlePP_content__s2CW2{display:flex;justify-content:center;align-items:center;position:relative;background-color:#06051e;border-radius:16px;overflow:hidden}.aigwo .SectionTitlePP_content__s2CW2{background-color:#041c71}.SectionTitlePP_background__ieGil{position:absolute;top:0;left:0;width:100%;height:100%}.SectionTitlePP_background__ieGil+.SectionTitlePP_title__m7yAJ{color:#fff}.SectionTitlePP_background__ieGil img{position:absolute;top:0;left:0;width:100%;height:auto;object-fit:cover}.SectionTitlePP_background__ieGil:before{content:"";position:absolute;display:block;top:0;left:0;height:100%;width:100%;z-index:1;background:radial-gradient(circle at 90% 10%,rgba(6,5,30,.1) 0,rgba(6,5,30,.2) 50%,rgba(6,5,30,.5) 100%)}.SectionTitlePP_title__m7yAJ{padding:16px;text-align:center;z-index:2;color:#fff}.SectionTitlePP_title__m7yAJ h1{margin:0!important;font-family:Cardinal,sans-serif;font-size:24px;font-weight:700;letter-spacing:.1rem}.aigwo .SectionTitlePP_title__m7yAJ h1{font-family:Radikal;letter-spacing:0}
/*# sourceMappingURL=aeda8e8515795347.css.map*/