@charset "UTF-8";body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.Toastify__toast-container{z-index:9999;-webkit-transform:translate3d(0,0,9999px);position:fixed;padding:4px;width:320px;box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:64px;box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:1px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:800px;overflow:hidden;font-family:sans-serif;cursor:pointer;direction:ltr}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--dark{background:#121212;color:#fff}.Toastify__toast--default{background:#fff;color:#aaa}.Toastify__toast--info{background:#3498db}.Toastify__toast--success{background:#07bc0c}.Toastify__toast--warning{background:#f1c40f}.Toastify__toast--error{background:#e74c3c}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0}}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--default{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{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:5px;z-index:9999;opacity:.7;background-color:#ffffffb3;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__progress-bar--default{background:linear-gradient(to right,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55)}.Toastify__progress-bar--dark{background:#bb86fc}@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,0,0)}to{opacity:0;transform:translate3d(2000px,0,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,0,0)}to{opacity:0;transform:translate3d(-2000px,0,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,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,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,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-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--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-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: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:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform: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:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-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--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}.mainSidebar{display:flex;flex-direction:column;background-color:#fff;height:100%;width:315px;box-shadow:0 0 10px #0000001a;z-index:400;text-align:center;transition:width .3s ease;position:fixed}.mainSidebar~[id*=content]{padding-left:315px;transition:padding-left .3s ease}.mainSidebar:hover .arrowCircleIcon{opacity:1}nav.isNotExpanded{width:104px}nav.isNotExpanded~[id*=content]{padding-left:104px}.containerLogo{margin:0 auto;padding:44px 0;max-width:150px;transition:max-width .3s ease;overflow:hidden}.containerLogo svg{width:150px;height:35px}.containerLogo svg path#Lanetalk-text{fill:#000}.containerLogo.collapsed{max-width:36px}.arrowCircleIcon{opacity:0;position:absolute;top:90px;right:-21px;width:45px;height:45px;border-radius:50%;background-color:#fff;box-shadow:0 0 25px #0000001a;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease-in-out}.arrowCircleIcon:hover{background-color:#e8f0fe}.arrowCircleIcon:hover svg path{stroke:#3275f5}.arrowCircleIcon.rotated{transform:rotate(180deg)}.mainList{display:flex;flex-direction:column;gap:8px}.mainNavDesktopClassName{display:none}@media (min-width: 768px){.mainNavDesktopClassName{display:flex}}@keyframes animateOpacity{0%{opacity:0}to{opacity:1}}.adminBack{display:flex;align-items:center;justify-content:flex-start;width:100%;height:56px;padding-left:20px;background:#36a3f7;overflow-x:hidden}.adminBack i{position:absolute;width:30px;color:#9ad1fb}.adminBack span{margin-left:40px;color:#fff;white-space:nowrap;overflow-x:hidden}.hidden{display:none!important}.ps{overflow:hidden!important;overflow-anchor:none;-ms-overflow-style:none;touch-action:auto;-ms-touch-action:auto}.ps__rail-x{display:none;opacity:0;transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear;height:15px;bottom:0;position:absolute}.ps__rail-y{display:none;opacity:0;transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear;width:15px;right:0;position:absolute}.ps--active-x>.ps__rail-x,.ps--active-y>.ps__rail-y{display:block;background-color:transparent}.ps:hover>.ps__rail-x,.ps:hover>.ps__rail-y,.ps--focus>.ps__rail-x,.ps--focus>.ps__rail-y,.ps--scrolling-x>.ps__rail-x,.ps--scrolling-y>.ps__rail-y{opacity:.6}.ps .ps__rail-x:hover,.ps .ps__rail-y:hover,.ps .ps__rail-x:focus,.ps .ps__rail-y:focus,.ps .ps__rail-x.ps--clicking,.ps .ps__rail-y.ps--clicking{background-color:#eee;opacity:.9}.ps__thumb-x{background-color:#aaa;border-radius:6px;transition:background-color .2s linear,height .2s ease-in-out;-webkit-transition:background-color .2s linear,height .2s ease-in-out;height:6px;bottom:2px;position:absolute}.ps__thumb-y{background-color:#aaa;border-radius:6px;transition:background-color .2s linear,width .2s ease-in-out;-webkit-transition:background-color .2s linear,width .2s ease-in-out;width:6px;right:2px;position:absolute}.ps__rail-x:hover>.ps__thumb-x,.ps__rail-x:focus>.ps__thumb-x,.ps__rail-x.ps--clicking .ps__thumb-x{background-color:#999;height:11px}.ps__rail-y:hover>.ps__thumb-y,.ps__rail-y:focus>.ps__thumb-y,.ps__rail-y.ps--clicking .ps__thumb-y{background-color:#999;width:11px}@supports (-ms-overflow-style: none){.ps{overflow:auto!important}}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.ps{overflow:auto!important}}.scrollbar-container{position:relative;height:100%}._preHeader_8vi0v_1{font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;line-height:.6rem;font-weight:500;font-style:normal;letter-spacing:2px;margin-bottom:4px;text-transform:capitalize}@media (min-width: 768px){._preHeader_8vi0v_1{font-size:1rem;line-height:1rem}}._headerXl_8vi0v_18{font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.725rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerXl_8vi0v_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_8vi0v_35{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLg_8vi0v_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_8vi0v_52{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLgInverted_8vi0v_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_8vi0v_52{text-align:center}._headerMd_8vi0v_72{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMd_8vi0v_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_8vi0v_72{margin-bottom:0}._headerMdInverted_8vi0v_92{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMdInverted_8vi0v_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_8vi0v_92{text-align:center}._textLabel_8vi0v_112{margin-bottom:.5rem;color:#000;font-weight:500;font-size:.875rem;white-space:nowrap}._textMsg_8vi0v_120{margin-bottom:.5rem;color:#000;font-weight:500;font-size:1rem;white-space:nowrap;text-align:center}._postTitleHeading_8vi0v_129{font-family:"Noto Serif",serif;font-size:1.5rem;font-weight:500;color:#000;line-height:2.25rem;text-align:center}._breadText_8vi0v_138{font-family:Roboto,serif;font-size:.9375rem;color:#707070;line-height:1.4rem;font-weight:400}._miniLabel_8vi0v_146{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#101820;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabel_8vi0v_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_8vi0v_163{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#436586;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabelLight_8vi0v_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_8vi0v_180{font-family:Roboto,serif;font-size:.9375rem;color:#36a3f7;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._linkDangerous_8vi0v_190{font-family:Roboto,serif;font-size:.9375rem;color:#f3545d;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._textOverLine_8vi0v_200{font-family:Roboto,Arial,sans-serif;font-size:.75rem;letter-spacing:.5px;margin-bottom:6px;color:#00000080;text-transform:uppercase}._labelHeaderMd_8vi0v_209{font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.17rem;margin-bottom:0}@media (min-width: 768px){._labelHeaderMd_8vi0v_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_8vi0v_226{color:red;margin-top:.3rem}._btnContained_8vi0v_245{line-height:40px;font-family:Roboto,sans-serif;font-style:normal;-webkit-user-select:none;user-select:none;cursor:pointer;border:1px solid black;white-space:nowrap;background-color:#3275f5;color:#101820;text-decoration:none;text-align:center;line-height:1.75;padding-left:16px;padding-right:16px;min-width:138px;border-radius:6px;color:#fff}._btnContained_8vi0v_245:hover{background-color:#4a85f6}._btnContained_8vi0v_245:disabled{cursor:not-allowed;pointer-events:none}._btnContained_8vi0v_245:active{background-color:transparent;color:#436586;border-color:#4d4d4d}._btnContained_8vi0v_245:focus{outline:none}._btnOutlinedExpandable_8vi0v_281{font-family:Roboto,sans-serif;font-style:normal;-webkit-user-select:none;user-select:none;cursor:pointer;border:1px solid #3275f5;border-radius:5px;white-space:nowrap;background-color:transparent;color:#3275f5;text-decoration:none;text-align:center;line-height:1.75;padding-left:16px;padding-right:16px}._btnOutlinedExpandable_8vi0v_281:active{background-color:#229dff08;color:#0a4ed0;border-color:#0a4ed0}._btnOutlinedExpandable_8vi0v_281:hover{background-color:#229dff08;color:#0a4ed0;border-color:#0a4ed0;transition:all .3s}._btnOutlinedExpandable_8vi0v_281:focus{outline:none}._btnPrimary_8vi0v_312,._btnOutlinedWhite_8vi0v_312{font-family:Roboto,sans-serif;font-style:normal;-webkit-user-select:none;user-select:none;cursor:pointer;border:1px solid #3275f5;border-radius:5px;white-space:nowrap;background-color:#3275f5;color:#fff;text-decoration:none;text-align:center;line-height:1.75;padding-left:16px;padding-right:16px;line-height:19px;height:45px;display:flex;align-items:center;justify-content:center;transition:all .3s}._btnPrimary_8vi0v_312:focus,._btnOutlinedWhite_8vi0v_312:focus{outline:none}._btnPrimary_8vi0v_312:hover,._btnOutlinedWhite_8vi0v_312:hover{background:linear-gradient(0deg,rgba(0,0,0,.2),rgba(0,0,0,.2)),#3275f5;color:#fff;border-color:transparent;transition:all .3s}._btnPrimary_8vi0v_312:disabled,._btnOutlinedWhite_8vi0v_312:disabled{font-family:Roboto,sans-serif;font-style:normal;-webkit-user-select:none;user-select:none;cursor:pointer;border:1px solid #B7B7B7;border-radius:5px;white-space:nowrap;background-color:#b7b7b7;color:silver;text-decoration:none;text-align:center;line-height:1.75;padding-left:16px;padding-right:16px;cursor:none;pointer-events:none}._btnPrimaryNew_8vi0v_362{font-family:Roboto,sans-serif;font-style:normal;-webkit-user-select:none;user-select:none;cursor:pointer;border:1px solid #3275f5;border-radius:5px;white-space:nowrap;background-color:#3275f5;color:#fff;text-decoration:none;text-align:center;line-height:1.75;line-height:19px;height:45px;display:flex;align-items:center;justify-content:center;transition:all .3s;padding-left:16px;padding-right:16px}._btnPrimaryNew_8vi0v_362:hover{background:linear-gradient(0deg,rgba(0,0,0,.2),rgba(0,0,0,.2)),#3275f5;color:#fff;border-color:transparent;transition:all .3s}._btnPrimaryNew_8vi0v_362:disabled{font-family:Roboto,sans-serif;font-style:normal;-webkit-user-select:none;user-select:none;cursor:pointer;border:1px solid #d6d6d6;border-radius:5px;white-space:nowrap;background-color:#d6d6d6;color:silver;text-decoration:none;text-align:center;line-height:1.75;padding-left:16px;padding-right:16px;cursor:none;pointer-events:none}._btnPrimaryNew_8vi0v_362:focus{outline:none}._btnDanger_8vi0v_414,._btnDangerOutlined_8vi0v_414{-webkit-user-select:none;user-select:none;cursor:pointer;border:1px solid black;border-radius:5px;white-space:nowrap;background-color:#ed19191a;color:#ed1919;text-decoration:none;text-align:center;line-height:1.75;font-family:Roboto,sans-serif;font-style:normal;font-weight:400;font-size:13px;line-height:15px;border:none;padding-left:16px;padding-right:16px}._btnDanger_8vi0v_414:active,._btnDangerOutlined_8vi0v_414:active{background-color:transparent;color:#436586;border-color:#4d4d4d}._btnDanger_8vi0v_414:focus,._btnDangerOutlined_8vi0v_414:focus{outline:none}._btnRemove_8vi0v_447{font-family:Roboto,sans-serif;font-style:normal;-webkit-user-select:none;user-select:none;cursor:pointer;border:1px solid transparent;border-radius:5px;white-space:nowrap;background-color:#f14d4d;color:#fff;text-decoration:none;text-align:center;line-height:1.75;padding-left:16px;padding-right:16px;line-height:19px;height:45px;display:flex;align-items:center;justify-content:center;transition:background-color .3s}._btnRemove_8vi0v_447:hover{background-color:#de2f2f;color:#fff;border-color:transparent;transition:all .3s}._btnRemove_8vi0v_447:disabled{font-family:Roboto,sans-serif;font-style:normal;-webkit-user-select:none;user-select:none;cursor:pointer;border:1px solid #B7B7B7;border-radius:5px;white-space:nowrap;background-color:#b7b7b7;color:silver;text-decoration:none;text-align:center;line-height:1.75;padding-left:16px;padding-right:16px;cursor:none;pointer-events:none}._btnRemove_8vi0v_447:focus{outline:none}._btnDropOutlined_8vi0v_497{font-family:Roboto,sans-serif;font-weight:500;font-size:16px;line-height:19px;letter-spacing:.03em;color:#3275f5;height:45px;display:flex;align-items:center;padding-right:8px;position:relative}._btnDropOutlined_8vi0v_497:after{content:"";position:absolute;top:50%;left:100%;width:14px;height:9px;background-image:url(/assets/arrow-down-outlined-b6fcb473.svg);background-repeat:no-repeat;transform:translateY(-4.5px)}._btnDropOutlined_8vi0v_497._rotated_8vi0v_521:after{transform:translateY(-4.5px) rotate(180deg)}._btnPrimaryOutlined_8vi0v_525{font-family:Roboto,sans-serif;font-style:normal;-webkit-user-select:none;user-select:none;cursor:pointer;border:1px solid #3275f5;border-radius:5px;white-space:nowrap;background-color:transparent;color:#3275f5;text-decoration:none;text-align:center;line-height:1.75;line-height:19px;height:45px;display:flex;align-items:center;justify-content:center;transition:all .3s;padding-left:16px;padding-right:16px}._btnPrimaryOutlined_8vi0v_525:hover{background-color:#dfeaff;color:#3275f5;border-color:#3275f5;transition:all .3s}._btnPrimaryOutlined_8vi0v_525:disabled{font-family:Roboto,sans-serif;font-style:normal;-webkit-user-select:none;user-select:none;cursor:pointer;border:1px solid #d6d6d6;border-radius:5px;white-space:nowrap;background-color:#f7f7f7;color:#d6d6d6;text-decoration:none;text-align:center;line-height:1.75;padding-left:16px;padding-right:16px;cursor:not-allowed}._btnPrimaryOutlined_8vi0v_525:focus{outline:none}._btnPrimaryOutlinedIcon_8vi0v_576{font-family:Roboto,sans-serif;font-style:normal;-webkit-user-select:none;user-select:none;cursor:pointer;border:1px solid #3275f5;white-space:nowrap;background-color:transparent;color:#3275f5;text-decoration:none;text-align:center;line-height:1.75;line-height:19px;height:31px;display:flex;align-items:center;justify-content:center;transition:all .3s;border-top:none;border-left:none;border-right:none;padding-left:0;padding-right:0;border-radius:0}._btnPrimaryOutlinedIcon_8vi0v_576:hover{background-color:#dfeaff;color:#3275f5;border-color:#3275f5;transition:all .3s}._btnPrimaryOutlinedIcon_8vi0v_576:disabled{cursor:none;pointer-events:none;font-family:Roboto,sans-serif;font-style:normal;-webkit-user-select:none;user-select:none;cursor:pointer;border:1px solid black;white-space:nowrap;background-color:#7ba6f9;color:#101820;text-decoration:none;text-align:center;line-height:1.75;font-size:17px;line-height:19px;min-width:97px;border-radius:5px;color:#fff;padding:13px 0;border:none;font-weight:400}._btnPrimaryOutlinedIcon_8vi0v_576:disabled:active{background-color:transparent;color:#436586;border-color:#4d4d4d}._btnPrimaryOutlinedIcon_8vi0v_576:disabled:focus{outline:none}._btnPrimaryOutlinedIcon_8vi0v_576:focus{outline:none}._btnOutlinedWhite_8vi0v_312{border:1px solid #36a3f7;background-color:#fff;color:#3275f5}._btnDangerOutlined_8vi0v_414{border:1px solid rgba(237,25,25,.1);background-color:#fff;color:#ed19191a}._btnDangerOutlined_8vi0v_414:hover{border:1px solid rgba(237,25,25,.1);background-color:#ed19191a;color:#fff}._btnAction_8vi0v_666{-webkit-user-select:none;user-select:none;cursor:pointer;border:1px solid transparent;border-radius:5px;white-space:nowrap;background-color:#8cabe926;color:#5889e9;text-decoration:none;text-align:center;line-height:1.75;font-family:Roboto,sans-serif;font-style:normal;font-weight:400;font-size:13px;line-height:15px;padding:6px 21px}._btnAction_8vi0v_666:focus{outline:none}._btnAction_8vi0v_666:hover{background-color:#618ce126;color:#5889e9;border-color:#0000;transition:all .3s}._btnActionIcon_8vi0v_698{-webkit-user-select:none;user-select:none;cursor:pointer;border:1px solid transparent;border-radius:5px;white-space:nowrap;background-color:#8cabe926;color:#5889e9;text-decoration:none;text-align:center;line-height:1.75;font-family:Roboto,sans-serif;font-style:normal;font-weight:400;font-size:13px;line-height:15px;display:flex;justify-content:center;align-items:center;padding:0;height:35px;min-width:35px}._btnActionIcon_8vi0v_698:hover{background-color:#618ce126;color:#5889e9;border-color:#0000;transition:all .3s}._btnActionIcon_8vi0v_698:focus{outline:none}._btnWhiteActionIcon_8vi0v_735{-webkit-user-select:none;user-select:none;cursor:pointer;border:1px solid #ffffff;border-radius:5px;white-space:nowrap;background-color:#fff;color:#5889e9;text-decoration:none;text-align:center;line-height:1.75;font-family:Roboto,sans-serif;font-style:normal;font-weight:400;font-size:13px;line-height:15px;display:flex;justify-content:center;align-items:center;padding:0;min-height:35px;min-width:35px}._btnWhiteActionIcon_8vi0v_735:hover{background-color:#e6e6e6;color:#5889e9;border-color:#f2f2f2;transition:all .3s}._btnWhiteActionIcon_8vi0v_735:focus{outline:none}._btnRemoveIcon_8vi0v_772{-webkit-user-select:none;user-select:none;cursor:pointer;border:1px solid #fde8e8;border-radius:5px;white-space:nowrap;background-color:#fde8e8;color:#ed1919;text-decoration:none;text-align:center;line-height:1.75;font-family:Roboto,sans-serif;font-style:normal;font-weight:400;font-size:13px;line-height:15px;display:flex;justify-content:center;align-items:center;padding:0;height:29px;min-width:35px}._btnRemoveIcon_8vi0v_772:hover{background-color:#fbd1d1;color:#ed1919;border-color:#fbd1d1;transition:all .3s}._btnIconPrimary_8vi0v_806{font-family:Roboto,sans-serif;font-style:normal;-webkit-user-select:none;user-select:none;cursor:pointer;border:1px solid black;white-space:nowrap;background-color:#3275f5;color:#101820;text-decoration:none;text-align:center;line-height:1.75;font-size:17px;line-height:19px;min-width:97px;color:#fff;padding:13px 0;border:none;font-weight:400;box-shadow:0 0 4px #58585840;border-radius:50%;min-height:58px;min-width:58px;display:flex;justify-content:center;align-items:center}._btnIconPrimary_8vi0v_806:active{background-color:transparent;color:#436586;border-color:#4d4d4d}._btnIconPrimary_8vi0v_806:hover{background-color:#1a65f4;color:#fff;border-color:#1a65f4;transition:all .3s}._btnIconPrimary_8vi0v_806:focus{outline:none}._btnRemoveNew_8vi0v_853{font-family:Roboto,sans-serif;font-style:normal;-webkit-user-select:none;user-select:none;cursor:pointer;border:1px solid transparent;border-radius:5px;white-space:nowrap;background-color:#f14d4d;color:#fff;text-decoration:none;text-align:center;line-height:1.75;line-height:19px;height:45px;display:flex;align-items:center;justify-content:center;transition:background-color .3s;padding-left:16px;padding-right:16px}._btnRemoveNew_8vi0v_853:disabled{font-family:Roboto,sans-serif;font-style:normal;-webkit-user-select:none;user-select:none;cursor:pointer;border:1px solid #B7B7B7;border-radius:5px;white-space:nowrap;background-color:#b7b7b7;color:silver;text-decoration:none;text-align:center;line-height:1.75;padding-left:16px;padding-right:16px;cursor:none;pointer-events:none}._btnRemoveNew_8vi0v_853:focus{outline:none}._btnRemoveNew_8vi0v_853:hover{background-color:#de2f2f;color:#fff;border-color:transparent;transition:all .3s}._btnGrey_8vi0v_905{-webkit-user-select:none;user-select:none;cursor:pointer;border:1px solid rgba(180,180,180,.2);border-radius:5px;white-space:nowrap;background-color:#b4b4b433;color:#9d9d9d;text-decoration:none;text-align:center;line-height:1.75;padding-left:16px;padding-right:16px;font-family:Roboto,sans-serif;font-style:normal;font-weight:400;font-size:12px;line-height:14px}._btnGrey_8vi0v_905:hover{background-color:#9b9b9b33;color:#9d9d9d;border-color:#a7a7a733;transition:all .3s}._btnGrey_8vi0v_905:focus{outline:none}._btnPrimaryDisabled_8vi0v_936{-webkit-user-select:none;user-select:none;cursor:pointer;border:1px solid black;white-space:nowrap;background-color:#3275f5;color:#101820;text-decoration:none;line-height:1.75;font-size:17px;min-width:97px;border-radius:5px;padding:13px 0;border:none;font-weight:400;box-shadow:0 1px 3px #69696940;cursor:none;pointer-events:none;font-family:Roboto,sans-serif;font-style:normal;font-weight:500;font-size:16px;line-height:19px;text-align:center;color:#fff;width:174px;height:45px}._btnPrimaryDisabled_8vi0v_936:focus{outline:none}._btnPrimaryDisabled_8vi0v_936:active{background-color:transparent;color:#436586;border-color:#4d4d4d}button:disabled{font-family:Roboto,sans-serif;font-style:normal;-webkit-user-select:none;user-select:none;cursor:pointer;border:1px solid transparent;border-radius:5px;white-space:nowrap;background-color:transparent;color:silver;text-decoration:none;text-align:center;line-height:1.75;padding-left:16px;padding-right:16px;cursor:none;pointer-events:none}button:disabled:focus{outline:none}._btnSecondary_8vi0v_1004{-webkit-user-select:none;user-select:none;cursor:pointer;border:1px solid #3275f5;border-radius:5px;white-space:nowrap;background-color:#fff;color:#3275f5;text-decoration:none;line-height:1.75;padding-left:16px;padding-right:16px;display:flex;align-items:center;justify-content:center;transition:all .3s;font-family:Roboto,sans-serif;font-style:normal;font-weight:500;font-size:16px;line-height:19px;text-align:center;height:45px}._btnSecondary_8vi0v_1004:hover{background-color:#dfeaff;color:#3275f5;border-color:#3275f5;transition:all .3s}._btnSecondary_8vi0v_1004:disabled{font-family:Roboto,sans-serif;font-style:normal;-webkit-user-select:none;user-select:none;cursor:pointer;border:1px solid #B7B7B7;border-radius:5px;white-space:nowrap;background-color:transparent;color:silver;text-decoration:none;text-align:center;line-height:1.75;padding-left:16px;padding-right:16px;cursor:none;pointer-events:none}._btnLink_8vi0v_1056{-webkit-user-select:none;user-select:none;cursor:pointer;border:1px solid #3275f5;white-space:nowrap;background-color:transparent;color:#3275f5;text-decoration:none;line-height:1.75;padding-left:16px;padding-right:16px;display:flex;align-items:center;justify-content:center;letter-spacing:.03em;font-family:Roboto,sans-serif;font-style:normal;font-weight:500;font-size:16px;line-height:19px;text-align:center;border:none;border-radius:0;border-bottom:1px solid #3275f5;height:31px}._btnLink_8vi0v_1056:hover{background-color:#dfeaff;color:#3275f5;border-color:#3275f5;transition:all .3s}._btnLink_8vi0v_1056:disabled{font-family:Roboto,sans-serif;font-style:normal;-webkit-user-select:none;user-select:none;cursor:pointer;border:1px solid transparent;border-radius:5px;white-space:nowrap;background-color:transparent;color:#656565;text-decoration:none;text-align:center;line-height:1.75;padding-left:16px;padding-right:16px;cursor:none;pointer-events:none}._btnLink_8vi0v_1056:focus{outline:none}@media (min-width: 768px){._contentContainer_8vi0v_1115{padding:0;max-width:1128px;margin-left:auto;margin-right:auto}}._paragraphLineContainer_8vi0v_1123{padding:0 16px}@media (min-width: 768px){._paragraphLineContainer_8vi0v_1123{padding:0;max-width:840px;margin-left:auto;margin-right:auto}}._marginTopSm_8vi0v_1135{margin-top:18px}._marginTopMd_8vi0v_1139{margin-top:27px}._marginTop_8vi0v_1135{margin-top:20px}._marginTopAndLeft_8vi0v_1147{margin-top:20px;margin-left:20px}@media (max-width: 768px){._hideOnMobile_8vi0v_1153{display:none!important}}._flexRowContainer_8vi0v_1158{display:flex;flex-direction:column}._flexRow_8vi0v_1158{margin-top:12px;flex:1;display:flex}._flexOne_8vi0v_1169{flex:1}._flexOneML_8vi0v_1173{flex:1;margin-left:24px}._pageBody_8vi0v_1178{margin-top:15px;background-color:#fff;padding:20px;border-radius:6px}@media (min-width: 768px){._pageBody_8vi0v_1178{padding:40px}}._tooltip_8vi0v_1190{position:relative;display:inline-block}._tooltip_8vi0v_1190 ._tooltiptext_8vi0v_1196{visibility:hidden;background-color:#000;color:#fff;text-align:center;padding:5px;border-radius:6px;position:absolute;left:0;top:-20px;z-index:1}._tooltip_8vi0v_1190:hover ._tooltiptext_8vi0v_1196{visibility:visible}._tableCell_8vi0v_1215{height:auto;display:flex;align-items:center;border:none!important}._tableCellActions_8vi0v_1222{height:auto;display:flex;align-items:flex-end;border:none!important;justify-content:flex-end;padding:10px 3px 10px 0!important}._disabled_8vi0v_1231{opacity:.3;cursor:default}._container_8vi0v_1236{padding:40px}._slideDown_8vi0v_231{transition-duration:.2s;transition-property:transform;transition-timing-function:ease-out;transform:translate(0)}._transitionToWhiteBackground_8vi0v_238{transition-duration:.4s;transition-property:background-color;transition-timing-function:linear;background-color:#fff}._fadeIn_8vi0v_1254{animation-duration:1s;animation-timing-function:ease-in;animation-name:_fadeIn_8vi0v_1254}@keyframes _fadeIn_8vi0v_1254{0%{opacity:0}to{opacity:1}}._inputPrimary_8vi0v_1268,._inputError_8vi0v_1268{width:100%;padding:.6rem 1rem;font-family:Roboto,Arial,sans-serif;color:#000;background-color:#fff;background-clip:padding-box;border:1px solid #e1e4e6;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}._inputPrimary_8vi0v_1268:focus,._inputError_8vi0v_1268:focus{outline:none;border-color:#3e93ff}._inputError_8vi0v_1268{border:1px solid red}i{font-family:"Font Awesome 5 Free"!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;font-size:1rem;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}._iconIdCard_8vi0v_1303:before{content:""}._iconDownload_8vi0v_1307:before{content:""}._iconDoubleLeft_8vi0v_1311:before{content:""}._iconTool_8vi0v_1315:before{content:""}._iconDoubleRight_8vi0v_1319:before{content:""}._iconCheck_8vi0v_1323:before{content:""}._iconFilter_8vi0v_1327:before{content:""}._iconError_8vi0v_1331:before{content:""}._iconEdit_8vi0v_1335:before{content:""}._iconArrowRight_8vi0v_1339:before{content:""}._iconArrowLeft_8vi0v_1343:before{content:""}._iconTimesCircle_8vi0v_1347:before{content:""}._iconTimer_8vi0v_1351:before{content:""}._iconSearch_8vi0v_1355:before{content:""}._iconAddressCard_8vi0v_1359:before{content:""}._iconLogout_8vi0v_1363:before{content:""}._iconCheckCircle_8vi0v_1367:before{content:""}._iconLink_8vi0v_1371:before{content:""}._iconPlus_8vi0v_1375:before{content:""}._iconMinus_8vi0v_1379:before{content:""}._iconHamburger_8vi0v_1383:before{content:""}._iconHome_8vi0v_1387:before{content:""}._iconFile_8vi0v_1391:before{content:""}._iconSignInAlt_8vi0v_1395:before{content:""}._iconDollarSign_8vi0v_1403:before{content:""}._iconMapMarkerAlt_8vi0v_1407:before{content:""}._iconCoffee_8vi0v_1411:before{content:""}._iconImages_8vi0v_1415:before{content:""}._iconPicture_8vi0v_1419:before{content:""}._iconUsers_8vi0v_1423:before{content:""}._iconUser_8vi0v_1423:before{content:""}._iconCalendarAlt_8vi0v_1431:before{content:""}._iconGift_8vi0v_1435:before{content:""}._iconCreditCard_8vi0v_1439:before{content:""}._iconTicketAlt_8vi0v_1443:before{content:""}._iconDesktop_8vi0v_1447:before{content:""}._iconQuestionCircle_8vi0v_1451:before{content:""}._iconComments_8vi0v_1455:before{content:""}._ellipsisH_8vi0v_1459:before{content:""}._iconChartBar_8vi0v_1463:before{content:""}._userCircle_8vi0v_1467:before{content:""}._iconNotifications_8vi0v_1471:before{content:""}._iconWifi_8vi0v_1475:before{content:""}._iconAngleDown_8vi0v_1479:before{content:""}._iconAngleUp_8vi0v_1483:before{content:""}._iconArrowUp_8vi0v_1487:before{content:""}._iconArrowDown_8vi0v_1491:before{content:""}._iconWheelChair_8vi0v_1495:before{content:""}._iconPencilSquare_8vi0v_1499:before{content:""}._iconInfoCircle_8vi0v_1503:before{content:""}._iconChevronLeft_8vi0v_1507:before{content:""}._iconChevronRight_8vi0v_1511:before{content:""}._iconChevronDown_8vi0v_1515:before{content:""}._iconReply_8vi0v_1519:before{content:""}._iconPercentage_8vi0v_1523:before{content:""}._iconMoneyBill_8vi0v_1527:before{content:""}._iconUniversity_8vi0v_1531:before{content:""}._iconUserPlus_8vi0v_1535:before{content:""}._iconRemove_8vi0v_1539:before{content:""}._iconTrophy_8vi0v_1543:before{content:""}._iconLock_8vi0v_1547:before{content:""}._iconArrowCircleLeft_8vi0v_1551:before{content:""}._iconSignal_8vi0v_1555:before{content:""}._iconList_8vi0v_1559:before{content:""}._iconClaim_8vi0v_1563:before{content:""}._iconTimes_8vi0v_1347:before{content:""}._iconSettings_8vi0v_1571:before{content:""}._iconPosts_8vi0v_1575:before{content:""}._iconLine_8vi0v_1579:before{content:"";display:inline-block;width:1.87em;border-top:1px solid #cacaca}._titleIcon_8vi0v_1586{font-size:40px;width:40px;height:40px;color:#36a3f7;margin-right:20px}._iconSupport_8vi0v_1594:before{content:url(/assets/support-396cf57b.svg)}._iconMatches_8vi0v_1598:before{content:url(/assets/bowls-f7618a4f.svg)}._iconUnclaim_8vi0v_1602._isActive_8vi0v_1602:before{content:url(/assets/unclaim-04a4c102.svg)}._iconUnclaim_8vi0v_1602:before{content:url(/assets/unclaim-dark-15a32357.svg)}._isActive_8vi0v_1602:before{color:#fff}.Toastify .success{box-shadow:0 8px 17px #04340045;border-radius:5px;color:#fff;margin:0 0 8px;border:0;text-align:center;min-height:50px}.Toastify .error{background:rgb(255,105,105);box-shadow:0 8px 17px #53535340;border-radius:5px;border:none;color:#fff;margin:0;text-align:center;min-height:50px}.Toastify .Toastify__toast{font-family:Roboto,sans-serif}.Toastify .Toastify__toast-container--bottom-right{bottom:80px;right:80px;padding:0}.Toastify .icon{margin:0 16px 0 8px;font-size:18px;color:#fff}.Toastify .toastWrapperContent{display:flex;align-items:center}.Toastify .Toastify__toast-container{width:auto}._userWrapper_cq07i_1{display:flex;padding:14px 16px;border-bottom:1px solid rgba(0,0,0,.12)}._userDefault_cq07i_7{font-size:70px;padding:0;color:#f3f3f3}._profileText_cq07i_13{display:flex;flex-direction:column;margin-left:16px;margin-top:2px}._roleLabel_cq07i_20{margin-top:4px;font-weight:700;font-size:13px}._userMenuItem_cq07i_26{display:flex;align-items:center;color:#000;font-weight:400}._userMenuItem_cq07i_26 i{margin-right:14px;font-size:20px;color:#9295a1;width:22px}._Button_qge6a_1._Root_qge6a_1{font-family:Roboto,sans-serif;font-style:normal;font-weight:500;font-size:16px;border-radius:5px;min-width:unset;height:45px;text-transform:none;padding:13px 16px!important;box-shadow:none;line-height:19px;letter-spacing:.05px}._Button_qge6a_1._Root_qge6a_1:hover{box-shadow:none}._hovered_qge6a_19:hover{background-color:#dfeaff!important;color:#285ec4}._modalWrapper_7vvou_1{display:flex;position:fixed;top:0;left:0;width:100vw;height:100vh;align-items:center;justify-content:center;background:rgba(0,0,0,.3);z-index:1001;padding:30px}._modalContainer_7vvou_15{background-color:#fff;padding:36px 28px 35px;border-radius:1em;max-height:99%;scrollbar-width:thin;box-shadow:0 1px 7px #00000040;position:relative}._modalContainer_7vvou_15 ._closeButton_7vvou_24{position:absolute;width:40px;height:40px;right:0;top:22px;transform:translate(50%);background:#fbfbfb;border:1px solid #9db8ec;box-sizing:border-box;box-shadow:1px 1px 7px #00000040;border-radius:50%;cursor:pointer;z-index:1}._modalContainer_7vvou_15 ._closeButton_7vvou_24:before{content:url(/assets/close-3e6048ea.svg);display:inline-block;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);height:15px;width:15px}._modalContainer_7vvou_15::-webkit-scrollbar{width:8px}._modalContainer_7vvou_15::-webkit-scrollbar-track{background:#ffffff;border-radius:.3125em}._modalContainer_7vvou_15::-webkit-scrollbar-thumb{background:rgb(207,204,204);border-radius:4px}._zoomIn_7vvou_64{animation-duration:.3s;animation-name:_zoomIn_7vvou_64}@keyframes _zoomIn_7vvou_64{0%{transform:scale(.3)}to{transform:scale(1)}}._deleteConfirmation_waa6j_1{font-family:Roboto,sans-serif;text-align:center;padding:30px 32px 20px}._deleteConfirmation_waa6j_1 h2._title_waa6j_6{margin-bottom:24px;font-size:27px;line-height:32px;color:#424242;display:flex;justify-content:center}._deleteConfirmation_waa6j_1 p{font-size:16px;line-height:19px;margin-bottom:0}._deleteConfirmation_waa6j_1 p._confirmText_waa6j_19{display:flex;justify-content:center;max-width:355px}._deleteConfirmation_waa6j_1 ._deleteActions_waa6j_24{display:flex;justify-content:space-between;margin-top:32px}._deleteConfirmation_waa6j_1 ._deleteBtn_waa6j_29{text-transform:none;font-weight:500;font-size:16px;line-height:19px}._deleteConfirmation_waa6j_1 ._deleteBtn_waa6j_29 svg{width:32px;height:32px}._deleteConfirmation_waa6j_1 ._deleteBtn_waa6j_29 svg rect{fill:#3275f5}._deleteConfirmation_waa6j_1 ._confirmBtn_waa6j_42{text-transform:unset;font-weight:500;font-size:16px;line-height:19px}._deleteConfirmation_waa6j_1 ._nameInput_waa6j_48{margin:24px 0;text-align:left}._preHeader_1nien_2{font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;line-height:.6rem;font-weight:500;font-style:normal;letter-spacing:2px;margin-bottom:4px;text-transform:capitalize}@media (min-width: 768px){._preHeader_1nien_2{font-size:1rem;line-height:1rem}}._headerXl_1nien_19{font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.725rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerXl_1nien_19{font-size:2.875rem;line-height:3.45rem}}._headerLg_1nien_36{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLg_1nien_36{font-size:2rem;line-height:2.6rem}}._headerLgInverted_1nien_53{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLgInverted_1nien_53{font-size:2rem;line-height:2.6rem}}._headerLgInverted_1nien_53{text-align:center}._headerMd_1nien_73{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMd_1nien_73{font-size:1.5rem;line-height:1.95rem}}._headerMd_1nien_73{margin-bottom:0}._headerMdInverted_1nien_93{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMdInverted_1nien_93{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_1nien_93{text-align:center}._textLabel_1nien_113{margin-bottom:.5rem;color:#000;font-weight:500;font-size:.875rem;white-space:nowrap}._textMsg_1nien_121{margin-bottom:.5rem;color:#000;font-weight:500;font-size:1rem;white-space:nowrap;text-align:center}._postTitleHeading_1nien_130{font-family:"Noto Serif",serif;font-size:1.5rem;font-weight:500;color:#000;line-height:2.25rem;text-align:center}._breadText_1nien_139{font-family:Roboto,serif;font-size:.9375rem;color:#707070;line-height:1.4rem;font-weight:400}._miniLabel_1nien_147{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#101820;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabel_1nien_147{font-size:.75rem;line-height:.75rem}}._miniLabelLight_1nien_164{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#436586;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabelLight_1nien_164{font-size:.75rem;line-height:.75rem}}._linkPrimary_1nien_181{font-family:Roboto,serif;font-size:.9375rem;color:#36a3f7;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._linkDangerous_1nien_191{font-family:Roboto,serif;font-size:.9375rem;color:#f3545d;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._textOverLine_1nien_201{font-family:Roboto,Arial,sans-serif;font-size:.75rem;letter-spacing:.5px;margin-bottom:6px;color:#00000080;text-transform:uppercase}._labelHeaderMd_1nien_210{font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.17rem;margin-bottom:0}@media (min-width: 768px){._labelHeaderMd_1nien_210{font-size:1.125rem;line-height:1.4625rem}}._fieldError_1nien_227{color:red;margin-top:.3rem}._inputGroup_1nien_232{display:flex;position:relative}._inputGroup_1nien_232 ._errors_1nien_236{margin-top:6px;font-size:14px;color:#d0021b;font-weight:400}._inputGroup_1nien_232 ._helpText_1nien_242{font-family:Roboto,"sans-serif";font-style:normal;font-weight:400;font-size:14px;line-height:21px;letter-spacing:.2px;color:#736a85;margin-top:8px;position:absolute;top:100%}._textarea_1nien_255{border-radius:6px;border:.5px solid #d8d8d8;padding-left:13px;padding-right:13px;font-weight:700;font-size:1.1rem;font-family:Lato,sans-serif;background-color:#fff;width:100%;height:44px;outline:0}._textarea_1nien_255._error_1nien_236{border:2px solid #f14d4d;background:#fbefef}._textarea_1nien_255[type=date]{-webkit-appearance:none!important;background:white!important}._textarea_1nien_255:disabled{opacity:.5}._textarea_1nien_255:focus{border:3px solid #3275f5}._textarea_1nien_255:focus._error_1nien_236{border:2px solid #f14d4d;background:#fbefef}._textarea_1nien_255:hover{border:1px solid #3275f5}._textarea_1nien_255:hover:focus{border:3px solid #3275f5}._textarea_1nien_255:hover:focus._error_1nien_236{border:2px solid #f14d4d;background:#fbefef}._textarea_1nien_255:hover._error_1nien_236{border:2px solid #f14d4d;background:#fbefef}._input_1nien_232{border-radius:8px;border:1px solid #d5d4dc;padding:12px;font-family:Roboto;font-style:normal;font-weight:400;font-size:16px;line-height:21px;width:100%;height:45px;outline:0;letter-spacing:.2px}._input_1nien_232._error_1nien_236{box-shadow:0 0 0 3px #f14d4d!important;background:#fbefef}._input_1nien_232[type=date]{-webkit-appearance:none!important;background:white!important}._input_1nien_232:disabled{background:#efefef;border:1px solid #e5e5eb;color:#bdb9c6}._input_1nien_232:disabled:hover{border:1px solid #e5e5eb}._input_1nien_232::placeholder{color:#8b849b;font-family:Roboto,"sans-serif";font-style:normal;font-weight:400;font-size:16px;letter-spacing:.2px}._input_1nien_232:focus{box-shadow:0 0 0 3px #3275f5}._input_1nien_232:focus._error_1nien_236{box-shadow:0 0 0 2px #f14d4d;background:#fbefef}._input_1nien_232:focus:read-only{border:.5px solid #d8d8d8}._input_1nien_232:hover{border:1px solid #3275f5}._input_1nien_232:hover:focus{box-shadow:0 0 0 3px #3275f5}._input_1nien_232:hover:focus._error_1nien_236{box-shadow:0 0 0 3px #f14d4d;background:#fbefef}._input_1nien_232:hover._error_1nien_236{box-shadow:0 0 0 3px #f14d4d;background:#fbefef}._input_1nien_232:read-only:hover{border:1px solid #d5d4dc}._textarea_1nien_255{height:90px;min-height:90px;padding:11px 13px;resize:none}._formLabel_1nien_378{padding:0 0 8px;text-transform:none!important;font-family:Roboto,"sans-serif";font-style:normal;font-weight:500;font-size:14px;line-height:16px;letter-spacing:.4px;color:#10002e}._currency_1nien_390{right:10px;position:absolute;top:9px;font-weight:700;color:#c1c2c8}._inputSuffix_1nien_398{font-size:16px;letter-spacing:.5px;padding:6px 0;color:#00000080;font-weight:700;font-family:Lato,Arial,sans-serif;margin:0 0 0 6px;position:absolute;right:6px}._padder_1nien_410{width:100%;padding-left:30px;display:flex;position:relative}._padder_1nien_410 ._iconEyePassword_1nien_416{position:absolute;right:10px;top:50%;transform:translateY(-50%);cursor:pointer}._padder_1nien_410 ._iconEyePassword_1nien_416:after{content:"👁"}._colorBoxWrapper_1nien_427{display:flex;flex-wrap:wrap}._colorBox_1nien_427{border:1px solid lightgray;border-radius:3px;background-color:#fff;margin:4px;position:relative}._colorBox_1nien_427 div{border-radius:3px;border-style:solid;margin:4px;width:36px;height:36px;transition:border ease .5s}._colorBox_1nien_427 input{position:absolute;top:0;left:0;right:0;bottom:0;height:100%;opacity:0;cursor:pointer}._horizontalInput_1nien_458,._horizontalInputDate_1nien_463{display:flex;align-items:center}._horizontalInputDate_1nien_463 div{width:100%}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{opacity:1}._leftMargin_1nien_495{margin-left:-20%}._icon_1nien_416{position:absolute;top:50%;transform:translateY(-50%);width:18px;height:18px}._iconPrefix_1nien_507{left:14px}._iconSufix_1nien_511{right:14px}._inputContainer_1nien_515{position:relative}._optionsBar_1u7on_1{display:flex;align-items:center;gap:10px;margin:0;padding:0}._optionsBar_1u7on_1 li{list-style:none}._top_1hkmi_1{background:#ffffff;padding:16px 41px 16px 40px;box-shadow:0 0 8px #0000000d,inset 0 -1px #0000001a;display:flex;justify-content:space-between;align-items:center}._header_1hkmi_10{display:flex;align-items:center;justify-content:flex-start;max-width:85%;overflow-x:clip}._header_1hkmi_10 ul{list-style:none;margin:0;padding:0;display:flex;align-items:center;overflow:hidden}._header_1hkmi_10 ul li{display:flex;align-items:center;overflow:hidden;flex-grow:1;flex-shrink:2;transition:all .3s ease}._header_1hkmi_10 ul li:first-child{flex-grow:0;flex-shrink:0}._header_1hkmi_10 ul li:not(:first-child):before{content:url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 12.5L10 8.5L6 4.5' stroke='lightgray' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");display:inline-block;margin:0 8px;line-height:0}._header_1hkmi_10 ul li:last-child{flex:0 0 auto}._header_1hkmi_10 ul li:last-child ._link_1hkmi_46{opacity:1;cursor:default;pointer-events:none}._header_1hkmi_10 ul li:hover{flex-shrink:0}._header_1hkmi_10 ._link_1hkmi_46{font-family:Roboto,"sans-serif";font-weight:500;font-size:24px;margin:0;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;color:#424242;opacity:.3;transition:opacity .3s ease-in-out}._header_1hkmi_10 ._link_1hkmi_46:hover{opacity:1}._header_1hkmi_10 ._btnBack_1hkmi_69{outline:none;border:none;background-color:transparent;padding:10px;box-sizing:border-box;line-height:0;margin-right:6px}._header_1hkmi_10 ._actions_1hkmi_78{margin-left:24px;display:flex}._header_1hkmi_10 ._actions_1hkmi_78 button{cursor:pointer;width:40px;height:40px;border-radius:50%;line-height:0}._header_1hkmi_10 ._actions_1hkmi_78 ._edit_1hkmi_89{margin-right:16px}._header_1hkmi_10 ._actions_1hkmi_78 ._edit_1hkmi_89:hover{background-color:#2196f34d}._header_1hkmi_10 ._actions_1hkmi_78 ._edit_1hkmi_89:hover svg{stroke:#0347c7}._header_1hkmi_10 ._actions_1hkmi_78 ._delete_1hkmi_98:hover{background-color:#f3212133}._container_nkuy4_1{min-height:100vh;background-color:#f6f6f6;font-family:Roboto,sans-serif}._emptySpace_nkuy4_7{text-align:center;margin-top:271px}._emptySpace_nkuy4_7 h3{margin-top:33.5px;font-weight:500;font-size:22px;line-height:125.3%;opacity:.3;margin-bottom:4px}._emptySpace_nkuy4_7 p{font-size:16px;font-weight:400;line-height:26px;color:#1b2b41b8;margin:0}._search_nkuy4_27{display:flex;justify-content:space-between;align-items:flex-end;padding:24px 40px;background-color:#fff;box-shadow:0 4px 8px #0000000d,inset 0 -1px #0000001a;position:sticky;top:0;z-index:1;gap:24px}._search_nkuy4_27 ._searchInput_nkuy4_39{flex:1 0 300px;max-width:666px}._content_nkuy4_44{padding:24px 40px 40px}._table_nkuy4_48{background:#f6f6f6;box-shadow:0 22px 64px #00000026;border-radius:8px;overflow:hidden;border:none}._table_nkuy4_48 ._cell_nkuy4_55{font-weight:400;font-size:16px;line-height:19px;color:#111827;padding:6px 16px;height:52px;display:flex;align-items:center}._table_nkuy4_48 ._cell_nkuy4_55:hover{cursor:pointer}._noData_nkuy4_69{position:absolute;left:0;top:40px;bottom:0;right:0;display:flex;align-items:center;justify-content:center;background-color:#f6f6f6}._noData_nkuy4_69 h3{text-align:center;font-weight:500;font-size:22px;line-height:26px;opacity:.3}._disabledBtn_nkuy4_88{opacity:.5}._disabledBtn_nkuy4_88 svg path{stroke:#3c4555}.ReactTable .rt-thead ._columnHeader_nkuy4_95{text-align:left;background-color:#fff;padding:12px 16px;border:0;font-weight:600;font-size:14px;line-height:16px;color:#909090}.ReactTable .rt-thead ._columnHeader_nkuy4_95:last-child{text-align:right}._loading_nkuy4_129{margin-top:271px}._emptySpace_nkuy4_7 h3{margin-top:13.5px}._searchInput_nkuy4_39{max-width:687px}._clearBtn_nkuy4_141{line-height:0;cursor:pointer}._clearBtn_nkuy4_141 svg path{stroke-width:2px;stroke:#adadad}._clearBtn_nkuy4_141:hover svg path{stroke:#000}._noData_nkuy4_69{top:49px}._table_nkuy4_48 ._cell_nkuy4_55{height:63px;display:flex;align-items:center}._image_nkuy4_163{width:50px;height:50px;border:1px solid #D8D8D8;border-radius:4px}._image_nkuy4_163 img{width:100%;height:100%;object-fit:contain}.ReactTable .rt-thead ._columnHeader_nkuy4_95{padding:14px 16px;line-height:20px;border-bottom:1px solid #DADEE3}.infinite-scroll-component{overflow:initial!important}._container_r6ar9_1{min-height:100vh;background-color:#f6f6f6;font-family:Roboto,sans-serif}._loading_r6ar9_7{margin-top:271px}._emptySpace_r6ar9_11{text-align:center;margin-top:271px}._emptySpace_r6ar9_11 h3{margin-top:33.5px;font-weight:500;font-size:22px;line-height:125.3%;opacity:.3;margin-bottom:4px}._emptySpace_r6ar9_11 p{font-size:16px;font-weight:400;line-height:26px;color:#1b2b41b8;margin:0}._wrapper_r6ar9_31{box-shadow:0 100px 80px #00000005,0 41.7776px 33.4221px #00000007,0 22.3363px 17.869px #00000009,0 12.5216px 10.0172px #0000000b,0 6.6501px 5.32008px #0000000d,0 2.76726px 2.21381px #00000012;border-radius:10px;max-width:766px;margin:24px auto;padding:32px;background-color:#fff;display:flex;gap:32px}._image_r6ar9_42{width:230px;min-width:230px;height:230px;background-color:#d8d8d8;border-radius:8px;overflow:hidden}._image_r6ar9_42 img{width:100%;height:100%;object-fit:cover}._info_r6ar9_56 p{font-weight:500;font-size:14px;line-height:16px;letter-spacing:.4px;color:#707071;margin-bottom:8px}._info_r6ar9_56 h2{font-weight:400;font-size:26px;letter-spacing:.2px;color:#10002e;text-transform:capitalize;overflow-wrap:break-word;word-break:break-word}._info_r6ar9_56:not(:last-child){margin-bottom:24px}._deleteConfirmation_r6ar9_77{font-family:Roboto,sans-serif;text-align:center;padding:30px 32px 20px}._deleteConfirmation_r6ar9_77 h2{margin-bottom:24px;font-size:27px;line-height:32px;color:#424242}._deleteConfirmation_r6ar9_77 p{font-size:16px;line-height:19px;margin-bottom:0}._deleteConfirmation_r6ar9_77 ._deleteActions_r6ar9_93{display:flex;justify-content:space-between;margin-top:32px}._deleteConfirmation_r6ar9_77 ._deleteBtn_r6ar9_98{text-transform:none;font-weight:500;font-size:16px;line-height:19px}._deleteConfirmation_r6ar9_77 ._deleteBtn_r6ar9_98 svg{width:32px;height:32px}._deleteConfirmation_r6ar9_77 ._deleteBtn_r6ar9_98 svg rect{fill:#3275f5}._preHeader_meg9c_1{font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;line-height:.6rem;font-weight:500;font-style:normal;letter-spacing:2px;margin-bottom:4px;text-transform:capitalize}@media (min-width: 768px){._preHeader_meg9c_1{font-size:1rem;line-height:1rem}}._headerXl_meg9c_18{font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.725rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerXl_meg9c_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_meg9c_35{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLg_meg9c_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_meg9c_52{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLgInverted_meg9c_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_meg9c_52{text-align:center}._headerMd_meg9c_72{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMd_meg9c_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_meg9c_72{margin-bottom:0}._headerMdInverted_meg9c_92{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMdInverted_meg9c_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_meg9c_92{text-align:center}._textLabel_meg9c_112{margin-bottom:.5rem;color:#000;font-weight:500;font-size:.875rem;white-space:nowrap}._textMsg_meg9c_120{margin-bottom:.5rem;color:#000;font-weight:500;font-size:1rem;white-space:nowrap;text-align:center}._postTitleHeading_meg9c_129{font-family:"Noto Serif",serif;font-size:1.5rem;font-weight:500;color:#000;line-height:2.25rem;text-align:center}._breadText_meg9c_138{font-family:Roboto,serif;font-size:.9375rem;color:#707070;line-height:1.4rem;font-weight:400}._miniLabel_meg9c_146{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#101820;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabel_meg9c_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_meg9c_163{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#436586;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabelLight_meg9c_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_meg9c_180{font-family:Roboto,serif;font-size:.9375rem;color:#36a3f7;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._linkDangerous_meg9c_190{font-family:Roboto,serif;font-size:.9375rem;color:#f3545d;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._textOverLine_meg9c_200{font-family:Roboto,Arial,sans-serif;font-size:.75rem;letter-spacing:.5px;margin-bottom:6px;color:#00000080;text-transform:uppercase}._labelHeaderMd_meg9c_209{font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.17rem;margin-bottom:0}@media (min-width: 768px){._labelHeaderMd_meg9c_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_meg9c_226{color:red;margin-top:.3rem}._inputSuffix_meg9c_231{font-size:16px;letter-spacing:.5px;padding:6px 0;color:#00000080;font-weight:700;font-family:Lato,sans-serif;margin:0 6px}._errors_meg9c_241{margin-top:2px;font-size:14px;color:#d0021b;z-index:300;font-weight:400}._formLabel_meg9c_249{padding:0 0 8px;text-transform:none!important;font-family:Roboto,"sans-serif";font-style:normal;font-weight:500;font-size:14px;line-height:16px;letter-spacing:.4px;color:#10002e}._placeholder_meg9c_261{color:#8b849b;font-family:Roboto,"sans-serif";font-style:normal;font-weight:400;font-size:16px;line-height:21px;letter-spacing:.2px}._checkboxRoot_meg9c_271{color:#8b8b8b!important}._checked_meg9c_275{color:#3275f5!important}._selectSearch_r2bbp_1{width:100%;position:relative}._selectBox_r2bbp_6{position:relative}._icon_r2bbp_10{position:absolute;right:13px;top:15px;z-index:10}._stackIcon_r2bbp_17{margin-bottom:1em;display:inline-block;width:100%;cursor:pointer}._iconTimes_r2bbp_24{padding-left:0;padding-right:5px;font-size:10px;color:#831818}._overSelect_r2bbp_31{position:absolute;left:0;right:0;top:0;bottom:0;cursor:pointer}._containerSearch_r2bbp_40{display:none;position:absolute;background-color:#fcfcfc;box-shadow:0 1px 11px #53535340;border-radius:7px;width:100%;z-index:20;padding:1em .8em}._items_r2bbp_51{max-height:200px;padding:5px 0;overflow-y:auto;overflow-x:hidden}._items_r2bbp_51::-webkit-scrollbar{width:5px}._items_r2bbp_51::-webkit-scrollbar-track{background-color:#d7d9de;border-radius:3px;background-color:#0000001a}._items_r2bbp_51::-webkit-scrollbar-thumb{border-radius:3px;background-color:#3275f5}._items_r2bbp_51 label{display:flex;align-items:center;padding:5px 10px;margin-right:5px;text-transform:capitalize;color:#0e0e0e}._items_r2bbp_51 label:hover{background-color:#3275f5;color:#fff}._expanded_r2bbp_87{display:flex;flex-direction:column}._error_r2bbp_92{top:72.67px;z-index:400}._noAvailable_r2bbp_97{font-family:Roboto,sans-serif;color:#0e0e0e;font-size:.9em;min-height:40px;padding:10px}._column_r2bbp_105{display:flex;flex-direction:column}._formLabel_r2bbp_110{font-size:13px;letter-spacing:.5px;padding:6px 0;color:#00000080;text-transform:none!important;font-weight:700;font-family:Lato,Arial,sans-serif}._errors_r2bbp_120{margin-top:2px;font-size:13px;color:#d0021b;z-index:300;font-weight:400;position:absolute;bottom:-2px;left:0}._errorInput_r2bbp_131{border:1px solid #D0021B!important;background-color:#d0021b08!important}._focus_r2bbp_136{border:1px solid #3275f5}._container_fhfj3_1 label{font-family:Roboto,"sans-serif";font-weight:500;font-size:14px;line-height:16px;letter-spacing:.4px;color:#000;display:block;padding-bottom:8px}._wrapper_fhfj3_12{background:rgba(50,117,245,.1);border-radius:38px;overflow:hidden;padding:4px;height:45px;display:flex}._container_1i7vi_1{background-color:#f9f9f9;border-radius:8px;overflow:hidden;border:1px solid #d8d8d8;position:relative;height:100%}._addBtn_1i7vi_10{width:100%;height:100%;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:8px;font-size:13px;color:#b5b5b5;transition:background-color .3s ease,outline .3s ease}._addBtn_1i7vi_10 span{margin-top:14px}._addBtn_1i7vi_10:hover{background-color:#f0f0f0;outline:1px solid #9ca1af}._imageWrapper_1i7vi_34{width:100%;height:100%;display:flex;align-items:center;justify-content:center;gap:16px;background-size:contain;background-position:center;background-repeat:no-repeat}._imageWrapper_1i7vi_34 button{opacity:0;transition:opacity .3s ease}._imageWrapper_1i7vi_34:hover{background-color:#f0f0f0}._imageWrapper_1i7vi_34:hover button{opacity:1}._error_1i7vi_56{margin-top:6px;font-size:14px;color:#d0021b}._container_1mck8_1{min-height:100vh;background-color:#f6f6f6;font-family:Roboto,sans-serif}._wrapper_1mck8_7{border-radius:10px;margin:24px 39px;padding:32px;background-color:#fff}._loading_1mck8_14{margin-top:271px}._topInfo_1mck8_18{display:flex;gap:64px;justify-content:space-between}._topInfo_1mck8_18>div:last-child{min-width:274px}._row_1mck8_27{display:flex;gap:24px;margin-bottom:28px}._row_1mck8_27>div{flex:1}._manufacturerSelect_1mck8_36 label{font-family:Roboto,"sans-serif";font-style:normal;font-weight:500;font-size:14px;line-height:16px;letter-spacing:.4px;color:#000}._manufacturer_1mck8_36{width:100%;height:45px;border-radius:8px;border:.5px solid #d8d8d8;font-size:16px;color:#10002e;letter-spacing:.2px;background-color:#fff;padding:12px}._manufacturer_1mck8_36:hover{cursor:pointer}._core_1mck8_61{max-width:380px;margin-top:18px}._actions_1mck8_66{margin-top:24px;padding-top:16px;border-top:1px solid rgba(0,0,0,.1);display:flex;justify-content:space-between}._error_1mck8_74{margin-top:6px;font-size:14px;color:#d0021b}._preHeader_1qeep_1{font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;line-height:.6rem;font-weight:500;font-style:normal;letter-spacing:2px;margin-bottom:4px;text-transform:capitalize}@media (min-width: 768px){._preHeader_1qeep_1{font-size:1rem;line-height:1rem}}._headerXl_1qeep_18{font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.725rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerXl_1qeep_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_1qeep_35{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLg_1qeep_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_1qeep_52{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLgInverted_1qeep_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_1qeep_52{text-align:center}._headerMd_1qeep_72{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMd_1qeep_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_1qeep_72{margin-bottom:0}._headerMdInverted_1qeep_92{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMdInverted_1qeep_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_1qeep_92{text-align:center}._textLabel_1qeep_112{margin-bottom:.5rem;color:#000;font-weight:500;font-size:.875rem;white-space:nowrap}._textMsg_1qeep_120{margin-bottom:.5rem;color:#000;font-weight:500;font-size:1rem;white-space:nowrap;text-align:center}._postTitleHeading_1qeep_129{font-family:"Noto Serif",serif;font-size:1.5rem;font-weight:500;color:#000;line-height:2.25rem;text-align:center}._breadText_1qeep_138{font-family:Roboto,serif;font-size:.9375rem;color:#707070;line-height:1.4rem;font-weight:400}._miniLabel_1qeep_146{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#101820;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabel_1qeep_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_1qeep_163{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#436586;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabelLight_1qeep_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_1qeep_180{font-family:Roboto,serif;font-size:.9375rem;color:#36a3f7;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._linkDangerous_1qeep_190{font-family:Roboto,serif;font-size:.9375rem;color:#f3545d;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._textOverLine_1qeep_200{font-family:Roboto,Arial,sans-serif;font-size:.75rem;letter-spacing:.5px;margin-bottom:6px;color:#00000080;text-transform:uppercase}._labelHeaderMd_1qeep_209{font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.17rem;margin-bottom:0}@media (min-width: 768px){._labelHeaderMd_1qeep_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_1qeep_226{color:red;margin-top:.3rem}._container_1qeep_231{position:relative;padding:8px 0}._container_1qeep_231 ._Label_1qeep_235{max-width:100%;box-sizing:border-box;cursor:pointer;display:flex;justify-content:space-between;align-items:center}._container_1qeep_231 ._Label_1qeep_235 ._labelText_1qeep_243{font-family:Roboto;font-style:normal;font-weight:500;font-size:15px;line-height:18px;display:flex;align-items:center;color:#000}._container_1qeep_231 input{visibility:hidden;position:absolute}._container_1qeep_231 ._slice_1qeep_257{width:44px;height:24px;background:#d8d8d8;border-radius:23px;position:relative;transition:all .2s}._container_1qeep_231 ._slice_1qeep_257:before{content:"";display:inline-block;background-color:#fff;position:absolute;width:16px;height:16px;background:#ffffff;border-radius:50%;left:4px;top:50%;transform:translateY(-50%);transition:left .2s}._container_1qeep_231 input:checked+._Label_1qeep_235>._slice_1qeep_257{background:#3275f5}._container_1qeep_231 input:checked+._Label_1qeep_235>._slice_1qeep_257:before{left:calc(100% - 20px);transition:left .2s}._LoadingSpinnerWrapper_z7avs_1{display:flex;justify-content:center}._table_z7avs_6{background:#f6f6f6;box-shadow:0 22px 64px #00000026;border-radius:8px;overflow:hidden;border:none}._noTableData_z7avs_14{position:absolute;left:0;top:40px;bottom:0;right:0;display:flex;align-items:center;justify-content:center;background-color:#f6f6f6}._noTableData_z7avs_14 h3{text-align:center;font-weight:500;font-size:22px;line-height:26px;opacity:.3}._clickableRow_z7avs_33:hover{cursor:pointer}.ReactTable .rt-td.cell{font-weight:400;font-size:16px;line-height:19px;color:#111827;padding:6px 16px;display:flex;align-items:center}.ReactTable .rt-thead .rt-th.columnHeader{text-align:left;background-color:#fff;padding:12px 16px;font-weight:600;font-size:14px;line-height:16px;color:#909090;border-bottom:1px solid #dadee3}.ReactTable .rt-thead .rt-th.columnHeader:last-child{text-align:right}._container_1pnwm_1 ._header_1pnwm_1{font-family:Roboto,sans-serif;font-style:normal;font-weight:500;font-size:27px;line-height:32px;text-align:center;color:#424242;display:flex;justify-content:center;margin-bottom:24px}._container_1pnwm_1 ._content_1pnwm_13{display:grid;grid-template-columns:437px 274px;grid-template-rows:98px 98px 98px;column-gap:48px;row-gap:16px;margin-bottom:25px}._container_1pnwm_1 ._content_1pnwm_13>div:first-child{grid-column:1;grid-row:1}._container_1pnwm_1 ._content_1pnwm_13>div:first-child label{padding-top:2px!important}._container_1pnwm_1 ._content_1pnwm_13>div:nth-child(2){grid-column:1;grid-row:2}._container_1pnwm_1 ._content_1pnwm_13>div:nth-child(3){grid-column:2;grid-row:1}._container_1pnwm_1 ._content_1pnwm_13>div:nth-child(3)>div:first-child{margin-bottom:19px}._container_1pnwm_1 ._content_1pnwm_13>div:nth-child(3)>div:nth-child(2){padding-top:0}._container_1pnwm_1 ._content_1pnwm_13>div:nth-child(4){grid-column:1;grid-row:3;display:flex;align-items:flex-start}._container_1pnwm_1 ._content_1pnwm_13>div:nth-child(4)>label{align-items:flex-start}._container_1pnwm_1 ._content_1pnwm_13>div:nth-child(4)>label>span:first-child{padding-top:1px}._container_1pnwm_1>div:nth-child(3){padding-top:16px;border-top:1px solid rgba(0,0,0,.1);display:flex}._container_1pnwm_1>div:nth-child(3) button:nth-child(2){margin-left:auto}._subscriptionContainer_1pnwm_63{display:flex;flex-direction:column;gap:8px}._subscriptionLabel_1pnwm_69{font-family:Roboto,sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:24px;color:#424242;margin-bottom:4px}._requiredAsterisk_1pnwm_79{color:#f44336;margin-left:4px}._errorMessage_1pnwm_84{color:#f44336;font-family:Roboto,sans-serif;font-size:12px;line-height:16px;margin-top:4px}._modalCreateUpdateBanner_scfhn_1{padding:30px 32px}._modalDeleteBanner_scfhn_5{padding:30px 32px 20px}._modalDeleteBanner_scfhn_5 ._title_scfhn_8{font-family:Roboto,sans-serif;font-style:normal;font-weight:500;font-size:27px;line-height:32px;text-align:center;color:#424242;display:flex;justify-content:center;margin-bottom:24px}._modalDeleteBanner_scfhn_5 ._subTitle_scfhn_20{font-family:Roboto,sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:19px;text-align:center;color:#000;width:340px;margin-bottom:24px;margin-left:auto;margin-right:auto}._modalDeleteBanner_scfhn_5 ._buttonRow_scfhn_33{display:flex;padding-top:15px;border-top:1px solid rgba(0,0,0,.1)}._modalDeleteBanner_scfhn_5 ._buttonRow_scfhn_33 div:nth-child(2){margin-left:auto}._bannersRoute_scfhn_42{min-height:100vh;background-color:#f6f6f6}._bannersRoute_scfhn_42 ._top_scfhn_46{padding:29.5px 48px 0;background:#ffffff;height:86px}._bannersRoute_scfhn_42 ._top_scfhn_46 h3{font-family:Roboto,sans-serif;font-style:normal;font-weight:500;font-size:30px;line-height:35px;color:#424242;margin-bottom:21.5px}._bannersRoute_scfhn_42 ._top_scfhn_46 ._searchArea_scfhn_60{display:grid;grid-template-columns:629px 190px 1fr;column-gap:16px;padding-top:10px}._bannersRoute_scfhn_42 ._top_scfhn_46 ._searchArea_scfhn_60 div{max-width:unset!important}._bannersRoute_scfhn_42 ._top_scfhn_46 ._searchArea_scfhn_60 button{margin-top:28px;width:157px;margin-left:auto}._bannersRoute_scfhn_42 ._listArea_scfhn_74{padding:16px 49px 97px;background-color:#f6f6f6;min-height:calc(100vh - 149.1px)}._bannersRoute_scfhn_42 ._listArea_scfhn_74 button{margin-left:auto;margin-bottom:16px}._bannersRoute_scfhn_42 ._listArea_scfhn_74 ._previewContainer_scfhn_83{width:100%;height:100px;overflow:hidden;padding:4px 0}._bannersRoute_scfhn_42 ._listArea_scfhn_74 ._previewContainer_scfhn_83 img{width:100%;height:100%;object-fit:contain}._bannersRoute_scfhn_42 ._emptyList_scfhn_94{background-color:#f6f6f6;min-height:calc(100vh - 86px);display:flex;flex-direction:column;align-items:center}._bannersRoute_scfhn_42 ._emptyList_scfhn_94 ._imgContainer_scfhn_101{margin-top:243.69px;margin-bottom:38.92px;width:215px;border-bottom:3px solid #cbc6c1;display:flex;justify-content:center}._bannersRoute_scfhn_42 ._emptyList_scfhn_94 ._imgContainer_scfhn_101 img{width:109px;height:109px}._bannersRoute_scfhn_42 ._emptyList_scfhn_94 ._textContainer_scfhn_113{display:flex;flex-direction:column;align-items:center;margin-bottom:37px}._bannersRoute_scfhn_42 ._emptyList_scfhn_94 ._textContainer_scfhn_113 div{text-align:center}._bannersRoute_scfhn_42 ._emptyList_scfhn_94 ._textContainer_scfhn_113 div:first-child{font-family:Roboto,sans-serif;font-style:normal;font-weight:500;font-size:22px;line-height:125.3%;display:flex;align-items:center;text-align:center;color:#000;opacity:.3;margin-bottom:4px}._bannersRoute_scfhn_42 ._emptyList_scfhn_94 ._textContainer_scfhn_113 div:nth-child(2){font-family:Roboto,sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:161.1%;display:flex;align-items:center;text-align:center;color:#1b2b41b8}._bannersRoute_scfhn_42 ._emptyList_scfhn_94 button{display:flex;justify-content:center;width:159px}._bannersRoute_scfhn_42 ._emptyList_scfhn_94 button svg{margin-right:10px}._bannersRoute_scfhn_42 ._emptyList_scfhn_94 button svg g>path{stroke:#fff}._Tab_15a7k_1._root_15a7k_1{color:#929292;padding:16px 5px!important;margin-right:22px!important;text-transform:none;font-family:Roboto,sans-serif;font-style:normal;font-weight:500;font-size:15px;line-height:18px;min-width:auto;transition:color .6s}._Tab_15a7k_1._root_15a7k_1:hover{color:#3275f5;transition:color .6s}._Tab_15a7k_1._root_15a7k_1._selected_15a7k_18{color:#3275f5}._Tab_15a7k_1._root_15a7k_1._selected_15a7k_18:hover{color:#1246ab}._Tabs_15a7k_25._TabsRoot_15a7k_25{padding:0 50px}._Tabs_15a7k_25._TabsRoot_15a7k_25 ._indicator_15a7k_28{background-color:#3275f5;height:1px}._wrapper_tzscb_1{display:flex;gap:40px;flex-wrap:wrap}._container_tzscb_7{display:flex;flex-direction:column;gap:32px;flex:1;box-shadow:0 22px 64px #00000026;border-radius:10px;padding:32px;background-color:#fff}._scoring_tzscb_18{background-color:#ededed;padding:16px;border-radius:8px;display:flex;gap:48px}._info_tzscb_26,._notes_tzscb_26{position:relative}._info_tzscb_26 p,._notes_tzscb_26 p{font-weight:500;font-size:14px;line-height:16px;letter-spacing:.4px;color:#707071;margin-bottom:8px}._info_tzscb_26 h5,._notes_tzscb_26 h5{font-weight:400;letter-spacing:.2px;word-break:break-word}._info_tzscb_26 a,._notes_tzscb_26 a{font-weight:400;color:#000;text-decoration-line:underline;cursor:pointer}._info_tzscb_26 a:hover,._notes_tzscb_26 a:hover{color:#3275f5}._basicInfo_tzscb_52{display:grid;grid-template-columns:1fr 274px;gap:32px}._infoLayout_tzscb_58{display:grid;grid-template-columns:400px auto;gap:32px}._image_tzscb_64{width:274px;height:177px;border:1px solid #d8d8d8;border-radius:8px;overflow:hidden;background-color:#f9f9f9}._image_tzscb_64:after{content:"NO LOGO";display:flex;align-items:center;justify-content:center;height:100%;color:#ccc}._image_tzscb_64 img{width:100%;height:100%;object-fit:contain}._notes_tzscb_26 h4{font-size:16px}._container_ib85d_1{width:100%}._wrapper_ib85d_5{display:flex;align-items:center}._wrapper_ib85d_5 h1{font-weight:700;font-size:22px;line-height:45px;letter-spacing:.8px;color:#707071;margin-bottom:0}._noData_ib85d_18{position:absolute;top:50%;left:50%;transform:translate(-50%,calc(-50% + 30px));text-align:center}._noData_ib85d_18 h3{color:#0000004d}._table_ib85d_29{border:none}._table_ib85d_29 ._cell_ib85d_32{height:55px;padding:19px 16px;display:flex;align-items:center;font-size:14px;color:#111827}._table_ib85d_29 ._actions_ib85d_40{padding-right:8px}._header_ib85d_44{display:flex;justify-content:space-between;align-items:baseline;color:#707071;font-weight:700;font-size:22px;line-height:45px;margin-bottom:10px;letter-spacing:.8px}._header_ib85d_44 p{margin-bottom:0;color:#909090}.ReactTable .rt-thead ._columnHeader_ib85d_60{padding:16px;border-bottom:1px solid #dadee3;border-right:none;text-align:left;font-weight:600;font-size:14px;line-height:16px;color:#909090}._loading_6aia8_1{margin-top:271px}._miniCardsWrapper_6aia8_5{display:flex;flex-wrap:wrap;justify-content:space-between;gap:24px;padding-bottom:52px}._minicard_6aia8_13{background:#ffffff;box-shadow:0 100px 80px #00000005,0 41.7776px 33.4221px #00000007,0 22.3363px 17.869px #00000009,0 12.5216px 10.0172px #0000000b,0 6.6501px 5.32008px #0000000d,0 2.76726px 2.21381px #00000012;border-radius:8px;padding:8px 16px;color:#3275f5;flex:1 1 180px;height:100px;position:relative}._minicard_6aia8_13 p{font-weight:500;font-size:20px;line-height:24px}._minicard_6aia8_13 h4{font-weight:700;font-size:40px;line-height:48px;text-align:right;position:absolute;right:16px;bottom:8px}._charts_6aia8_38{padding:24px 32px 32px;background:#ffffff;border-radius:10px;margin-bottom:40px}._charts_6aia8_38 header{display:flex;justify-content:space-between;align-items:center;color:#707071;font-weight:700;font-size:22px;line-height:45px;margin-bottom:10px;letter-spacing:.8px}._container_19zgv_1{display:flex;gap:32px;width:100%}._infoWrapper_19zgv_7{flex:0 1 300px;display:flex;flex-direction:column;gap:32px;max-width:300px}._info_19zgv_7 p,._mapHeader_19zgv_15 p{font-weight:500;font-size:14px;line-height:16px;letter-spacing:.4px;color:#707071;margin-bottom:8px}._info_19zgv_7 h5,._mapHeader_19zgv_15 h5{font-weight:400;letter-spacing:.2px;word-break:break-word}._mapWrapper_19zgv_29{flex:1 1 648px}._mapHeader_19zgv_15{display:flex;justify-content:space-between;margin-bottom:16px}._mapHeader_19zgv_15 p{margin-bottom:0}._mapHeader_19zgv_15 span{color:#707071;display:flex;gap:8px;font-weight:500;font-size:15px;line-height:18px}._mapHeader_19zgv_15 svg path{fill:#707071}._map_19zgv_15{border-radius:8px;overflow:hidden;height:397px}._container_1f2up_1{width:100%}._container_1f2up_1 h1{font-weight:700;font-size:22px;line-height:45px;letter-spacing:.8px;color:#707071;margin-bottom:0}._noData_1f2up_13{position:absolute;top:50%;left:50%;transform:translate(-50%,calc(-50% + 30px));text-align:center}._noData_1f2up_13 h3{color:#0000004d}._table_1f2up_24{border:none}._table_1f2up_24 ._cell_1f2up_27{height:55px;padding:19px 16px;display:flex;align-items:center;font-size:14px;color:#111827}._table_1f2up_24 ._actions_1f2up_35{padding-right:8px}.ReactTable .rt-thead ._columnHeader_1f2up_39{padding:16px;border-bottom:1px solid #dadee3;border-right:none;text-align:left;font-weight:600;font-size:14px;line-height:16px;color:#909090}._container_1h2y2_1{min-height:100vh;background-color:#f6f6f6;font-family:Roboto,sans-serif}._loading_1h2y2_7{margin-top:271px}._wrapper_1h2y2_11{margin:0 auto;padding:24px 40px}._content_1h2y2_16{box-shadow:0 22px 64px #00000026;border-radius:10px;margin:auto;padding:32px;background-color:#fff;display:flex;gap:32px}._tabs_1h2y2_26{padding:0 40px!important}._cardWrapper_rm19j_1{display:flex;flex-direction:column;align-items:flex-start;position:relative;padding:8px;width:100%;min-width:160px;height:215px;background:#fffcfc;border:1px solid #cfcfcf;box-shadow:0 4px 18px #0000001a;border-radius:8px;cursor:pointer;transition:box-shadow .3s}._cardWrapper_rm19j_1:hover{box-shadow:0 14px 28px #0003;transition:box-shadow .3s}._cardWrapper_rm19j_1:hover ._actionButton_rm19j_21{opacity:1;z-index:1;transition:opacity .3s}._cardWrapper_rm19j_1 ._image_rm19j_26{width:100%;height:96px;object-fit:cover;border-radius:5px 5px 0 0}._cardWrapper_rm19j_1 ._content_rm19j_32{display:flex;flex-direction:column;-webkit-user-select:none;user-select:none}._cardWrapper_rm19j_1 ._content_rm19j_32 ._title_rm19j_37{font-family:Inter,sans-serif;font-style:normal;font-weight:600;font-size:14px;line-height:17px;margin-top:10px;margin-bottom:8px;height:34px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-break:break-word}._cardWrapper_rm19j_1 ._content_rm19j_32 ._description_rm19j_52{font-family:Inter,sans-serif;font-style:normal;font-weight:400;font-size:12px;line-height:15px;margin-bottom:12px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;height:15px}._cardWrapper_rm19j_1 ._content_rm19j_32 ._pillInfo_rm19j_65{background:#ffe9c8;border-radius:30px;font-family:Roboto;font-style:normal;font-weight:500;font-size:12px;color:#424242;width:fit-content;line-height:18px;padding:0 8px}._cardWrapper_rm19j_1 ._actionButton_rm19j_21{position:absolute;top:12px;right:12px;opacity:0;transition:opacity .3s}._container_fpmt5_1{width:100%;min-height:calc(100vh - 146px);padding:32.5px 40px}._container_fpmt5_1>._data_fpmt5_6>div:first-child h1{font-family:Roboto,"sans-serif";font-weight:700;font-size:22px;line-height:28px;letter-spacing:.8px;color:#707071;margin-bottom:16.5px}._container_fpmt5_1>._data_fpmt5_6>div:nth-child(2){column-gap:16px;row-gap:16px;display:grid;grid-template-columns:repeat(5,1fr);width:100%;margin-bottom:44.29px}._container_fpmt5_1 ._noData_fpmt5_23{display:flex;justify-content:center;align-items:center;flex-direction:column;height:100%}._container_fpmt5_1 ._noData_fpmt5_23 div{font-family:Roboto,sans-serif;font-weight:500;font-size:22px;line-height:26px;text-align:center;color:#000;opacity:.3;width:100%;display:flex;justify-content:center}._preHeader_kyvmm_1{font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;line-height:.6rem;font-weight:500;font-style:normal;letter-spacing:2px;margin-bottom:4px;text-transform:capitalize}@media (min-width: 768px){._preHeader_kyvmm_1{font-size:1rem;line-height:1rem}}._headerXl_kyvmm_18{font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.725rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerXl_kyvmm_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_kyvmm_35{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLg_kyvmm_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_kyvmm_52{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLgInverted_kyvmm_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_kyvmm_52{text-align:center}._headerMd_kyvmm_72{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMd_kyvmm_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_kyvmm_72{margin-bottom:0}._headerMdInverted_kyvmm_92{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMdInverted_kyvmm_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_kyvmm_92{text-align:center}._textLabel_kyvmm_112{margin-bottom:.5rem;color:#000;font-weight:500;font-size:.875rem;white-space:nowrap}._textMsg_kyvmm_120{margin-bottom:.5rem;color:#000;font-weight:500;font-size:1rem;white-space:nowrap;text-align:center}._postTitleHeading_kyvmm_129{font-family:"Noto Serif",serif;font-size:1.5rem;font-weight:500;color:#000;line-height:2.25rem;text-align:center}._breadText_kyvmm_138{font-family:Roboto,serif;font-size:.9375rem;color:#707070;line-height:1.4rem;font-weight:400}._miniLabel_kyvmm_146{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#101820;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabel_kyvmm_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_kyvmm_163{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#436586;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabelLight_kyvmm_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_kyvmm_180{font-family:Roboto,serif;font-size:.9375rem;color:#36a3f7;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._linkDangerous_kyvmm_190{font-family:Roboto,serif;font-size:.9375rem;color:#f3545d;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._textOverLine_kyvmm_200{font-family:Roboto,Arial,sans-serif;font-size:.75rem;letter-spacing:.5px;margin-bottom:6px;color:#00000080;text-transform:uppercase}._labelHeaderMd_kyvmm_209{font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.17rem;margin-bottom:0}@media (min-width: 768px){._labelHeaderMd_kyvmm_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_kyvmm_226{color:red;margin-top:.3rem}._CheckboxNewLT_kyvmm_231 ._label_kyvmm_209{color:#10002e;line-height:18px;font-size:15px}._CheckboxNewLT_kyvmm_231 ._disabled_kyvmm_236{color:#bdb9c6!important}._CheckboxNewLT_kyvmm_231 img{width:15px;height:15px}._preHeader_1vqs5_1{font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;line-height:.6rem;font-weight:500;font-style:normal;letter-spacing:2px;margin-bottom:4px;text-transform:capitalize}@media (min-width: 768px){._preHeader_1vqs5_1{font-size:1rem;line-height:1rem}}._headerXl_1vqs5_18{font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.725rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerXl_1vqs5_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_1vqs5_35{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLg_1vqs5_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_1vqs5_52{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLgInverted_1vqs5_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_1vqs5_52{text-align:center}._headerMd_1vqs5_72{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMd_1vqs5_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_1vqs5_72{margin-bottom:0}._headerMdInverted_1vqs5_92{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMdInverted_1vqs5_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_1vqs5_92{text-align:center}._textLabel_1vqs5_112{margin-bottom:.5rem;color:#000;font-weight:500;font-size:.875rem;white-space:nowrap}._textMsg_1vqs5_120{margin-bottom:.5rem;color:#000;font-weight:500;font-size:1rem;white-space:nowrap;text-align:center}._postTitleHeading_1vqs5_129{font-family:"Noto Serif",serif;font-size:1.5rem;font-weight:500;color:#000;line-height:2.25rem;text-align:center}._breadText_1vqs5_138{font-family:Roboto,serif;font-size:.9375rem;color:#707070;line-height:1.4rem;font-weight:400}._miniLabel_1vqs5_146{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#101820;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabel_1vqs5_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_1vqs5_163{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#436586;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabelLight_1vqs5_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_1vqs5_180{font-family:Roboto,serif;font-size:.9375rem;color:#36a3f7;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._linkDangerous_1vqs5_190{font-family:Roboto,serif;font-size:.9375rem;color:#f3545d;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._textOverLine_1vqs5_200{font-family:Roboto,Arial,sans-serif;font-size:.75rem;letter-spacing:.5px;margin-bottom:6px;color:#00000080;text-transform:uppercase}._labelHeaderMd_1vqs5_209{font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.17rem;margin-bottom:0}@media (min-width: 768px){._labelHeaderMd_1vqs5_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_1vqs5_226{color:red;margin-top:.3rem}._textareaGroup_1vqs5_231{width:100%;display:flex;position:relative}._textareaGroup_1vqs5_231 ._errors_1vqs5_236{margin-top:2px;font-size:14px;color:#d0021b;z-index:300;font-weight:400}._textareaGroup_1vqs5_231 ._helpText_1vqs5_243{font-family:Roboto,"sans-serif";font-style:normal;font-weight:400;font-size:14px;line-height:21px;letter-spacing:.2px;color:#736a85;margin-top:8px}._textarea_1vqs5_231{border-radius:0;border:none;padding:0;font-weight:400;font-size:16px;font-family:Roboto,sans-serif;background:#ffffff;width:100%;outline:0;font-style:normal;line-height:21px;color:#10002e;letter-spacing:.2px}._textarea_1vqs5_231:focus{border:none}._textarea_1vqs5_231._error_1vqs5_236{background:#fbefef}._formLabel_1vqs5_275{position:relative;letter-spacing:.5px;padding:6px 0;color:#00000080;text-transform:none!important;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;font-family:Roboto,sans-serif;font-style:normal;font-weight:400;font-size:17px;color:#424242;margin-bottom:13px}._formLabel_1vqs5_275 ._legend_1vqs5_291{position:absolute;top:0}._inputLabel_1vqs5_296{padding:6px 0 8px;text-transform:none!important;font-family:Roboto,"sans-serif";font-style:normal;font-weight:500;font-size:14px;line-height:16px;letter-spacing:.4px;color:#10002e}._padder_1vqs5_308{width:100%;display:flex;position:relative}._colorBoxWrapper_1vqs5_314{display:flex;flex-wrap:wrap}._colorBox_1vqs5_314{border:1px solid lightgray;border-radius:3px;background-color:#fff;margin:4px;position:relative}._colorBox_1vqs5_314 div{border-radius:3px;border-style:solid;margin:4px;width:36px;height:36px;transition:border ease .5s}._horizontalInput_1vqs5_335{display:flex;align-items:center;padding:14px 25px 12px;border-radius:8px;border:1px solid #d5d4dc;background:#ffffff;position:relative}._horizontalInput_1vqs5_335._focus_1vqs5_344{border:3px solid #3275f5}._horizontalInput_1vqs5_335._focus_1vqs5_344._error_1vqs5_236,._horizontalInput_1vqs5_335._error_1vqs5_236{border:2px solid #f14d4d;background:#fbefef}::placeholder{color:#b5b5b5}:-ms-input-placeholder{color:#b5b5b5}::-ms-input-placeholder{color:#b5b5b5}._leftMargin_1vqs5_371{margin-left:-20%}._maxLength_1vqs5_375{color:#10002e;opacity:50%;margin-top:8px;font-size:14px;line-height:16px;letter-spacing:.4px}._dFlex_jwqws_1{display:flex;gap:48px;justify-content:space-between;width:100%}._columns_jwqws_8{display:flex;gap:38px 48px;flex-wrap:wrap}._columns_jwqws_8:first-child{flex:1}._maskedLoggingWrapper_jwqws_17{display:flex;gap:48px;margin-top:27px;position:relative}._maskedCheckbox_jwqws_24{padding-top:32px}._logging_jwqws_28{padding-left:24px;display:flex;align-items:flex-end}._logging_jwqws_28 label{padding-right:18px;padding-bottom:6px}._imageColumn_jwqws_38{flex-basis:274px}._imageColumn_jwqws_38>div:first-child{margin-bottom:38px}._addUrlBtn_jwqws_45{font-weight:500;font-size:16px;line-height:19px;text-align:center;text-decoration-line:underline;color:#3275f5;height:40px}._errorTtl_jwqws_55{position:absolute;bottom:-20px;right:0;color:red}._container_zfz2x_1{width:100%}._dFlex_zfz2x_5{display:flex;gap:48px;justify-content:space-between;width:100%}._dFlex_zfz2x_5 button{margin-left:32px}._table_zfz2x_15{border:none;margin-top:16px;border-radius:6px}._table_zfz2x_15 ._cell_zfz2x_20{height:55px;padding:19px 16px;display:flex;align-items:center;font-size:14px;color:#111827}._table_zfz2x_15 ._actions_zfz2x_28{padding-right:8px}._notes_zfz2x_32{padding-top:12px}._agreement_zfz2x_36{font-family:Roboto,sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:19px;padding-bottom:12px}._agreement_zfz2x_36 a{color:#3275f5;text-decoration:underline}._addContactModal_zfz2x_49{width:454px!important;padding:30px 32px 20px}._addContactModal_zfz2x_49 form{display:flex;flex-direction:column;gap:29px}._addContactModal_zfz2x_49 h2{font-style:normal;font-weight:500;font-size:27px;line-height:32px;text-align:center;color:#424242}._addContactModal_zfz2x_49 ._actions_zfz2x_28{display:flex;justify-content:space-between;gap:20px;margin-top:15px}.ReactTable .rt-thead ._columnHeader_zfz2x_73{padding:17.5px 16px;border-bottom:1px solid #dadee3;border-right:none;text-align:left;font-weight:600;font-size:14px;line-height:16px;color:#909090}.ReactTable .rt-tbody{background-color:#f9f9f9;border-bottom:1px solid #dadee3}.ReactTable .rt-tbody .rt-tr-group{border-bottom:1px solid #dadee3}.autocomplete-wrapper{width:auto;max-width:450px;position:relative;display:flex;z-index:900;font-family:Roboto,sans-serif;align-items:flex-start;flex-direction:column}.autocomplete-wrapper .formLabel{padding:6px 0 8px;text-transform:none!important;font-family:Roboto,"sans-serif";font-style:normal;font-weight:500;font-size:14px;line-height:16px;letter-spacing:.4px;color:#10002e}.autocomplete-wrapper .searchBar{margin:0;position:relative}.autocomplete-wrapper .iconWrapper{position:absolute;left:12px;top:50%;transform:translateY(-50%)}.autocomplete-wrapper .searchFieldIcon{position:absolute;right:15px;top:50%;transform:translateY(-50%)}.autocomplete-wrapper .searchFieldIcon:before{content:url(/assets/search-icon-96778576.svg);display:inline-block}.autocomplete-wrapper .searchFieldIcon:after{content:none}.autocomplete-wrapper .searchLoadingIcon{color:#c9cad0;position:relative}.autocomplete-wrapper .searchLoadingIcon:after{content:"";position:absolute;left:4px;top:-7px;bottom:0;width:30px;background:url(/assets/loading1-72abb1db.svg);background-size:cover}.autocomplete-wrapper .searchField{width:100%;height:44px;font-size:13px;border-radius:8px;padding:1em 3em 1em 2em;overflow:hidden;text-overflow:ellipsis;outline:none;color:#000;border:1px solid #d5d4dc}.autocomplete-wrapper .searchField:focus{border:3px solid #3275f5}.autocomplete-wrapper .searchField:focus:read-only{border:.5px solid #f9f9f9}.autocomplete-wrapper .searchField:hover{border:1px solid #3275f5}.autocomplete-wrapper .searchField:hover:focus{border:3px solid #3275f5}.autocomplete-wrapper .searchField::placeholder{color:#8b849b;font-family:Roboto,"sans-serif";font-style:normal;font-weight:400;font-size:16px;letter-spacing:.2px}.autocomplete-wrapper>div{width:100%}.autocomplete-wrapper input:focus{box-shadow:none;outline:none}.autocomplete-wrapper .dropdown{width:100%;padding:0;text-align:left;max-height:280px;overflow:hidden;overflow-y:auto;border:0;margin:0;background:#fcfcfc;box-shadow:0 1px 11px #53535340;border-radius:5px;position:absolute}.autocomplete-wrapper .dropdown::-webkit-scrollbar{width:5px}.autocomplete-wrapper .dropdown::-webkit-scrollbar-track{background-color:#d7d9de;border-radius:3px;margin:10px 0;background-color:#0000001a}.autocomplete-wrapper .dropdown::-webkit-scrollbar-thumb{border-radius:3px;background-color:#0003}.content{display:flex;flex-direction:column;justify-content:center;padding:2em}.autocomplete-wrapper .item{display:block;cursor:pointer;font-size:13px;padding:15px;border-bottom:0;font-family:Lato,sans-serif;color:#0e0e0e}.autocomplete-wrapper .item.selected-item,.autocomplete-wrapper .item:hover{background-color:#3275f5;color:#fafbfc}.loadMore{width:100%}._header_1dx00_1{display:flex;justify-content:space-between}._header_1dx00_1 h2{padding-top:8px;padding-bottom:0;width:100%}._header_1dx00_1>div{width:100%;max-width:474px}._table_1dx00_15{border:none}._table_1dx00_15 ._cell_1dx00_18{height:55px;padding:19px 16px;display:flex;align-items:center;font-size:14px;color:#111827}._table_1dx00_15 ._actions_1dx00_26{padding-right:8px}.ReactTable .rt-thead ._columnHeader_1dx00_30{padding:17.5px 16px;border-bottom:1px solid #dadee3;border-right:none;text-align:left;font-weight:600;font-size:14px;line-height:16px;color:#909090}.ReactTable .rt-tbody{background-color:#f9f9f9;border-bottom:1px solid #DADEE3}.ReactTable .rt-tbody .rt-tr-group{border-bottom:1px solid #DADEE3}.textContent{text-align:left;overflow:auto;height:500px}.textContent h3{margin:0}.textContent div{padding-top:20px}._wrapper_7tpc6_1{display:flex;flex-direction:column;padding:24px 40px;gap:10px}._section_7tpc6_8{background:#ffffff;display:grid;gap:10px;width:100%;max-width:1080px;margin:auto;box-shadow:0 100px 80px #00000005,0 41.7776px 33.4221px #00000007,0 22.3363px 17.869px #00000009,0 12.5216px 10.0172px #0000000b,0 6.6501px 5.32008px #0000000d,0 2.76726px 2.21381px #00000012;border-radius:10px;padding:32px}._section_7tpc6_8 h2{font-family:Roboto,sans-serif;font-weight:700;font-size:22px;line-height:28px;letter-spacing:.8px;color:#707071;padding-bottom:17px;margin-bottom:0}._dFlex_7tpc6_30{display:flex;gap:48px;justify-content:space-between;width:100%}._error_7tpc6_37{margin-top:6px;font-size:14px;color:#d0021b;font-weight:400}._agreement_7tpc6_44{margin-bottom:12px}.inputCheckbox{position:relative;display:inline-block;margin-right:1em;white-space:nowrap;line-height:1;font-size:17px}.inputCheckbox .checkboxLabel{box-sizing:border-box}.inputCheckbox .checkbox{position:absolute;left:0;top:0;min-width:1em;width:100%;height:100%;z-index:2;opacity:0;margin:0;padding:0;cursor:pointer;box-sizing:border-box}.inputCheckbox .svg{color:#fff;stroke:#fff;position:absolute;font-size:1em;width:1em;height:1.2em;left:0;z-index:1;text-align:center;line-height:normal;top:calc(-8% - (100% - 1em));border:1px solid transparent;opacity:0;display:flex;justify-content:center;align-items:center}.inputCheckbox .svgChecked{opacity:1}.inputCheckbox .label{position:initial;display:inline-block;font-weight:600;margin:0;text-indent:1.5em;min-width:calc(1em + 2px);color:#0000008c;transition:color .3s ease}.inputCheckbox .label:before{content:"";width:1em;height:1em;display:block;box-sizing:border-box;border:2px solid #858b8f;z-index:0;position:absolute;left:0;top:0;background-color:#fff;border-radius:20%}.inputCheckbox .label:after{content:"";width:1em;height:1em;display:block;box-sizing:border-box;border:1px solid transparent;z-index:0;position:absolute;left:0;top:0;background-color:transparent;border-radius:20%;transition:background-color .2s ease}.inputCheckbox .labelChecked{color:#000}.inputCheckbox .labelChecked:after{background-color:#36a3f7}.inputCheckbox .newLabelChecked:after{background-color:#3cc9c080;box-shadow:0 1px 3px #7ba4a1;border-radius:2px}.displayBlock{display:inline-block!important}._preHeader_8p4bd_1{font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;line-height:.6rem;font-weight:500;font-style:normal;letter-spacing:2px;margin-bottom:4px;text-transform:capitalize}@media (min-width: 768px){._preHeader_8p4bd_1{font-size:1rem;line-height:1rem}}._headerXl_8p4bd_18{font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.725rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerXl_8p4bd_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_8p4bd_35{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLg_8p4bd_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_8p4bd_52{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLgInverted_8p4bd_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_8p4bd_52{text-align:center}._headerMd_8p4bd_72{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMd_8p4bd_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_8p4bd_72{margin-bottom:0}._headerMdInverted_8p4bd_92{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMdInverted_8p4bd_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_8p4bd_92{text-align:center}._textLabel_8p4bd_112{margin-bottom:.5rem;color:#000;font-weight:500;font-size:.875rem;white-space:nowrap}._textMsg_8p4bd_120{margin-bottom:.5rem;color:#000;font-weight:500;font-size:1rem;white-space:nowrap;text-align:center}._postTitleHeading_8p4bd_129{font-family:"Noto Serif",serif;font-size:1.5rem;font-weight:500;color:#000;line-height:2.25rem;text-align:center}._breadText_8p4bd_138{font-family:Roboto,serif;font-size:.9375rem;color:#707070;line-height:1.4rem;font-weight:400}._miniLabel_8p4bd_146{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#101820;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabel_8p4bd_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_8p4bd_163{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#436586;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabelLight_8p4bd_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_8p4bd_180{font-family:Roboto,serif;font-size:.9375rem;color:#36a3f7;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._linkDangerous_8p4bd_190{font-family:Roboto,serif;font-size:.9375rem;color:#f3545d;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._textOverLine_8p4bd_200{font-family:Roboto,Arial,sans-serif;font-size:.75rem;letter-spacing:.5px;margin-bottom:6px;color:#00000080;text-transform:uppercase}._labelHeaderMd_8p4bd_209{font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.17rem;margin-bottom:0}@media (min-width: 768px){._labelHeaderMd_8p4bd_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_8p4bd_226{color:red;margin-top:.3rem}._selectedTableHeader_8p4bd_231{white-space:nowrap;text-overflow:ellipsis}._selectedTableHeader_8p4bd_231 ._text_8p4bd_112{cursor:pointer;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;width:90%}._selectedTableHeader_8p4bd_231._nonSortable_8p4bd_242 ._text_8p4bd_112{cursor:auto}._selectedTableHeader_8p4bd_231 i{margin:0;padding:0 0 0 6px;font-size:14px}._selectedTableHeader_8p4bd_231 ._hiddenIcon_8p4bd_251{visibility:hidden}._hiddenTableHeader_8p4bd_255{white-space:nowrap;text-overflow:ellipsis}._hiddenTableHeader_8p4bd_255 ._text_8p4bd_112{display:inline-block;cursor:pointer;white-space:nowrap;text-overflow:ellipsis;width:90%;overflow:hidden}._hiddenTableHeader_8p4bd_255 i{margin:0;padding:0 0 0 6px;font-size:14px;display:none}.ReactTable{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border:1px solid rgba(0,0,0,.1)}.ReactTable *{box-sizing:border-box}.ReactTable .rt-table{-webkit-box-flex:1;-ms-flex:auto 1;flex:auto 1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;width:100%;border-collapse:collapse;overflow:auto}.ReactTable .rt-thead{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ReactTable .rt-thead.-headerGroups{background:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.05)}.ReactTable .rt-thead.-filters{border-bottom:1px solid rgba(0,0,0,.05)}.ReactTable .rt-thead.-filters input,.ReactTable .rt-thead.-filters select{border:1px solid rgba(0,0,0,.1);background:#fff;padding:5px 7px;font-size:inherit;border-radius:3px;font-weight:400;outline:none}.ReactTable .rt-thead.-filters .rt-th{border-right:1px solid rgba(0,0,0,.02)}.ReactTable .rt-thead.-header{box-shadow:0 2px 15px #00000026}.ReactTable .rt-thead .rt-tr{text-align:center}.ReactTable .rt-thead .rt-th,.ReactTable .rt-thead .rt-td{padding:5px;line-height:normal;position:relative;border-right:1px solid rgba(0,0,0,.05);transition:box-shadow .3s cubic-bezier(.175,.885,.32,1.275);box-shadow:inset 0 0 0 0 transparent}.ReactTable .rt-thead .rt-th.-sort-asc,.ReactTable .rt-thead .rt-td.-sort-asc{box-shadow:inset 0 3px #0009}.ReactTable .rt-thead .rt-th.-sort-desc,.ReactTable .rt-thead .rt-td.-sort-desc{box-shadow:inset 0 -3px #0009}.ReactTable .rt-thead .rt-th.-cursor-pointer,.ReactTable .rt-thead .rt-td.-cursor-pointer{cursor:pointer}.ReactTable .rt-thead .rt-th:last-child,.ReactTable .rt-thead .rt-td:last-child{border-right:0}.ReactTable .rt-thead .rt-resizable-header{overflow:visible}.ReactTable .rt-thead .rt-resizable-header:last-child{overflow:hidden}.ReactTable .rt-thead .rt-resizable-header-content{overflow:hidden;text-overflow:ellipsis}.ReactTable .rt-thead .rt-header-pivot{border-right-color:#f7f7f7}.ReactTable .rt-thead .rt-header-pivot:after,.ReactTable .rt-thead .rt-header-pivot:before{left:100%;top:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}.ReactTable .rt-thead .rt-header-pivot:after{border-color:#fff0;border-left-color:#fff;border-width:8px;margin-top:-8px}.ReactTable .rt-thead .rt-header-pivot:before{border-color:#6660;border-left-color:#f7f7f7;border-width:10px;margin-top:-10px}.ReactTable .rt-tbody{-webkit-box-flex:99999;-ms-flex:99999 1 auto;flex:99999 1 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow:auto}.ReactTable .rt-tbody .rt-tr-group{border-bottom:solid 1px rgba(0,0,0,.05)}.ReactTable .rt-tbody .rt-tr-group:last-child{border-bottom:0}.ReactTable .rt-tbody .rt-td{border-right:1px solid rgba(0,0,0,.02)}.ReactTable .rt-tbody .rt-td:last-child{border-right:0}.ReactTable .rt-tbody .rt-expandable{cursor:pointer}.ReactTable .rt-tr-group{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.ReactTable .rt-tr{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.ReactTable .rt-th,.ReactTable .rt-td{-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;white-space:nowrap;text-overflow:ellipsis;padding:7px 5px;overflow:hidden;transition:.3s ease;transition-property:width,min-width,padding,opacity}.ReactTable .rt-th.-hidden,.ReactTable .rt-td.-hidden{width:0!important;min-width:0!important;padding:0!important;border:0!important;opacity:0!important}.ReactTable .rt-expander{display:inline-block;position:relative;color:transparent;margin:0 10px}.ReactTable .rt-expander:after{content:"";position:absolute;width:0;height:0;top:50%;left:50%;-webkit-transform:translate(-50%,-50%) rotate(-90deg);transform:translate(-50%,-50%) rotate(-90deg);border-left:5.04px solid transparent;border-right:5.04px solid transparent;border-top:7px solid rgba(0,0,0,.8);transition:all .3s cubic-bezier(.175,.885,.32,1.275);cursor:pointer}.ReactTable .rt-expander.-open:after{-webkit-transform:translate(-50%,-50%) rotate(0);transform:translate(-50%,-50%) rotate(0)}.ReactTable .rt-resizer{display:inline-block;position:absolute;width:36px;top:0;bottom:0;right:-18px;cursor:col-resize;z-index:10}.ReactTable .rt-tfoot{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;box-shadow:0 0 15px #00000026}.ReactTable .rt-tfoot .rt-td{border-right:1px solid rgba(0,0,0,.05)}.ReactTable .rt-tfoot .rt-td:last-child{border-right:0}.ReactTable.-striped .rt-tr.-odd{background:rgba(0,0,0,.03)}.ReactTable.-highlight .rt-tbody .rt-tr:not(.-padRow):hover{background:rgba(0,0,0,.05)}.ReactTable .-pagination{z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:3px;box-shadow:0 0 15px #0000001a;border-top:2px solid rgba(0,0,0,.1)}.ReactTable .-pagination input,.ReactTable .-pagination select{border:1px solid rgba(0,0,0,.1);background:#fff;padding:5px 7px;font-size:inherit;border-radius:3px;font-weight:400;outline:none}.ReactTable .-pagination .-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:block;width:100%;height:100%;border:0;border-radius:3px;padding:6px;font-size:1em;color:#0009;background:rgba(0,0,0,.1);transition:all .1s ease;cursor:pointer;outline:none}.ReactTable .-pagination .-btn[disabled]{opacity:.5;cursor:default}.ReactTable .-pagination .-btn:not([disabled]):hover{background:rgba(0,0,0,.3);color:#fff}.ReactTable .-pagination .-previous,.ReactTable .-pagination .-next{-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:center}.ReactTable .-pagination .-center{-webkit-box-flex:1.5;-ms-flex:1.5;flex:1.5;text-align:center;margin-bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around}.ReactTable .-pagination .-pageInfo{display:inline-block;margin:3px 10px;white-space:nowrap}.ReactTable .-pagination .-pageJump{display:inline-block}.ReactTable .-pagination .-pageJump input{width:70px;text-align:center}.ReactTable .-pagination .-pageSizeOptions{margin:3px 10px}.ReactTable .rt-noData{display:block;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background:rgba(255,255,255,.8);transition:all .3s ease;z-index:1;pointer-events:none;padding:20px;color:#00000080}.ReactTable .-loading{display:block;position:absolute;left:0;right:0;top:0;bottom:0;background:rgba(255,255,255,.8);transition:all .3s ease;z-index:-1;opacity:0;pointer-events:none}.ReactTable .-loading>div{position:absolute;display:block;text-align:center;width:100%;top:50%;left:0;font-size:15px;color:#0009;-webkit-transform:translateY(-52%);transform:translateY(-52%);transition:all .3s cubic-bezier(.25,.46,.45,.94)}.ReactTable .-loading.-active{opacity:1;z-index:2;pointer-events:all}.ReactTable .-loading.-active>div{-webkit-transform:translateY(50%);transform:translateY(50%)}.ReactTable .rt-resizing .rt-th,.ReactTable .rt-resizing .rt-td{transition:none!important;cursor:col-resize;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}._container_apj6c_1{display:flex;flex-direction:row;align-items:center;justify-content:center;margin-top:35px}._pageNumber_apj6c_9{width:38px;height:38px;border-radius:6px;background:white;border:1px solid #36a3f7;color:#36a3f7;font-size:14px;font-weight:700;display:flex;align-items:center;justify-content:center;margin-right:5px;cursor:pointer}._pageNumber_apj6c_9:last-child{margin-right:0}._pageNumber_apj6c_9._active_apj6c_27{background:#36a3f7;color:#fff;cursor:default}._paginationIcon_apj6c_33{margin:0 8px;color:#d3eafc}._paginationIcon_apj6c_33._iconActive_apj6c_37{color:#36a3f7;cursor:pointer}._tailIcon_apj6c_42{font-size:23px!important;margin:0!important}._preHeader_mgkcw_1{font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;line-height:.6rem;font-weight:500;font-style:normal;letter-spacing:2px;margin-bottom:4px;text-transform:capitalize}@media (min-width: 768px){._preHeader_mgkcw_1{font-size:1rem;line-height:1rem}}._headerXl_mgkcw_18{font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.725rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerXl_mgkcw_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_mgkcw_35{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLg_mgkcw_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_mgkcw_52{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLgInverted_mgkcw_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_mgkcw_52{text-align:center}._headerMd_mgkcw_72{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMd_mgkcw_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_mgkcw_72{margin-bottom:0}._headerMdInverted_mgkcw_92{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMdInverted_mgkcw_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_mgkcw_92{text-align:center}._textLabel_mgkcw_112{margin-bottom:.5rem;color:#000;font-weight:500;font-size:.875rem;white-space:nowrap}._textMsg_mgkcw_120{margin-bottom:.5rem;color:#000;font-weight:500;font-size:1rem;white-space:nowrap;text-align:center}._postTitleHeading_mgkcw_129{font-family:"Noto Serif",serif;font-size:1.5rem;font-weight:500;color:#000;line-height:2.25rem;text-align:center}._breadText_mgkcw_138{font-family:Roboto,serif;font-size:.9375rem;color:#707070;line-height:1.4rem;font-weight:400}._miniLabel_mgkcw_146{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#101820;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabel_mgkcw_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_mgkcw_163{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#436586;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabelLight_mgkcw_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_mgkcw_180{font-family:Roboto,serif;font-size:.9375rem;color:#36a3f7;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._linkDangerous_mgkcw_190{font-family:Roboto,serif;font-size:.9375rem;color:#f3545d;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._textOverLine_mgkcw_200{font-family:Roboto,Arial,sans-serif;font-size:.75rem;letter-spacing:.5px;margin-bottom:6px;color:#00000080;text-transform:uppercase}._labelHeaderMd_mgkcw_209{font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.17rem;margin-bottom:0}@media (min-width: 768px){._labelHeaderMd_mgkcw_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_mgkcw_226{color:red;margin-top:.3rem}._tableParent_mgkcw_231{font-family:Roboto,Arial,sans-serif;position:relative;display:flex;flex-direction:column;border:none;padding:0}@media (min-width: 320px){._tableParent_mgkcw_231{width:240px}}@media (min-width: 375px){._tableParent_mgkcw_231{width:295px}}@media (min-width: 425px){._tableParent_mgkcw_231{width:345px}}@media (min-width: 768px){._tableParent_mgkcw_231{width:100%}}._table_mgkcw_231{padding:0;border-radius:6px;background-color:#fff;flex:auto 1;display:flex;flex-direction:column;align-items:stretch;width:100%;border-collapse:collapse;overflow:auto}._table_mgkcw_231 ._tableHeader_mgkcw_272{box-shadow:none!important;font-weight:600;font-size:14px;color:#909090;border-bottom:1px solid #dadee3}._table_mgkcw_231 ._tableHeader_mgkcw_272 ._tableHeaderCell_mgkcw_279{border:none!important;text-align:left;height:50px;display:flex;align-items:center;padding:5px}._tableBody_mgkcw_288,._tableBodyNoBorder_mgkcw_295{flex:99999 1 auto;display:flex;flex-direction:column;overflow-x:hidden!important}._tableBodyNoBorder_mgkcw_295:first-child{border:none}._tableBodyNoBorder_mgkcw_295:last-child{border:none}._tableDataCell_mgkcw_308{border:none!important;color:#111827}._tableRowGroup_mgkcw_313{border-bottom:1px solid #dcdcdc;border-top:none;max-height:130px}._tableRowGroupNoBorder_mgkcw_319{border-top:none!important;border-bottom:none!important}._tableRow_mgkcw_313{align-items:flex-start}._tableRowSelect_mgkcw_328{align-items:flex-start;padding:0}._container_13ber_1{width:100%;height:326px;background-color:#f9f9f9;display:flex;justify-content:center;align-items:center}._container_g0mzi_1{height:326px;background:#F6F6F6}._container_g0mzi_1 ._content_g0mzi_5{margin-left:auto;margin-right:auto;width:391px;height:312px;display:flex;justify-content:center;align-items:center}._container_g0mzi_1 ._content_g0mzi_5 ._title_g0mzi_14{font-family:Roboto,sans-serif;font-style:normal;font-weight:500;font-size:22px;line-height:26px;display:flex;justify-content:center;color:#000;opacity:.3}._wrapper_1bh0a_1{z-index:1001}._wrapper_1bh0a_1 ._container_1bh0a_4{width:258px;height:fit-content;padding:10px;background:#FFFFFF;box-shadow:0 4px 11px #53535340;border-radius:7px}._wrapper_1bh0a_1 ._container_1bh0a_4 ._item_1bh0a_12{padding:8px 16px 8px 24px;border-radius:8px;font-family:Roboto,sans-serif;font-style:normal;font-weight:500;font-size:15px;line-height:32px;color:#707071;cursor:pointer}._wrapper_1bh0a_1 ._container_1bh0a_4 ._item_1bh0a_12._disabled_1bh0a_23{color:#b5b5b5;cursor:unset}._wrapper_1bh0a_1 ._container_1bh0a_4 ._item_1bh0a_12:hover:not(._disabled_1bh0a_23){background:rgba(50,117,245,.11);color:#3275f5}._preHeader_1tte4_1{font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;line-height:.6rem;font-weight:500;font-style:normal;letter-spacing:2px;margin-bottom:4px;text-transform:capitalize}@media (min-width: 768px){._preHeader_1tte4_1{font-size:1rem;line-height:1rem}}._headerXl_1tte4_18{font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.725rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerXl_1tte4_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_1tte4_35{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLg_1tte4_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_1tte4_52{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLgInverted_1tte4_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_1tte4_52{text-align:center}._headerMd_1tte4_72{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMd_1tte4_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_1tte4_72{margin-bottom:0}._headerMdInverted_1tte4_92{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMdInverted_1tte4_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_1tte4_92{text-align:center}._textLabel_1tte4_112{margin-bottom:.5rem;color:#000;font-weight:500;font-size:.875rem;white-space:nowrap}._textMsg_1tte4_120{margin-bottom:.5rem;color:#000;font-weight:500;font-size:1rem;white-space:nowrap;text-align:center}._postTitleHeading_1tte4_129{font-family:"Noto Serif",serif;font-size:1.5rem;font-weight:500;color:#000;line-height:2.25rem;text-align:center}._breadText_1tte4_138{font-family:Roboto,serif;font-size:.9375rem;color:#707070;line-height:1.4rem;font-weight:400}._miniLabel_1tte4_146{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#101820;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabel_1tte4_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_1tte4_163{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#436586;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabelLight_1tte4_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_1tte4_180{font-family:Roboto,serif;font-size:.9375rem;color:#36a3f7;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._linkDangerous_1tte4_190{font-family:Roboto,serif;font-size:.9375rem;color:#f3545d;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._textOverLine_1tte4_200{font-family:Roboto,Arial,sans-serif;font-size:.75rem;letter-spacing:.5px;margin-bottom:6px;color:#00000080;text-transform:uppercase}._labelHeaderMd_1tte4_209{font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.17rem;margin-bottom:0}@media (min-width: 768px){._labelHeaderMd_1tte4_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_1tte4_226{color:red;margin-top:.3rem}._loadingContainer_1tte4_231{height:calc(100vh - 95px);display:flex;justify-content:center;align-items:center;width:100%}._centersRoute_1tte4_239{flex:1}._centersRoute_1tte4_239 h2{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:0}._centersRoute_1tte4_239 h2 span{align-items:flex-end;display:flex}._centersRoute_1tte4_239 ._pageBody_1tte4_252{background-color:#f6f6f6;min-height:calc(100vh - 95px);border-radius:6px}._centersRoute_1tte4_239 ._pageBody_1tte4_252 ._searchSelectArea_1tte4_257{background-color:#fff;padding:24px 40px}._centersRoute_1tte4_239 ._pageBody_1tte4_252 ._searchSelectArea_1tte4_257 ._searchInput_1tte4_261{width:500px}._centersRoute_1tte4_239 ._pageBody_1tte4_252 ._searchSelectArea_1tte4_257 ._searchInput_1tte4_261 ._clearBtn_1tte4_264{line-height:0;cursor:pointer}._centersRoute_1tte4_239 ._pageBody_1tte4_252 ._searchSelectArea_1tte4_257 ._searchInput_1tte4_261 ._clearBtn_1tte4_264 svg path{stroke-width:2px;stroke:#adadad}._centersRoute_1tte4_239 ._pageBody_1tte4_252 ._searchSelectArea_1tte4_257 ._searchInput_1tte4_261 ._clearBtn_1tte4_264:hover svg path{stroke:#000}._centersRoute_1tte4_239 ._pageBody_1tte4_252 ._searchSelectArea_1tte4_257 ._row_1tte4_275{display:flex;align-items:flex-end;gap:32px}._centersRoute_1tte4_239 ._pageBody_1tte4_252 ._searchSelectArea_1tte4_257 ._selection_1tte4_280{display:flex;align-items:center;padding:8px 16px 8px 24px;height:51px;background:rgba(50,117,245,.1);border-radius:5px;margin-top:16px;font-weight:400;font-size:16px;line-height:19px;color:#3275f5;font-family:Roboto,sans-serif}._centersRoute_1tte4_239 ._pageBody_1tte4_252 ._searchSelectArea_1tte4_257 ._selection_1tte4_280 ._unselect_1tte4_294{font-weight:700;text-decoration:underline;cursor:pointer}._centersRoute_1tte4_239 ._pageBody_1tte4_252 ._searchSelectArea_1tte4_257 ._selection_1tte4_280>div:first-child{flex-grow:1}._centersRoute_1tte4_239 ._pageBody_1tte4_252 ._searchSelectArea_1tte4_257 ._selection_1tte4_280 button{border-bottom:none;padding-left:0;padding-right:0}._centersRoute_1tte4_239 ._pageBody_1tte4_252 ._searchSelectArea_1tte4_257 ._selection_1tte4_280 button:hover{background-color:transparent}._centersRoute_1tte4_239 ._pageBody_1tte4_252 ._filtersArea_1tte4_310{padding-top:16px}._centersRoute_1tte4_239 ._pageBody_1tte4_252 ._dataArea_1tte4_313{padding:24px 40px}._centersRoute_1tte4_239 ._infoText_1tte4_316{line-height:28px;font-size:20px;color:#2c2d30}._centersRoute_1tte4_239 ._centersTable_1tte4_321{border:none}._centersRoute_1tte4_239 ._centersTableHeader_1tte4_324{color:#909090;padding-bottom:10px;padding-top:10px;border:none!important;text-align:left;box-shadow:none!important;outline:0!important}._icon_1tte4_334{color:#3275f5;font-size:20px;flex-basis:30px;flex-shrink:0;text-align:center;cursor:pointer}._btnAddCenter_1tte4_343{margin-left:10px;height:41px;padding:8px 12px!important;text-transform:none}._btnAddCenter_1tte4_343 i{margin-right:6px}._buttonsRow_1tte4_353{display:flex;justify-content:flex-end}._buttonsRow_1tte4_353 button{min-height:50px}._cellCenter_1tte4_361{cursor:pointer;display:flex;justify-content:center}._cellLeft_1tte4_367{cursor:pointer;display:flex;justify-content:flex-start}._cellRight_1tte4_373{cursor:pointer;display:flex;justify-content:flex-end}._cursorPointer_1tte4_379{cursor:pointer}._loading_1tte4_231:before{display:inline-block;width:20px;height:16px;content:"";background:url(/assets/loading1-72abb1db.svg) no-repeat 0 0;background-size:150%;background-position-x:-5px;background-position-y:-7px}._modalColumn_1tte4_394{display:flex;flex-direction:column}._modalButtonRow_1tte4_399{display:flex;justify-content:space-between;margin-top:100px}._modalButtonRow_1tte4_399._modal_1tte4_394{margin-top:0}._modalTitle_1tte4_408{font-size:24px;margin-top:10px;margin-bottom:60px;font-weight:700;text-align:center;color:#000}._firstColumn_1tte4_417{padding-left:16px!important}._bowlingCentersTable_1tte4_421{box-shadow:0 22px 64px #00000026;border-radius:8px}._bowlingCentersTable_1tte4_421>div:first-child>div:first-child{max-height:50px}._bowlingCentersTable_1tte4_421 [class*=tableRow]{transition:background-color .3s ease;min-height:72px;border-bottom:1px solid #DADEE3}._bowlingCentersTable_1tte4_421 [class*=tableRow]:hover{background-color:#3275f50d!important}._bowlingCentersTable_1tte4_421 [class*=TableHeader]{line-height:20px}._bowlingCentersTable_1tte4_421 [class*=cell]{line-height:16px}._bowlingCentersTable_1tte4_421 [class*=cell],._bowlingCentersTable_1tte4_421 [class*=TableHeader]{font-size:14px}._bowlingCentersTable_1tte4_421 ._firstColumn_1tte4_417[class*=tableDataCell][class*=tableCell]{padding:5px 10px 5px 16px!important}._optionCSV_1tte4_449{margin-bottom:20px;font-size:17px;font-weight:600;cursor:pointer}._optionCSV_1tte4_449 input{margin-right:6px}._optionCSV_1tte4_449:has(input:disabled){color:#cbcbcb}._tableBC_1tte4_462>div:first-child{min-height:640px}._tdStatus_1tte4_466{padding:25px 15px 25px 5px!important}._StatusInfo_1tte4_470,._DateInfo_1tte4_471{text-overflow:ellipsis;display:block;white-space:break-spaces;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-break:break-word}._cellMaximumTwoLines_1tte4_482>div h3,._cellMaximumTwoLines_1tte4_482>div div{text-overflow:ellipsis;display:block;white-space:break-spaces;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-break:break-word;line-clamp:2;box-orient:vertical}._actions_1tte4_495{margin-left:8px;display:flex;gap:8px}._actions_1tte4_495 button{cursor:pointer;width:40px;height:40px;border-radius:50%;line-height:0}._actions_1tte4_495 ._edit_1tte4_507:hover{background-color:#2196f34d}._actions_1tte4_495 ._edit_1tte4_507:hover svg{stroke:#0347c7}._actions_1tte4_495 ._delete_1tte4_513:hover{background-color:#f3212133}._menuContainer_11ttf_1{scrollbar-width:thin;box-shadow:0 4px 11px #53535340;z-index:1000}._menuContainer_11ttf_1::-webkit-scrollbar{width:8px}._menuContainer_11ttf_1::-webkit-scrollbar-track{background:#ffffff;border-radius:10px}._menuContainer_11ttf_1::-webkit-scrollbar-thumb{background:rgb(207,204,204);border-radius:4px}._container_n28ah_1{height:fit-content;border-radius:7px}._container_n28ah_1 ._statusContainer_n28ah_5{height:262px;overflow-y:auto;border-bottom:1px solid #DADEE3}._container_n28ah_1 ._statusContainer_n28ah_5 ._status_n28ah_5{font-family:Roboto,sans-serif;font-style:normal;font-weight:500;font-size:15px;line-height:32px;color:#707071;height:48px;display:flex;align-items:center;padding:8px 16px 8px 24px;cursor:pointer}._container_n28ah_1 ._statusContainer_n28ah_5 ._status_n28ah_5._selected_n28ah_23{color:#3275f5;background:rgba(50,117,245,.11)}._container_n28ah_1 ._statusContainer_n28ah_5::-webkit-scrollbar{width:8px}._container_n28ah_1 ._statusContainer_n28ah_5::-webkit-scrollbar-track{background:#ffffff;border-radius:10px}._container_n28ah_1 ._statusContainer_n28ah_5::-webkit-scrollbar-thumb{background:#848484;border-radius:4px}._container_n28ah_1 ._descriptionContainer_n28ah_38{padding:5px 16px 10px 24px}._container_n28ah_1 ._descriptionContainer_n28ah_38 ._notesLength_n28ah_41{font-family:Roboto,sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:16px;letter-spacing:.4px;color:#10002e;opacity:.5;margin-top:8px}._container_n28ah_1 ._descriptionContainer_n28ah_38 ._notesInput_n28ah_52 [class*=horizontalInput]{padding:12px}._container_n28ah_1 ._descriptionContainer_n28ah_38 ._notesInput_n28ah_52 textarea{font-family:Roboto,sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:21px;letter-spacing:.2px;color:#10002e;height:126px}._container_n28ah_1 ._buttonsContainer_n28ah_65{margin-top:4px;padding:10px 19px 16px;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start}._searchComponent_109m2_1{position:relative;width:100%;margin:0 auto;font-family:Roboto,sans-serif;display:flex;gap:32px;align-items:flex-start}._inputWrapper_109m2_11{display:flex;flex:1;flex-wrap:wrap;align-items:center;gap:4px;padding:4px;border:1px solid #e5e7eb;border-radius:4px;font-family:Roboto,sans-serif;min-height:40px}._resetFilters_109m2_24{height:40px;font-weight:500}._resetFilters_109m2_24:disabled{padding:0}._chip_109m2_32{display:inline-flex;align-items:center;padding:4px 8px;border-radius:16px;font-size:14px;cursor:pointer}._categoryChip_109m2_41{display:flex;align-items:center;background-color:#dbeafe;color:#1e40af;border-radius:4px;padding:8px 6px 6px 8px;font-weight:500;cursor:pointer}._valueChip_109m2_52{display:flex;align-items:center;background-color:#e5e7eb;border-radius:4px;padding:8px 6px 6px 8px}._removeChip_109m2_60{margin-left:.5rem;background:none;border:none;cursor:pointer;padding:0;line-height:0;margin-left:4px}._input_109m2_11{flex:1;min-width:120px;border:none;outline:none;height:30px}._dropdown_109m2_79{z-index:1000;background-color:#fff;border:1px solid #ccc;border-radius:4px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;overflow-y:auto}._dropdownItem_109m2_88{display:flex;align-items:center;justify-content:space-between;padding:.5rem 1rem;cursor:pointer;width:300px;transition:background-color .3s ease}._dropdownItem_109m2_88:hover{color:#3275f5;background-color:#3275f51c}._categoryName_109m2_102{font-weight:500}._noResults_109m2_106{padding:.5rem 1rem;color:#6b7280}._activeCategoryHeader_109m2_111{display:flex;align-items:center;justify-content:space-between;padding:.5rem 1rem;background-color:#f3f4f6;position:sticky;top:0}._activeCategoryName_109m2_121{font-weight:500}._backButton_109m2_125{font-size:.875rem;color:#3b82f6;background:none;border:none;cursor:pointer}._backButton_109m2_125:focus{outline:none}._loading_109m2_136{display:flex;justify-content:center;align-items:center;padding:1rem}._categoryDropdown_109m2_143{width:300px;max-height:300px;overflow-y:auto;overflow-x:hidden}._preHeader_1bhle_1{font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;line-height:.6rem;font-weight:500;font-style:normal;letter-spacing:2px;margin-bottom:4px;text-transform:capitalize}@media (min-width: 768px){._preHeader_1bhle_1{font-size:1rem;line-height:1rem}}._headerXl_1bhle_18{font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.725rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerXl_1bhle_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_1bhle_35{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLg_1bhle_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_1bhle_52{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLgInverted_1bhle_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_1bhle_52{text-align:center}._headerMd_1bhle_72{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMd_1bhle_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_1bhle_72{margin-bottom:0}._headerMdInverted_1bhle_92{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMdInverted_1bhle_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_1bhle_92{text-align:center}._textLabel_1bhle_112{margin-bottom:.5rem;color:#000;font-weight:500;font-size:.875rem;white-space:nowrap}._textMsg_1bhle_120{margin-bottom:.5rem;color:#000;font-weight:500;font-size:1rem;white-space:nowrap;text-align:center}._postTitleHeading_1bhle_129{font-family:"Noto Serif",serif;font-size:1.5rem;font-weight:500;color:#000;line-height:2.25rem;text-align:center}._breadText_1bhle_138{font-family:Roboto,serif;font-size:.9375rem;color:#707070;line-height:1.4rem;font-weight:400}._miniLabel_1bhle_146{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#101820;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabel_1bhle_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_1bhle_163{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#436586;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabelLight_1bhle_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_1bhle_180{font-family:Roboto,serif;font-size:.9375rem;color:#36a3f7;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._linkDangerous_1bhle_190{font-family:Roboto,serif;font-size:.9375rem;color:#f3545d;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._textOverLine_1bhle_200{font-family:Roboto,Arial,sans-serif;font-size:.75rem;letter-spacing:.5px;margin-bottom:6px;color:#00000080;text-transform:uppercase}._labelHeaderMd_1bhle_209{font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.17rem;margin-bottom:0}@media (min-width: 768px){._labelHeaderMd_1bhle_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_1bhle_226{color:red;margin-top:.3rem}._Chip_1bhle_231._Root_1bhle_231{background-color:#3275f5;border-radius:3px;font-family:Roboto,"sans-serif";font-style:normal;font-weight:400;font-size:13px;line-height:15px;color:#fff;margin-right:15px;margin-bottom:10px;height:27px}._Chip_1bhle_231._Root_1bhle_231 ._DeleteIcon_1bhle_244{margin-right:13px;height:8px;width:8px}._Chip_1bhle_231._Root_1bhle_231 ._Label_1bhle_249{padding-right:24px}._Chip_1bhle_231._Root_1bhle_231._Deletable_1bhle_252{background-color:#3275f5}._additional_1bhle_256{position:relative}._additional_1bhle_256:hover{transform:translate(X,-8px);transition:transform 1s ease-out}._additional_1bhle_256:hover:after{content:url(/assets/arrow-down-select-85ee36fa.svg);display:block;position:absolute;right:-17px;top:0;width:13px;height:9px}._additional_1bhle_256._pressed_1bhle_272{transform:translate(X,-8px);transition:transform 1s ease-out}._additional_1bhle_256._pressed_1bhle_272:after{content:url(/assets/arrow-down-select-85ee36fa.svg);display:block;position:absolute;right:-17px;top:0;width:13px;height:9px;transform:rotate(180deg) translateY(-2px)}._container_1wayp_1{min-height:100vh;background-color:#f6f6f6;font-family:Roboto,sans-serif}._header_1wayp_7{padding:24px 22px;background-color:#fff;display:flex;align-items:center;gap:40px;position:fixed;width:100%;z-index:1}._header_1wayp_7 h1{font-family:Roboto,sans-serif;font-style:normal;font-weight:500;font-size:30px;line-height:35px;color:#424242;margin-bottom:0}._header_1wayp_7 a{line-height:0}._sectionWrapper_1wayp_30{padding:32px;background-color:#f6f6f6}._section_1wayp_30{background:#ffffff;display:flex;width:100%;max-width:667px;margin:auto;box-shadow:0 100px 80px #00000005,0 41.7776px 33.4221px #00000007,0 22.3363px 17.869px #00000009,0 12.5216px 10.0172px #0000000b,0 6.6501px 5.32008px #0000000d,0 2.76726px 2.21381px #00000012;border-radius:10px;padding:46px 32px 0}._section_1wayp_30 h2{font-family:Roboto,sans-serif;font-weight:700;font-size:28px;line-height:33px;letter-spacing:.87px;color:#10c900;margin-bottom:0}._section_1wayp_30 button{display:flex;margin:24px 0 32px}._section_1wayp_30 button svg{margin-right:10px}._section_1wayp_30 button svg path{stroke:#3e93ff}._section_1wayp_30 img{object-fit:contain;height:300px}._container_1nd8b_1{min-height:100vh;background-color:#f6f6f6;font-family:Roboto,sans-serif}._loading_1nd8b_7{margin-top:271px}._preHeader_17i1h_1{font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;line-height:.6rem;font-weight:500;font-style:normal;letter-spacing:2px;margin-bottom:4px;text-transform:capitalize}@media (min-width: 768px){._preHeader_17i1h_1{font-size:1rem;line-height:1rem}}._headerXl_17i1h_18{font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.725rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerXl_17i1h_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_17i1h_35{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLg_17i1h_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_17i1h_52{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLgInverted_17i1h_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_17i1h_52{text-align:center}._headerMd_17i1h_72{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMd_17i1h_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_17i1h_72{margin-bottom:0}._headerMdInverted_17i1h_92{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMdInverted_17i1h_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_17i1h_92{text-align:center}._textLabel_17i1h_112{margin-bottom:.5rem;color:#000;font-weight:500;font-size:.875rem;white-space:nowrap}._textMsg_17i1h_120{margin-bottom:.5rem;color:#000;font-weight:500;font-size:1rem;white-space:nowrap;text-align:center}._postTitleHeading_17i1h_129{font-family:"Noto Serif",serif;font-size:1.5rem;font-weight:500;color:#000;line-height:2.25rem;text-align:center}._breadText_17i1h_138{font-family:Roboto,serif;font-size:.9375rem;color:#707070;line-height:1.4rem;font-weight:400}._miniLabel_17i1h_146{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#101820;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabel_17i1h_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_17i1h_163{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#436586;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabelLight_17i1h_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_17i1h_180{font-family:Roboto,serif;font-size:.9375rem;color:#36a3f7;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._linkDangerous_17i1h_190{font-family:Roboto,serif;font-size:.9375rem;color:#f3545d;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._textOverLine_17i1h_200{font-family:Roboto,Arial,sans-serif;font-size:.75rem;letter-spacing:.5px;margin-bottom:6px;color:#00000080;text-transform:uppercase}._labelHeaderMd_17i1h_209{font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.17rem;margin-bottom:0}@media (min-width: 768px){._labelHeaderMd_17i1h_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_17i1h_226{color:red;margin-top:.3rem}._containerCategories_17i1h_231{display:flex;flex-direction:column}._containerCategories_17i1h_231>label:first-child{font-size:11px;color:silver;align-self:center}._containerCategories_17i1h_231 ul{padding:0 0 7px;margin:7px 0;box-shadow:inset 0 -1px #00000026}._containerCategories_17i1h_231 li{list-style:none;padding:0 0 0 18px;margin-bottom:7px;cursor:pointer;border-radius:5px;height:41px;line-height:41px;font-family:Roboto;font-style:normal;font-weight:500;font-size:14px;position:relative;transition:background-color .1s ease-in-out,color .1s ease-in-out}._containerCategories_17i1h_231 li:last-child{margin-bottom:0}._containerCategories_17i1h_231 li:hover{background-color:#3275f5;color:#fff;transition:background-color .1s ease-in-out,color .1s ease-in-out}._containerCategories_17i1h_231 ._isActive_17i1h_269{background-color:#fff}._containerCategories_17i1h_231 ._isActive_17i1h_269:after{content:url(/assets/check-5887e9bf.svg);position:absolute;right:18px}._containerCategories_17i1h_231 ._isActive_17i1h_269:hover:after{content:url(/assets/check-white-ac39c6ff.svg);position:absolute;right:18px}._preHeader_odger_1{font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;line-height:.6rem;font-weight:500;font-style:normal;letter-spacing:2px;margin-bottom:4px;text-transform:capitalize}@media (min-width: 768px){._preHeader_odger_1{font-size:1rem;line-height:1rem}}._headerXl_odger_18{font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.725rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerXl_odger_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_odger_35{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLg_odger_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_odger_52{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLgInverted_odger_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_odger_52{text-align:center}._headerMd_odger_72{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMd_odger_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_odger_72{margin-bottom:0}._headerMdInverted_odger_92{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMdInverted_odger_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_odger_92{text-align:center}._textLabel_odger_112{margin-bottom:.5rem;color:#000;font-weight:500;font-size:.875rem;white-space:nowrap}._textMsg_odger_120{margin-bottom:.5rem;color:#000;font-weight:500;font-size:1rem;white-space:nowrap;text-align:center}._postTitleHeading_odger_129{font-family:"Noto Serif",serif;font-size:1.5rem;font-weight:500;color:#000;line-height:2.25rem;text-align:center}._breadText_odger_138{font-family:Roboto,serif;font-size:.9375rem;color:#707070;line-height:1.4rem;font-weight:400}._miniLabel_odger_146{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#101820;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabel_odger_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_odger_163{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#436586;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabelLight_odger_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_odger_180{font-family:Roboto,serif;font-size:.9375rem;color:#36a3f7;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._linkDangerous_odger_190{font-family:Roboto,serif;font-size:.9375rem;color:#f3545d;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._textOverLine_odger_200{font-family:Roboto,Arial,sans-serif;font-size:.75rem;letter-spacing:.5px;margin-bottom:6px;color:#00000080;text-transform:uppercase}._labelHeaderMd_odger_209{font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.17rem;margin-bottom:0}@media (min-width: 768px){._labelHeaderMd_odger_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_odger_226{color:red;margin-top:.3rem}._formBackground_odger_231{font-family:Roboto,sans-serif;font-size:13px;border-radius:6px;background-color:#fff;display:flex;flex-direction:column;align-items:center;width:100%;position:relative}._title_odger_243{display:flex;align-items:center;margin-left:40px;cursor:default}._title_odger_243 h2{font-family:Roboto,sans-serif;font-weight:500;margin-bottom:0}._title_odger_243 ._iconBack_odger_254{color:#8cabe9;margin-right:40px;cursor:pointer;font-size:18px}._containerForm_odger_261,._containerResults_odger_262{width:100%}._subtitle_odger_266{font-weight:400;color:#424242;margin-bottom:2em}._claimUserForm_odger_272{display:flex;border-bottom:1px solid #ececec;padding-bottom:.7em;margin-bottom:3em}._claimUserForm_odger_272 ._inputUsers_odger_278{margin-bottom:1.2em}._claimUserForm_odger_272 ._inputClaim_odger_281{width:100%;background-color:#fafafafa;box-shadow:0 1px 3px #00000040;border:0;font-size:13px;color:#7e7e7e;font-family:Roboto,sans-serif;font-weight:400;height:44px;padding-left:13px;padding-right:13px}._claimUserForm_odger_272 input{background-color:#f9f9f9;border-radius:5px;border:0;font-size:13px;font-family:Roboto,sans-serif;font-weight:400}._claimUserForm_odger_272 small{font-size:13px!important;position:absolute;top:44px}._column_odger_308{width:20%;display:flex;flex-direction:column;margin-right:10px}._columnBtn_odger_315{min-width:150px;display:flex;margin-left:auto}._columnBtn_odger_315 button{width:100%;height:44px;margin-bottom:1.2em;align-self:flex-end;font-weight:400;font-size:13px}._playersTable_odger_330,._gamesTable_odger_331{margin-top:2em}._playersTable_odger_330{cursor:pointer}._tableHeader_odger_339{color:#909090}._tableHeaderIndex_odger_343{overflow-y:visible}._checkboxGames_odger_347{font-size:1.2em}._checkboxGames_odger_347 label:before{border:0!important;background-color:#fafafa!important;border-radius:2px!important;box-shadow:0 1px 3px #00000040}._hidden_odger_357{display:none}._containerButtons_odger_362{position:fixed;bottom:80px;right:80px;z-index:2100}._containerButtons_odger_362 ._btnClaim_odger_368{box-shadow:0 2px 7px #53535340;font-weight:400;min-height:50px}._formBackground_odger_231 ._modal_odger_374{position:absolute;right:220px;bottom:80px;padding:15px 5px;overflow:visible;min-width:175px}._formBackground_odger_231 ._modal_odger_374 ._iconClose_odger_382{display:inline-block;width:32px;height:32px;background:#fbfbfb;border:1px solid #9db8ec;border-radius:50%;box-shadow:1px 1px 7px #00000040;position:absolute;right:-16px;cursor:pointer}._formBackground_odger_231 ._modal_odger_374 ._iconClose_odger_382:before{content:"";display:inline-block;width:15px;border-top:1px solid #424242;transform:rotate(-135deg);position:absolute;margin-top:14px;margin-left:7px}._formBackground_odger_231 ._modal_odger_374 ._iconClose_odger_382:after{content:"";display:inline-block;width:15px;border-top:1px solid #424242;transform:rotate(135deg);margin-top:14px;margin-left:7px}._LoadingSpinner_odger_414{display:block;margin:0 auto}.rdrCalendarWrapper{box-sizing:border-box;background:#ffffff;display:inline-flex;flex-direction:column;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.rdrDateDisplay{display:flex;justify-content:space-between}.rdrDateDisplayItem{flex:1 1;width:0;text-align:center;color:inherit}.rdrDateDisplayItem+.rdrDateDisplayItem{margin-left:.833em}.rdrDateDisplayItem input{text-align:inherit}.rdrDateDisplayItem input:disabled{cursor:default}.rdrMonthAndYearWrapper{box-sizing:inherit;display:flex;justify-content:space-between}.rdrMonthAndYearPickers{flex:1 1 auto;display:flex;justify-content:center;align-items:center}.rdrNextPrevButton{box-sizing:inherit;cursor:pointer;outline:none}.rdrMonths{display:flex}.rdrMonthsVertical{flex-direction:column}.rdrMonthsHorizontal>div>div>div{display:flex;flex-direction:row}.rdrMonth{width:27.667em}.rdrWeekDays{display:flex}.rdrWeekDay{flex-basis:calc(100% / 7);box-sizing:inherit;text-align:center}.rdrDays{display:flex;flex-wrap:wrap}.rdrInfiniteMonths{overflow:auto}.rdrDateRangeWrapper{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.rdrDateInput{position:relative}.rdrDateInput input{outline:none}.rdrDateInput .rdrWarning{position:absolute;font-size:1.6em;line-height:1.6em;top:0;right:.25em;color:red}.rdrDay{box-sizing:inherit;width:calc(100% / 7);position:relative;font:inherit;cursor:pointer}.rdrDayNumber{display:block;position:relative}.rdrDayNumber span{color:#1d2429}.rdrDayDisabled{cursor:not-allowed}@supports (-ms-ime-align: auto){.rdrDay{flex-basis:14.285%!important}}.rdrSelected,.rdrInRange,.rdrStartEdge,.rdrEndEdge,.rdrDayStartPreview,.rdrDayInPreview,.rdrDayEndPreview{pointer-events:none}.rdrDateRangePickerWrapper{display:inline-flex;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.rdrStaticRanges{display:flex;flex-direction:column}.rdrStaticRange{font-size:inherit}.rdrInputRange{display:flex}.rdrCalendarWrapper{color:#000;font-size:12px}.rdrDateDisplayWrapper{background-color:#eff2f7}.rdrDateDisplay{margin:.833em}.rdrDateDisplayItem{border-radius:4px;background-color:#fff;box-shadow:0 1px 2px #23394236;border:1px solid transparent}.rdrDateDisplayItem input{cursor:pointer;height:2.5em;line-height:2.5em;border:0px;background:transparent;width:100%;color:#849095}.rdrDateDisplayItemActive{border-color:currentColor}.rdrDateDisplayItemActive input{color:#7d888d}.rdrMonthAndYearWrapper{align-items:center;height:60px;padding-top:10px}.rdrMonthAndYearPickers{font-weight:600}.rdrMonthAndYearPickers select{-moz-appearance:none;appearance:none;-webkit-appearance:none;border:0;background:transparent;padding:10px 30px 10px 10px;border-radius:4px;outline:0;color:#3e484f;background:url("data:image/svg+xml;utf8,<svg width='9px' height='6px' viewBox='0 0 9 6' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><g id='Artboard' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-636.000000, -171.000000)' fill-opacity='0.368716033'><g id='input' transform='translate(172.000000, 37.000000)' fill='%230E242F' fill-rule='nonzero'><g id='Group-9' transform='translate(323.000000, 127.000000)'><path d='M142.280245,7.23952813 C141.987305,6.92353472 141.512432,6.92361662 141.219585,7.23971106 C140.926739,7.5558055 140.926815,8.06821394 141.219755,8.38420735 L145.498801,13 L149.780245,8.38162071 C150.073185,8.0656273 150.073261,7.55321886 149.780415,7.23712442 C149.487568,6.92102998 149.012695,6.92094808 148.719755,7.23694149 L145.498801,10.7113732 L142.280245,7.23952813 Z' id='arrow'></path></g></g></g></svg>") no-repeat;background-position:right 8px center;cursor:pointer;text-align:center}.rdrMonthAndYearPickers select:hover{background-color:#00000012}.rdrMonthPicker,.rdrYearPicker{margin:0 5px}.rdrNextPrevButton{display:block;width:24px;height:24px;margin:0 .833em;padding:0;border:0;border-radius:5px;background:#EFF2F7}.rdrNextPrevButton:hover{background:#E1E7F0}.rdrNextPrevButton i{display:block;width:0;height:0;padding:0;text-align:center;border-style:solid;margin:auto;transform:translate(-3px)}.rdrPprevButton i{border-width:4px 6px 4px 4px;border-color:transparent rgb(52,73,94) transparent transparent;transform:translate(-3px)}.rdrNextButton i{margin:0 0 0 7px;border-width:4px 4px 4px 6px;border-color:transparent transparent transparent rgb(52,73,94);transform:translate(3px)}.rdrWeekDays{padding:0 .833em}.rdrMonth{padding:0 .833em 1.666em}.rdrMonth .rdrWeekDays{padding:0}.rdrMonths.rdrMonthsVertical .rdrMonth:first-child .rdrMonthName{display:none}.rdrWeekDay{font-weight:400;line-height:2.667em;color:#849095}.rdrDay{background:transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:0;padding:0;line-height:3em;height:3em;text-align:center;color:#1d2429}.rdrDay:focus{outline:0}.rdrDayNumber{outline:0;font-weight:300;position:absolute;left:0;right:0;top:5px;bottom:5px;display:flex;align-items:center;justify-content:center}.rdrDayToday .rdrDayNumber span{font-weight:500}.rdrDayToday .rdrDayNumber span:after{content:"";position:absolute;bottom:4px;left:50%;transform:translate(-50%);width:18px;height:2px;border-radius:2px;background:#3d91ff}.rdrDayToday:not(.rdrDayPassive) .rdrInRange~.rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrStartEdge~.rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrEndEdge~.rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrSelected~.rdrDayNumber span:after{background:#fff}.rdrDay:not(.rdrDayPassive) .rdrInRange~.rdrDayNumber span,.rdrDay:not(.rdrDayPassive) .rdrStartEdge~.rdrDayNumber span,.rdrDay:not(.rdrDayPassive) .rdrEndEdge~.rdrDayNumber span,.rdrDay:not(.rdrDayPassive) .rdrSelected~.rdrDayNumber span{color:#ffffffd9}.rdrSelected,.rdrInRange,.rdrStartEdge,.rdrEndEdge{background:currentColor;position:absolute;top:5px;left:0;right:0;bottom:5px}.rdrSelected{left:2px;right:2px}.rdrStartEdge{border-top-left-radius:1.042em;border-bottom-left-radius:1.042em;left:2px}.rdrEndEdge{border-top-right-radius:1.042em;border-bottom-right-radius:1.042em;right:2px}.rdrSelected{border-radius:1.042em}.rdrDayStartOfMonth .rdrInRange,.rdrDayStartOfMonth .rdrEndEdge,.rdrDayStartOfWeek .rdrInRange,.rdrDayStartOfWeek .rdrEndEdge{border-top-left-radius:1.042em;border-bottom-left-radius:1.042em;left:2px}.rdrDayEndOfMonth .rdrInRange,.rdrDayEndOfMonth .rdrStartEdge,.rdrDayEndOfWeek .rdrInRange,.rdrDayEndOfWeek .rdrStartEdge{border-top-right-radius:1.042em;border-bottom-right-radius:1.042em;right:2px}.rdrDayStartOfMonth .rdrDayInPreview,.rdrDayStartOfMonth .rdrDayEndPreview,.rdrDayStartOfWeek .rdrDayInPreview,.rdrDayStartOfWeek .rdrDayEndPreview{border-top-left-radius:1.333em;border-bottom-left-radius:1.333em;border-left-width:1px;left:0}.rdrDayEndOfMonth .rdrDayInPreview,.rdrDayEndOfMonth .rdrDayStartPreview,.rdrDayEndOfWeek .rdrDayInPreview,.rdrDayEndOfWeek .rdrDayStartPreview{border-top-right-radius:1.333em;border-bottom-right-radius:1.333em;border-right-width:1px;right:0}.rdrDayStartPreview,.rdrDayInPreview,.rdrDayEndPreview{background:rgba(255,255,255,.09);position:absolute;top:3px;left:0;right:0;bottom:3px;pointer-events:none;border:0px solid currentColor;z-index:1}.rdrDayStartPreview{border-top-width:1px;border-left-width:1px;border-bottom-width:1px;border-top-left-radius:1.333em;border-bottom-left-radius:1.333em;left:0}.rdrDayInPreview{border-top-width:1px;border-bottom-width:1px}.rdrDayEndPreview{border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-top-right-radius:1.333em;border-bottom-right-radius:1.333em;right:0}.rdrDefinedRangesWrapper{font-size:12px;width:226px;border-right:solid 1px #eff2f7;background:#fff}.rdrDefinedRangesWrapper .rdrStaticRangeSelected{color:currentColor;font-weight:600}.rdrStaticRange{border:0;cursor:pointer;display:block;outline:0;border-bottom:1px solid #eff2f7;padding:0;background:#fff}.rdrStaticRange:hover .rdrStaticRangeLabel,.rdrStaticRange:focus .rdrStaticRangeLabel{background:#eff2f7}.rdrStaticRangeLabel{display:block;outline:0;line-height:18px;padding:10px 20px;text-align:left}.rdrInputRanges{padding:10px 0}.rdrInputRange{align-items:center;padding:5px 20px}.rdrInputRangeInput{width:30px;height:30px;line-height:30px;border-radius:4px;text-align:center;border:solid 1px rgb(222,231,235);margin-right:10px;color:#6c767a}.rdrInputRangeInput:focus,.rdrInputRangeInput:hover{border-color:#b4bfc4;outline:0;color:#333}.rdrCalendarWrapper:not(.rdrDateRangeWrapper) .rdrDayHovered .rdrDayNumber:after{content:"";border:1px solid currentColor;border-radius:1.333em;position:absolute;top:-2px;bottom:-2px;left:0;right:0;background:transparent}.rdrDayPassive{pointer-events:none}.rdrDayPassive .rdrDayNumber span{color:#d5dce0}.rdrDayPassive .rdrInRange,.rdrDayPassive .rdrStartEdge,.rdrDayPassive .rdrEndEdge,.rdrDayPassive .rdrSelected,.rdrDayPassive .rdrDayStartPreview,.rdrDayPassive .rdrDayInPreview,.rdrDayPassive .rdrDayEndPreview{display:none}.rdrDayDisabled{background-color:#f8f8f8}.rdrDayDisabled .rdrDayNumber span{color:#aeb9bf}.rdrDayDisabled .rdrInRange,.rdrDayDisabled .rdrStartEdge,.rdrDayDisabled .rdrEndEdge,.rdrDayDisabled .rdrSelected,.rdrDayDisabled .rdrDayStartPreview,.rdrDayDisabled .rdrDayInPreview,.rdrDayDisabled .rdrDayEndPreview{filter:grayscale(100%) opacity(60%)}.rdrMonthName{text-align:left;font-weight:600;color:#849095;padding:.833em}._selectSearch_1782w_1{width:100%;position:relative}._selectBox_1782w_6{position:relative}._selectBox_1782w_6 select,._inputDate_1782w_11{width:100%;background-color:#fafafafa;box-shadow:0 1px 3px #00000040;border:0;font-size:.8em;margin-bottom:.7em;color:#7e7e7e;font-family:Roboto,sans-serif;font-weight:400;outline:0}._inputDate_1782w_11{height:44px;padding-left:13px;padding-right:13px}._selectBox_1782w_6:before{content:url(/assets/calendarIcon-c5549895.svg);position:absolute;z-index:10;right:13px;top:13px}._overSelect_1782w_38{position:absolute;left:0;right:0;top:0;bottom:0}._containerSearch_1782w_46{display:none;position:absolute;background-color:#fcfcfc;box-shadow:0 1px 11px #53535340;border-radius:7px;width:100%;min-width:250px;z-index:20;padding:1em .8em}._stackIcon_1782w_58{margin-bottom:.5em;display:inline-block;width:100%;cursor:pointer}._iconTimes_1782w_65{padding-left:0;padding-right:5px;font-size:10px;color:#831818}._items_1782w_72{max-height:200px;padding:5px 0;overflow-y:auto;overflow-x:hidden}._items_1782w_72::-webkit-scrollbar{width:5px}._items_1782w_72::-webkit-scrollbar-track{background-color:#d7d9de;border-radius:3px;background-color:#0000001a}._items_1782w_72::-webkit-scrollbar-thumb{border-radius:3px;background-color:#3275f5}._items_1782w_72 label{display:flex;align-items:center;padding:5px 10px;margin-right:5px;text-transform:capitalize;color:#0e0e0e;font-size:12px}._items_1782w_72 label:hover{background-color:#3275f5;color:#fff}._expanded_1782w_109{display:flex;flex-direction:column}._error_1782w_114{top:72.67px;z-index:400}._noAvailable_1782w_119{font-family:Roboto,sans-serif;color:#0e0e0e;font-size:.9em;min-height:40px;padding:10px}.rc-slider{position:relative;height:14px;padding:5px 0;width:100%;border-radius:6px;touch-action:none;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}.rc-slider *{box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}.rc-slider-rail{position:absolute;width:100%;background-color:#e9e9e9;height:4px;border-radius:6px}.rc-slider-track{position:absolute;left:0;height:4px;border-radius:6px;background-color:#abe2fb}.rc-slider-handle{position:absolute;width:14px;height:14px;cursor:pointer;cursor:-webkit-grab;margin-top:-5px;cursor:grab;border-radius:50%;border:solid 2px #96dbfa;background-color:#fff;touch-action:pan-x}.rc-slider-handle-dragging.rc-slider-handle-dragging.rc-slider-handle-dragging{border-color:#57c5f7;box-shadow:0 0 0 5px #96dbfa}.rc-slider-handle-click-focused:focus{border-color:#96dbfa;box-shadow:unset}.rc-slider-handle:hover{border-color:#57c5f7}.rc-slider-handle:active{border-color:#57c5f7;box-shadow:0 0 5px #57c5f7;cursor:-webkit-grabbing;cursor:grabbing}.rc-slider-mark{position:absolute;top:18px;left:0;width:100%;font-size:12px}.rc-slider-mark-text{position:absolute;display:inline-block;vertical-align:middle;text-align:center;cursor:pointer;color:#999}.rc-slider-mark-text-active{color:#666}.rc-slider-step{position:absolute;width:100%;height:4px;background:transparent}.rc-slider-dot{position:absolute;bottom:-2px;margin-left:-4px;width:8px;height:8px;border:2px solid #e9e9e9;background-color:#fff;cursor:pointer;border-radius:50%;vertical-align:middle}.rc-slider-dot-active{border-color:#96dbfa}.rc-slider-dot-reverse{margin-right:-4px}.rc-slider-disabled{background-color:#e9e9e9}.rc-slider-disabled .rc-slider-track{background-color:#ccc}.rc-slider-disabled .rc-slider-handle,.rc-slider-disabled .rc-slider-dot{border-color:#ccc;box-shadow:none;background-color:#fff;cursor:not-allowed}.rc-slider-disabled .rc-slider-mark-text,.rc-slider-disabled .rc-slider-dot{cursor:not-allowed!important}.rc-slider-vertical{width:14px;height:100%;padding:0 5px}.rc-slider-vertical .rc-slider-rail{height:100%;width:4px}.rc-slider-vertical .rc-slider-track{left:5px;bottom:0;width:4px}.rc-slider-vertical .rc-slider-handle{margin-left:-5px;touch-action:pan-y}.rc-slider-vertical .rc-slider-mark{top:0;left:18px;height:100%}.rc-slider-vertical .rc-slider-step{height:100%;width:4px}.rc-slider-vertical .rc-slider-dot{left:2px;margin-bottom:-4px}.rc-slider-vertical .rc-slider-dot:first-child{margin-bottom:-4px}.rc-slider-vertical .rc-slider-dot:last-child{margin-bottom:-4px}.rc-slider-tooltip-zoom-down-enter,.rc-slider-tooltip-zoom-down-appear,.rc-slider-tooltip-zoom-down-leave{animation-duration:.3s;animation-fill-mode:both;display:block!important;animation-play-state:paused}.rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active,.rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active{animation-name:rcSliderTooltipZoomDownIn;animation-play-state:running}.rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active{animation-name:rcSliderTooltipZoomDownOut;animation-play-state:running}.rc-slider-tooltip-zoom-down-enter,.rc-slider-tooltip-zoom-down-appear{transform:scale(0);animation-timing-function:cubic-bezier(.23,1,.32,1)}.rc-slider-tooltip-zoom-down-leave{animation-timing-function:cubic-bezier(.755,.05,.855,.06)}@keyframes rcSliderTooltipZoomDownIn{0%{opacity:0;transform-origin:50% 100%;transform:scale(0)}to{transform-origin:50% 100%;transform:scale(1)}}@keyframes rcSliderTooltipZoomDownOut{0%{transform-origin:50% 100%;transform:scale(1)}to{opacity:0;transform-origin:50% 100%;transform:scale(0)}}.rc-slider-tooltip{position:absolute;left:-9999px;top:-9999px;visibility:visible;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}.rc-slider-tooltip *{box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}.rc-slider-tooltip-hidden{display:none}.rc-slider-tooltip-placement-top{padding:4px 0 8px}.rc-slider-tooltip-inner{padding:6px 2px;min-width:24px;height:24px;font-size:12px;line-height:1;color:#fff;text-align:center;text-decoration:none;background-color:#6c6c6c;border-radius:6px;box-shadow:0 0 4px #d9d9d9}.rc-slider-tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.rc-slider-tooltip-placement-top .rc-slider-tooltip-arrow{bottom:4px;left:50%;margin-left:-4px;border-width:4px 4px 0;border-top-color:#6c6c6c}.rc-slider-track{background-color:#9db8ec}.rc-slider-handle{border:.5px solid #E3FCFF;background-color:#9db8ec;box-shadow:0 1px 2px #afcbff}.rc-slider-handle-dragging.rc-slider-handle-dragging.rc-slider-handle-dragging{border-color:#e3fcff;box-shadow:none}.rc-slider-handle:focus{outline:none}.rc-slider-handle-click-focused:focus{border-color:#e3fcff}.rc-slider-handle:hover{border-color:#e3fcff}.rc-slider-handle:active{border-color:#e3fcff;box-shadow:0 1px 2px #afcbff}.rc-slider-tooltip-placement-top{padding:4px 0}.rc-slider-tooltip-inner{color:#535353;background-color:#fcfcfc;box-shadow:none;font-family:Roboto,sans-serif}.rc-slider-tooltip-arrow{display:none}._selectSearch_czpfw_1{width:100%;position:relative}._selectBox_czpfw_6{position:relative}._selectBox_czpfw_6 select{width:100%;background-color:#fafafafa;box-shadow:0 1px 3px #00000040;border:0;font-size:.8em;margin-bottom:.7em;color:#7e7e7e;font-family:Roboto,sans-serif;font-weight:400}._overSelect_czpfw_22{position:absolute;left:0;right:0;top:0;bottom:0}._containerSearch_czpfw_30{display:none;position:absolute;top:50px;background-color:#fcfcfc;box-shadow:0 1px 11px #53535340;border-radius:7px;width:100%;min-height:100px;z-index:20;padding:1em .8em}._stackIcon_czpfw_43{margin-bottom:2em;padding:.5em 0;display:inline-block;width:100%;cursor:pointer}._iconTimes_czpfw_51{padding-left:0;padding-right:5px;font-size:10px;color:#831818}._items_czpfw_58{max-height:200px;padding:5px 0;overflow-y:auto;overflow-x:hidden}._items_czpfw_58::-webkit-scrollbar{width:5px}._items_czpfw_58::-webkit-scrollbar-track{background-color:#d7d9de;border-radius:3px;background-color:#0000001a}._items_czpfw_58::-webkit-scrollbar-thumb{border-radius:3px;background-color:#3275f5}._items_czpfw_58 label{display:flex;align-items:center;padding:5px 10px;margin-right:5px;text-transform:capitalize;color:#0e0e0e;font-size:12px}._items_czpfw_58 label:hover{background-color:#3275f5;color:#fff}._expanded_czpfw_95{display:flex;flex-direction:column;justify-content:center;align-items:center}._error_czpfw_102{top:72.67px;z-index:400}._noAvailable_czpfw_107{font-family:Roboto,sans-serif;color:#0e0e0e;font-size:.9em;min-height:40px;padding:10px}._containerSlider_czpfw_115{margin-top:20px;width:90%}._preHeader_jymy1_1{font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;line-height:.6rem;font-weight:500;font-style:normal;letter-spacing:2px;margin-bottom:4px;text-transform:capitalize}@media (min-width: 768px){._preHeader_jymy1_1{font-size:1rem;line-height:1rem}}._headerXl_jymy1_18{font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.725rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerXl_jymy1_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_jymy1_35{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLg_jymy1_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_jymy1_52{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLgInverted_jymy1_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_jymy1_52{text-align:center}._headerMd_jymy1_72{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMd_jymy1_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_jymy1_72{margin-bottom:0}._headerMdInverted_jymy1_92{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMdInverted_jymy1_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_jymy1_92{text-align:center}._textLabel_jymy1_112{margin-bottom:.5rem;color:#000;font-weight:500;font-size:.875rem;white-space:nowrap}._textMsg_jymy1_120{margin-bottom:.5rem;color:#000;font-weight:500;font-size:1rem;white-space:nowrap;text-align:center}._postTitleHeading_jymy1_129{font-family:"Noto Serif",serif;font-size:1.5rem;font-weight:500;color:#000;line-height:2.25rem;text-align:center}._breadText_jymy1_138{font-family:Roboto,serif;font-size:.9375rem;color:#707070;line-height:1.4rem;font-weight:400}._miniLabel_jymy1_146{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#101820;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabel_jymy1_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_jymy1_163{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#436586;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabelLight_jymy1_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_jymy1_180{font-family:Roboto,serif;font-size:.9375rem;color:#36a3f7;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._linkDangerous_jymy1_190{font-family:Roboto,serif;font-size:.9375rem;color:#f3545d;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._textOverLine_jymy1_200{font-family:Roboto,Arial,sans-serif;font-size:.75rem;letter-spacing:.5px;margin-bottom:6px;color:#00000080;text-transform:uppercase}._labelHeaderMd_jymy1_209{font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.17rem;margin-bottom:0}@media (min-width: 768px){._labelHeaderMd_jymy1_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_jymy1_226{color:red;margin-top:.3rem}._selectedTableHeader_jymy1_231{color:#3275f5;white-space:nowrap;text-overflow:ellipsis}._selectedTableHeader_jymy1_231 ._text_jymy1_112{display:inline-block;cursor:pointer;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;width:90%}._selectedTableHeader_jymy1_231 i{margin:0;padding:0 0 0 6px;font-size:14px}._selectedTableHeader_jymy1_231 ._showIcon_jymy1_250{visibility:hidden}._hiddenTableHeader_jymy1_254{white-space:nowrap;text-overflow:ellipsis}._hiddenTableHeader_jymy1_254 ._text_jymy1_112{display:inline-block;cursor:pointer;white-space:nowrap;text-overflow:ellipsis;width:100%;overflow:hidden}._hiddenTableHeader_jymy1_254 i{margin:0;padding:0 0 0 6px;font-size:14px;display:none}._preHeader_kjuks_1{font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;line-height:.6rem;font-weight:500;font-style:normal;letter-spacing:2px;margin-bottom:4px;text-transform:capitalize}@media (min-width: 768px){._preHeader_kjuks_1{font-size:1rem;line-height:1rem}}._headerXl_kjuks_18{font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.725rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerXl_kjuks_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_kjuks_35{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLg_kjuks_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_kjuks_52{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLgInverted_kjuks_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_kjuks_52{text-align:center}._headerMd_kjuks_72{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMd_kjuks_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_kjuks_72{margin-bottom:0}._headerMdInverted_kjuks_92{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMdInverted_kjuks_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_kjuks_92{text-align:center}._textLabel_kjuks_112{margin-bottom:.5rem;color:#000;font-weight:500;font-size:.875rem;white-space:nowrap}._textMsg_kjuks_120{margin-bottom:.5rem;color:#000;font-weight:500;font-size:1rem;white-space:nowrap;text-align:center}._postTitleHeading_kjuks_129{font-family:"Noto Serif",serif;font-size:1.5rem;font-weight:500;color:#000;line-height:2.25rem;text-align:center}._breadText_kjuks_138{font-family:Roboto,serif;font-size:.9375rem;color:#707070;line-height:1.4rem;font-weight:400}._miniLabel_kjuks_146{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#101820;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabel_kjuks_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_kjuks_163{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#436586;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabelLight_kjuks_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_kjuks_180{font-family:Roboto,serif;font-size:.9375rem;color:#36a3f7;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._linkDangerous_kjuks_190{font-family:Roboto,serif;font-size:.9375rem;color:#f3545d;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._textOverLine_kjuks_200{font-family:Roboto,Arial,sans-serif;font-size:.75rem;letter-spacing:.5px;margin-bottom:6px;color:#00000080;text-transform:uppercase}._labelHeaderMd_kjuks_209{font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.17rem;margin-bottom:0}@media (min-width: 768px){._labelHeaderMd_kjuks_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_kjuks_226{color:red;margin-top:.3rem}._tableParent_kjuks_231{font-family:Roboto,Arial,sans-serif;font-size:13px;position:relative;display:flex;flex-direction:column;border:none;padding:0}@media (min-width: 320px){._tableParent_kjuks_231{width:240px}}@media (min-width: 375px){._tableParent_kjuks_231{width:295px}}@media (min-width: 425px){._tableParent_kjuks_231{width:345px}}@media (min-width: 768px){._tableParent_kjuks_231{width:100%}}._table_kjuks_231{padding:0;border-radius:6px;background-color:#fff;flex:auto 1;display:flex;flex-direction:column;align-items:stretch;width:100%;border-collapse:collapse;overflow:auto}._tableBody_kjuks_274{flex:99999 1 auto;display:flex;flex-direction:column;overflow-x:hidden!important}._tableBodyNoBorder_kjuks_281{flex:99999 1 auto;display:flex;flex-direction:column;overflow-x:hidden!important;overflow-x:hidden}._tableBodyNoBorder_kjuks_281:first-child{border:none}._tableBodyNoBorder_kjuks_281:last-child{border:none}._tableHeader_kjuks_295{box-shadow:none!important;padding:10px}._tableHeaderCell_kjuks_300{border:none!important;text-align:left}._tableDataCell_kjuks_305{border:none!important}._tableRowGroup_kjuks_309{border-bottom:none!important;border-top:none;max-height:130px;border-radius:5px}._tableRowGroup_kjuks_309:nth-child(odd){background-color:#dee5ff66}._tableRowGroupNoBorder_kjuks_319{border-top:none!important;border-bottom:none!important}._tableRow_kjuks_309{align-items:flex-start;padding:10px}._tableRowSelect_kjuks_329{align-items:flex-start;padding:0}._preHeader_i7dnw_1{font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;line-height:.6rem;font-weight:500;font-style:normal;letter-spacing:2px;margin-bottom:4px;text-transform:capitalize}@media (min-width: 768px){._preHeader_i7dnw_1{font-size:1rem;line-height:1rem}}._headerXl_i7dnw_18{font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.725rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerXl_i7dnw_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_i7dnw_35{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLg_i7dnw_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_i7dnw_52{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLgInverted_i7dnw_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_i7dnw_52{text-align:center}._headerMd_i7dnw_72{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMd_i7dnw_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_i7dnw_72{margin-bottom:0}._headerMdInverted_i7dnw_92{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMdInverted_i7dnw_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_i7dnw_92{text-align:center}._textLabel_i7dnw_112{margin-bottom:.5rem;color:#000;font-weight:500;font-size:.875rem;white-space:nowrap}._textMsg_i7dnw_120{margin-bottom:.5rem;color:#000;font-weight:500;font-size:1rem;white-space:nowrap;text-align:center}._postTitleHeading_i7dnw_129{font-family:"Noto Serif",serif;font-size:1.5rem;font-weight:500;color:#000;line-height:2.25rem;text-align:center}._breadText_i7dnw_138{font-family:Roboto,serif;font-size:.9375rem;color:#707070;line-height:1.4rem;font-weight:400}._miniLabel_i7dnw_146{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#101820;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabel_i7dnw_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_i7dnw_163{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#436586;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabelLight_i7dnw_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_i7dnw_180{font-family:Roboto,serif;font-size:.9375rem;color:#36a3f7;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._linkDangerous_i7dnw_190{font-family:Roboto,serif;font-size:.9375rem;color:#f3545d;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._textOverLine_i7dnw_200{font-family:Roboto,Arial,sans-serif;font-size:.75rem;letter-spacing:.5px;margin-bottom:6px;color:#00000080;text-transform:uppercase}._labelHeaderMd_i7dnw_209{font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.17rem;margin-bottom:0}@media (min-width: 768px){._labelHeaderMd_i7dnw_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_i7dnw_226{color:red;margin-top:.3rem}._loadingContainer_i7dnw_231{height:calc(100vh - 95px);display:flex;justify-content:center;align-items:center;width:100%}._centersRoute_i7dnw_239{flex:1}._centersRoute_i7dnw_239 h2{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:0}._centersRoute_i7dnw_239 h2 span{align-items:flex-end;display:flex}._centersRoute_i7dnw_239 ._pageBody_i7dnw_252{background-color:#f6f6f6;height:calc(100vh - 95px);border-radius:6px}._centersRoute_i7dnw_239 ._pageBody_i7dnw_252 ._searchSelectArea_i7dnw_257{background-color:#fff;padding:24px 40px}._centersRoute_i7dnw_239 ._pageBody_i7dnw_252 ._searchSelectArea_i7dnw_257 ._searchInput_i7dnw_261{width:354px;margin-right:16px}._centersRoute_i7dnw_239 ._pageBody_i7dnw_252 ._searchSelectArea_i7dnw_257 ._searchInput_i7dnw_261 ._clearBtn_i7dnw_265{line-height:0;cursor:pointer}._centersRoute_i7dnw_239 ._pageBody_i7dnw_252 ._searchSelectArea_i7dnw_257 ._searchInput_i7dnw_261 ._clearBtn_i7dnw_265 svg path{stroke-width:2px;stroke:#adadad}._centersRoute_i7dnw_239 ._pageBody_i7dnw_252 ._searchSelectArea_i7dnw_257 ._searchInput_i7dnw_261 ._clearBtn_i7dnw_265:hover svg path{stroke:#000}._centersRoute_i7dnw_239 ._pageBody_i7dnw_252 ._searchSelectArea_i7dnw_257 ._row_i7dnw_276{display:flex;align-items:flex-end}._centersRoute_i7dnw_239 ._pageBody_i7dnw_252 ._searchSelectArea_i7dnw_257 ._row_i7dnw_276>div:nth-of-type(2){flex:1;margin-right:31px;min-width:190px}._centersRoute_i7dnw_239 ._pageBody_i7dnw_252 ._searchSelectArea_i7dnw_257 ._row_i7dnw_276>button:first-of-type{margin-right:40px}._centersRoute_i7dnw_239 ._pageBody_i7dnw_252 ._searchSelectArea_i7dnw_257 ._row_i7dnw_276>button:nth-of-type(2){margin-right:40px}._centersRoute_i7dnw_239 ._pageBody_i7dnw_252 ._searchSelectArea_i7dnw_257 ._selection_i7dnw_291{display:flex;align-items:center;padding:8px 16px 8px 24px;height:51px;background:rgba(50,117,245,.1);border-radius:5px;margin-top:16px;font-weight:400;font-size:16px;line-height:19px;color:#3275f5;font-family:Roboto,sans-serif}._centersRoute_i7dnw_239 ._pageBody_i7dnw_252 ._searchSelectArea_i7dnw_257 ._selection_i7dnw_291 ._unselect_i7dnw_305{font-weight:700;text-decoration:underline;cursor:pointer}._centersRoute_i7dnw_239 ._pageBody_i7dnw_252 ._searchSelectArea_i7dnw_257 ._selection_i7dnw_291>div:first-child{flex-grow:1}._centersRoute_i7dnw_239 ._pageBody_i7dnw_252 ._searchSelectArea_i7dnw_257 ._selection_i7dnw_291>div:last-child{font-family:Roboto,sans-serif;font-style:normal;font-weight:500;font-size:16px;line-height:19px;color:#3275f5}._centersRoute_i7dnw_239 ._pageBody_i7dnw_252 ._searchSelectArea_i7dnw_257 ._filtersArea_i7dnw_321{padding-top:16px}._centersRoute_i7dnw_239 ._pageBody_i7dnw_252 ._dataArea_i7dnw_324{background-color:#f6f6f6;padding:24px 40px}._centersRoute_i7dnw_239 ._pageBody_i7dnw_252 ._dataArea_i7dnw_324 ._upContainer_i7dnw_328{display:flex;align-items:center}._centersRoute_i7dnw_239 ._pageBody_i7dnw_252 ._dataArea_i7dnw_324 ._upContainer_i7dnw_328 span{color:#10c900;margin-right:13px}._centersRoute_i7dnw_239 ._pageBody_i7dnw_252 ._dataArea_i7dnw_324 ._downContainer_i7dnw_336{display:flex;align-items:center}._centersRoute_i7dnw_239 ._pageBody_i7dnw_252 ._dataArea_i7dnw_324 ._downContainer_i7dnw_336 span{color:#f14d4d;margin-right:13px}._centersRoute_i7dnw_239 ._pageBody_i7dnw_252 ._dataArea_i7dnw_324 ._downContainer_i7dnw_336 svg{transform:rotate(180deg)}._centersRoute_i7dnw_239 ._pageBody_i7dnw_252 ._dataArea_i7dnw_324 ._downContainer_i7dnw_336 svg path{stroke:#f14d4d}._centersRoute_i7dnw_239 ._pageBody_i7dnw_252 ._dataArea_i7dnw_324 ._tournamentsParticipantsContainer_i7dnw_350{display:flex;align-items:center}._centersRoute_i7dnw_239 ._pageBody_i7dnw_252 ._dataArea_i7dnw_324 ._tournamentsParticipantsContainer_i7dnw_350 ._noTournaments_i7dnw_354{font-family:Roboto,sans-serif;font-size:14px;font-weight:400;line-height:16px;text-align:center;width:84px;white-space:break-spaces;color:#b5b5b5}._centersRoute_i7dnw_239 ._pageBody_i7dnw_252 ._dataArea_i7dnw_324 ._tournamentsParticipantsContainer_i7dnw_350 svg:first-child{margin-right:5.3px}._centersRoute_i7dnw_239 ._pageBody_i7dnw_252 ._dataArea_i7dnw_324 ._tournamentsParticipantsContainer_i7dnw_350 span:nth-child(2){margin-right:21.6px}._centersRoute_i7dnw_239 ._pageBody_i7dnw_252 ._dataArea_i7dnw_324 ._tournamentsParticipantsContainer_i7dnw_350 svg:nth-child(3){margin-right:4px}._centersRoute_i7dnw_239 ._infoText_i7dnw_373{line-height:28px;font-size:20px;color:#2c2d30}._centersRoute_i7dnw_239 ._centersTable_i7dnw_378{border:none}._centersRoute_i7dnw_239 ._centersTableHeader_i7dnw_381{color:#909090;padding-bottom:10px;padding-top:10px;border:none!important;text-align:left;box-shadow:none!important;outline:0!important}._icon_i7dnw_391{color:#3275f5;font-size:20px;flex-basis:30px;flex-shrink:0;text-align:center;cursor:pointer}._btnAddCenter_i7dnw_400{margin-left:10px;height:41px;padding:8px 12px!important;text-transform:none}._btnAddCenter_i7dnw_400 i{margin-right:6px}._buttonsRow_i7dnw_410{display:flex;justify-content:flex-end}._buttonsRow_i7dnw_410 button{min-height:50px}._cellCenter_i7dnw_418{cursor:pointer;display:flex;justify-content:center;text-align:center!important}._cellLeft_i7dnw_425{cursor:pointer;display:flex;justify-content:flex-start}._cellRight_i7dnw_431{cursor:pointer;display:flex;justify-content:flex-end}._cursorPointer_i7dnw_437{cursor:pointer}._loading_i7dnw_231:before{display:inline-block;width:20px;height:16px;content:"";background:url(/assets/loading1-72abb1db.svg) no-repeat 0 0;background-size:150%;background-position-x:-5px;background-position-y:-7px}._modalColumn_i7dnw_452{display:flex;flex-direction:column}._modalButtonRow_i7dnw_457{display:flex;justify-content:space-between;margin-top:100px}._modalButtonRow_i7dnw_457._modal_i7dnw_452{margin-top:0}._modalTitle_i7dnw_466{font-size:24px;margin-top:10px;margin-bottom:60px;font-weight:700;text-align:center;color:#000}._firstColumn_i7dnw_475{padding-left:16px!important}._bowlingCentersTable_i7dnw_479{box-shadow:0 22px 64px #00000026;border-radius:8px}._bowlingCentersTable_i7dnw_479>div:first-child>div:first-child{max-height:50px}._bowlingCentersTable_i7dnw_479 [class*=tableRow]{transition:background-color .3s ease;min-height:90px;border-bottom:1px solid #DADEE3}._bowlingCentersTable_i7dnw_479 [class*=tableRow]:hover{background-color:#3275f51a!important}._bowlingCentersTable_i7dnw_479 [class*=TableHeader]{line-height:20px}._bowlingCentersTable_i7dnw_479 [class*=cell]{line-height:16px}._bowlingCentersTable_i7dnw_479 [class*=cell],._bowlingCentersTable_i7dnw_479 [class*=TableHeader]{font-size:14px}._bowlingCentersTable_i7dnw_479 [class*=cell] span,._bowlingCentersTable_i7dnw_479 [class*=TableHeader] span{white-space:break-spaces;word-wrap:break-word}._bowlingCentersTable_i7dnw_479 ._firstColumn_i7dnw_475[class*=tableDataCell][class*=tableCell]{padding:5px 10px 5px 16px!important}._optionCSV_i7dnw_511{margin-bottom:20px;font-size:17px;font-weight:600;cursor:pointer}._optionCSV_i7dnw_511 input{margin-right:6px}._optionCSV_i7dnw_511:has(input:disabled){color:#cbcbcb}._tableBC_i7dnw_524>div:first-child{min-height:640px}._tdStatus_i7dnw_528{padding:25px 15px 25px 5px!important}._StatusInfo_i7dnw_532,._DateInfo_i7dnw_533{text-overflow:ellipsis;display:block;white-space:break-spaces;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-break:break-word}._cellMaximumTwoLines_i7dnw_544>div h3,._cellMaximumTwoLines_i7dnw_544>div div{text-overflow:ellipsis;display:block;white-space:break-spaces;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-break:break-word;line-clamp:2;box-orient:vertical}.testCLass{border:1px solid red!important}.loadingContainer{height:calc(100vh - 95px);display:flex;justify-content:center;align-items:center;width:100%}.formBackground{background-color:#f5f5f5;display:flex;flex-direction:column;align-items:center;gap:40px 24px;width:100%;padding:40px}.formBackground h2{margin-bottom:0}.title{font-family:Roboto,sans-serif;font-weight:500;margin-left:40px}.optionsHeader{display:flex;justify-content:space-between;width:100%;gap:16px}.options{display:flex;flex-direction:column;color:#fff;font-weight:500;flex:1;background:rgba(140,171,233,.8);box-shadow:0 1px 3px #69696940;border-radius:5px;padding:1em}.optionTitle{font-size:15px}.valueOptions{font-size:20px;margin-top:.8em}.chartContainer{padding:24px 32px 32px;border-radius:10px;width:100%;min-height:30px;background-color:#fff;display:flex;flex-direction:column;height:452px}@media (max-width: 768px){.chartContainer{margin-top:20px}}.chartTitle{font-family:Roboto,Arial,sans-serif;font-size:26px;font-weight:400;color:#0009}.chartSubtitle{font-size:17px;color:#a8a8a8;text-transform:lowercase;margin-left:.4em}.legendApp{background-color:red}.generalInfo{margin-top:40px;display:flex;flex-direction:row;width:100%}.legend{display:flex;align-items:center;text-transform:capitalize;margin-right:1em}.labelLegend{font-size:15px;color:#0009}.iconLegend{width:20px;height:20px;margin-right:.5em;border-radius:5px;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.iconUser{background:rgba(60,201,192,.5);border:.5px solid #D4F8F6;box-shadow:0 2px 4px #7ba4a1}.iconYearly{background:rgba(255,122,0,.5);border:.5px solid #FF7A00;box-shadow:0 2px 4px #7ba4a1;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);border-radius:5px}.iconCenters{background:rgba(255,122,0,.41);border:.5px solid rgba(255,233,200,.5);box-shadow:0 2px 4px #cbc6c1}.iconPlayers{background:rgba(103,36,243,.41);border:.5px solid #C9B3F9;box-shadow:0 2px 4px #6724f380}.iconRequests{background:rgba(46,108,231,.5);border:.5px solid rgba(255,233,200,.5);box-shadow:0 2px 4px #cbc6c1}.iconAverage{background:#E4E4E4;border:.5px solid rgba(126,211,33,.5);box-shadow:0 2px 4px opx #cbc6c1}.customTooltip{min-width:200px;background:rgba(253,253,253,.95);padding:.8em 1em;border-radius:3px;box-shadow:0 1px 4px #00000040}.customTooltip .label,.customTooltip .intro{color:#212121;font-size:.9em;text-transform:capitalize}.containerFilters{display:flex;align-self:center;width:100%;font-size:13px;color:#7e7e7e}.containerFilters .containerItems{display:none;position:absolute;background-color:#fcfcfc;box-shadow:0 1px 11px #53535340;border-radius:7px;width:100%;min-width:175px;z-index:20;padding:1em .8em;top:60px}.containerFilters .selectFilter{display:flex;justify-content:center;position:relative;margin-left:auto}.containerFilters .addFilter{width:160px;position:relative;background-color:#fafafa;padding:1em 2em;border-radius:5px;cursor:pointer}.containerFilters .addFilter i{margin-right:20px}.containerFilters .overSelect{position:absolute;left:0;right:0;top:0;bottom:0}.containerFilters .expanded{display:flex;flex-direction:column}.containerFilters .items label{display:flex;align-items:center;padding:1em 2em;margin-top:5px;border-radius:5px;text-transform:capitalize;color:#0e0e0e;font-size:13px}.containerFilters .items label:hover{background-color:#3275f5;color:#fff}.containerFilters .closeFilter{background:rgba(250,250,250,.98);border-radius:5px;padding:1em 1.5em;text-transform:capitalize;margin-right:.5em}.containerFilters .closeFilter i{margin-left:2em;cursor:pointer}.minicard{background:#FFFFFF;box-shadow:0 100px 80px #00000005,0 41.7776px 33.4221px #00000007,0 22.3363px 17.869px #00000009,0 12.5216px 10.0172px #0000000b,0 6.6501px 5.32008px #0000000d,0 2.76726px 2.21381px #00000012;border-radius:8px;padding:8px 16px;color:#3275f5;flex:1 1 180px;height:100px;position:relative}.minicard p{font-weight:500;font-size:16px}.minicard h4{font-weight:700;font-size:24px;line-height:40px;text-align:right;position:absolute;right:16px;bottom:8px}.autocomplete-wrapper-lt .searchFieldIcon:before{content:url(/assets/search-icon-96778576.svg);display:inline-block}.autocomplete-wrapper-lt .searchLoadingIcon:after{content:"";position:absolute;left:4px;top:-7px;bottom:0;width:30px;background:url(/assets/loading1-72abb1db.svg);background-size:cover}.autocomplete-wrapper-lt .dropdown{width:100%;padding:0;text-align:left;margin:0;background:#fcfcfc;box-shadow:0 1px 11px #53535340;border-radius:5px;position:absolute}.autocomplete-wrapper-lt .item{display:block;cursor:pointer;font-size:13px;padding:10px 27px;border-bottom:0;font-family:Roboto,serif;font-style:normal;font-weight:400;line-height:15px;color:#383838}._container_ryovy_1 ._pageBody_ryovy_1{background:#F6F6F6;padding:40px;min-height:calc(100vh - 95px)}._container_ryovy_1 ._pageBody_ryovy_1 ._headerCharts_ryovy_6{display:flex;margin-bottom:16px}._container_ryovy_1 ._pageBody_ryovy_1 ._headerCharts_ryovy_6 ._chartsLabel_ryovy_10{font-family:Roboto,"sans-serif";font-style:normal;font-weight:700;font-size:22px;line-height:28px;display:flex;align-items:center;letter-spacing:.8px;color:#707071;margin-right:16px}._container_ryovy_1 ._pageBody_ryovy_1 ._headerCharts_ryovy_6 ._selectMonths_ryovy_22{width:180px}._container_ryovy_1 ._pageBody_ryovy_1 ._headerCharts_ryovy_6 ._selectedBC_ryovy_25{max-width:300px;min-width:231px;margin-left:auto}._container_ryovy_1 ._pageBody_ryovy_1 ._bodyLoading_ryovy_30{height:calc(100vh - 240px);display:flex;justify-content:center;align-items:center}._container_ryovy_1 ._pageBody_ryovy_1 ._bodyLoading_ryovy_30 svg rect{fill:#3275f5}._container_ryovy_1 ._pageBody_ryovy_1 ._cardUniqueUsers_ryovy_39{padding:24px 32px 32px;height:529.13px;background:#FFFFFF;border-radius:10px}._container_ryovy_1 ._pageBody_ryovy_1 ._cardUniqueUsers_ryovy_39 header{font-family:Roboto,"sans-serif";font-style:normal;font-weight:700;font-size:22px;line-height:28px;display:flex;align-items:center;letter-spacing:.8px;color:#707071;margin-bottom:10px}._container_ryovy_1 ._pageBody_ryovy_1 ._cardUniqueUsers_ryovy_39>div{width:100%}._container_ryovy_1 ._pageBody_ryovy_1 ._cardUniqueUsers_ryovy_39>div>div{width:100%!important}._container_ryovy_1 ._pageBody_ryovy_1 ._cardUniqueUsers_ryovy_39>div>div>canvas{width:100%!important}._container_ryovy_1 ._pageBody_ryovy_1 ._cardClaimedGames_ryovy_66{margin-top:40px;padding:24px 32px 32px;height:514px;background:#FFFFFF;border-radius:10px}._container_ryovy_1 ._pageBody_ryovy_1 ._cardClaimedGames_ryovy_66 header{font-family:Roboto,"sans-serif";font-style:normal;font-weight:700;font-size:22px;line-height:28px;display:flex;align-items:center;letter-spacing:.8px;color:#707071;margin-bottom:10px}._container_ryovy_1 ._pageBody_ryovy_1 ._cardClaimedGames_ryovy_66>div{width:100%}._container_ryovy_1 ._pageBody_ryovy_1 ._cardClaimedGames_ryovy_66>div>div{width:100%!important}._container_ryovy_1 ._pageBody_ryovy_1 ._cardClaimedGames_ryovy_66>div>div>canvas{width:100%!important}._container_ryovy_1 ._pageBody_ryovy_1 ._cardUsersPerLane_ryovy_94{margin-top:40px;padding:24px 32px 32px;height:508px;background:#FFFFFF;border-radius:10px}._container_ryovy_1 ._pageBody_ryovy_1 ._cardUsersPerLane_ryovy_94 header{font-family:Roboto,"sans-serif";font-style:normal;font-weight:700;font-size:22px;line-height:28px;display:flex;align-items:center;letter-spacing:.8px;color:#707071;margin-bottom:10px}._container_ryovy_1 ._pageBody_ryovy_1 ._cardUsersPerLane_ryovy_94>div{width:100%}._container_ryovy_1 ._pageBody_ryovy_1 ._cardUsersPerLane_ryovy_94>div>div{width:100%!important}._container_ryovy_1 ._pageBody_ryovy_1 ._cardUsersPerLane_ryovy_94>div>div>canvas{width:100%!important}._preHeader_5x8wd_1{font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;line-height:.6rem;font-weight:500;font-style:normal;letter-spacing:2px;margin-bottom:4px;text-transform:capitalize}@media (min-width: 768px){._preHeader_5x8wd_1{font-size:1rem;line-height:1rem}}._headerXl_5x8wd_18{font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.725rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerXl_5x8wd_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_5x8wd_35{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLg_5x8wd_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_5x8wd_52{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLgInverted_5x8wd_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_5x8wd_52{text-align:center}._headerMd_5x8wd_72{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMd_5x8wd_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_5x8wd_72{margin-bottom:0}._headerMdInverted_5x8wd_92{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMdInverted_5x8wd_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_5x8wd_92{text-align:center}._textLabel_5x8wd_112{margin-bottom:.5rem;color:#000;font-weight:500;font-size:.875rem;white-space:nowrap}._textMsg_5x8wd_120{margin-bottom:.5rem;color:#000;font-weight:500;font-size:1rem;white-space:nowrap;text-align:center}._postTitleHeading_5x8wd_129{font-family:"Noto Serif",serif;font-size:1.5rem;font-weight:500;color:#000;line-height:2.25rem;text-align:center}._breadText_5x8wd_138{font-family:Roboto,serif;font-size:.9375rem;color:#707070;line-height:1.4rem;font-weight:400}._miniLabel_5x8wd_146{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#101820;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabel_5x8wd_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_5x8wd_163{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#436586;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabelLight_5x8wd_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_5x8wd_180{font-family:Roboto,serif;font-size:.9375rem;color:#36a3f7;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._linkDangerous_5x8wd_190{font-family:Roboto,serif;font-size:.9375rem;color:#f3545d;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._textOverLine_5x8wd_200{font-family:Roboto,Arial,sans-serif;font-size:.75rem;letter-spacing:.5px;margin-bottom:6px;color:#00000080;text-transform:uppercase}._labelHeaderMd_5x8wd_209{font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.17rem;margin-bottom:0}@media (min-width: 768px){._labelHeaderMd_5x8wd_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_5x8wd_226{color:red;margin-top:.3rem}._containerForm_5x8wd_231{border-radius:6px;display:flex;justify-content:space-between;margin-bottom:41px}._modalButtonRow_5x8wd_238{display:flex;justify-content:space-between;box-shadow:inset 0 1px #0000001a}._containerRowTop_5x8wd_244{display:grid;grid-template-columns:250px auto;width:100%;column-gap:10px}._containerRowTop_5x8wd_244>div:last-child{grid-column-start:1;grid-column-end:3;margin-top:11px}._row_5x8wd_256{display:grid;grid-template-columns:1fr 1fr;grid-column-gap:10px}._image_5x8wd_262{width:250px;height:250px;object-fit:cover;border-radius:3px}.DayPicker{display:inline-block;font-size:1rem}.DayPicker-wrapper{position:relative;flex-direction:row;padding-bottom:1em;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.DayPicker-Months{display:flex;flex-wrap:wrap;justify-content:center}.DayPicker-Month{display:table;margin:1em 1em 0;border-spacing:0;border-collapse:collapse;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.DayPicker-NavButton{position:absolute;top:1em;right:1.5em;left:auto;display:inline-block;margin-top:2px;width:1.25em;height:1.25em;background-position:center;background-size:50%;background-repeat:no-repeat;color:#8b9898;cursor:pointer}.DayPicker-NavButton:hover{opacity:.8}.DayPicker-NavButton--prev{margin-right:1.5em;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAwCAYAAAB5R9gVAAAABGdBTUEAALGPC/xhBQAAAVVJREFUWAnN2G0KgjAYwPHpGfRkaZeqvgQaK+hY3SUHrk1YzNLay/OiEFp92I+/Mp2F2Mh2lLISWnflFjzH263RQjzMZ19wgs73ez0o1WmtW+dgA01VxrE3p6l2GLsnBy1VYQOtVSEH/atCCgqpQgKKqYIOiq2CBkqtggLKqQIKgqgCBjpJ2Y5CdJ+zrT9A7HHSTA1dxUdHgzCqJIEwq0SDsKsEg6iqBIEoq/wEcVRZBXFV+QJxV5mBtlDFB5VjYTaGZ2sf4R9PM7U9ZU+lLuaetPP/5Die3ToO1+u+MKtHs06qODB2zBnI/jBd4MPQm1VkY79Tb18gB+C62FdBFsZR6yeIo1YQiLJWMIiqVjQIu1YSCLNWFgijVjYIuhYYCKoWKAiiFgoopxYaKLUWOii2FgkophYp6F3r42W5A9s9OcgNvva8xQaysKXlFytoqdYmQH6tF3toSUo0INq9AAAAAElFTkSuQmCC)}.DayPicker-NavButton--next{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAwCAYAAAB5R9gVAAAABGdBTUEAALGPC/xhBQAAAXRJREFUWAnN119ugjAcwPHWzJ1gnmxzB/BBE0n24m4xfNkTaOL7wOtsl3AXMMb+Vjaa1BG00N8fSEibPpAP3xAKKs2yjzTPH9RAjhEo9WzPr/Vm8zgE0+gXATAxxuxtqeJ9t5tIwv5AtQAApsfT6TPdbp+kUBcgVwvO51KqVhMkXKsVJFXrOkigVhCIs1Y4iKlWZxB1rX4gwlpRIIpa8SDkWmggrFq4IIRaJKCYWnSgnrXIQV1r8YD+1Vrn+bReagysIFfLABRt31v8oBu1xEBttfRbltmfjgEcWh9snUS2kNdBK6WN1vrOWxObWsz+fjxevsxmB1GQDfINWiev83nhaoiB/CoOU438oPrhXS0WpQ9xc1ZQWxWHqUYe0I0qrKCQKjygDlXIQV2r0IF6ViEBxVTBBSFUQQNhVYkHIVeJAtkNsbQ7c1LtzP6FsObhb2rCKv7NBIGoq4SDmKoEgTirXAcJVGkFSVVpgoSrXICGUMUH/QBZNSUy5XWUhwAAAABJRU5ErkJggg==)}.DayPicker-NavButton--interactionDisabled{display:none}.DayPicker-Caption{display:table-caption;margin-bottom:.5em;padding:0 .5em;text-align:left}.DayPicker-Caption>div{font-weight:500;font-size:1.15em}.DayPicker-Weekdays{display:table-header-group;margin-top:1em}.DayPicker-WeekdaysRow{display:table-row}.DayPicker-Weekday{display:table-cell;padding:.5em;color:#8b9898;text-align:center;font-size:.875em}.DayPicker-Weekday abbr[title]{border-bottom:none;text-decoration:none}.DayPicker-Body{display:table-row-group}.DayPicker-Week{display:table-row}.DayPicker-Day{display:table-cell;padding:.5em;border-radius:50%;vertical-align:middle;text-align:center;cursor:pointer}.DayPicker-WeekNumber{display:table-cell;padding:.5em;min-width:1em;border-right:1px solid #EAECEC;color:#8b9898;vertical-align:middle;text-align:right;font-size:.75em;cursor:pointer}.DayPicker--interactionDisabled .DayPicker-Day{cursor:default}.DayPicker-Footer{padding-top:.5em}.DayPicker-TodayButton{border:none;background-color:transparent;background-image:none;box-shadow:none;color:#4a90e2;font-size:.875em;cursor:pointer}.DayPicker-Day--today{color:#d0021b;font-weight:700}.DayPicker-Day--outside{color:#8b9898;cursor:default}.DayPicker-Day--disabled{color:#dce0e0;cursor:default}.DayPicker-Day--sunday{background-color:#f7f8f8}.DayPicker-Day--sunday:not(.DayPicker-Day--today){color:#dce0e0}.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside){position:relative;background-color:#4a90e2;color:#f0f8ff}.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside):hover{background-color:#51a0fa}.DayPicker:not(.DayPicker--interactionDisabled) .DayPicker-Day:not(.DayPicker-Day--disabled):not(.DayPicker-Day--selected):not(.DayPicker-Day--outside):hover{background-color:#f0f8ff}.DayPickerInput{display:inline-block}.DayPickerInput-OverlayWrapper{position:relative}.DayPickerInput-Overlay{position:absolute;left:0;z-index:1;background:white;box-shadow:0 2px 5px #00000026}.react-clock{display:block;position:relative}.react-clock,.react-clock *,.react-clock *:before,.react-clock *:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.react-clock__face{position:absolute;top:0;bottom:0;left:0;right:0;border:1px solid black;border-radius:50%}.react-clock__hand{position:absolute;top:0;bottom:0;left:50%;right:50%}.react-clock__hand__body{position:absolute;background-color:#000;transform:translate(-50%)}.react-clock__mark{position:absolute;top:0;bottom:0;left:50%;right:50%}.react-clock__mark__body{position:absolute;background-color:#000;transform:translate(-50%)}.react-clock__mark__number{position:absolute;left:-40px;width:80px;text-align:center}.react-clock__second-hand__body{background-color:red}.react-time-picker{display:inline-flex;position:relative}.react-time-picker,.react-time-picker *,.react-time-picker *:before,.react-time-picker *:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.react-time-picker--disabled{background-color:#f0f0f0;color:#6d6d6d}.react-time-picker__wrapper{display:flex;flex-grow:1;flex-shrink:0;border:thin solid gray}.react-time-picker__inputGroup{min-width:calc((4px * 3) + .54em * 6 + .217em * 2);flex-grow:1;padding:0 2px;box-sizing:content-box}.react-time-picker__inputGroup__divider{padding:1px 0;white-space:pre}.react-time-picker__inputGroup__input{min-width:.54em;height:100%;position:relative;padding:0 1px;border:0;background:none;font:inherit;box-sizing:content-box;-moz-appearance:textfield}.react-time-picker__inputGroup__input::-webkit-outer-spin-button,.react-time-picker__inputGroup__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.react-time-picker__inputGroup__input:invalid{background:rgba(255,0,0,.1)}.react-time-picker__inputGroup__input--hasLeadingZero{margin-left:-.54em;padding-left:calc(1px + .54em)}.react-time-picker__inputGroup__amPm{font:inherit;-moz-appearance:menulist}.react-time-picker__button{border:0;background:transparent;padding:4px 6px}.react-time-picker__button:enabled{cursor:pointer}.react-time-picker__button:enabled:hover .react-time-picker__button__icon,.react-time-picker__button:enabled:focus .react-time-picker__button__icon{stroke:#0078d7}.react-time-picker__button:disabled .react-time-picker__button__icon{stroke:#6d6d6d}.react-time-picker__button svg{display:inherit}.react-time-picker__clock{width:200px;height:200px;max-width:100vw;padding:25px;background-color:#fff;border:thin solid #a0a096;position:absolute;top:100%;left:0;z-index:1}.react-time-picker__clock--closed{display:none}._preHeader_1ga7c_1{font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;line-height:.6rem;font-weight:500;font-style:normal;letter-spacing:2px;margin-bottom:4px;text-transform:capitalize}@media (min-width: 768px){._preHeader_1ga7c_1{font-size:1rem;line-height:1rem}}._headerXl_1ga7c_18{font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.725rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerXl_1ga7c_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_1ga7c_35{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLg_1ga7c_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_1ga7c_52{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLgInverted_1ga7c_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_1ga7c_52{text-align:center}._headerMd_1ga7c_72{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMd_1ga7c_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_1ga7c_72{margin-bottom:0}._headerMdInverted_1ga7c_92{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMdInverted_1ga7c_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_1ga7c_92{text-align:center}._textLabel_1ga7c_112{margin-bottom:.5rem;color:#000;font-weight:500;font-size:.875rem;white-space:nowrap}._textMsg_1ga7c_120{margin-bottom:.5rem;color:#000;font-weight:500;font-size:1rem;white-space:nowrap;text-align:center}._postTitleHeading_1ga7c_129{font-family:"Noto Serif",serif;font-size:1.5rem;font-weight:500;color:#000;line-height:2.25rem;text-align:center}._breadText_1ga7c_138{font-family:Roboto,serif;font-size:.9375rem;color:#707070;line-height:1.4rem;font-weight:400}._miniLabel_1ga7c_146{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#101820;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabel_1ga7c_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_1ga7c_163{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#436586;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabelLight_1ga7c_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_1ga7c_180{font-family:Roboto,serif;font-size:.9375rem;color:#36a3f7;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._linkDangerous_1ga7c_190{font-family:Roboto,serif;font-size:.9375rem;color:#f3545d;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._textOverLine_1ga7c_200{font-family:Roboto,Arial,sans-serif;font-size:.75rem;letter-spacing:.5px;margin-bottom:6px;color:#00000080;text-transform:uppercase}._labelHeaderMd_1ga7c_209{font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.17rem;margin-bottom:0}@media (min-width: 768px){._labelHeaderMd_1ga7c_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_1ga7c_226{color:red;margin-top:.3rem}._inputContainer_1ga7c_231{position:relative;height:fit-content;width:auto;min-width:100px}._inputContainer_1ga7c_231>input{border:1px solid #d5d4dc;box-sizing:border-box;border-radius:8px;min-width:100px;width:100%;height:44px;color:#383838;padding-left:12px;padding-right:35px;display:flex;justify-content:center;align-items:center;outline:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._inputContainer_1ga7c_231>input:focus{border:3px solid #3275f5}._inputContainer_1ga7c_231>input:hover{border:1px solid #3275f5}._inputContainer_1ga7c_231>input:hover:focus{border:3px solid #3275f5}._inputContainer_1ga7c_231>input::placeholder{color:#8b849b;font-family:Roboto,"sans-serif";font-style:normal;font-weight:400;font-size:16px;letter-spacing:.2px}._inputContainer_1ga7c_231>input._error_1ga7c_272{border:1px solid #d0021b;background-color:#d0021b08}._inputContainer_1ga7c_231 ._iconWrapper_1ga7c_276{position:absolute;right:8px;top:50%;transform:translateY(-50%);border-radius:50%;width:29px;height:29px;display:flex;justify-content:center;align-items:center;box-sizing:border-box;cursor:pointer}._overlay_1ga7c_291{background:#fcfcfc;box-shadow:0 1px 11px #53535340;border-radius:7px;padding:14px;width:266px}._row_1ga7c_299{display:flex;justify-content:space-between;margin-top:21px}._ActionButton_1ga7c_305{height:33px;width:113.6px;padding:0;display:flex;justify-content:center;align-items:center}._formLabel_1ga7c_314{display:inline-block;padding:0 0 8px;text-transform:none!important;font-family:Roboto,"sans-serif";font-style:normal;font-weight:500;font-size:14px;line-height:16px;letter-spacing:.4px;color:#10002e}._errors_1ga7c_327{margin-top:2px;font-size:14px;color:#d0021b;z-index:300;font-weight:400}.lazy-load-image-background.blur{filter:blur(15px)}.lazy-load-image-background.blur.lazy-load-image-loaded{filter:blur(0);transition:filter .3s}.lazy-load-image-background.blur>img{opacity:0}.lazy-load-image-background.blur.lazy-load-image-loaded>img{opacity:1;transition:opacity .3s}.LazyLoadImageLT .lazy-load-image-background{display:unset!important}._inputs_1s9g8_1{display:flex;flex-grow:1;flex-wrap:wrap;gap:16px 24px}._inputs_1s9g8_1>div{flex:1 0 200px}._inputs_1s9g8_1 ._searchInput_1s9g8_10{flex-grow:2}._inputs_1s9g8_1 ._dateInputs_1s9g8_13{flex-basis:600px;display:flex;gap:24px}._inputs_1s9g8_1 ._dateInputs_1s9g8_13>div{flex:1 0 200px}._actions_1s9g8_22{display:flex;justify-content:space-between;margin-top:16px}._actions_1s9g8_22 ._resetFiltersBtn_1s9g8_27{border-bottom:0;height:45px;border-radius:4px}._preHeader_vjbgb_1{font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;line-height:.6rem;font-weight:500;font-style:normal;letter-spacing:2px;margin-bottom:4px;text-transform:capitalize}@media (min-width: 768px){._preHeader_vjbgb_1{font-size:1rem;line-height:1rem}}._headerXl_vjbgb_18{font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.725rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerXl_vjbgb_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_vjbgb_35{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLg_vjbgb_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_vjbgb_52{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLgInverted_vjbgb_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_vjbgb_52{text-align:center}._headerMd_vjbgb_72{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMd_vjbgb_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_vjbgb_72{margin-bottom:0}._headerMdInverted_vjbgb_92{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMdInverted_vjbgb_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_vjbgb_92{text-align:center}._textLabel_vjbgb_112{margin-bottom:.5rem;color:#000;font-weight:500;font-size:.875rem;white-space:nowrap}._textMsg_vjbgb_120{margin-bottom:.5rem;color:#000;font-weight:500;font-size:1rem;white-space:nowrap;text-align:center}._postTitleHeading_vjbgb_129{font-family:"Noto Serif",serif;font-size:1.5rem;font-weight:500;color:#000;line-height:2.25rem;text-align:center}._breadText_vjbgb_138{font-family:Roboto,serif;font-size:.9375rem;color:#707070;line-height:1.4rem;font-weight:400}._miniLabel_vjbgb_146{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#101820;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabel_vjbgb_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_vjbgb_163{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#436586;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabelLight_vjbgb_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_vjbgb_180{font-family:Roboto,serif;font-size:.9375rem;color:#36a3f7;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._linkDangerous_vjbgb_190{font-family:Roboto,serif;font-size:.9375rem;color:#f3545d;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._textOverLine_vjbgb_200{font-family:Roboto,Arial,sans-serif;font-size:.75rem;letter-spacing:.5px;margin-bottom:6px;color:#00000080;text-transform:uppercase}._labelHeaderMd_vjbgb_209{font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.17rem;margin-bottom:0}@media (min-width: 768px){._labelHeaderMd_vjbgb_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_vjbgb_226{color:red;margin-top:.3rem}._Wrapper_vjbgb_231{display:flex;flex-direction:column}._inputContainer_vjbgb_236{position:relative;height:fit-content;width:auto;min-width:150px}._inputContainer_vjbgb_236>input{border:1px solid #d5d4dc;box-sizing:border-box;border-radius:8px;min-width:100px;width:100%;height:45px;color:#383838;padding-left:12px;display:flex;justify-content:center;align-items:center;outline:none;padding-right:30px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}._inputContainer_vjbgb_236>input:focus{border:3px solid #3275f5}._inputContainer_vjbgb_236>input:hover{border:1px solid #3275f5}._inputContainer_vjbgb_236>input:hover:focus{border:3px solid #3275f5}._inputContainer_vjbgb_236>input::placeholder{color:#8b849b;font-family:Roboto,"sans-serif";font-style:normal;font-weight:400;font-size:16px;letter-spacing:.2px}._inputContainer_vjbgb_236>input._error_vjbgb_278{border:1px solid #d0021b;background-color:#d0021b08}._inputContainer_vjbgb_236 ._iconWrapper_vjbgb_282{position:absolute;right:8px;top:50%;transform:translateY(-50%);border-radius:50%;width:29px;height:29px;display:flex;justify-content:center;align-items:center;box-sizing:border-box;cursor:pointer}._overlay_vjbgb_297{background:#fcfcfc;box-shadow:0 1px 11px #53535340;border-radius:7px;padding:14px;width:266px}._row_vjbgb_305{display:flex;justify-content:space-between;margin-top:21px}._ActionButton_vjbgb_311{height:33px;line-height:33px;width:113.6px;padding:0;display:flex;justify-content:center;align-items:center}._formLabel_vjbgb_321{display:inline-block;padding:0 0 8px;text-transform:none!important;font-family:Roboto,"sans-serif";font-style:normal;font-weight:500;font-size:14px;line-height:16px;letter-spacing:.4px;color:#10002e}._errors_vjbgb_334{margin-top:2px;font-size:14px;color:#d0021b;z-index:300;font-weight:400}.DayPicker{margin:auto;display:block}.DayPicker-wrapper{margin:auto}.DayPicker-Month{margin:0;width:100%;height:100%;border-collapse:separate;border-spacing:2px}.DayPicker-Caption{margin-bottom:0;padding:0}.DayPicker-Caption>div{font-family:Roboto;font-style:normal;font-weight:400;font-size:13px;line-height:15px;display:flex;align-items:center;color:#383838;text-align:center}.DayPicker-NavButton{top:.7em}.DayPicker-NavButton--prev{background-image:url(/assets/arrow-left-calendar-9b729bc9.svg);top:22px;left:24px;height:24px;width:24px;margin-top:0}.DayPicker-NavButton--next{background-image:url(/assets/arrow-right-calendar-efd40ef3.svg);left:auto;top:22px;right:24px;height:24px;width:24px;margin-top:0}.DayPicker-Weekday{font-size:12px;font-weight:700;color:#00000061}.DayPicker-Day{font-size:12px;width:32px;height:32px}.DayPicker-Day.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside){color:#fff;background-color:#eeb216}.DayPickerInput-OverlayWrapper{z-index:2}.DayPicker-wrapper{border:none}.DayPicker-Month{margin:0;width:-webkit-fit-content;height:100%;border-collapse:separate;border-spacing:2px}.DayPicker-Caption{margin-bottom:0;padding:0;margin-top:7px}.DayPicker-Caption>div{font-size:14px;font-weight:500;color:#2a2a2a;text-align:center;justify-content:center}.DayPicker-NavButton--prev{top:9px;left:24px;height:11px;margin-top:0}.DayPicker-NavButton--next{top:9px;right:24px;height:11px;margin-top:0}.DayPicker-Weekday{font-size:14px;font-weight:400}.DayPicker-Weekdays{display:flex;margin-top:23px;padding:0 19px}.DayPicker-Weekdays .DayPicker-WeekdaysRow{display:flex}.DayPicker-Weekdays .DayPicker-WeekdaysRow .DayPicker-Weekday{font-weight:400;font-size:14px;width:22px;height:22px;display:inline-block;margin:0 6px;display:flex;justify-content:center;align-items:center}.DayPicker-Weekdays .DayPicker-WeekdaysRow .DayPicker-Weekday:first-child{margin-left:0}.DayPicker-Weekdays .DayPicker-WeekdaysRow .DayPicker-Weekday:last-child{margin-right:0}.DayPicker-Day{font-size:14px;width:32px;height:32px}.DayPicker-Day.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside){color:#fff;background-color:#9db8ec}.DayPicker-Body{background:#fbfbfb;border:1px solid #ededed;box-sizing:border-box;box-shadow:inset 0 1px 5px #8f8f8f40;border-radius:3px;padding:1.5px 13px;display:inline-block;width:fit-content;margin:0 auto;display:block}.DayPicker-Body .DayPicker-Week{display:flex;margin:4px 0}.DayPicker-Body .DayPicker-Week .DayPicker-Day{font-size:14px;width:30px;height:30px;color:#767676;display:inline-block;margin:2px 0;justify-content:center;font-family:Roboto;font-style:normal;font-weight:400;font-size:13px;line-height:15px;display:flex;align-items:center;text-align:center;color:#414141}.DayPicker-Body .DayPicker-Week .DayPicker-Day:first-child{margin-left:0}.DayPicker-Body .DayPicker-Week .DayPicker-Day:last-child{margin-right:0}.DayPicker-Body .DayPicker-Week .DayPicker-Day.DayPicker-Day--disabled{color:#dce0e0!important}.DayPicker-Body .DayPicker-Week:last-child{margin-bottom:0}.DayPicker-Body .DayPicker-Week .DayPicker-Day--outside{color:#d8d8d8}.react-time-picker{width:100%}.react-time-picker .react-time-picker__wrapper{border:none}.react-time-picker .react-time-picker__wrapper .react-time-picker__inputGroup{display:flex;justify-content:space-between;padding:0}.react-time-picker__inputGroup__input{background:#fbfbfb;border:1px solid #ededed;box-sizing:border-box;border-radius:3px;width:76.61px!important;text-align:center;margin:0;display:inline-block;outline:none;height:31px;font-family:Roboto;font-style:normal;font-weight:400;font-size:12px;line-height:14px;color:#383838}.react-time-picker__inputGroup__input:focus{border:.5px solid #5e93ff}.react-time-picker__inputGroup__divider,.react-time-picker__inputGroup__leadingZero{display:none}.react-time-picker__inputGroup__hasLeadingZero{padding-left:0}select.react-time-picker__inputGroup__amPm{-webkit-appearance:none;appearance:none;-moz-appearance:none}._preHeader_1p31l_1{font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;line-height:.6rem;font-weight:500;font-style:normal;letter-spacing:2px;margin-bottom:4px;text-transform:capitalize}@media (min-width: 768px){._preHeader_1p31l_1{font-size:1rem;line-height:1rem}}._headerXl_1p31l_18{font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.725rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerXl_1p31l_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_1p31l_35{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLg_1p31l_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_1p31l_52{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLgInverted_1p31l_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_1p31l_52{text-align:center}._headerMd_1p31l_72{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMd_1p31l_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_1p31l_72{margin-bottom:0}._headerMdInverted_1p31l_92{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMdInverted_1p31l_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_1p31l_92{text-align:center}._textLabel_1p31l_112{margin-bottom:.5rem;color:#000;font-weight:500;font-size:.875rem;white-space:nowrap}._textMsg_1p31l_120{margin-bottom:.5rem;color:#000;font-weight:500;font-size:1rem;white-space:nowrap;text-align:center}._postTitleHeading_1p31l_129{font-family:"Noto Serif",serif;font-size:1.5rem;font-weight:500;color:#000;line-height:2.25rem;text-align:center}._breadText_1p31l_138{font-family:Roboto,serif;font-size:.9375rem;color:#707070;line-height:1.4rem;font-weight:400}._miniLabel_1p31l_146{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#101820;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabel_1p31l_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_1p31l_163{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#436586;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabelLight_1p31l_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_1p31l_180{font-family:Roboto,serif;font-size:.9375rem;color:#36a3f7;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._linkDangerous_1p31l_190{font-family:Roboto,serif;font-size:.9375rem;color:#f3545d;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._textOverLine_1p31l_200{font-family:Roboto,Arial,sans-serif;font-size:.75rem;letter-spacing:.5px;margin-bottom:6px;color:#00000080;text-transform:uppercase}._labelHeaderMd_1p31l_209{font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.17rem;margin-bottom:0}@media (min-width: 768px){._labelHeaderMd_1p31l_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_1p31l_226{color:red;margin-top:.3rem}._wrapper_1p31l_231{height:204px;background:#fcfcfc;box-shadow:0 1px 5px #53535340;border-radius:5px;padding:12px 15px 14px;width:100%;cursor:pointer;transition:box-shadow .3s}._wrapper_1p31l_231:hover{background-color:#f7f9ff}._top_1p31l_245{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #ececec;padding-bottom:11px;margin-bottom:12px}._top_1p31l_245>div{display:flex;justify-content:space-between;align-items:center}._textType1_1p31l_259{font-family:Roboto,"sans-serif";font-style:normal;font-weight:400;font-size:13px;line-height:15px;color:#999}._textType2_1p31l_268{font-family:Roboto,"sans-serif";font-style:normal;font-weight:400;font-size:12px;color:#000;opacity:.5}._textType3_1p31l_277{font-family:Roboto,"sans-serif";font-style:normal;font-weight:400;font-size:13px;line-height:15px;color:#000}._cardActions_1p31l_286{display:flex;flex-direction:column;justify-content:center;align-items:center;row-gap:12px;position:absolute;right:0}._labelType_1p31l_296{font-family:Roboto,"sans-serif";font-style:normal;font-weight:400;font-size:13px;line-height:15px;text-align:center;color:#fff;border-radius:3px;line-height:24px;width:80px}._labelType_1p31l_296._yt_1p31l_308{background:rgba(247,33,33,.8)}._labelType_1p31l_296._st_1p31l_311{background:#3275f5}._image_1p31l_315{width:214px;height:130px;object-fit:cover;border-radius:3px}._body_1p31l_322{display:flex;justify-content:flex-start;height:130px;position:relative}._infoTextCard_1p31l_329{margin-left:40px;height:100%;display:flex;flex-direction:column;justify-content:space-between;padding-right:37px}._infoTextCard_1p31l_329 ._description_1p31l_337{max-width:520px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;margin-top:17px}._infoTextCard_1p31l_329 ._secondRow_1p31l_346{display:flex;align-items:center}._infoTextCard_1p31l_329 ._secondRow_1p31l_346 ._imageUrl_1p31l_350{margin-left:40.56px;display:flex;align-items:center}._infoTextCard_1p31l_329 ._secondRow_1p31l_346 ._imageUrl_1p31l_350 img{margin-right:4px}._preHeader_5eyfb_1{font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;line-height:.6rem;font-weight:500;font-style:normal;letter-spacing:2px;margin-bottom:4px;text-transform:capitalize}@media (min-width: 768px){._preHeader_5eyfb_1{font-size:1rem;line-height:1rem}}._headerXl_5eyfb_18{font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.725rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerXl_5eyfb_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_5eyfb_35{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLg_5eyfb_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_5eyfb_52{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLgInverted_5eyfb_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_5eyfb_52{text-align:center}._headerMd_5eyfb_72{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMd_5eyfb_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_5eyfb_72{margin-bottom:0}._headerMdInverted_5eyfb_92{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMdInverted_5eyfb_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_5eyfb_92{text-align:center}._textLabel_5eyfb_112{margin-bottom:.5rem;color:#000;font-weight:500;font-size:.875rem;white-space:nowrap}._textMsg_5eyfb_120{margin-bottom:.5rem;color:#000;font-weight:500;font-size:1rem;white-space:nowrap;text-align:center}._postTitleHeading_5eyfb_129{font-family:"Noto Serif",serif;font-size:1.5rem;font-weight:500;color:#000;line-height:2.25rem;text-align:center}._breadText_5eyfb_138{font-family:Roboto,serif;font-size:.9375rem;color:#707070;line-height:1.4rem;font-weight:400}._miniLabel_5eyfb_146{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#101820;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabel_5eyfb_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_5eyfb_163{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#436586;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabelLight_5eyfb_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_5eyfb_180{font-family:Roboto,serif;font-size:.9375rem;color:#36a3f7;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._linkDangerous_5eyfb_190{font-family:Roboto,serif;font-size:.9375rem;color:#f3545d;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._textOverLine_5eyfb_200{font-family:Roboto,Arial,sans-serif;font-size:.75rem;letter-spacing:.5px;margin-bottom:6px;color:#00000080;text-transform:uppercase}._labelHeaderMd_5eyfb_209{font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.17rem;margin-bottom:0}@media (min-width: 768px){._labelHeaderMd_5eyfb_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_5eyfb_226{color:red;margin-top:.3rem}._lanetalkPostsRoute_5eyfb_231{min-height:100vh;background-color:#fff;flex:1}._lanetalkPostsRoute_5eyfb_231 ._header_5eyfb_18{display:flex;align-items:center;justify-content:flex-start;height:46px;margin-top:4px;margin-bottom:60px}._lanetalkPostsRoute_5eyfb_231 ._header_5eyfb_18>h2{font-family:Roboto;font-style:normal;font-weight:500;font-size:30px;line-height:35px;color:#424242;margin:0}._lanetalkPostsRoute_5eyfb_231 ._top_5eyfb_253{background:#ffffff;padding:29px 41px 24px 50px}._lanetalkPostsRoute_5eyfb_231 ._top_5eyfb_253 h3{font-family:Roboto,"sans-serif";font-style:normal;font-weight:400;font-size:20px;color:#424242;margin:39px 0 29px}._lanetalkPostsRoute_5eyfb_231 ._top_5eyfb_253 ._topActions_5eyfb_265{border-bottom:1px solid #ececec;padding-bottom:30px}._lanetalkPostsRoute_5eyfb_231 ._pageBody_5eyfb_269{padding:0 41px 0 50px}._modalTitle_5eyfb_273{font-family:Roboto,"sans-serif";font-style:normal;font-weight:500;font-size:27px;line-height:32px;color:#424242;margin-bottom:24px;text-align:center}._modalContentText_5eyfb_285{font-family:Roboto,"sans-serif";font-style:normal;font-weight:400;font-size:16px;line-height:19px;text-align:center;color:#000}._modalSubtitle_5eyfb_295{font-family:Roboto,"sans-serif";font-style:normal;font-weight:400;font-size:16px;line-height:19px;text-align:center;color:#000;display:inline-block;width:100%}._modalUnlinkClass_5eyfb_307{padding:30px 28px 20px}._centeredVerticalHorizontal_5eyfb_311{position:absolute;top:70%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center}._centeredVerticalHorizontal_5eyfb_311 ._notFoundMessage_5eyfb_320{font-family:Roboto,"sans-serif";font-style:normal;font-weight:500;font-size:22px;color:#000;opacity:.3;margin-bottom:4px;text-align:center}._centeredVerticalHorizontal_5eyfb_311 ._notFoundSuggestion_5eyfb_330{font-family:Roboto,"sans-serif";font-style:normal;font-weight:400;font-size:16px;color:#1b2b41b8;text-align:center;max-width:500px}._formModal_5eyfb_340{padding:30px 32px 20px}._modalColumn_5eyfb_344{display:flex;flex-direction:column}._textfieldLt_1iq5u_1{font-family:Roboto,sans-serif;height:98px}._label_1iq5u_6{display:block;font-size:14px;font-weight:500;line-height:16px;letter-spacing:.4px;color:#10002e;margin-bottom:8px}._label_1iq5u_6._disabled_1iq5u_15{color:#a0a0a0}._asterisk_1iq5u_19{color:red}._input_1iq5u_23{width:100%;height:45px;padding:12px;box-sizing:border-box;font-size:16px;font-weight:400;line-height:21px;letter-spacing:.2px;color:#10002e;border:1px solid #E0E0E0;border-radius:8px;outline:none}._input_1iq5u_23::placeholder{color:#757575;opacity:1}._input_1iq5u_23:hover{border-color:#6200ee}._input_1iq5u_23:focus{box-shadow:0 0 0 1px #6200ee}._input_1iq5u_23._error_1iq5u_47{background-color:#ffebee;box-shadow:0 0 0 1px #b00020}._input_1iq5u_23._error_1iq5u_47:hover{border-color:#b00020}._input_1iq5u_23._disabled_1iq5u_15{background-color:#f5f5f5;border-color:#e0e0e0;color:#a0a0a0}._input_1iq5u_23._disabled_1iq5u_15::placeholder{color:#a0a0a0}._input_1iq5u_23._readonly_1iq5u_62{background-color:#fafafa;border-color:#e0e0e0}._helperText_1iq5u_67{margin-top:8px;font-size:14px;font-weight:400;line-height:21px;letter-spacing:.2px;color:#757575;display:flex;align-items:center}._helperText_1iq5u_67._error_1iq5u_47{color:#b00020}._helperText_1iq5u_67._disabled_1iq5u_15{color:#a0a0a0}._errorIcon_1iq5u_84{width:16px;height:16px;margin-right:4px}._preHeader_1j82_1{font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;line-height:.6rem;font-weight:500;font-style:normal;letter-spacing:2px;margin-bottom:4px;text-transform:capitalize}@media (min-width: 768px){._preHeader_1j82_1{font-size:1rem;line-height:1rem}}._headerXl_1j82_18{font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.725rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerXl_1j82_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_1j82_35{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLg_1j82_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_1j82_52{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLgInverted_1j82_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_1j82_52{text-align:center}._headerMd_1j82_72{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMd_1j82_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_1j82_72{margin-bottom:0}._headerMdInverted_1j82_92{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMdInverted_1j82_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_1j82_92{text-align:center}._textLabel_1j82_112{margin-bottom:.5rem;color:#000;font-weight:500;font-size:.875rem;white-space:nowrap}._textMsg_1j82_120{margin-bottom:.5rem;color:#000;font-weight:500;font-size:1rem;white-space:nowrap;text-align:center}._postTitleHeading_1j82_129{font-family:"Noto Serif",serif;font-size:1.5rem;font-weight:500;color:#000;line-height:2.25rem;text-align:center}._breadText_1j82_138{font-family:Roboto,serif;font-size:.9375rem;color:#707070;line-height:1.4rem;font-weight:400}._miniLabel_1j82_146{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#101820;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabel_1j82_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_1j82_163{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#436586;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabelLight_1j82_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_1j82_180{font-family:Roboto,serif;font-size:.9375rem;color:#36a3f7;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._linkDangerous_1j82_190{font-family:Roboto,serif;font-size:.9375rem;color:#f3545d;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._textOverLine_1j82_200{font-family:Roboto,Arial,sans-serif;font-size:.75rem;letter-spacing:.5px;margin-bottom:6px;color:#00000080;text-transform:uppercase}._labelHeaderMd_1j82_209{font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.17rem;margin-bottom:0}@media (min-width: 768px){._labelHeaderMd_1j82_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_1j82_226{color:red;margin-top:.3rem}._tableParent_1j82_231{font-family:Roboto,Arial,sans-serif;position:relative;display:flex;flex-direction:column;border:none;padding:0}@media (min-width: 320px){._tableParent_1j82_231{width:240px}}@media (min-width: 375px){._tableParent_1j82_231{width:295px}}@media (min-width: 425px){._tableParent_1j82_231{width:345px}}@media (min-width: 768px){._tableParent_1j82_231{width:100%}}._table_1j82_231{padding:0;border-radius:6px;background-color:#fff;flex:auto 1;display:flex;flex-direction:column;align-items:stretch;width:100%;border-collapse:collapse;overflow:auto}._table_1j82_231 ._tableHeader_1j82_272{box-shadow:none!important;font-weight:600;font-size:14px;color:#909090;border-bottom:1px solid #dadee3}._table_1j82_231 ._tableHeader_1j82_272 ._tableHeaderCell_1j82_279{border:none!important;text-align:left;height:52px;display:flex;align-items:center;padding:5px 16px}._tableBody_1j82_288{flex:99999 1 auto;display:flex;flex-direction:column;overflow-x:hidden!important}._tableBodyNoBorder_1j82_295{flex:99999 1 auto;display:flex;flex-direction:column;overflow-x:hidden!important;overflow-x:hidden}._tableBodyNoBorder_1j82_295:first-child{border:none}._tableBodyNoBorder_1j82_295:last-child{border:none}._tableDataCell_1j82_309{border:none!important;padding:25px 5px!important;color:#111827}._tableRowGroup_1j82_315{border-bottom:1px solid #dcdcdc;border-top:none;max-height:130px}._tableRowGroup_1j82_315:nth-child(2n){background-color:#f8f8f8}._tableRowGroupNoBorder_1j82_324{border-top:none!important;border-bottom:none!important}._tableRow_1j82_315{align-items:flex-start}._tableRowSelect_1j82_333{align-items:flex-start;padding:0}._HeaderUserId_z6njr_2,._tdUserId_z6njr_3{width:7.805%!important}._HeaderPosition_z6njr_7{width:8.196%!important}._HeaderPosition_z6njr_7[class*=-sort-desc],._HeaderPosition_z6njr_7[class*=-sort-asc]{box-shadow:none!important}._HeaderPosition_z6njr_7[class*=-sort-desc]>div:first-of-type,._HeaderPosition_z6njr_7[class*=-sort-asc]>div:first-of-type{width:fit-content;position:relative;overflow:visible}._HeaderPosition_z6njr_7[class*=-sort-desc]>div:first-of-type:after,._HeaderPosition_z6njr_7[class*=-sort-asc]>div:first-of-type:after{position:absolute;top:50%;left:calc(100% + 6px);transform:translateY(-50%)}._HeaderPosition_z6njr_7[class*=-sort-desc]>div:first-of-type:after{content:"▼"}._HeaderPosition_z6njr_7[class*=-sort-asc]>div:first-of-type:after{content:"▲"}._HeaderUserId_z6njr_2,._HeaderPosition_z6njr_7,._HeaderFullname_z6njr_33,._HeaderMatchName_z6njr_34,._HeaderBowlingCenter_z6njr_35,._HeaderScore_z6njr_36,._HeaderTotalScore_z6njr_37,._HeaderEmail_z6njr_38,._HeaderHcp_z6njr_39{padding:14px 16px 16px!important;font-family:Roboto;font-style:normal;font-weight:600;font-size:14px;line-height:16px;color:#909090}._HeaderFullname_z6njr_33,._HeaderEmail_z6njr_38,._HeaderMatchName_z6njr_34,._HeaderBowlingCenter_z6njr_35,._tdFullname_z6njr_53,._tdEmail_z6njr_54,._tdMatchName_z6njr_55,._tdBowlingCenter_z6njr_56{width:14.366%!important}._HeaderFullname_z6njr_33,._HeaderEmail_z6njr_38,._HeaderMatchName_z6njr_34,._HeaderBowlingCenter_z6njr_35{text-align:left}._HeaderScore_z6njr_36,._HeaderTotalScore_z6njr_37,._tdScore_z6njr_69,._tdTotalScore_z6njr_70{width:10.147%!important}._HeaderHcp_z6njr_39,._tdHcp_z6njr_75{width:6.245%!important}._tdPosition_z6njr_79{width:8.196%!important;text-align:center}._tdPrice_z6njr_84,._tdDiscount_z6njr_85,._tdActions_z6njr_86{text-align:right}._tdUserId_z6njr_3,._tdPosition_z6njr_79,._tdFullname_z6njr_53,._tdEmail_z6njr_54,._tdMatchName_z6njr_55,._tdBowlingCenter_z6njr_56,._tdHcp_z6njr_75{padding:15px 16px 14px!important;font-family:Roboto;font-style:normal;font-weight:400;font-size:16px;line-height:19px}._tdTotalScore_z6njr_70{padding:8px 18px 8px 14px!important}._tdScore_z6njr_69{padding:8px 22px 8px 18px!important}._ScoreCell_z6njr_113{display:flex;flex-direction:row;align-items:center;justify-content:center;padding:8px 20px;font-family:Roboto;font-style:normal;font-weight:400;font-size:14px;line-height:16px;background:#fcf2b7;border-radius:100px}._TotalScoreCell_z6njr_128{display:flex;flex-direction:row;align-items:center;justify-content:center;padding:8px 20px;font-family:Roboto;font-style:normal;font-weight:400;font-size:14px;line-height:16px;background:#91ffca;border-radius:100px}._EmailDataCell_z6njr_143{font-family:Roboto;font-style:normal;font-weight:400;font-size:16px;line-height:19px;color:#2563eb;text-decoration:underline;transition:color .3s ease}._EmailDataCell_z6njr_143:hover{color:#0600ff;transition:color .3s ease}._containerTable_z6njr_158{box-shadow:0 22px 64px #00000026;margin:18px 0 0;position:relative;border-radius:6px}._emptyMessage_z6njr_165{font-family:Roboto,"sans-serif";font-style:normal;font-weight:500;text-align:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column}._emptyMessage_z6njr_165 span:first-child{font-size:22px;text-align:center;color:#000;opacity:.3;display:inline-block}._emptyMessage_z6njr_165 span:nth-child(2){font-weight:400;font-size:16px;text-align:center;color:#1b2b41b8;margin-top:4px;display:inline-block}._preHeader_umlug_1{font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;line-height:.6rem;font-weight:500;font-style:normal;letter-spacing:2px;margin-bottom:4px;text-transform:capitalize}@media (min-width: 768px){._preHeader_umlug_1{font-size:1rem;line-height:1rem}}._headerXl_umlug_18{font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.725rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerXl_umlug_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_umlug_35{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLg_umlug_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_umlug_52{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLgInverted_umlug_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_umlug_52{text-align:center}._headerMd_umlug_72{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMd_umlug_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_umlug_72{margin-bottom:0}._headerMdInverted_umlug_92{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMdInverted_umlug_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_umlug_92{text-align:center}._textLabel_umlug_112{margin-bottom:.5rem;color:#000;font-weight:500;font-size:.875rem;white-space:nowrap}._textMsg_umlug_120{margin-bottom:.5rem;color:#000;font-weight:500;font-size:1rem;white-space:nowrap;text-align:center}._postTitleHeading_umlug_129{font-family:"Noto Serif",serif;font-size:1.5rem;font-weight:500;color:#000;line-height:2.25rem;text-align:center}._breadText_umlug_138{font-family:Roboto,serif;font-size:.9375rem;color:#707070;line-height:1.4rem;font-weight:400}._miniLabel_umlug_146{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#101820;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabel_umlug_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_umlug_163{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#436586;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabelLight_umlug_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_umlug_180{font-family:Roboto,serif;font-size:.9375rem;color:#36a3f7;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._linkDangerous_umlug_190{font-family:Roboto,serif;font-size:.9375rem;color:#f3545d;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._textOverLine_umlug_200{font-family:Roboto,Arial,sans-serif;font-size:.75rem;letter-spacing:.5px;margin-bottom:6px;color:#00000080;text-transform:uppercase}._labelHeaderMd_umlug_209{font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.17rem;margin-bottom:0}@media (min-width: 768px){._labelHeaderMd_umlug_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_umlug_226{color:red;margin-top:.3rem}._leaderboardRoute_umlug_231{min-height:100vh;background-color:#fff;flex:1}._leaderboardRoute_umlug_231 ._top_umlug_236{background:#ffffff;padding:29px 50px 16px}._leaderboardRoute_umlug_231 ._top_umlug_236 h3{font-family:Roboto,"sans-serif";font-style:normal;font-weight:400;font-size:20px;color:#424242;margin:39px 0 29px}._leaderboardRoute_umlug_231 ._top_umlug_236 ._topActions_umlug_248{display:flex;justify-content:space-between;border-bottom:1px solid #ececec;padding-bottom:30px}._leaderboardRoute_umlug_231 ._top_umlug_236 ._topActions_umlug_248 ._inputs_umlug_254{display:flex;column-gap:10px}._leaderboardRoute_umlug_231 ._top_umlug_236 ._topTable_umlug_258{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:16.5px}._leaderboardRoute_umlug_231 ._top_umlug_236 ._topTable_umlug_258>span{font-family:Roboto,"sans-serif";font-style:normal;font-weight:400;font-size:20px;line-height:23px;color:#424242}._leaderboardRoute_umlug_231 ._top_umlug_236 ._topTable_umlug_258 ._spanExportCSV_umlug_272{margin-left:auto;color:#3275f5;cursor:pointer;padding-bottom:14px;font-family:Roboto,sans-serif;font-style:normal;font-weight:500;font-size:16px;line-height:19px;display:flex;align-items:center;text-align:center;letter-spacing:.03em}._leaderboardRoute_umlug_231 ._top_umlug_236 ._matchesButtons_umlug_287 button{display:inline-block}._leaderboardRoute_umlug_231 ._top_umlug_236 ._matchesButtons_umlug_287 button:not(:last-child){margin-right:8px}._leaderboardRoute_umlug_231 ._pageBody_umlug_293{padding:18px 50px 30px;background:#E5E5E5}._leaderboardRoute_umlug_231 ._pageBody_umlug_293 ._positionHeader_umlug_297,._leaderboardRoute_umlug_231 ._pageBody_umlug_293 ._scoreHeader_umlug_297,._leaderboardRoute_umlug_231 ._pageBody_umlug_293 ._totalScoreHeader_umlug_297{display:flex;justify-content:center}._leaderboardRoute_umlug_231 ._pageBody_umlug_293 ._scoreContainer_umlug_301{padding:0!important;display:flex;align-items:center}._leaderboardRoute_umlug_231 ._pageBody_umlug_293 ._scoreContainer_umlug_301>div{padding:8px 20px;background:#FCF2B7;border-radius:100px;display:flex;justify-content:center;align-items:center;width:fit-content;margin-left:auto;margin-right:auto}._leaderboardRoute_umlug_231 ._pageBody_umlug_293 ._totalScoreContainer_umlug_317{padding:0!important;display:flex;align-items:center}._leaderboardRoute_umlug_231 ._pageBody_umlug_293 ._totalScoreContainer_umlug_317>div{padding:8px 20px;background:#91FFCA;border-radius:100px;display:flex;justify-content:center;align-items:center;width:fit-content;margin-left:auto;margin-right:auto}._leaderboardRoute_umlug_231 ._pageBody_umlug_293 ._positionContainer_umlug_333>div{display:flex;justify-content:center}._leaderboardRoute_umlug_231 ._pageBody_umlug_293 ._emailContainer_umlug_337 a{text-decoration:underline;font-family:Roboto,sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:19px;display:flex;align-items:center;font-feature-settings:"ss01" on;color:#2563eb}._leaderboardRoute_umlug_231 ._emptyMessage_umlug_349{font-family:Roboto,"sans-serif";font-style:normal;font-weight:500;text-align:center;display:flex;flex-direction:column;padding-top:221px;height:calc(100vh - 86px);width:100%;background:#F6F6F6}._leaderboardRoute_umlug_231 ._emptyMessage_umlug_349 div._iconContainer_umlug_361{width:215px;height:105px;border-bottom:3px solid #CBC6C1;padding-right:50px;padding-left:50px;padding-bottom:0;margin-left:auto;margin-right:auto;margin-bottom:39px}._leaderboardRoute_umlug_231 ._emptyMessage_umlug_349 div._iconContainer_umlug_361 img{width:105px;height:105px}._leaderboardRoute_umlug_231 ._emptyMessage_umlug_349 span:first-of-type{font-size:22px;line-height:27.57px;text-align:center;color:#000;opacity:.3;display:inline-block;margin-bottom:4px}._leaderboardRoute_umlug_231 ._emptyMessage_umlug_349 span:nth-of-type(2){font-weight:400;font-size:16px;line-height:25.78px;text-align:center;color:#1b2b41b8;margin-top:4px;display:inline-block}._startFinishCell_umlug_395{display:flex;flex-direction:column}._startFinishCell_umlug_395 span{font-family:Roboto,"sans-serif";font-style:normal;font-weight:400;font-size:13px;color:#282828;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._nameCell_umlug_410{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:160px;display:inline-block}._modalTitle_umlug_418{font-family:Roboto,"sans-serif";font-style:normal;font-weight:500;font-size:27px;line-height:32px;text-align:center;color:#424242;margin-bottom:24px}._modalContentText_umlug_429{font-family:Roboto,"sans-serif";font-style:normal;font-weight:400;font-size:16px;line-height:19px;text-align:center;color:#000}._modalSubtitle_umlug_439{font-family:Roboto,sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:19px;text-align:center;color:#000;display:inline-block;width:100%}._centeredVerticalHorizontal_umlug_451{position:absolute;top:70%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center}._centeredVerticalHorizontal_umlug_451 ._notFoundMessage_umlug_460{font-family:Roboto,"sans-serif";font-style:normal;font-weight:500;font-size:22px;color:#000;opacity:.3;margin-bottom:4px;text-align:center}._centeredVerticalHorizontal_umlug_451 ._notFoundSuggestion_umlug_470{font-family:Roboto,sans-serif;font-style:normal;font-weight:400;font-size:16px;color:#1b2b41b8;text-align:center;max-width:500px}._FiltersContainer_umlug_480{padding:16px 50px 8px;display:flex;box-shadow:0 0 8px #0000000d,inset 0 -1px #0000001a}._FiltersContainer_umlug_480>div:first-child{flex-grow:1;margin-right:48px}._container_1jw0e_1{background:url(/images/login-bg.png) no-repeat center center;background-size:cover;padding:32px;display:flex;justify-content:center;align-items:center;gap:20px;min-height:100vh}._column_1jw0e_12{display:flex;justify-content:flex-start;flex:1}@media (max-width: 1440px){._column_1jw0e_12:first-child{display:none}._column_1jw0e_12:last-child{justify-content:center}}._heroImage_1jw0e_26{object-fit:contain;object-position:center;width:100%;max-height:706px}._formWrapper_1jw0e_33{position:relative;max-width:560px;width:100%}._formContainer_1jw0e_39{border-radius:16px;box-shadow:0 100px 80px #00000005,0 41.778px 33.422px #00000008,0 22.336px 17.869px #00000008,0 12.522px 10.017px #0000000a,0 6.65px 5.32px #0000000d,0 2.767px 2.214px #00000012;border:1px solid rgba(102,102,102,.25);background-color:#fff;display:flex;flex-direction:column;font-weight:400;padding:32px 48px 40px}._logo_1jw0e_50{margin:auto}._logo_1jw0e_50 path:last-child{fill:#000}._formTitle_1jw0e_57{color:#333;text-align:center;margin:46px 0 13px;font:500 32px Roboto,sans-serif}._formSubtitle_1jw0e_64{color:#666;text-align:center;font:16px Roboto,sans-serif;margin-bottom:52px}._inputLabel_1jw0e_71{color:#666;margin-bottom:10px;display:block;font:18px Roboto,sans-serif}._inputField_1jw0e_78{border-radius:12px;border:1px solid rgba(102,102,102,.35);margin-top:14px;height:56px}._passwordLabelWrapper_1jw0e_85{justify-content:space-between;display:flex;margin-top:57px;width:100%;gap:20px}._showPasswordButton_1jw0e_93{line-height:0;display:flex;align-items:center;gap:4px;color:#666c;cursor:pointer;transition:color .2s ease-in-out}._showPasswordButton_1jw0e_93 svg path{transition:stroke .2s ease-in-out;stroke:#666c}._showPasswordButton_1jw0e_93:hover{color:#3275f5}._showPasswordButton_1jw0e_93:hover svg path{stroke:#3275f5}._showPasswordText_1jw0e_113{font-family:Poppins,sans-serif}._passwordRequirements_1jw0e_117{color:#666;margin-top:4px;font:14px Poppins,sans-serif}._signInButton_1jw0e_123{justify-content:center;align-items:center;border-radius:8px;background-color:var(--Primary, #3275f5);margin-top:32px;color:#fff;text-align:center;padding:19px 60px;font:500 22px Roboto,sans-serif}._signInButton_1jw0e_123:disabled{padding:19px 60px;border-radius:8px;font:500 21px Roboto,sans-serif;background-color:#ccc;color:#7a7a7a}._forgotPassword_1jw0e_142{color:var(--Primary, #3275f5);text-align:right;text-decoration-line:underline;align-self:center;margin-top:32px;font:500 18px Roboto,sans-serif}._socialLoginWrapper_1jw0e_151{justify-content:space-between;display:flex;margin-top:40px;gap:20px}._socialLoginButton_1jw0e_158{aspect-ratio:3.45;object-fit:auto;object-position:center;width:244px}._visually-hidden_1jw0e_165{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}._generalError_1jw0e_177{color:red;padding:10px 0;margin:0;font:14px Roboto,sans-serif;text-align:center;background-color:#ffe6e6;position:absolute;top:200px;left:48px;right:48px;border-radius:4px}._linkSent_1jw0e_191{color:#4caf50;text-align:center;font:14px Roboto,sans-serif;padding:10px 0;border-radius:4px;background-color:#cbffcd}._modalContainer_15jip_1{padding:30px 32px 20px}._Wrapper_15jip_5{display:flex;flex-direction:column}._Wrapper_15jip_5 ._header_15jip_9{font-family:Roboto,sans-serif;font-style:normal;font-weight:500;font-size:27px;line-height:32px;text-align:center;color:#424242;display:flex;justify-content:center;margin-bottom:24px}._Participants_15jip_22{display:flex;align-items:flex-start}._imgPreview_15jip_27{width:226px}._container_16zpu_1{display:flex;justify-content:center;align-items:center;height:calc(100vh - 95px);flex-direction:column}._container_16zpu_1 ._logo_16zpu_8{margin-bottom:15.67px}._container_16zpu_1 ._title_16zpu_11{font-family:Roboto,sans-serif;font-style:normal;font-weight:500;font-size:22px;line-height:125.3%;color:#000;opacity:.3;margin-bottom:4px}._container_16zpu_1 ._subTitle_16zpu_21{font-family:Roboto,sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:161.1%;color:#1b2b41b8;margin-bottom:37px}._container_16zpu_1 ._createButton_16zpu_30 button svg{margin-right:10px}._container_16zpu_1 ._createButton_16zpu_30 button svg path{stroke:#fff}._modalCreateUpdateBanner_1u54n_2{padding:30px 32px}._modalDeleteBanner_1u54n_6{padding:30px 32px 20px}._modalDeleteBanner_1u54n_6 ._title_1u54n_9{font-family:Roboto,sans-serif;font-style:normal;font-weight:500;font-size:27px;line-height:32px;text-align:center;color:#424242;display:flex;justify-content:center;margin-bottom:24px}._modalDeleteBanner_1u54n_6 ._subTitle_1u54n_21{font-family:Roboto,sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:19px;text-align:center;color:#000;width:340px;margin-bottom:24px;margin-left:auto;margin-right:auto}._modalDeleteBanner_1u54n_6 ._buttonRow_1u54n_34{display:flex;padding-top:15px;border-top:1px solid rgba(0,0,0,.1)}._modalDeleteBanner_1u54n_6 ._buttonRow_1u54n_34 div:nth-child(2){margin-left:auto}._manufacturersRoute_1u54n_43{min-height:100vh;background-color:#f6f6f6}._manufacturersRoute_1u54n_43 ._clearBtn_1u54n_47{line-height:0;cursor:pointer}._manufacturersRoute_1u54n_43 ._clearBtn_1u54n_47 svg path{stroke-width:2px;stroke:#adadad}._manufacturersRoute_1u54n_43 ._clearBtn_1u54n_47:hover svg path{stroke:#000}._manufacturersRoute_1u54n_43 ._loadingContainer_1u54n_58{display:flex;justify-content:center;align-items:center;height:calc(100vh - 95px)}._manufacturersRoute_1u54n_43 ._top_1u54n_64{padding:29.5px 48px 0;background:#FFFFFF;height:86px}._manufacturersRoute_1u54n_43 ._top_1u54n_64 h3{font-family:Roboto,sans-serif;font-style:normal;font-weight:500;font-size:30px;line-height:35px;color:#424242;margin-bottom:21.5px}._manufacturersRoute_1u54n_43 ._top_1u54n_64 ._searchArea_1u54n_78{display:grid;grid-template-columns:629px 190px 1fr;column-gap:16px;padding-top:10px}._manufacturersRoute_1u54n_43 ._top_1u54n_64 ._searchArea_1u54n_78 div{max-width:unset!important}._manufacturersRoute_1u54n_43 ._top_1u54n_64 ._searchArea_1u54n_78 button{margin-top:28px;width:157px;margin-left:auto}._manufacturersRoute_1u54n_43 ._body_1u54n_92{background-color:#f6f6f6}._manufacturersRoute_1u54n_43 ._body_1u54n_92 ._searchArea_1u54n_78{background-color:#fff;padding-bottom:24px;padding-top:16px;position:sticky;top:0;z-index:1}._manufacturersRoute_1u54n_43 ._body_1u54n_92 ._searchArea_1u54n_78 ._searchField_1u54n_103{padding-left:39px;padding-right:40px;display:flex}._manufacturersRoute_1u54n_43 ._body_1u54n_92 ._searchArea_1u54n_78 ._searchField_1u54n_103>div:first-child{margin-right:248px;flex-grow:1}._manufacturersRoute_1u54n_43 ._body_1u54n_92 ._searchArea_1u54n_78 ._searchField_1u54n_103>div:nth-child(2){align-self:flex-end}._manufacturersRoute_1u54n_43 ._body_1u54n_92 ._tableArea_1u54n_115{padding:24px 40px 30px 39px}._manufacturersRoute_1u54n_43 ._body_1u54n_92 ._tableArea_1u54n_115 ._tableData_1u54n_118{box-shadow:0 22px 64px #00000026;background-color:#f6f6f6}._manufacturersRoute_1u54n_43 ._body_1u54n_92 ._tableArea_1u54n_115>div>div{box-shadow:0 22px 64px #00000026;border-radius:8px}._manufacturersRoute_1u54n_43 ._body_1u54n_92 ._tableArea_1u54n_115>div>div [class*=-sort-desc]{box-shadow:none!important}._manufacturersRoute_1u54n_43 ._body_1u54n_92 ._tableArea_1u54n_115>div>div [class*=-sort-desc]:after{content:"▼";float:right;transform:translate(5px,-1.5px) scale(.8)}._manufacturersRoute_1u54n_43 ._body_1u54n_92 ._tableArea_1u54n_115>div>div [class*=-sort-asc]{box-shadow:none!important}._manufacturersRoute_1u54n_43 ._body_1u54n_92 ._tableArea_1u54n_115>div>div [class*=-sort-asc]:after{content:"▲";float:right;transform:translate(5px,-2px) scale(.8)}._manufacturersRoute_1u54n_43 ._body_1u54n_92 ._tableArea_1u54n_115>div>div [class*=hiddenTableHeader]{display:flex}._manufacturersRoute_1u54n_43 ._body_1u54n_92 ._tableArea_1u54n_115>div>div [class*=tableDataCell]{padding:0 16px!important;display:flex;align-items:center;height:90px;width:unset!important}._manufacturersRoute_1u54n_43 ._body_1u54n_92 ._tableArea_1u54n_115 button{margin-left:auto;margin-bottom:16px}._manufacturersRoute_1u54n_43 ._body_1u54n_92 ._tableArea_1u54n_115 ._headerLeftAlign_1u54n_156{display:flex;justify-content:flex-start;padding-left:16px}._manufacturersRoute_1u54n_43 ._body_1u54n_92 ._tableArea_1u54n_115 ._headerFirstActions_1u54n_161{width:52px!important;flex:52px!important}._manufacturersRoute_1u54n_43 ._body_1u54n_92 ._tableArea_1u54n_115 ._headerLogo_1u54n_165,._manufacturersRoute_1u54n_43 ._body_1u54n_92 ._tableArea_1u54n_115 ._logoContainer_1u54n_165{flex:100px!important}._manufacturersRoute_1u54n_43 ._body_1u54n_92 ._tableArea_1u54n_115 ._headerName_1u54n_168,._manufacturersRoute_1u54n_43 ._body_1u54n_92 ._tableArea_1u54n_115 ._nameContainer_1u54n_168{width:100%;max-width:400px}._manufacturersRoute_1u54n_43 ._body_1u54n_92 ._tableArea_1u54n_115 ._headerLastActions_1u54n_172,._manufacturersRoute_1u54n_43 ._body_1u54n_92 ._tableArea_1u54n_115 ._lastActionsContainer_1u54n_173{display:flex;padding-right:16px}._manufacturersRoute_1u54n_43 ._body_1u54n_92 ._tableArea_1u54n_115 ._headerLastActions_1u54n_172>div:first-child,._manufacturersRoute_1u54n_43 ._body_1u54n_92 ._tableArea_1u54n_115 ._lastActionsContainer_1u54n_173>div:first-child{margin-left:auto}._manufacturersRoute_1u54n_43 ._body_1u54n_92 ._tableArea_1u54n_115 ._headerLastActions_1u54n_172 img,._manufacturersRoute_1u54n_43 ._body_1u54n_92 ._tableArea_1u54n_115 ._lastActionsContainer_1u54n_173 img{cursor:pointer}._manufacturersRoute_1u54n_43 ._body_1u54n_92 ._emptyList_1u54n_185{background-color:#f6f6f6;min-height:calc(100vh - 86px);display:flex;flex-direction:column;align-items:center}._manufacturersRoute_1u54n_43 ._body_1u54n_92 ._emptyList_1u54n_185 ._imgContainer_1u54n_192{margin-top:243.69px;margin-bottom:38.92px;width:215px;border-bottom:3px solid #CBC6C1;display:flex;justify-content:center}._manufacturersRoute_1u54n_43 ._body_1u54n_92 ._emptyList_1u54n_185 ._imgContainer_1u54n_192 img{width:109px;height:109px}._manufacturersRoute_1u54n_43 ._body_1u54n_92 ._emptyList_1u54n_185 ._textContainer_1u54n_204{display:flex;flex-direction:column;align-items:center;margin-bottom:37px}._manufacturersRoute_1u54n_43 ._body_1u54n_92 ._emptyList_1u54n_185 ._textContainer_1u54n_204 div{text-align:center}._manufacturersRoute_1u54n_43 ._body_1u54n_92 ._emptyList_1u54n_185 ._textContainer_1u54n_204 div:first-child{font-family:Roboto,sans-serif;font-style:normal;font-weight:500;font-size:22px;line-height:125.3%;display:flex;align-items:center;text-align:center;color:#000;opacity:.3;margin-bottom:4px}._manufacturersRoute_1u54n_43 ._body_1u54n_92 ._emptyList_1u54n_185 ._textContainer_1u54n_204 div:nth-child(2){font-family:Roboto,sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:161.1%;display:flex;align-items:center;text-align:center;color:#1b2b41b8}._manufacturersRoute_1u54n_43 ._body_1u54n_92 ._emptyList_1u54n_185 button{display:flex;justify-content:center;width:159px}._manufacturersRoute_1u54n_43 ._body_1u54n_92 ._emptyList_1u54n_185 button svg{margin-right:10px}._manufacturersRoute_1u54n_43 ._body_1u54n_92 ._emptyList_1u54n_185 button svg g>path{stroke:#fff}._deleteConfirmation_1u54n_249{font-family:Roboto,sans-serif;text-align:center;padding:30px 32px 20px}._deleteConfirmation_1u54n_249 h2{margin-bottom:24px;font-size:27px;line-height:32px;color:#424242}._deleteConfirmation_1u54n_249 p{font-size:16px;line-height:19px;margin-bottom:0}._deleteConfirmation_1u54n_249 ._deleteActions_1u54n_265{display:flex;justify-content:space-between;margin-top:32px}._deleteConfirmation_1u54n_249 ._deleteBtn_1u54n_270{text-transform:none;font-weight:500;font-size:16px;line-height:19px}._deleteConfirmation_1u54n_249 ._deleteBtn_1u54n_270 svg{width:32px;height:32px}._deleteConfirmation_1u54n_249 ._deleteBtn_1u54n_270 svg rect{fill:#3275f5}._image_1u54n_284{border-radius:8px;overflow:hidden;width:50px;height:50px;border:1px solid #D8D8D8}._image_1u54n_284 img{width:100%;height:100%}._applyFilters_11fsf_1{width:100%}._resetFilters_11fsf_5{font-family:Roboto,sans-serif;font-style:normal;-webkit-user-select:none;user-select:none;cursor:pointer;font-weight:500;font-size:1rem;padding:0;border-radius:5px;white-space:nowrap;background-color:transparent;color:#3275f5;text-decoration:underline;text-align:center;line-height:19px;height:45px;display:flex;align-items:center;margin-right:0;width:100%;justify-content:center}._preHeader_1zyfe_1{font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;line-height:.6rem;font-weight:500;font-style:normal;letter-spacing:2px;margin-bottom:4px;text-transform:capitalize}@media (min-width: 768px){._preHeader_1zyfe_1{font-size:1rem;line-height:1rem}}._headerXl_1zyfe_18{font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.725rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerXl_1zyfe_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_1zyfe_35{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLg_1zyfe_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_1zyfe_52{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLgInverted_1zyfe_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_1zyfe_52{text-align:center}._headerMd_1zyfe_72{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMd_1zyfe_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_1zyfe_72{margin-bottom:0}._headerMdInverted_1zyfe_92{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMdInverted_1zyfe_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_1zyfe_92{text-align:center}._textLabel_1zyfe_112{margin-bottom:.5rem;color:#000;font-weight:500;font-size:.875rem;white-space:nowrap}._textMsg_1zyfe_120{margin-bottom:.5rem;color:#000;font-weight:500;font-size:1rem;white-space:nowrap;text-align:center}._postTitleHeading_1zyfe_129{font-family:"Noto Serif",serif;font-size:1.5rem;font-weight:500;color:#000;line-height:2.25rem;text-align:center}._breadText_1zyfe_138{font-family:Roboto,serif;font-size:.9375rem;color:#707070;line-height:1.4rem;font-weight:400}._miniLabel_1zyfe_146{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#101820;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabel_1zyfe_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_1zyfe_163{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#436586;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabelLight_1zyfe_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_1zyfe_180{font-family:Roboto,serif;font-size:.9375rem;color:#36a3f7;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._linkDangerous_1zyfe_190{font-family:Roboto,serif;font-size:.9375rem;color:#f3545d;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._textOverLine_1zyfe_200{font-family:Roboto,Arial,sans-serif;font-size:.75rem;letter-spacing:.5px;margin-bottom:6px;color:#00000080;text-transform:uppercase}._labelHeaderMd_1zyfe_209{font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.17rem;margin-bottom:0}@media (min-width: 768px){._labelHeaderMd_1zyfe_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_1zyfe_226{color:red;margin-top:.3rem}._matchesRoute_1zyfe_231{min-height:100vh;background-color:#fff;flex:1}._matchesRoute_1zyfe_231 ._top_1zyfe_236{background:#ffffff;padding:8px 40px;border-bottom:1px solid #e0e0e0}._matchesRoute_1zyfe_231 ._linkButton_1zyfe_241{font-family:Roboto,"sans-serif";font-style:normal;font-weight:400;font-size:14px;color:#3275f5;cursor:pointer;border:none;outline:none;line-height:45px;height:45px;padding:0 16px}._matchesRoute_1zyfe_231 ._pageBody_1zyfe_254{padding:20px 50px 40px;min-height:calc(100vh - 200.16px);background-color:#f6f6f6}._matchesRoute_1zyfe_231 ._pageBody_1zyfe_254 ._linkButton_1zyfe_241{font-family:Roboto,"sans-serif";font-style:normal;font-weight:400;font-size:13px;text-decoration-line:underline;color:#3275f5;cursor:pointer;border:none;outline:none;line-height:45px;height:45px;padding:0 16px}._matchesRoute_1zyfe_231 ._pageBody_1zyfe_254 ._unlinkButton_1zyfe_273{font-family:Roboto,"sans-serif";font-style:normal;font-weight:400;font-size:13px;text-decoration-line:underline;color:#898989;cursor:pointer;border:none;outline:none;line-height:45px;height:45px;padding:0 16px}._matchesRoute_1zyfe_231 ._pageBody_1zyfe_254 table{border-collapse:collapse!important}._matchesRoute_1zyfe_231 ._pageBody_1zyfe_254 table tr,._matchesRoute_1zyfe_231 ._pageBody_1zyfe_254 table td,._matchesRoute_1zyfe_231 ._pageBody_1zyfe_254 table th{border-radius:0!important}._matchesRoute_1zyfe_231 ._pageBody_1zyfe_254 table thead tr,._matchesRoute_1zyfe_231 ._pageBody_1zyfe_254 table thead th{max-height:39px;min-height:39px}._matchesRoute_1zyfe_231 ._pageBody_1zyfe_254 table thead tr{padding-bottom:11px;padding-top:11px}._matchesRoute_1zyfe_231 ._pageBody_1zyfe_254 table thead th{align-items:center;justify-content:center;padding:0}._pageBodyStats_1zyfe_310 table,._pageBodyBC_1zyfe_311 table{border-collapse:collapse}._pageBodyStats_1zyfe_310 table thead>tr,._pageBodyBC_1zyfe_311 table thead>tr{background:#fff}._pageBodyStats_1zyfe_310 table tbody tr td:nth-child(4),._pageBodyBC_1zyfe_311 table tbody tr td:nth-child(4){background-color:#e4ffe5}._pageBodyStats_1zyfe_310 table tbody tr td:nth-child(5),._pageBodyBC_1zyfe_311 table tbody tr td:nth-child(5){background-color:#ffe5e5}._cellImage_1zyfe_327{width:71px;height:44px;border-radius:3px;display:table-cell}._startFinishCell_1zyfe_334{display:flex;flex-direction:column}._startFinishCell_1zyfe_334 span{font-family:Roboto,"sans-serif";font-style:normal;font-weight:400;font-size:13px;color:#282828;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._nameCell_1zyfe_349{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:160px;display:inline-block}._modalTitle_1zyfe_357{font-family:Roboto,"sans-serif";font-style:normal;font-weight:500;font-size:27px;line-height:32px;text-align:center;color:#424242;margin-bottom:24px}._modalContentText_1zyfe_368{font-family:Roboto,"sans-serif";font-style:normal;font-weight:400;font-size:16px;line-height:19px;text-align:center;color:#000}._modalSubtitle_1zyfe_378{font-family:Roboto,sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:19px;text-align:center;color:#000;display:inline-block;width:100%}._modalUnlinkClass_1zyfe_390{padding:30px 28px 20px}._centeredVerticalHorizontal_1zyfe_394{position:absolute;top:70%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center}._centeredVerticalHorizontal_1zyfe_394 ._notFoundMessage_1zyfe_403{font-family:Roboto,"sans-serif";font-style:normal;font-weight:500;font-size:22px;color:#000;opacity:.3;margin-bottom:4px;text-align:center}._centeredVerticalHorizontal_1zyfe_394 ._notFoundSuggestion_1zyfe_413{font-family:Roboto,sans-serif;font-style:normal;font-weight:400;font-size:16px;color:#1b2b41b8;text-align:center;max-width:500px}._actionsCell_1zyfe_423{display:flex;flex-direction:row;justify-content:center;align-items:center;min-height:44px;max-height:44px}._actionsCell_1zyfe_423>div{display:flex;align-items:center}._actionsCell_1zyfe_423 ._linkContainer_1zyfe_435{position:relative;display:inline}._actionsCell_1zyfe_423 ._linkContainer_1zyfe_435 img._linkTooltip_1zyfe_439{display:none}._actionsCell_1zyfe_423 ._linkContainer_1zyfe_435 ._linkIcon_1zyfe_442:hover+img._linkTooltip_1zyfe_439{position:absolute;left:-34px;top:-52px;display:block}._actionsCell_1zyfe_423 ._unlinkContainer_1zyfe_448{position:relative;display:inline}._actionsCell_1zyfe_423 ._unlinkContainer_1zyfe_448 img._unlinkTooltip_1zyfe_452{display:none}._actionsCell_1zyfe_423 ._unlinkContainer_1zyfe_448 ._unlinkIcon_1zyfe_455:hover+img._unlinkTooltip_1zyfe_452{position:absolute;left:-42px;top:-52px;display:block}._actionsCell_1zyfe_423 ._leaderboardContainer_1zyfe_461{position:relative;display:inline}._actionsCell_1zyfe_423 ._leaderboardContainer_1zyfe_461 img._leaderboardTooltip_1zyfe_465{display:none}._actionsCell_1zyfe_423 ._leaderboardContainer_1zyfe_461 img._leaderboardIcon_1zyfe_468{margin-left:24px;margin-right:24px}._actionsCell_1zyfe_423 ._leaderboardContainer_1zyfe_461 ._leaderboardIcon_1zyfe_468:hover+img._leaderboardTooltip_1zyfe_465{position:absolute;left:-20px;top:-52px;display:block}._actionsCell_1zyfe_423 ._getStatsContainer_1zyfe_478{position:relative;display:inline}._actionsCell_1zyfe_423 ._getStatsContainer_1zyfe_478 img._getStatsTooltip_1zyfe_482{display:none}._actionsCell_1zyfe_423 ._getStatsContainer_1zyfe_478 ._getStatsIcon_1zyfe_485:hover+img._getStatsTooltip_1zyfe_482{position:absolute;left:-28px;top:-52px;display:block}._containerMatchesSelectionOptions_1zyfe_492{background:#3275f5;height:77px;padding:16px 16px 16px 24px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;border:1px solid #e0e0e0;box-shadow:0 5px 17px #0000001a;border-radius:5px}._containerMatchesSelectionOptions_1zyfe_492 ._selectionLabel_1zyfe_504{font-size:16px;font-weight:400;line-height:19px;font-style:normal;color:#fff}._containerMatchesSelectionOptions_1zyfe_492 ._selectionLabel_1zyfe_504 span{text-decoration:underline;cursor:pointer;font-weight:600}._containerMatchesSelectionOptions_1zyfe_492 ._buttonsContainer_1zyfe_516{display:flex;flex-direction:row}._containerMatchesSelectionOptions_1zyfe_492 ._buttonsContainer_1zyfe_516 button:not(:last-child){margin-right:17px}._containerMatchesSelectionOptions_1zyfe_492 ._buttonsContainer_1zyfe_516 button{border-color:#fff}._containerMatchesSelectionOptions_1zyfe_492 ._buttonsContainer_1zyfe_516 button svg{margin-right:11.37px}._containerMatchesSelectionOptions_1zyfe_492 ._buttonsContainer_1zyfe_516 button svg path{fill:#fff}._containerMatchesSelectionOptions_1zyfe_492 ._buttonsContainer_1zyfe_516 button img{margin-right:11.37px}._subHeader_1zyfe_536{display:flex;align-items:center}._buttonUpdateStats_1zyfe_541{margin-left:22px}._buttonUpdateStats_1zyfe_541._disabled_1zyfe_544{border-color:#ccc;color:#ccc}._spanExportCSV_1zyfe_549{margin-left:auto;color:#3275f5;cursor:pointer}._mainContainer_1zyfe_555,._mainContainerBC_1zyfe_556{width:1025px;margin-left:auto;margin-right:auto}._mainContainerBC_1zyfe_556{margin-top:42px}._containerStartDate_1zyfe_566,._containerEndDate_1zyfe_567{display:inline;position:relative}._containerStartDate_1zyfe_566>span,._containerEndDate_1zyfe_567>span{color:#3275f5;cursor:pointer;text-decoration:underline}._containerStartDate_1zyfe_566 ._containerStartDateSelector_1zyfe_577,._containerStartDate_1zyfe_566 ._containerEndDateSelector_1zyfe_578,._containerEndDate_1zyfe_567 ._containerStartDateSelector_1zyfe_577,._containerEndDate_1zyfe_567 ._containerEndDateSelector_1zyfe_578{position:absolute;z-index:1000;left:0;top:20px}._preHeader_u39cs_1{font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;line-height:.6rem;font-weight:500;font-style:normal;letter-spacing:2px;margin-bottom:4px;text-transform:capitalize}@media (min-width: 768px){._preHeader_u39cs_1{font-size:1rem;line-height:1rem}}._headerXl_u39cs_18{font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.725rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerXl_u39cs_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_u39cs_35{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLg_u39cs_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_u39cs_52{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLgInverted_u39cs_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_u39cs_52{text-align:center}._headerMd_u39cs_72{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMd_u39cs_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_u39cs_72{margin-bottom:0}._headerMdInverted_u39cs_92{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMdInverted_u39cs_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_u39cs_92{text-align:center}._textLabel_u39cs_112{margin-bottom:.5rem;color:#000;font-weight:500;font-size:.875rem;white-space:nowrap}._textMsg_u39cs_120{margin-bottom:.5rem;color:#000;font-weight:500;font-size:1rem;white-space:nowrap;text-align:center}._postTitleHeading_u39cs_129{font-family:"Noto Serif",serif;font-size:1.5rem;font-weight:500;color:#000;line-height:2.25rem;text-align:center}._breadText_u39cs_138{font-family:Roboto,serif;font-size:.9375rem;color:#707070;line-height:1.4rem;font-weight:400}._miniLabel_u39cs_146{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#101820;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabel_u39cs_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_u39cs_163{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#436586;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabelLight_u39cs_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_u39cs_180{font-family:Roboto,serif;font-size:.9375rem;color:#36a3f7;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._linkDangerous_u39cs_190{font-family:Roboto,serif;font-size:.9375rem;color:#f3545d;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._textOverLine_u39cs_200{font-family:Roboto,Arial,sans-serif;font-size:.75rem;letter-spacing:.5px;margin-bottom:6px;color:#00000080;text-transform:uppercase}._labelHeaderMd_u39cs_209{font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.17rem;margin-bottom:0}@media (min-width: 768px){._labelHeaderMd_u39cs_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_u39cs_226{color:red;margin-top:.3rem}._actions_u39cs_231{display:flex;justify-content:space-between;box-shadow:inset 0 1px #0000001a;margin:0 13px}._containerFields_u39cs_238{display:flex;flex-direction:column;row-gap:24px;margin-bottom:24px}._emptyRounds_u39cs_245{text-align:center;font-size:15px;font-style:italic}._datesContainer_12zr4_1{display:flex;flex-direction:row;justify-content:center;margin-bottom:24px}._datesContainer_12zr4_1>div:first-child{margin-right:24px}._timeRangeContainer_12zr4_11{display:flex;flex-direction:row;justify-content:center;width:100%;margin-bottom:24px;font-size:16px;font-weight:400;line-height:18.75px}._headerContainer_12zr4_22{display:flex;flex-direction:row;justify-content:center;width:100%;margin-bottom:24px;font-size:27px;font-weight:500;line-height:31.64px}._datesContainer_12zr4_1 input::placeholder{font-size:14px}._bowlingCentersContainer_12zr4_37,._matchesContainer_12zr4_38{margin-bottom:6px}._bowlingCentersContainer_12zr4_37>div>div,._matchesContainer_12zr4_38>div>div{font-size:13px;font-weight:400;line-height:15.23px}._bowlingCentersContainer_12zr4_37 span,._matchesContainer_12zr4_38 span{font-size:13px;font-weight:400;line-height:15.23px}._matchesContainer_12zr4_38{margin-bottom:15px}._buttonsContainer_12zr4_58{width:390px;display:flex;flex-direction:row;justify-content:center;padding-top:16px;border-top:1px solid #ccc}._buttonsContainer_12zr4_58 button{width:173px}._buttonsContainer_12zr4_58 button:first-child{margin-right:44px}._wrapper_ibt2r_1{display:flex;flex-direction:column}._arrow_ibt2r_6{cursor:pointer}._preHeader_9b6p4_1{font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;line-height:.6rem;font-weight:500;font-style:normal;letter-spacing:2px;margin-bottom:4px;text-transform:capitalize}@media (min-width: 768px){._preHeader_9b6p4_1{font-size:1rem;line-height:1rem}}._headerXl_9b6p4_18{font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.725rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerXl_9b6p4_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_9b6p4_35{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLg_9b6p4_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_9b6p4_52{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLgInverted_9b6p4_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_9b6p4_52{text-align:center}._headerMd_9b6p4_72{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMd_9b6p4_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_9b6p4_72{margin-bottom:0}._headerMdInverted_9b6p4_92{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMdInverted_9b6p4_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_9b6p4_92{text-align:center}._textLabel_9b6p4_112{margin-bottom:.5rem;color:#000;font-weight:500;font-size:.875rem;white-space:nowrap}._textMsg_9b6p4_120{margin-bottom:.5rem;color:#000;font-weight:500;font-size:1rem;white-space:nowrap;text-align:center}._postTitleHeading_9b6p4_129{font-family:"Noto Serif",serif;font-size:1.5rem;font-weight:500;color:#000;line-height:2.25rem;text-align:center}._breadText_9b6p4_138{font-family:Roboto,serif;font-size:.9375rem;color:#707070;line-height:1.4rem;font-weight:400}._miniLabel_9b6p4_146{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#101820;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabel_9b6p4_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_9b6p4_163{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#436586;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabelLight_9b6p4_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_9b6p4_180{font-family:Roboto,serif;font-size:.9375rem;color:#36a3f7;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._linkDangerous_9b6p4_190{font-family:Roboto,serif;font-size:.9375rem;color:#f3545d;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._textOverLine_9b6p4_200{font-family:Roboto,Arial,sans-serif;font-size:.75rem;letter-spacing:.5px;margin-bottom:6px;color:#00000080;text-transform:uppercase}._labelHeaderMd_9b6p4_209{font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.17rem;margin-bottom:0}@media (min-width: 768px){._labelHeaderMd_9b6p4_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_9b6p4_226{color:red;margin-top:.3rem}._Wrapper_9b6p4_231{display:flex;flex-direction:column;row-gap:32px}._Prticipants_9b6p4_237{display:flex;align-items:flex-start}._contactPaid_9b6p4_242{font-family:Roboto,"sans-serif";font-size:16px;margin-bottom:8px;text-align:right}._contactPaid_9b6p4_242 a{font-weight:500;font-size:16px;line-height:19px;text-decoration-line:underline;color:#3275f5}._cutTypeCut_1ngo2_1{position:relative}._cutTypeButton_1ngo2_5{position:absolute;border-radius:4px;right:8px;bottom:7px;padding:8px 16px;background-color:transparent;border:none;cursor:pointer;transition:background-color .3s ease;font-family:Roboto,sans-serif;line-height:1}._cutTypeButton_1ngo2_5:hover{background-color:#b2cdff}._preHeader_58yzh_1{font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;line-height:.6rem;font-weight:500;font-style:normal;letter-spacing:2px;margin-bottom:4px;text-transform:capitalize}@media (min-width: 768px){._preHeader_58yzh_1{font-size:1rem;line-height:1rem}}._headerXl_58yzh_18{font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.725rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerXl_58yzh_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_58yzh_35{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLg_58yzh_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_58yzh_52{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLgInverted_58yzh_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_58yzh_52{text-align:center}._headerMd_58yzh_72{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMd_58yzh_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_58yzh_72{margin-bottom:0}._headerMdInverted_58yzh_92{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMdInverted_58yzh_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_58yzh_92{text-align:center}._textLabel_58yzh_112{margin-bottom:.5rem;color:#000;font-weight:500;font-size:.875rem;white-space:nowrap}._textMsg_58yzh_120{margin-bottom:.5rem;color:#000;font-weight:500;font-size:1rem;white-space:nowrap;text-align:center}._postTitleHeading_58yzh_129{font-family:"Noto Serif",serif;font-size:1.5rem;font-weight:500;color:#000;line-height:2.25rem;text-align:center}._breadText_58yzh_138{font-family:Roboto,serif;font-size:.9375rem;color:#707070;line-height:1.4rem;font-weight:400}._miniLabel_58yzh_146{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#101820;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabel_58yzh_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_58yzh_163{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#436586;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabelLight_58yzh_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_58yzh_180{font-family:Roboto,serif;font-size:.9375rem;color:#36a3f7;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._linkDangerous_58yzh_190{font-family:Roboto,serif;font-size:.9375rem;color:#f3545d;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._textOverLine_58yzh_200{font-family:Roboto,Arial,sans-serif;font-size:.75rem;letter-spacing:.5px;margin-bottom:6px;color:#00000080;text-transform:uppercase}._labelHeaderMd_58yzh_209{font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.17rem;margin-bottom:0}@media (min-width: 768px){._labelHeaderMd_58yzh_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_58yzh_226{color:red;margin-top:.3rem}._AutocompleteWrapper_58yzh_231{width:auto;position:relative;z-index:900;font-family:Roboto,sans-serif;display:flex;align-items:flex-start;flex-direction:column}._AutocompleteWrapper_58yzh_231>div{width:100%}._AutocompleteWrapper_58yzh_231 ._formLabel_58yzh_244{padding:0 0 8px;font-style:normal;font-weight:500;font-size:14px;line-height:16px;letter-spacing:.4px;color:#10002e}._AutocompleteWrapper_58yzh_231 ._searchBar_58yzh_253{margin:0;position:relative}._AutocompleteWrapper_58yzh_231 ._iconWrapper_58yzh_257{position:absolute;left:12px;top:50%;transform:translateY(-50%)}._AutocompleteWrapper_58yzh_231 ._close_58yzh_263{position:absolute;right:35px;top:50%;transform:translateY(-50%);cursor:pointer}._AutocompleteWrapper_58yzh_231 ._searchFieldIcon_58yzh_270{position:absolute;right:15px;top:50%;transform:translateY(-50%)}._AutocompleteWrapper_58yzh_231 ._searchFieldIcon_58yzh_270:before{content:url(/assets/search-icon-96778576.svg);display:inline-block}._AutocompleteWrapper_58yzh_231 ._searchField_58yzh_270{width:100%;height:44px;font-size:13px;border-radius:8px;padding:1em 3em 1em 2em;overflow:hidden;text-overflow:ellipsis;outline:none;color:#000;border:1px solid #d5d4dc}._AutocompleteWrapper_58yzh_231 ._searchField_58yzh_270:focus{border:3px solid #3275f5}._AutocompleteWrapper_58yzh_231 ._searchField_58yzh_270:focus:read-only{border:.5px solid #f9f9f9}._AutocompleteWrapper_58yzh_231 ._searchField_58yzh_270:hover{border:1px solid #3275f5}._AutocompleteWrapper_58yzh_231 ._searchField_58yzh_270:hover:focus{border:3px solid #3275f5}._AutocompleteWrapper_58yzh_231 ._searchField_58yzh_270::placeholder{color:#8b849b;font-family:Roboto,"sans-serif";font-style:normal;font-weight:400;font-size:16px;letter-spacing:.2px}._AutocompleteWrapper_58yzh_231 ._dropdown_58yzh_313{width:100%;padding:0;text-align:left;max-height:240px;overflow:hidden;overflow-y:auto;margin:0;background:#fcfcfc;box-shadow:0 1px 11px #53535340;border-radius:5px;position:absolute}._AutocompleteWrapper_58yzh_231 ._dropdown_58yzh_313 ._item_58yzh_326{display:block;cursor:pointer;padding:10px 27px;border-bottom:0;font-family:Roboto;font-style:normal;font-weight:400;font-size:13px;line-height:15px;color:#383838}._AutocompleteWrapper_58yzh_231 ._dropdown_58yzh_313 ._item_58yzh_326._selectedItem_58yzh_339,._AutocompleteWrapper_58yzh_231 ._dropdown_58yzh_313 ._item_58yzh_326:hover{background-color:#3275f5;color:#fafbfc}._AutocompleteWrapper_58yzh_231 ._dropdown_58yzh_313._DropdownBorders_58yzh_347{border-top:20px solid #fff;border-bottom:18px solid #fff;margin-top:9px}._AutocompleteWrapper_58yzh_231 ._dropdown_58yzh_313::-webkit-scrollbar{width:5px}._AutocompleteWrapper_58yzh_231 ._dropdown_58yzh_313::-webkit-scrollbar-track{background-color:#d7d9de;border-radius:3px;background-color:transparent}._AutocompleteWrapper_58yzh_231 ._dropdown_58yzh_313::-webkit-scrollbar-thumb{border-radius:3px;width:4px;background-color:#9db8ec}._AutocompleteWrapper_58yzh_231 ._EmptyContent_58yzh_365{display:flex;justify-content:center;padding:2em}._HeaderAttempts_1ie0k_2{width:46.93%!important;text-align:left;padding:17px 16px 18px!important;font-family:Roboto;font-style:normal;font-weight:600;font-size:14px;line-height:16px;color:#909090}._HeaderAttempts_1ie0k_2[class*=-sort-desc],._HeaderAttempts_1ie0k_2[class*=-sort-asc]{box-shadow:none!important}._HeaderAttempts_1ie0k_2[class*=-sort-desc]>div:first-of-type,._HeaderAttempts_1ie0k_2[class*=-sort-asc]>div:first-of-type{width:fit-content;position:relative;overflow:visible}._HeaderAttempts_1ie0k_2[class*=-sort-desc]>div:first-of-type:after,._HeaderAttempts_1ie0k_2[class*=-sort-asc]>div:first-of-type:after{position:absolute;top:50%;left:calc(100% + 6px);transform:translateY(-50%)}._HeaderAttempts_1ie0k_2[class*=-sort-desc]>div:first-of-type:after{content:"▼"}._HeaderAttempts_1ie0k_2[class*=-sort-asc]>div:first-of-type:after{content:"▲"}._HeaderPrice_1ie0k_34,._HeaderDiscount_1ie0k_35,._HeaderActions_1ie0k_36{justify-content:flex-end;padding:17px 16px 18px!important;font-family:Roboto;font-style:normal;font-weight:600;font-size:14px;line-height:16px;color:#909090}._tdAttempts_1ie0k_47{width:46.93%!important}._tdPrice_1ie0k_51,._tdDiscount_1ie0k_52,._tdActions_1ie0k_53{text-align:right;justify-content:flex-end}._tdAttempts_1ie0k_47,._tdPrice_1ie0k_51,._tdDiscount_1ie0k_52{padding:19px 16px 17px!important}._tdActions_1ie0k_53{padding:16px 8px 15px!important}._Attempts_1b7g6_1{display:flex;align-items:flex-start}._ModalAddEditPackage_1rxw9_1{padding:30px 32px 20px}._MatchEditRoute_5etbh_1{min-height:100vh;background-color:#f7f7f7;flex:1}._container_5etbh_7{padding:24px 40px}._wrapper_5etbh_11{box-shadow:0 100px 80px #00000005,0 41.7776px 33.4221px #00000007,0 22.3363px 17.869px #00000009,0 12.5216px 10.0172px #0000000b,0 6.6501px 5.32008px #0000000d,0 2.76726px 2.21381px #00000012;padding:32px;background-color:#fff;border-radius:10px;max-width:1100px;margin:0 auto}._preHeader_1ew7p_1{font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;line-height:.6rem;font-weight:500;font-style:normal;letter-spacing:2px;margin-bottom:4px;text-transform:capitalize}@media (min-width: 768px){._preHeader_1ew7p_1{font-size:1rem;line-height:1rem}}._headerXl_1ew7p_18{font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.725rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerXl_1ew7p_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_1ew7p_35{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLg_1ew7p_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_1ew7p_52{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLgInverted_1ew7p_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_1ew7p_52{text-align:center}._headerMd_1ew7p_72{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMd_1ew7p_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_1ew7p_72{margin-bottom:0}._headerMdInverted_1ew7p_92{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMdInverted_1ew7p_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_1ew7p_92{text-align:center}._textLabel_1ew7p_112{margin-bottom:.5rem;color:#000;font-weight:500;font-size:.875rem;white-space:nowrap}._textMsg_1ew7p_120{margin-bottom:.5rem;color:#000;font-weight:500;font-size:1rem;white-space:nowrap;text-align:center}._postTitleHeading_1ew7p_129{font-family:"Noto Serif",serif;font-size:1.5rem;font-weight:500;color:#000;line-height:2.25rem;text-align:center}._breadText_1ew7p_138{font-family:Roboto,serif;font-size:.9375rem;color:#707070;line-height:1.4rem;font-weight:400}._miniLabel_1ew7p_146{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#101820;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabel_1ew7p_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_1ew7p_163{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#436586;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabelLight_1ew7p_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_1ew7p_180{font-family:Roboto,serif;font-size:.9375rem;color:#36a3f7;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._linkDangerous_1ew7p_190{font-family:Roboto,serif;font-size:.9375rem;color:#f3545d;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._textOverLine_1ew7p_200{font-family:Roboto,Arial,sans-serif;font-size:.75rem;letter-spacing:.5px;margin-bottom:6px;color:#00000080;text-transform:uppercase}._labelHeaderMd_1ew7p_209{font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.17rem;margin-bottom:0}@media (min-width: 768px){._labelHeaderMd_1ew7p_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_1ew7p_226{color:red;margin-top:.3rem}._matchesRoute_1ew7p_231{min-height:100vh;background-color:#fff;flex:1}._matchesRoute_1ew7p_231 ._header_1ew7p_18{margin-top:4px;margin-bottom:16px;display:flex;align-items:center;padding-bottom:22px;border-bottom:1px solid #ECECEC}._matchesRoute_1ew7p_231 ._header_1ew7p_18 img:first-of-type{margin-right:16px}._matchesRoute_1ew7p_231 ._header_1ew7p_18>a{padding:0;height:fit-content;display:flex;align-items:center}._matchesRoute_1ew7p_231 ._header_1ew7p_18>h2{font-family:Roboto,sans-serif;font-style:normal;font-weight:500;font-size:30px;line-height:35.16px;color:#424242;margin-bottom:0}._matchesRoute_1ew7p_231 ._header_1ew7p_18>h2:first-of-type{color:#4242424d}._matchesRoute_1ew7p_231 ._header_1ew7p_18>img{margin-left:14px;margin-right:14px}._matchesRoute_1ew7p_231 ._top_1ew7p_269{background:#ffffff;padding:24px 41px 0 50px;height:147px}._matchesRoute_1ew7p_231 ._top_1ew7p_269 ._searchLabels_1ew7p_274{display:flex;justify-content:flex-start;align-items:center;height:fit-content}._matchesRoute_1ew7p_231 ._top_1ew7p_269 ._searchLabels_1ew7p_274 h3{font-family:Roboto,"sans-serif";font-style:normal;font-weight:500;font-size:14px;color:#10002e}._matchesRoute_1ew7p_231 ._top_1ew7p_269 ._searchLabels_1ew7p_274 h3:nth-child(2){margin-left:212px}._matchesRoute_1ew7p_231 ._top_1ew7p_269 ._searchLabels_1ew7p_274 h3:nth-child(3){margin-left:153px}._matchesRoute_1ew7p_231 ._top_1ew7p_269 ._topActions_1ew7p_293{display:flex;justify-content:flex-start;padding-bottom:24px}._matchesRoute_1ew7p_231 ._top_1ew7p_269 ._topActions_1ew7p_293 ._inputs_1ew7p_298{display:flex;column-gap:10px}._matchesRoute_1ew7p_231 ._top_1ew7p_269 ._topActions_1ew7p_293 ._buttons_1ew7p_302{display:flex;margin-left:auto;width:fit-content}._matchesRoute_1ew7p_231 ._top_1ew7p_269 ._topActions_1ew7p_293 ._buttons_1ew7p_302 ._applyFilters_1ew7p_307{margin-right:37px}._matchesRoute_1ew7p_231 ._top_1ew7p_269 ._topActions_1ew7p_293 ._buttons_1ew7p_302 ._resetFilters_1ew7p_310{font-family:Roboto,sans-serif;font-style:normal;-webkit-user-select:none;user-select:none;cursor:pointer;font-size:1rem;padding:0 16px;border-radius:5px;white-space:nowrap;background-color:transparent;color:#3275f5;text-decoration:underline;text-align:center;line-height:19px;height:45px;display:flex;align-items:center;margin-right:0}._matchesRoute_1ew7p_231 ._linkButton_1ew7p_330{font-family:Roboto,"sans-serif";font-style:normal;font-weight:400;font-size:14px;color:#3275f5;cursor:pointer;border:none;outline:none;line-height:45px;height:45px;padding:0 16px}._matchesRoute_1ew7p_231 ._mainBodyContainer_1ew7p_343{background-color:#f6f6f6;width:100%;height:100%;min-height:calc(100vh - 160px)}._pageBodyStats_1ew7p_350,._pageBodyBC_1ew7p_350{width:1025px;max-width:100%;margin-left:auto;margin-right:auto}._pageBodyStats_1ew7p_350 table,._pageBodyBC_1ew7p_350 table{border-spacing:0}._pageBodyStats_1ew7p_350 table thead th,._pageBodyBC_1ew7p_350 table thead th{font-size:14px}._pageBodyStats_1ew7p_350 table tbody td,._pageBodyStats_1ew7p_350 table tbody th,._pageBodyBC_1ew7p_350 table tbody td,._pageBodyBC_1ew7p_350 table tbody th{font-size:16px}._pageBodyStats_1ew7p_350 thead th{background-color:#fff}._pageBodyStats_1ew7p_350 thead th:first-of-type,._pageBodyStats_1ew7p_350 thead th:nth-of-type(2){text-align:left}._pageBodyStats_1ew7p_350 tbody tr:not(:last-of-type) td,._pageBodyStats_1ew7p_350 tbody tr:not(:last-of-type) th{background-color:#f6f6f6}._pageBodyStats_1ew7p_350 tbody tr:not(:last-of-type) td:nth-child(4){background-color:#e4ffe5}._pageBodyStats_1ew7p_350 tbody tr:not(:last-of-type) td:nth-child(5){background-color:#ffe5e5}._pageBodyStats_1ew7p_350 tbody tr:last-of-type td:nth-child(3){background-color:#dbf8e68c}._pageBodyStats_1ew7p_350 tbody tr:last-of-type td:nth-child(4){background-color:#f5dfe68c}._pageBodyStats_1ew7p_350 tbody tr:last-of-type{background-color:#3275f51a!important}._pageBodyStats_1ew7p_350 tbody tr td:first-of-type,._pageBodyStats_1ew7p_350 tbody tr th:first-of-type{text-align:left}._pageBodyStats_1ew7p_350 tr td,._pageBodyStats_1ew7p_350 tr th{border-bottom:1px solid #E7EAEE!important}._pageBodyBC_1ew7p_350{padding-bottom:20px}._pageBodyBC_1ew7p_350 thead th{background-color:#fff}._pageBodyBC_1ew7p_350 thead th:first-of-type,._pageBodyBC_1ew7p_350 thead th:nth-of-type(2){text-align:left}._pageBodyBC_1ew7p_350 tbody tr:not(:last-of-type) td,._pageBodyBC_1ew7p_350 tbody tr:not(:last-of-type) th{background-color:#fcfcfc}._pageBodyBC_1ew7p_350 tbody tr:not(:last-of-type) td:nth-child(4){background-color:#e4ffe5}._pageBodyBC_1ew7p_350 tbody tr:not(:last-of-type) td:nth-child(5){background-color:#ffe5e5}._pageBodyBC_1ew7p_350 tbody tr:last-of-type td:nth-child(3){background-color:#e7f8f1}._pageBodyBC_1ew7p_350 tbody tr:last-of-type td:nth-child(4){background-color:#f4ebf1}._pageBodyBC_1ew7p_350 tbody tr:last-of-type{background-color:#e9f0fc!important}._pageBodyBC_1ew7p_350 tbody tr td:first-of-type,._pageBodyBC_1ew7p_350 tbody tr th:first-of-type{text-align:left}._pageBodyBC_1ew7p_350 tr td,._pageBodyBC_1ew7p_350 tr th{border-bottom:1px solid #E7EAEE!important}._cellImage_1ew7p_431{width:71px;height:44px;border-radius:3px;display:table-cell}._startFinishCell_1ew7p_438{display:flex;flex-direction:column}._startFinishCell_1ew7p_438 span{font-family:Roboto,"sans-serif";font-style:normal;font-weight:400;font-size:13px;color:#282828;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._nameCell_1ew7p_453{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:160px;display:inline-block}._modalTitle_1ew7p_461{font-family:Roboto,"sans-serif";font-style:normal;font-weight:500;font-size:27px;line-height:32px;text-align:center;color:#424242;margin-bottom:24px}._modalContentText_1ew7p_472{font-family:Roboto,"sans-serif";font-style:normal;font-weight:400;font-size:16px;line-height:19px;text-align:center;color:#000}._modalSubtitle_1ew7p_482{font-family:Roboto,sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:19px;text-align:center;color:#000;display:inline-block;width:100%}._modalUnlinkClass_1ew7p_494{padding:30px 28px 20px}._centeredVerticalHorizontal_1ew7p_498{position:absolute;top:70%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center}._centeredVerticalHorizontal_1ew7p_498 ._notFoundMessage_1ew7p_507{font-family:Roboto,"sans-serif";font-style:normal;font-weight:500;font-size:22px;color:#000;opacity:.3;margin-bottom:4px;text-align:center}._centeredVerticalHorizontal_1ew7p_498 ._notFoundSuggestion_1ew7p_517{font-family:Roboto,sans-serif;font-style:normal;font-weight:400;font-size:16px;color:#1b2b41b8;text-align:center;max-width:500px}._actionsCell_1ew7p_527{display:flex;flex-direction:row;justify-content:center;align-items:center;min-height:44px;max-height:44px}._actionsCell_1ew7p_527>div{display:flex;align-items:center}._actionsCell_1ew7p_527 ._linkContainer_1ew7p_539{position:relative;display:inline}._actionsCell_1ew7p_527 ._linkContainer_1ew7p_539 img._linkTooltip_1ew7p_543{display:none}._actionsCell_1ew7p_527 ._linkContainer_1ew7p_539 ._linkIcon_1ew7p_546:hover+img._linkTooltip_1ew7p_543{position:absolute;left:-34px;top:-52px;display:block}._actionsCell_1ew7p_527 ._unlinkContainer_1ew7p_552{position:relative;display:inline}._actionsCell_1ew7p_527 ._unlinkContainer_1ew7p_552 img._unlinkTooltip_1ew7p_556{display:none}._actionsCell_1ew7p_527 ._unlinkContainer_1ew7p_552 ._unlinkIcon_1ew7p_559:hover+img._unlinkTooltip_1ew7p_556{position:absolute;left:-42px;top:-52px;display:block}._actionsCell_1ew7p_527 ._leaderboardContainer_1ew7p_565{position:relative;display:inline}._actionsCell_1ew7p_527 ._leaderboardContainer_1ew7p_565 img._leaderboardTooltip_1ew7p_569{display:none}._actionsCell_1ew7p_527 ._leaderboardContainer_1ew7p_565 img._leaderboardIcon_1ew7p_572{margin-left:24px;margin-right:24px}._actionsCell_1ew7p_527 ._leaderboardContainer_1ew7p_565 ._leaderboardIcon_1ew7p_572:hover+img._leaderboardTooltip_1ew7p_569{position:absolute;left:-20px;top:-52px;display:block}._actionsCell_1ew7p_527 ._getStatsContainer_1ew7p_582{position:relative;display:inline}._actionsCell_1ew7p_527 ._getStatsContainer_1ew7p_582 img._getStatsTooltip_1ew7p_586{display:none}._actionsCell_1ew7p_527 ._getStatsContainer_1ew7p_582 ._getStatsIcon_1ew7p_589:hover+img._getStatsTooltip_1ew7p_586{position:absolute;left:-28px;top:-52px;display:block}._containerMatchesSelectionOptions_1ew7p_596{background:#3275F5;height:77px;padding:16px 16px 16px 24px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;border:1px solid #E0E0E0;box-shadow:0 5px 17px #0000001a;border-radius:5px}._containerMatchesSelectionOptions_1ew7p_596 ._selectionLabel_1ew7p_608{font-size:16px;font-weight:400;line-height:19px;font-style:normal;color:#fff}._containerMatchesSelectionOptions_1ew7p_596 ._selectionLabel_1ew7p_608 span{text-decoration:underline;cursor:pointer;font-weight:600}._containerMatchesSelectionOptions_1ew7p_596 ._buttonsContainer_1ew7p_620{display:flex;flex-direction:row}._containerMatchesSelectionOptions_1ew7p_596 ._buttonsContainer_1ew7p_620 button:not(:last-child){margin-right:17px}._containerMatchesSelectionOptions_1ew7p_596 ._buttonsContainer_1ew7p_620 button{border-color:#fff}._containerMatchesSelectionOptions_1ew7p_596 ._buttonsContainer_1ew7p_620 button svg{margin-right:11.37px}._containerMatchesSelectionOptions_1ew7p_596 ._buttonsContainer_1ew7p_620 button svg path{fill:#fff}._containerMatchesSelectionOptions_1ew7p_596 ._buttonsContainer_1ew7p_620 button img{margin-right:11.37px}._subHeader_1ew7p_640{display:flex;align-items:center;padding-top:0;padding-bottom:0}._buttonUpdateStats_1ew7p_647{margin-left:22px}._buttonUpdateStats_1ew7p_647._disabled_1ew7p_650{border-color:#ccc;color:#ccc}._spanExportCSV_1ew7p_655{margin-left:auto;color:#3275f5;cursor:pointer}._mainContainer_1ew7p_661,._mainContainerBC_1ew7p_661{width:100%;margin-left:auto;margin-right:auto;background-color:#f6f6f6}._mainContainer_1ew7p_661{margin-top:24px;padding-top:23px}._mainContainerBC_1ew7p_661{padding-top:42px}._containerStartDate_1ew7p_677,._containerEndDate_1ew7p_677{display:inline;position:relative}._containerStartDate_1ew7p_677>span,._containerEndDate_1ew7p_677>span{color:#3275f5;cursor:pointer;text-decoration:underline}._containerStartDate_1ew7p_677 ._containerStartDateSelector_1ew7p_686,._containerStartDate_1ew7p_677 ._containerEndDateSelector_1ew7p_686,._containerEndDate_1ew7p_677 ._containerStartDateSelector_1ew7p_686,._containerEndDate_1ew7p_677 ._containerEndDateSelector_1ew7p_686{position:absolute;z-index:1000;left:0;top:20px}._cardContentClass_1ew7p_693{padding:16px}._cardContentClass_1ew7p_693._MatchCard_1ew7p_696{background:#f6f6f6}._cardContentClass_1ew7p_693._BCCard_1ew7p_699{background:#fcfcfc}._cardContentClass_1ew7p_693._BCCard_1ew7p_699 img{width:100%}._preHeader_1wiw8_1{font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;line-height:.6rem;font-weight:500;font-style:normal;letter-spacing:2px;margin-bottom:4px;text-transform:capitalize}@media (min-width: 768px){._preHeader_1wiw8_1{font-size:1rem;line-height:1rem}}._headerXl_1wiw8_18{font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.725rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerXl_1wiw8_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_1wiw8_35{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLg_1wiw8_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_1wiw8_52{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLgInverted_1wiw8_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_1wiw8_52{text-align:center}._headerMd_1wiw8_72{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMd_1wiw8_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_1wiw8_72{margin-bottom:0}._headerMdInverted_1wiw8_92{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMdInverted_1wiw8_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_1wiw8_92{text-align:center}._textLabel_1wiw8_112{margin-bottom:.5rem;color:#000;font-weight:500;font-size:.875rem;white-space:nowrap}._textMsg_1wiw8_120{margin-bottom:.5rem;color:#000;font-weight:500;font-size:1rem;white-space:nowrap;text-align:center}._postTitleHeading_1wiw8_129{font-family:"Noto Serif",serif;font-size:1.5rem;font-weight:500;color:#000;line-height:2.25rem;text-align:center}._breadText_1wiw8_138{font-family:Roboto,serif;font-size:.9375rem;color:#707070;line-height:1.4rem;font-weight:400}._miniLabel_1wiw8_146{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#101820;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabel_1wiw8_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_1wiw8_163{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#436586;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabelLight_1wiw8_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_1wiw8_180{font-family:Roboto,serif;font-size:.9375rem;color:#36a3f7;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._linkDangerous_1wiw8_190{font-family:Roboto,serif;font-size:.9375rem;color:#f3545d;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._textOverLine_1wiw8_200{font-family:Roboto,Arial,sans-serif;font-size:.75rem;letter-spacing:.5px;margin-bottom:6px;color:#00000080;text-transform:uppercase}._labelHeaderMd_1wiw8_209{font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.17rem;margin-bottom:0}@media (min-width: 768px){._labelHeaderMd_1wiw8_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_1wiw8_226{color:red;margin-top:.3rem}._inputContainer_1wiw8_231{position:relative;height:fit-content;width:auto;min-width:150px}._inputContainer_1wiw8_231>input{border:1px solid #d5d4dc;box-sizing:border-box;border-radius:8px;min-width:100px;width:100%;height:44px;color:#383838;padding-left:12px;display:flex;justify-content:center;align-items:center;outline:none;padding-right:30px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}._inputContainer_1wiw8_231>input:focus{border:3px solid #3275f5}._inputContainer_1wiw8_231>input:hover{border:1px solid #3275f5}._inputContainer_1wiw8_231>input:hover:focus{border:3px solid #3275f5}._inputContainer_1wiw8_231>input::placeholder{color:#8b849b;font-family:Roboto,"sans-serif";font-style:normal;font-weight:400;font-size:16px;letter-spacing:.2px}._inputContainer_1wiw8_231>input._error_1wiw8_273{border:1px solid #d0021b;background-color:#d0021b08}._inputContainer_1wiw8_231 ._iconWrapper_1wiw8_277{position:absolute;right:8px;top:50%;transform:translateY(-50%);border-radius:50%;width:29px;height:29px;display:flex;justify-content:center;align-items:center;box-sizing:border-box;cursor:pointer}._overlay_1wiw8_292{background:#fcfcfc;box-shadow:0 1px 11px #53535340;border-radius:7px;padding:14px;width:266px}._row_1wiw8_300{display:flex;justify-content:space-between;margin-top:21px}._ActionButton_1wiw8_306{height:33px;line-height:33px;width:113.6px;padding:0;display:flex;justify-content:center;align-items:center}._formLabel_1wiw8_316{display:inline-block;padding:0 0 8px;text-transform:none!important;font-family:Roboto,"sans-serif";font-style:normal;font-weight:500;font-size:14px;line-height:16px;letter-spacing:.4px;color:#10002e}._errors_1wiw8_329{margin-top:2px;font-size:14px;color:#d0021b;z-index:300;font-weight:400}._preHeader_pwwtg_1{font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;line-height:.6rem;font-weight:500;font-style:normal;letter-spacing:2px;margin-bottom:4px;text-transform:capitalize}@media (min-width: 768px){._preHeader_pwwtg_1{font-size:1rem;line-height:1rem}}._headerXl_pwwtg_18{font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.725rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerXl_pwwtg_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_pwwtg_35{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLg_pwwtg_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_pwwtg_52{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLgInverted_pwwtg_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_pwwtg_52{text-align:center}._headerMd_pwwtg_72{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMd_pwwtg_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_pwwtg_72{margin-bottom:0}._headerMdInverted_pwwtg_92{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMdInverted_pwwtg_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_pwwtg_92{text-align:center}._textLabel_pwwtg_112{margin-bottom:.5rem;color:#000;font-weight:500;font-size:.875rem;white-space:nowrap}._textMsg_pwwtg_120{margin-bottom:.5rem;color:#000;font-weight:500;font-size:1rem;white-space:nowrap;text-align:center}._postTitleHeading_pwwtg_129{font-family:"Noto Serif",serif;font-size:1.5rem;font-weight:500;color:#000;line-height:2.25rem;text-align:center}._breadText_pwwtg_138{font-family:Roboto,serif;font-size:.9375rem;color:#707070;line-height:1.4rem;font-weight:400}._miniLabel_pwwtg_146{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#101820;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabel_pwwtg_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_pwwtg_163{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#436586;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabelLight_pwwtg_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_pwwtg_180{font-family:Roboto,serif;font-size:.9375rem;color:#36a3f7;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._linkDangerous_pwwtg_190{font-family:Roboto,serif;font-size:.9375rem;color:#f3545d;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._textOverLine_pwwtg_200{font-family:Roboto,Arial,sans-serif;font-size:.75rem;letter-spacing:.5px;margin-bottom:6px;color:#00000080;text-transform:uppercase}._labelHeaderMd_pwwtg_209{font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.17rem;margin-bottom:0}@media (min-width: 768px){._labelHeaderMd_pwwtg_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_pwwtg_226{color:red;margin-top:.3rem}._ExpandableCard_pwwtg_231._root_pwwtg_231{box-shadow:0 4px 10px #0003;border-radius:8px!important;width:100%}._ExpandableCard_pwwtg_231 ._content_pwwtg_236{border-radius:0 0 8px 8px}._Summary_pwwtg_240._RootSummary_pwwtg_240{border-radius:8px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:0 30px;height:54px;width:100%;background:#ffffff;border-bottom:1px solid rgba(0,0,0,.2)}._Summary_pwwtg_240._ExpandedSumary_pwwtg_252{border-radius:8px 8px 0 0}._header_pwwtg_18{display:flex;align-items:center;justify-content:flex-start;width:100%;height:100%}._header_pwwtg_18 h3{font-weight:400;padding:0;margin:0}._header_pwwtg_18 h3:first-of-type{font-size:17px;font-family:SF Pro Text Bold,sans-serif;line-height:22px}._header_pwwtg_18 h3:last-of-type{margin-left:15px;font-size:16px;color:#a3b4a6;font-weight:500}._header_pwwtg_18 img._imgExpandCollapse_pwwtg_279{margin-left:auto}._container_mfo4r_1{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;background-color:#f0f0f0;color:#9e9e9e;gap:20px}._profileRoute_vo2o1_1{flex:1}._profileRoute_vo2o1_1 h2{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:0;font-family:Lato,sans-serif}._profileRoute_vo2o1_1 h2 span{align-items:flex-end;display:flex}._profileRoute_vo2o1_1 h3{font-family:Lato,sans-serif}._profileRoute_vo2o1_1 ._pageBody_vo2o1_18{margin-top:15px;background-color:#fff;padding:40px;border-radius:6px}._profileRoute_vo2o1_1 ._infoText_vo2o1_24{line-height:28px;font-size:20px;color:#2c2d30}._containerForm_vo2o1_30{border-radius:6px;background-color:#f6f6f6;display:flex;justify-content:space-between;margin-bottom:20px;padding:15px}._column_vo2o1_39{width:30%}._buttonRow_vo2o1_43{display:flex;justify-content:flex-end}._preHeader_ewzd5_1{font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;line-height:.6rem;font-weight:500;font-style:normal;letter-spacing:2px;margin-bottom:4px;text-transform:capitalize}@media (min-width: 768px){._preHeader_ewzd5_1{font-size:1rem;line-height:1rem}}._headerXl_ewzd5_18{font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.725rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerXl_ewzd5_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_ewzd5_35{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLg_ewzd5_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_ewzd5_52{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLgInverted_ewzd5_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_ewzd5_52{text-align:center}._headerMd_ewzd5_72{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMd_ewzd5_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_ewzd5_72{margin-bottom:0}._headerMdInverted_ewzd5_92{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMdInverted_ewzd5_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_ewzd5_92{text-align:center}._textLabel_ewzd5_112{margin-bottom:.5rem;color:#000;font-weight:500;font-size:.875rem;white-space:nowrap}._textMsg_ewzd5_120{margin-bottom:.5rem;color:#000;font-weight:500;font-size:1rem;white-space:nowrap;text-align:center}._postTitleHeading_ewzd5_129{font-family:"Noto Serif",serif;font-size:1.5rem;font-weight:500;color:#000;line-height:2.25rem;text-align:center}._breadText_ewzd5_138{font-family:Roboto,serif;font-size:.9375rem;color:#707070;line-height:1.4rem;font-weight:400}._miniLabel_ewzd5_146{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#101820;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabel_ewzd5_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_ewzd5_163{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#436586;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabelLight_ewzd5_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_ewzd5_180{font-family:Roboto,serif;font-size:.9375rem;color:#36a3f7;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._linkDangerous_ewzd5_190{font-family:Roboto,serif;font-size:.9375rem;color:#f3545d;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._textOverLine_ewzd5_200{font-family:Roboto,Arial,sans-serif;font-size:.75rem;letter-spacing:.5px;margin-bottom:6px;color:#00000080;text-transform:uppercase}._labelHeaderMd_ewzd5_209{font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.17rem;margin-bottom:0}@media (min-width: 768px){._labelHeaderMd_ewzd5_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_ewzd5_226{color:red;margin-top:.3rem}._dropdownGroup_ewzd5_231{display:flex;flex-direction:column;width:auto;min-width:100px}@media (max-width: 768px){._dropdownGroup_ewzd5_231{width:100%}}._dropdownGroup_ewzd5_231._editing_ewzd5_242 ._select_ewzd5_242{color:#383838}._inputBox_ewzd5_246{border-radius:5px;border:none;font-weight:700;font-size:1.1rem;width:100%;height:44px;outline:0}._horizontalInput_ewzd5_256{display:flex;align-items:center}._inputSuffix_ewzd5_261{font-size:16px;letter-spacing:.5px;padding:6px 0;color:#00000080;font-weight:700;font-family:Lato,sans-serif;margin:0 6px}._select_ewzd5_242{-webkit-appearance:none;-moz-appearance:none;cursor:pointer;padding:12px;appearance:none;transition:border-color ease-in-out .15s;background-color:#fff;background:url(/assets/angle-down-3dc6d7bb.svg) no-repeat calc(100% - 14px) 50%;border:1px solid #D5D4DC;font-family:Roboto,serif;font-style:normal;font-weight:400;font-size:16px;line-height:21px;letter-spacing:.2px;color:#10002e}._select_ewzd5_242::-ms-expand{display:none}._select_ewzd5_242._error_ewzd5_294{border:1px solid #d0021b;background-color:#d0021b08}._select_ewzd5_242[value=""]{color:red}._select_ewzd5_242 option:not(first-child){color:#000}._select_ewzd5_242[disabled]{background-color:transparent}._select_ewzd5_242._readOnly_ewzd5_307{pointer-events:none}._select_ewzd5_242:focus{border:1px solid #5e93ff}small._errors_ewzd5_314{margin-top:2px;font-size:14px;color:#d0021b;z-index:300;font-weight:400}._formLabel_ewzd5_322{font-family:Roboto,sans-serif;font-style:normal;font-weight:500;font-size:14px;line-height:16px;letter-spacing:.4px;color:#10002e;padding:0 0 8px}._choose_ewzd5_333{color:#c1c2c8!important}select._selectChoose_ewzd5_337{color:#c1c2c8}._preHeader_1p2cl_1{font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;line-height:.6rem;font-weight:500;font-style:normal;letter-spacing:2px;margin-bottom:4px;text-transform:capitalize}@media (min-width: 768px){._preHeader_1p2cl_1{font-size:1rem;line-height:1rem}}._headerXl_1p2cl_18{font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.725rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerXl_1p2cl_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_1p2cl_35{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLg_1p2cl_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_1p2cl_52{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLgInverted_1p2cl_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_1p2cl_52{text-align:center}._headerMd_1p2cl_72{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMd_1p2cl_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_1p2cl_72{margin-bottom:0}._headerMdInverted_1p2cl_92{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMdInverted_1p2cl_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_1p2cl_92{text-align:center}._textLabel_1p2cl_112{margin-bottom:.5rem;color:#000;font-weight:500;font-size:.875rem;white-space:nowrap}._textMsg_1p2cl_120{margin-bottom:.5rem;color:#000;font-weight:500;font-size:1rem;white-space:nowrap;text-align:center}._postTitleHeading_1p2cl_129{font-family:"Noto Serif",serif;font-size:1.5rem;font-weight:500;color:#000;line-height:2.25rem;text-align:center}._breadText_1p2cl_138{font-family:Roboto,serif;font-size:.9375rem;color:#707070;line-height:1.4rem;font-weight:400}._miniLabel_1p2cl_146{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#101820;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabel_1p2cl_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_1p2cl_163{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#436586;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabelLight_1p2cl_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_1p2cl_180{font-family:Roboto,serif;font-size:.9375rem;color:#36a3f7;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._linkDangerous_1p2cl_190{font-family:Roboto,serif;font-size:.9375rem;color:#f3545d;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._textOverLine_1p2cl_200{font-family:Roboto,Arial,sans-serif;font-size:.75rem;letter-spacing:.5px;margin-bottom:6px;color:#00000080;text-transform:uppercase}._labelHeaderMd_1p2cl_209{font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.17rem;margin-bottom:0}@media (min-width: 768px){._labelHeaderMd_1p2cl_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_1p2cl_226{color:red;margin-top:.3rem}._mainContainer_1p2cl_231{min-height:100vh;background-color:#fff;flex:1}._mainContainer_1p2cl_231 ._header_1p2cl_18{margin-top:4px;margin-bottom:20px;display:flex;align-items:center;padding-left:23px}._mainContainer_1p2cl_231 ._header_1p2cl_18>img{width:8px;height:15px;margin-right:42px}._mainContainer_1p2cl_231 ._header_1p2cl_18>h2{font-family:Roboto,sans-serif;font-style:normal;font-weight:500;font-size:30px;line-height:35.16px;color:#424242;margin-bottom:0}._mainContainer_1p2cl_231 form{padding:0}._mainContainer_1p2cl_231 form ._buttonSave_1p2cl_260{margin-left:45px;margin-bottom:17px;width:70px}._mainContainer_1p2cl_231 ._subHeader_1p2cl_265{margin-bottom:33px}._mainContainer_1p2cl_231 ._subHeader_1p2cl_265 div{font-family:Roboto,sans-serif;font-style:normal;font-weight:400;font-size:20px;line-height:23.44px;color:#424242}._mainContainer_1p2cl_231 ._searchArea_1p2cl_276{display:flex;align-items:center;padding-bottom:31px;margin-bottom:87px;width:931px;margin-left:25px}._mainContainer_1p2cl_231 ._searchArea_1p2cl_276 ._searchFields_1p2cl_284{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,44px);column-gap:17px;row-gap:20px;width:100%}._mainContainer_1p2cl_231 ._searchArea_1p2cl_276 ._searchFields_1p2cl_284>div:first-of-type{grid-column-start:1;grid-column-end:3}._mainContainer_1p2cl_231 ._searchArea_1p2cl_276 ._searchButtons_1p2cl_296{margin-left:auto}._mainContainer_1p2cl_231 ._searchArea_1p2cl_276 ._searchButtons_1p2cl_296 button:first-of-type{margin-bottom:13px}._mainContainer_1p2cl_231 ._createGameArea_1p2cl_302{display:flex;margin-left:25px}._mainContainer_1p2cl_231 ._createGameArea_1p2cl_302>div:first-child{margin-right:111px}._mainContainer_1p2cl_231 ._top_1p2cl_309{background:#ffffff;min-height:100vh;padding:29px 41px 0 50px}._mainContainer_1p2cl_231 ._top_1p2cl_309 ._searchLabels_1p2cl_314{display:flex;justify-content:flex-start;align-items:center;height:fit-content}._mainContainer_1p2cl_231 ._top_1p2cl_309 ._searchLabels_1p2cl_314 h3{font-family:Roboto,"sans-serif";font-style:normal;font-weight:500;font-size:14px;color:#10002e}._mainContainer_1p2cl_231 ._top_1p2cl_309 ._searchLabels_1p2cl_314 h3:nth-child(2){margin-left:212px}._mainContainer_1p2cl_231 ._top_1p2cl_309 ._searchLabels_1p2cl_314 h3:nth-child(3){margin-left:153px}._mainContainer_1p2cl_231 ._top_1p2cl_309 ._topActions_1p2cl_333{display:flex;justify-content:flex-start;padding-bottom:24px}._mainContainer_1p2cl_231 ._top_1p2cl_309 ._topActions_1p2cl_333 ._inputs_1p2cl_338{display:flex;column-gap:10px}._mainContainer_1p2cl_231 ._top_1p2cl_309 ._topActions_1p2cl_333 ._buttons_1p2cl_342{display:flex;margin-left:auto;width:fit-content}._mainContainer_1p2cl_231 ._top_1p2cl_309 ._topActions_1p2cl_333 ._buttons_1p2cl_342 ._applyFilters_1p2cl_347{margin-right:37px}._mainContainer_1p2cl_231 ._top_1p2cl_309 ._topActions_1p2cl_333 ._buttons_1p2cl_342 ._resetFilters_1p2cl_350{font-family:Roboto,sans-serif;font-style:normal;-webkit-user-select:none;user-select:none;cursor:pointer;font-size:1rem;padding:0 16px;border-radius:5px;white-space:nowrap;background-color:transparent;color:#3275f5;text-decoration:underline;text-align:center;line-height:19px;height:45px;display:flex;align-items:center;margin-right:0}._mainContainer_1p2cl_231 ._linkButton_1p2cl_370{font-family:Roboto,"sans-serif";font-style:normal;font-weight:400;font-size:14px;color:#3275f5;cursor:pointer;border:none;outline:none;line-height:45px;height:45px;padding:0 16px}._mainContainer_1p2cl_231 ._mainBodyContainer_1p2cl_383{background-color:#f6f6f6;width:100%;height:100%;min-height:calc(100vh - 160px)}._pageBodyStats_1p2cl_390,._pageBodyBC_1p2cl_390{width:1025px;max-width:100%;margin-left:auto;margin-right:auto}._pageBodyStats_1p2cl_390 table,._pageBodyBC_1p2cl_390 table{border-spacing:0}._pageBodyStats_1p2cl_390 table thead th,._pageBodyBC_1p2cl_390 table thead th{font-size:14px}._pageBodyStats_1p2cl_390 table tbody td,._pageBodyStats_1p2cl_390 table tbody th,._pageBodyBC_1p2cl_390 table tbody td,._pageBodyBC_1p2cl_390 table tbody th{font-size:16px}._pageBodyStats_1p2cl_390 thead th{background-color:#fff}._pageBodyStats_1p2cl_390 thead th:first-of-type,._pageBodyStats_1p2cl_390 thead th:nth-of-type(2){text-align:left}._pageBodyStats_1p2cl_390 tbody tr:not(:last-of-type) td,._pageBodyStats_1p2cl_390 tbody tr:not(:last-of-type) th{background-color:#f6f6f6}._pageBodyStats_1p2cl_390 tbody tr:not(:last-of-type) td:nth-child(4){background-color:#e4ffe5}._pageBodyStats_1p2cl_390 tbody tr:not(:last-of-type) td:nth-child(5){background-color:#ffe5e5}._pageBodyStats_1p2cl_390 tbody tr:last-of-type td:nth-child(3){background-color:#dbf8e68c}._pageBodyStats_1p2cl_390 tbody tr:last-of-type td:nth-child(4){background-color:#f5dfe68c}._pageBodyStats_1p2cl_390 tbody tr:last-of-type{background-color:#3275f51a!important}._pageBodyStats_1p2cl_390 tbody tr td:first-of-type,._pageBodyStats_1p2cl_390 tbody tr th:first-of-type{text-align:left}._pageBodyStats_1p2cl_390 tr td,._pageBodyStats_1p2cl_390 tr th{border-bottom:1px solid #E7EAEE!important}._pageBodyBC_1p2cl_390 thead th{background-color:#fff}._pageBodyBC_1p2cl_390 thead th:first-of-type,._pageBodyBC_1p2cl_390 thead th:nth-of-type(2){text-align:left}._pageBodyBC_1p2cl_390 tbody tr:not(:last-of-type) td,._pageBodyBC_1p2cl_390 tbody tr:not(:last-of-type) th{background-color:#fcfcfc}._pageBodyBC_1p2cl_390 tbody tr:not(:last-of-type) td:nth-child(4){background-color:#e4ffe5}._pageBodyBC_1p2cl_390 tbody tr:not(:last-of-type) td:nth-child(5){background-color:#ffe5e5}._pageBodyBC_1p2cl_390 tbody tr:last-of-type td:nth-child(3){background-color:#e7f8f1}._pageBodyBC_1p2cl_390 tbody tr:last-of-type td:nth-child(4){background-color:#f4ebf1}._pageBodyBC_1p2cl_390 tbody tr:last-of-type{background-color:#e9f0fc!important}._pageBodyBC_1p2cl_390 tbody tr td:first-of-type,._pageBodyBC_1p2cl_390 tbody tr th:first-of-type{text-align:left}._pageBodyBC_1p2cl_390 tr td,._pageBodyBC_1p2cl_390 tr th{border-bottom:1px solid #E7EAEE!important}._cellImage_1p2cl_468{width:71px;height:44px;border-radius:3px;display:table-cell}._startFinishCell_1p2cl_475{display:flex;flex-direction:column}._startFinishCell_1p2cl_475 span{font-family:Roboto,"sans-serif";font-style:normal;font-weight:400;font-size:13px;color:#282828;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._nameCell_1p2cl_490{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:160px;display:inline-block}._modalTitle_1p2cl_498{font-family:Roboto,"sans-serif";font-style:normal;font-weight:500;font-size:27px;line-height:32px;text-align:center;color:#424242;margin-bottom:24px}._modalContentText_1p2cl_509{font-family:Roboto,"sans-serif";font-style:normal;font-weight:400;font-size:16px;line-height:19px;text-align:center;color:#000}._modalSubtitle_1p2cl_519{font-family:Roboto,sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:19px;text-align:center;color:#000;display:inline-block;width:100%}._modalUnlinkClass_1p2cl_531{padding:30px 28px 20px}._centeredVerticalHorizontal_1p2cl_535{position:absolute;top:70%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center}._centeredVerticalHorizontal_1p2cl_535 ._notFoundMessage_1p2cl_544{font-family:Roboto,"sans-serif";font-style:normal;font-weight:500;font-size:22px;color:#000;opacity:.3;margin-bottom:4px;text-align:center}._centeredVerticalHorizontal_1p2cl_535 ._notFoundSuggestion_1p2cl_554{font-family:Roboto,sans-serif;font-style:normal;font-weight:400;font-size:16px;color:#1b2b41b8;text-align:center;max-width:500px}._actionsCell_1p2cl_564{display:flex;flex-direction:row;justify-content:center;align-items:center;min-height:44px;max-height:44px}._actionsCell_1p2cl_564>div{display:flex;align-items:center}._actionsCell_1p2cl_564 ._linkContainer_1p2cl_576{position:relative;display:inline}._actionsCell_1p2cl_564 ._linkContainer_1p2cl_576 img._linkTooltip_1p2cl_580{display:none}._actionsCell_1p2cl_564 ._linkContainer_1p2cl_576 ._linkIcon_1p2cl_583:hover+img._linkTooltip_1p2cl_580{position:absolute;left:-34px;top:-52px;display:block}._actionsCell_1p2cl_564 ._unlinkContainer_1p2cl_589{position:relative;display:inline}._actionsCell_1p2cl_564 ._unlinkContainer_1p2cl_589 img._unlinkTooltip_1p2cl_593{display:none}._actionsCell_1p2cl_564 ._unlinkContainer_1p2cl_589 ._unlinkIcon_1p2cl_596:hover+img._unlinkTooltip_1p2cl_593{position:absolute;left:-42px;top:-52px;display:block}._actionsCell_1p2cl_564 ._leaderboardContainer_1p2cl_602{position:relative;display:inline}._actionsCell_1p2cl_564 ._leaderboardContainer_1p2cl_602 img._leaderboardTooltip_1p2cl_606{display:none}._actionsCell_1p2cl_564 ._leaderboardContainer_1p2cl_602 img._leaderboardIcon_1p2cl_609{margin-left:24px;margin-right:24px}._actionsCell_1p2cl_564 ._leaderboardContainer_1p2cl_602 ._leaderboardIcon_1p2cl_609:hover+img._leaderboardTooltip_1p2cl_606{position:absolute;left:-20px;top:-52px;display:block}._actionsCell_1p2cl_564 ._getStatsContainer_1p2cl_619{position:relative;display:inline}._actionsCell_1p2cl_564 ._getStatsContainer_1p2cl_619 img._getStatsTooltip_1p2cl_623{display:none}._actionsCell_1p2cl_564 ._getStatsContainer_1p2cl_619 ._getStatsIcon_1p2cl_626:hover+img._getStatsTooltip_1p2cl_623{position:absolute;left:-28px;top:-52px;display:block}._containerMatchesSelectionOptions_1p2cl_633{background:#3275F5;height:77px;padding:16px 16px 16px 24px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;border:1px solid #E0E0E0;box-shadow:0 5px 17px #0000001a;border-radius:5px}._containerMatchesSelectionOptions_1p2cl_633 ._selectionLabel_1p2cl_645{font-size:16px;font-weight:400;line-height:19px;font-style:normal;color:#fff}._containerMatchesSelectionOptions_1p2cl_633 ._selectionLabel_1p2cl_645 span{text-decoration:underline;cursor:pointer;font-weight:600}._containerMatchesSelectionOptions_1p2cl_633 ._buttonsContainer_1p2cl_657{display:flex;flex-direction:row}._containerMatchesSelectionOptions_1p2cl_633 ._buttonsContainer_1p2cl_657 button:not(:last-child){margin-right:17px}._containerMatchesSelectionOptions_1p2cl_633 ._buttonsContainer_1p2cl_657 button{border-color:#fff}._containerMatchesSelectionOptions_1p2cl_633 ._buttonsContainer_1p2cl_657 button svg{margin-right:11.37px}._containerMatchesSelectionOptions_1p2cl_633 ._buttonsContainer_1p2cl_657 button svg path{fill:#fff}._containerMatchesSelectionOptions_1p2cl_633 ._buttonsContainer_1p2cl_657 button img{margin-right:11.37px}._subHeader_1p2cl_265{display:flex;align-items:center}._buttonUpdateStats_1p2cl_682{margin-left:22px}._buttonUpdateStats_1p2cl_682._disabled_1p2cl_685{border-color:#ccc;color:#ccc}._spanExportCSV_1p2cl_690{margin-left:auto;color:#3275f5;cursor:pointer}._mainContainer_1p2cl_231,._mainContainerBC_1p2cl_696{width:100%;margin-left:auto;margin-right:auto;background-color:#f6f6f6}._containerStartDate_1p2cl_703,._containerEndDate_1p2cl_703{display:inline;position:relative}._containerStartDate_1p2cl_703>span,._containerEndDate_1p2cl_703>span{color:#3275f5;cursor:pointer;text-decoration:underline}._containerStartDate_1p2cl_703 ._containerStartDateSelector_1p2cl_712,._containerStartDate_1p2cl_703 ._containerEndDateSelector_1p2cl_712,._containerEndDate_1p2cl_703 ._containerStartDateSelector_1p2cl_712,._containerEndDate_1p2cl_703 ._containerEndDateSelector_1p2cl_712{position:absolute;z-index:1000;left:0;top:20px}._modalReset_1p2cl_719{padding:0 0 20px;width:454px;height:210px}._buttons_sgank_1{margin-top:20px}._buttons_sgank_1 ._buttonStrike_sgank_4{background:rgba(177,234,82,.2);box-shadow:0 1px 4px #00000026;border-radius:3px;font-size:14px;line-height:16px;color:#10c900;width:92.5px;height:56.32px;margin-right:11px}._buttons_sgank_1 ._buttonSplit_sgank_15{background:rgba(60,201,192,.2);box-shadow:0 1px 4px #00000026;border-radius:3px;font-size:14px;line-height:16px;width:92.5px;height:56.32px;margin-right:11px;color:#3cc9c0}._buttons_sgank_1 ._buttonSpare_sgank_26{width:92.5px;height:56.32px;background:rgba(157,184,236,.2);box-shadow:0 1px 4px #00000026;border-radius:3px;font-size:14px;line-height:16px;color:#9db8ec;margin-right:11px}._buttons_sgank_1 ._buttonMiss_sgank_37{width:92.5px;height:56.32px;background:rgba(255,153,0,.2);box-shadow:0 1px 4px #00000026;border-radius:3px;font-size:14px;line-height:16px;color:#f90;margin-right:11px}._buttons_sgank_1 ._buttonFoul_sgank_48{width:92.5px;height:56.32px;background:rgba(241,77,77,.2);box-shadow:0 1px 4px #00000026;border-radius:3px;font-size:14px;line-height:16px;color:#f14d4d;margin-right:11px}._buttons_sgank_1 ._buttonReset_sgank_59{width:92.5px;height:56.32px;background:rgba(210,210,210,.2);box-shadow:0 1px 4px #00000026;border-radius:3px;font-size:14px;line-height:16px;color:#707070}._priorNextContainer_sgank_70{margin-top:3.5px;margin-bottom:28.5px;display:flex}._priorNextContainer_sgank_70 ._prior_sgank_70{cursor:pointer;display:flex;align-items:center}._priorNextContainer_sgank_70 ._prior_sgank_70 svg{transform:rotate(180deg);margin-right:11.33px}._priorNextContainer_sgank_70 ._prior_sgank_70 span{font-family:Roboto,sans-serif;font-style:normal;font-weight:500;font-size:16px;line-height:19px;text-align:center;color:#3275f5}._priorNextContainer_sgank_70 ._prior_sgank_70._disabled_sgank_93{pointer-events:none;cursor:none}._priorNextContainer_sgank_70 ._prior_sgank_70._disabled_sgank_93>span{color:#ccc}._priorNextContainer_sgank_70 ._prior_sgank_70._disabled_sgank_93>svg path{fill:#ccc}._priorNextContainer_sgank_70 ._next_sgank_103{margin-left:auto;cursor:pointer;display:flex;align-items:center}._priorNextContainer_sgank_70 ._next_sgank_103 svg{margin-left:11.33px}._priorNextContainer_sgank_70 ._next_sgank_103 span{font-family:Roboto,sans-serif;font-style:normal;font-weight:500;font-size:16px;line-height:19px;text-align:center;color:#3275f5}._priorNextContainer_sgank_70 ._next_sgank_103._disabled_sgank_93{pointer-events:none;cursor:none}._priorNextContainer_sgank_70 ._next_sgank_103._disabled_sgank_93>span{color:#ccc}._priorNextContainer_sgank_70 ._next_sgank_103._disabled_sgank_93>svg path{fill:#ccc}._manualScore_sgank_132{padding:15px;display:flex}._manualScore_sgank_132>div:first-child{margin-right:111px}._manualScore_sgank_132 button:focus,._manualScore_sgank_132 ._manual-score_sgank_139 button:focus-visible{outline:none}._dFlex_sgank_143{display:flex}@media screen and (max-width: 768px){._d-flex_sgank_148{flex-wrap:wrap}}._justify-between_sgank_152{justify-content:space-between}._header_sgank_156{text-align:center;border-bottom:1px solid}._frame_1ukpo_1{width:56px;border:1px solid rgba(128,128,128,.1);overflow:hidden}._frame_1ukpo_1:not(:last-child){margin-right:2px}._frame_1ukpo_1>div{width:56px}._frame_1ukpo_1:last-child{width:84px}._frame_1ukpo_1:last-child>div{width:84px}._frame_1ukpo_1:last-child ._punctuation_1ukpo_18 ._topDivisionNumbers_1ukpo_18{width:84px}._frame_1ukpo_1:last-child ._punctuation_1ukpo_18 ._topDivisionNumbers_1ukpo_18>div{width:42px;height:29px}._frame_1ukpo_1:last-child ._punctuation_1ukpo_18 ._topDivisionNumbers_1ukpo_18._strikeFrame_1ukpo_25>div:nth-child(2){display:none}._frame_1ukpo_1:last-child ._punctuation_1ukpo_18 ._topDivisionNumbers_1ukpo_18._strikeFrame_1ukpo_25>div:first-child{width:84px}._frame_1ukpo_1:last-child ._punctuation_1ukpo_18 ._bottomDivisionNumber_1ukpo_31{width:84px}._frame_1ukpo_1>div:first-of-type{height:27px;background:#000000;display:flex;justify-content:center;align-items:center;font-family:Saira,sans-serif;font-style:normal;font-weight:500;font-size:11px;line-height:17px;text-align:center;color:#fff}._frame_1ukpo_1>div:first-of-type._currentFrame_1ukpo_48{background:#9DB8EC;color:#fff}._frame_1ukpo_1 ._punctuation_1ukpo_18 ._topDivisionNumbers_1ukpo_18{width:56px;display:flex;margin-top:1px}._frame_1ukpo_1 ._punctuation_1ukpo_18 ._topDivisionNumbers_1ukpo_18>div{display:flex;justify-content:center;align-items:center;font-family:Saira,sans-serif;font-style:normal;font-weight:400;font-size:12px;line-height:19px;text-align:center;color:#000;width:28px;height:29px;background-color:#fff}._frame_1ukpo_1 ._punctuation_1ukpo_18 ._topDivisionNumbers_1ukpo_18>div:last-child{background:#F0F0F0}._frame_1ukpo_1 ._punctuation_1ukpo_18 ._topDivisionNumbers_1ukpo_18>div._currentFrame_1ukpo_48{background:#9DB8EC;color:#fff}._frame_1ukpo_1 ._punctuation_1ukpo_18 ._topDivisionNumbers_1ukpo_18>div._isSplit_1ukpo_79{position:relative}._frame_1ukpo_1 ._punctuation_1ukpo_18 ._topDivisionNumbers_1ukpo_18>div._isSplit_1ukpo_79:after{position:absolute;top:3px;right:3px;bottom:3px;left:3px;border:1px solid red;border-radius:50%;content:""}._frame_1ukpo_1 ._punctuation_1ukpo_18 ._topDivisionNumbers_1ukpo_18._strikeFrame_1ukpo_25>div:nth-child(2){display:none}._frame_1ukpo_1 ._punctuation_1ukpo_18 ._topDivisionNumbers_1ukpo_18._strikeFrame_1ukpo_25>div:first-child{width:56px}._frame_1ukpo_1 ._punctuation_1ukpo_18 ._bottomDivisionNumber_1ukpo_31{height:29px;padding:5px 10px;width:56px;display:flex;justify-content:center;align-items:center;background-color:#fff;font-family:Saira,sans-serif;font-style:normal;font-weight:400;font-size:12px;line-height:19px;text-align:center;color:#000}._frame_1ukpo_1 ._highlighted_1ukpo_112{background-color:#f0f8ff;box-shadow:0 0 3px #72a24d}._frame_1ukpo_1 button{background-color:transparent;border:none;cursor:pointer;width:30px;height:36px;padding:0;margin:0}._frame_1ukpo_1 button:focus-visible{outline:none}._frame_1ukpo_1 button:disabled{cursor:default}._currentFrame_1ukpo_48{background:#9DB8EC;color:#fff}._frameTotal_1ukpo_140{height:24px;text-align:center}._header_1ukpo_145{text-align:center;border-bottom:1px solid}._bowlingPins_7x824_1{display:flex;flex-direction:column-reverse;justify-content:center;align-items:center;margin:0;padding:0;list-style:none}._bowlingPins_7x824_1>div._dFlex_7x824_10{margin-bottom:10px;display:flex}._pin_7x824_15{width:46px;height:46px;border-radius:25px;border:1px solid #9db8ec;background:rgba(157,184,236,.1);margin:0 5px;font-family:Roboto,sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:16px;color:#9db8ec;cursor:pointer;display:flex;align-items:center;justify-content:center;background:linear-gradient(62deg,white,white);position:relative}._pin_7x824_15:disabled{cursor:not-allowed;opacity:.5;color:gray}._pin_7x824_15:after{content:"";display:block;opacity:0;transition:opacity .3s ease}._standing_7x824_49{background:#9db8ec;box-shadow:0 1px 10px #9db8ec99;color:#fff}._buttonSave_7x824_55{width:92.5px;height:36px;background:rgba(210,210,210,.2);box-shadow:0 1px 4px #00000026;border-radius:3px;font-size:14px;line-height:16px;color:#707070}._selectSearch_n7anb_1{width:100%;position:relative}._selectBox_n7anb_6{position:relative}._selectBox_n7anb_6 input{border-radius:8px;border:1px solid #d5d4dc;padding:12px;font-family:Roboto,sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:21px;color:#10002e;background:#ffffff;width:100%;height:45px;outline:0;letter-spacing:.2px}._selectBox_n7anb_6 input::placeholder{color:#8b849b;font-family:Roboto,"sans-serif";font-style:normal;font-weight:400;font-size:16px;letter-spacing:.2px}._icon_n7anb_34{position:absolute;right:13px;top:15px;z-index:10}._stackIcon_n7anb_41{margin-bottom:1em;display:inline-block;width:100%;cursor:pointer}._iconTimes_n7anb_48{padding-left:0;padding-right:5px;font-size:10px;color:#831818}._overSelect_n7anb_55{position:absolute;left:0;right:0;top:0;bottom:0}._containerSearch_n7anb_63{display:none;position:absolute;background-color:#fcfcfc;box-shadow:0 1px 11px #53535340;border-radius:7px;width:100%;z-index:20;padding:1em .8em}._items_n7anb_74{max-height:200px;padding:5px 0;overflow-y:auto;overflow-x:hidden}._items_n7anb_74::-webkit-scrollbar{width:5px}._items_n7anb_74::-webkit-scrollbar-track{background-color:#d7d9de;border-radius:3px;background-color:#0000001a}._items_n7anb_74::-webkit-scrollbar-thumb{border-radius:3px;background-color:#3275f5}._items_n7anb_74 label{display:flex;align-items:center;padding:5px 10px;margin-right:5px;text-transform:capitalize;color:#0e0e0e}._items_n7anb_74 label:hover{background-color:#3275f5;color:#fff}._expanded_n7anb_110{display:flex;flex-direction:column}._error_n7anb_115{top:72.67px;z-index:400}._noAvailable_n7anb_120{font-family:Roboto,sans-serif;color:#0e0e0e;font-size:.9em;min-height:40px;padding:10px}._column_n7anb_128{display:flex;flex-direction:column}._formLabel_n7anb_133{font-size:13px;letter-spacing:.5px;padding:6px 0;color:#00000080;text-transform:none!important;font-weight:700;font-family:Lato,Arial,sans-serif}._errors_n7anb_143{margin-top:2px;font-size:13px;color:#d0021b;z-index:300;font-weight:400;position:absolute;bottom:-16px;left:0}._errorInput_n7anb_154{border:1px solid #D0021B!important;background-color:#d0021b08!important}._focus_n7anb_159{border:1px solid #3275f5}._container_14yoo_1{width:473px;height:215px;padding-top:58px}._container_14yoo_1 ._text_14yoo_6{font-family:Roboto,sans-serif;font-style:normal;font-weight:400;font-size:17px;line-height:20px;text-align:center;color:#424242;margin-bottom:54px}._container_14yoo_1 ._buttons_14yoo_16{text-align:center}._container_14yoo_1 ._buttons_14yoo_16 button{width:142.57px;height:44px}form._formGame_9l2js_1 ._buttons_9l2js_1{display:flex;align-items:center;margin-bottom:17px}form._formGame_9l2js_1 ._buttons_9l2js_1 button._buttonSave_9l2js_6{margin-left:75px;width:70px;padding:6px 0}form._formGame_9l2js_1 ._buttons_9l2js_1 button._buttonDelete_9l2js_11{margin-left:8px;text-align:center;width:70px;padding:6px 0}form._formGame_9l2js_1 ._buttons_9l2js_1 button._buttonDelete_9l2js_11._marginLeft_9l2js_17{margin-left:24px}form._formGame_9l2js_1 [class*=modalContainer]{padding:0}._searchArea_9l2js_24{display:flex;align-items:center;margin-bottom:87px;margin-left:25px;margin-right:77px}@media (min-width: 1920px){._searchArea_9l2js_24{margin-right:33px}}._searchArea_9l2js_24 ._searchFields_9l2js_36{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,44px);column-gap:17px;row-gap:20px;width:100%}@media (min-width: 1600px){._searchArea_9l2js_24 ._searchFields_9l2js_36{grid-template-columns:repeat(5,1fr)}}@media (min-width: 1920px){._searchArea_9l2js_24 ._searchFields_9l2js_36{grid-template-columns:repeat(6,1fr)}}._searchArea_9l2js_24 ._searchFields_9l2js_36>div:first-of-type{grid-column-start:1;grid-column-end:3}._searchArea_9l2js_24 ._searchButtons_9l2js_58{margin-left:auto}._searchArea_9l2js_24 ._searchButtons_9l2js_58 button:first-of-type{margin-bottom:13px}._container_15sjt_1{width:454px;margin-top:0}._container_15sjt_1 ._header_15sjt_5{font-family:Roboto,sans-serif;font-style:normal;font-weight:500;font-size:27px;line-height:32px;text-align:center;color:#424242;margin-top:30px;margin-bottom:24px}._container_15sjt_1 ._text_15sjt_16{font-family:Roboto,sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:19px;text-align:center;color:#000;margin-bottom:40px}._container_15sjt_1 ._buttons_15sjt_26{width:390px;margin-left:auto;margin-right:auto;display:flex}._container_15sjt_1 ._buttons_15sjt_26 button:last-child{margin-left:auto;width:125px}._container_15sjt_1 ._buttons_15sjt_26 button:first-child{width:81px}._container_15sjt_1 ._buttons_15sjt_26 button{font-family:Roboto,sans-serif;font-style:normal;font-weight:500;font-size:16px;line-height:19px;text-align:center}.autocomplete-wrapper-lt{width:auto;max-width:450px;position:relative;z-index:900;font-family:Roboto,sans-serif;display:flex;align-items:flex-start;flex-direction:column}.autocomplete-wrapper-lt .formLabel{padding:6px 0 8px;text-transform:none!important;font-family:Roboto,"sans-serif";font-style:normal;font-weight:500;font-size:14px;line-height:16px;letter-spacing:.4px;color:#10002e}.autocomplete-wrapper-lt .searchBar{margin:0;position:relative}.autocomplete-wrapper-lt .iconWrapper{position:absolute;left:12px;top:50%;transform:translateY(-50%)}.autocomplete-wrapper-lt .searchFieldIcon{position:absolute;right:15px;top:50%;transform:translateY(-50%)}.autocomplete-wrapper-lt .searchFieldIcon:before{content:url(/assets/search-icon-96778576.svg);display:inline-block}.autocomplete-wrapper-lt .searchFieldIcon:after{content:none}.autocomplete-wrapper-lt .searchLoadingIcon{color:#c9cad0;position:relative}.autocomplete-wrapper-lt .searchLoadingIcon:after{content:"";position:absolute;left:4px;top:-7px;bottom:0;width:30px;background:url(/assets/loading1-72abb1db.svg);background-size:cover}.autocomplete-wrapper-lt .searchField{width:100%;height:44px;font-size:13px;border-radius:8px;padding:1em 3em 1em 2em;overflow:hidden;text-overflow:ellipsis;outline:none;color:#000;border:1px solid #d5d4dc}.autocomplete-wrapper-lt .searchField:focus{border:3px solid #3275f5}.autocomplete-wrapper-lt .searchField:focus:read-only{border:.5px solid #f9f9f9}.autocomplete-wrapper-lt .searchField:hover{border:1px solid #3275f5}.autocomplete-wrapper-lt .searchField:hover:focus{border:3px solid #3275f5}.autocomplete-wrapper-lt .searchField::placeholder{color:#8b849b;font-family:Roboto,"sans-serif";font-style:normal;font-weight:400;font-size:16px;letter-spacing:.2px}.autocomplete-wrapper-lt>div{width:100%}.autocomplete-wrapper-lt input:focus{box-shadow:none;outline:none}.autocomplete-wrapper-lt .dropdown{width:100%;padding:0;text-align:left;max-height:280px;overflow:hidden;overflow-y:auto;margin:0;background:#fcfcfc;box-shadow:0 1px 11px #53535340;border-radius:5px;position:absolute}.autocomplete-wrapper-lt .dropdown.dropdown-borders{border-top:20px solid #fff;border-bottom:18px solid #fff;margin-top:9px}.autocomplete-wrapper-lt .dropdown .scrollBar .ps__rail-y{right:15px!important;width:4px}.autocomplete-wrapper-lt .dropdown .scrollBar .ps__rail-y .ps__thumb-y{width:4px!important;background-color:#9db8ec!important;right:0}.autocomplete-wrapper-lt .dropdown::-webkit-scrollbar{width:5px}.autocomplete-wrapper-lt .dropdown::-webkit-scrollbar-track{background-color:#d7d9de;border-radius:3px;background-color:transparent}.autocomplete-wrapper-lt .dropdown::-webkit-scrollbar-thumb{border-radius:3px;width:4px;background-color:#9db8ec}.content{display:flex;justify-content:center;padding:2em}.content img{width:4em;height:4em}.autocomplete-wrapper-lt .item{display:block;cursor:pointer;padding:10px 27px;border-bottom:0;font-family:Roboto;font-style:normal;font-weight:400;font-size:13px;line-height:15px;color:#383838}.autocomplete-wrapper-lt .item.selected-item,.autocomplete-wrapper-lt .item:hover{background-color:#3275f5;color:#fafbfc}._errors_bbjc1_1{margin-top:2px;font-size:14px;color:#d0021b;font-weight:400}._mainContainer_1akd4_1{width:100%;height:280px;margin:0 auto 4px;padding:20px 32px 20px 30px;border-radius:5px}._mainContainer_1akd4_1._odd_1akd4_8{background-color:#dee5ff66}._mainContainer_1akd4_1._even_1akd4_11{background:rgba(222,229,255,.15)}._mainContainer_1akd4_1 ._firstInfo_1akd4_14{padding-bottom:9px;border-bottom:1px solid #ECECEC;display:flex;align-items:center}._mainContainer_1akd4_1 ._firstInfo_1akd4_14 span:first-child{margin-right:20px}._mainContainer_1akd4_1 ._firstInfo_1akd4_14 span:nth-child(2){margin-right:5px}._mainContainer_1akd4_1 ._firstInfo_1akd4_14 span:nth-child(4){margin-left:5px}._mainContainer_1akd4_1 ._firstInfo_1akd4_14 span:not(:first-child){font-family:Roboto,sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:16px;color:#00000080}._mainContainer_1akd4_1 ._firstInfo_1akd4_14 ._ongoingButton_1akd4_37{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:8px 10px;gap:10px;width:62px;height:35px;background:rgba(0,255,10,.4);border-radius:3px;font-family:Roboto,sans-serif;font-style:normal;font-weight:400;font-size:11px;line-height:13px;text-align:center;color:#007a05}._mainContainer_1akd4_1 ._firstInfo_1akd4_14 ._archivedButton_1akd4_56{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:8px 10px;gap:10px;width:63px;height:35px;background:#9DB8EC;border-radius:3px;font-family:Roboto,sans-serif;font-style:normal;font-weight:400;font-size:11px;line-height:13px;text-align:center;color:#edfde8}._mainContainer_1akd4_1 ._firstInfo_1akd4_14 img._editButton_1akd4_75{visibility:hidden;margin-left:auto;width:35px;height:35px}._mainContainer_1akd4_1 ._dataRow_1akd4_81{display:grid;grid-template-columns:repeat(5,1fr);grid-template-rows:15px 17px;row-gap:19px;column-gap:68px}._mainContainer_1akd4_1 ._dataRow_1akd4_81 ._header_1akd4_88{font-family:Roboto,sans-serif;font-style:normal;font-weight:400;font-size:13px;line-height:15px;color:#000;opacity:.3}._mainContainer_1akd4_1 ._dataRow_1akd4_81 ._content_1akd4_97{font-family:Roboto,sans-serif;font-style:normal;font-weight:500;font-size:15px;line-height:18px;color:#424242}._mainContainer_1akd4_1 ._dataRow_1akd4_81._firstRow_1akd4_105{margin-top:16px}._mainContainer_1akd4_1 ._dataRow_1akd4_81._secondRow_1akd4_108{margin-top:54px}._mainContainer_1akd4_1:hover ._firstInfo_1akd4_14 img._editButton_1akd4_75{visibility:visible;cursor:pointer}._preHeader_1wqo1_1{font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;line-height:.6rem;font-weight:500;font-style:normal;letter-spacing:2px;margin-bottom:4px;text-transform:capitalize}@media (min-width: 768px){._preHeader_1wqo1_1{font-size:1rem;line-height:1rem}}._headerXl_1wqo1_18{font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.725rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerXl_1wqo1_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_1wqo1_35{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLg_1wqo1_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_1wqo1_52{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLgInverted_1wqo1_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_1wqo1_52{text-align:center}._headerMd_1wqo1_72{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMd_1wqo1_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_1wqo1_72{margin-bottom:0}._headerMdInverted_1wqo1_92{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMdInverted_1wqo1_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_1wqo1_92{text-align:center}._textLabel_1wqo1_112{margin-bottom:.5rem;color:#000;font-weight:500;font-size:.875rem;white-space:nowrap}._textMsg_1wqo1_120{margin-bottom:.5rem;color:#000;font-weight:500;font-size:1rem;white-space:nowrap;text-align:center}._postTitleHeading_1wqo1_129{font-family:"Noto Serif",serif;font-size:1.5rem;font-weight:500;color:#000;line-height:2.25rem;text-align:center}._breadText_1wqo1_138{font-family:Roboto,serif;font-size:.9375rem;color:#707070;line-height:1.4rem;font-weight:400}._miniLabel_1wqo1_146{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#101820;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabel_1wqo1_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_1wqo1_163{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#436586;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabelLight_1wqo1_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_1wqo1_180{font-family:Roboto,serif;font-size:.9375rem;color:#36a3f7;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._linkDangerous_1wqo1_190{font-family:Roboto,serif;font-size:.9375rem;color:#f3545d;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._textOverLine_1wqo1_200{font-family:Roboto,Arial,sans-serif;font-size:.75rem;letter-spacing:.5px;margin-bottom:6px;color:#00000080;text-transform:uppercase}._labelHeaderMd_1wqo1_209{font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.17rem;margin-bottom:0}@media (min-width: 768px){._labelHeaderMd_1wqo1_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_1wqo1_226{color:red;margin-top:.3rem}._mainContainer_1wqo1_231{min-height:100vh;background-color:#fff;flex:1}._mainContainer_1wqo1_231 ._header_1wqo1_18{margin-bottom:40px}._mainContainer_1wqo1_231 ._header_1wqo1_18>h2{font-family:Roboto,sans-serif;font-style:normal;font-weight:500;font-size:30px;line-height:35.16px;color:#424242;margin-bottom:0}._mainContainer_1wqo1_231 ._subHeader_1wqo1_248{margin-bottom:33px}._mainContainer_1wqo1_231 ._subHeader_1wqo1_248 div{font-family:Roboto,sans-serif;font-style:normal;font-weight:400;font-size:20px;line-height:23.44px;color:#424242}._mainContainer_1wqo1_231 ._searchArea_1wqo1_259{display:flex;align-items:center;padding-bottom:31px;border-bottom:1px solid #ECECEC;margin-bottom:25px;margin-left:auto;margin-right:auto}._mainContainer_1wqo1_231 ._searchArea_1wqo1_259 ._searchFields_1wqo1_268{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,44px);column-gap:10px;row-gap:13px;margin-right:53px;flex-grow:1}._mainContainer_1wqo1_231 ._searchArea_1wqo1_259 ._searchFields_1wqo1_268._hasError_1wqo1_277{row-gap:20px}._mainContainer_1wqo1_231 ._searchArea_1wqo1_259 ._searchFields_1wqo1_268>div:nth-child(2){grid-column-start:2;grid-column-end:5}._mainContainer_1wqo1_231 ._searchArea_1wqo1_259 ._searchFields_1wqo1_268._isArchived_1wqo1_284>div:nth-child(2){grid-column-start:2;grid-column-end:3}._mainContainer_1wqo1_231 ._searchArea_1wqo1_259 ._searchFields_1wqo1_268._isArchived_1wqo1_284>div:nth-child(3){grid-column-start:3;grid-column-end:5}._mainContainer_1wqo1_231 ._searchArea_1wqo1_259 ._searchButtons_1wqo1_292{margin-left:auto}._mainContainer_1wqo1_231 ._searchArea_1wqo1_259 ._searchButtons_1wqo1_292 button:first-of-type{margin-bottom:13px}._mainContainer_1wqo1_231 ._searchArea_1wqo1_259 ._searchButtons_1wqo1_292 ._btnClearSearch_1wqo1_298{width:174px}._mainContainer_1wqo1_231 ._sortArea_1wqo1_301{display:flex;align-items:center;margin-bottom:22px}._mainContainer_1wqo1_231 ._sortArea_1wqo1_301 ._sortFields_1wqo1_306{display:flex;align-items:center;width:fit-content}._mainContainer_1wqo1_231 ._sortArea_1wqo1_301 ._sortFields_1wqo1_306>span{font-size:14px;font-weight:400;margin-right:15px;display:inline-block}._mainContainer_1wqo1_231 ._sortArea_1wqo1_301 ._sortFields_1wqo1_306>div{width:123px!important}._mainContainer_1wqo1_231 ._sortArea_1wqo1_301 ._sortFields_1wqo1_306>div input{background-color:#f9f9f9;border-radius:8px;border:1px solid #d5d4dc;font-size:14px;font-weight:400;padding:12px;width:123px!important}._mainContainer_1wqo1_231 ._sortArea_1wqo1_301 ._sortFields_1wqo1_306>div input::placeholder{font-size:14px;font-weight:400}._mainContainer_1wqo1_231 ._sortArea_1wqo1_301 ._sortButtons_1wqo1_333{margin-left:auto;display:flex;align-items:center}._mainContainer_1wqo1_231 ._gameArea_1wqo1_338{margin-left:auto;margin-right:auto}._mainContainer_1wqo1_231 ._gameArea_1wqo1_338 ._emptyList_1wqo1_342{width:100%;margin-left:auto;margin-right:auto}._mainContainer_1wqo1_231 ._gameArea_1wqo1_338 ._emptyList_1wqo1_342 img{margin:164px auto 0;display:block}._mainContainer_1wqo1_231 ._gameArea_1wqo1_338 ._emptyList_1wqo1_342 div{font-family:Roboto,sans-serif;font-style:normal;font-weight:400;font-size:20px;line-height:23px;text-align:center;color:#424242;opacity:.2;margin:29px auto 343px}._mainContainer_1wqo1_231 ._top_1wqo1_362{background:#ffffff;padding:40px 40px 0}._mainContainer_1wqo1_231 ._top_1wqo1_362 ._searchLabels_1wqo1_366{display:flex;justify-content:flex-start;align-items:center;height:fit-content}._mainContainer_1wqo1_231 ._top_1wqo1_362 ._searchLabels_1wqo1_366 h3{font-family:Roboto,"sans-serif";font-style:normal;font-weight:500;font-size:14px;color:#10002e}._mainContainer_1wqo1_231 ._top_1wqo1_362 ._searchLabels_1wqo1_366 h3:nth-child(2){margin-left:212px}._mainContainer_1wqo1_231 ._top_1wqo1_362 ._searchLabels_1wqo1_366 h3:nth-child(3){margin-left:153px}._mainContainer_1wqo1_231 ._top_1wqo1_362 ._topActions_1wqo1_385{display:flex;justify-content:flex-start;padding-bottom:24px}._mainContainer_1wqo1_231 ._top_1wqo1_362 ._topActions_1wqo1_385 ._inputs_1wqo1_390{display:flex;column-gap:10px}._mainContainer_1wqo1_231 ._top_1wqo1_362 ._topActions_1wqo1_385 ._buttons_1wqo1_394{display:flex;margin-left:auto;width:fit-content}._mainContainer_1wqo1_231 ._top_1wqo1_362 ._topActions_1wqo1_385 ._buttons_1wqo1_394 ._applyFilters_1wqo1_399{margin-right:37px}._mainContainer_1wqo1_231 ._top_1wqo1_362 ._topActions_1wqo1_385 ._buttons_1wqo1_394 ._resetFilters_1wqo1_402{font-family:Roboto,sans-serif;font-style:normal;-webkit-user-select:none;user-select:none;cursor:pointer;font-size:1rem;padding:0 16px;border-radius:5px;white-space:nowrap;background-color:transparent;color:#3275f5;text-decoration:underline;text-align:center;line-height:19px;height:45px;display:flex;align-items:center;margin-right:0}._mainContainer_1wqo1_231 ._linkButton_1wqo1_422{font-family:Roboto,"sans-serif";font-style:normal;font-weight:400;font-size:14px;color:#3275f5;cursor:pointer;border:none;outline:none;line-height:45px;height:45px;padding:0 16px}._mainContainer_1wqo1_231 ._mainBodyContainer_1wqo1_435{background-color:#f6f6f6;width:100%;height:100%;min-height:calc(100vh - 160px)}._pageBodyStats_1wqo1_442,._pageBodyBC_1wqo1_442{width:1025px;max-width:100%;margin-left:auto;margin-right:auto}._pageBodyStats_1wqo1_442 table,._pageBodyBC_1wqo1_442 table{border-spacing:0}._pageBodyStats_1wqo1_442 table thead th,._pageBodyBC_1wqo1_442 table thead th{font-size:14px}._pageBodyStats_1wqo1_442 table tbody td,._pageBodyStats_1wqo1_442 table tbody th,._pageBodyBC_1wqo1_442 table tbody td,._pageBodyBC_1wqo1_442 table tbody th{font-size:16px}._pageBodyStats_1wqo1_442 thead th{background-color:#fff}._pageBodyStats_1wqo1_442 thead th:first-of-type,._pageBodyStats_1wqo1_442 thead th:nth-of-type(2){text-align:left}._pageBodyStats_1wqo1_442 tbody tr:not(:last-of-type) td,._pageBodyStats_1wqo1_442 tbody tr:not(:last-of-type) th{background-color:#f6f6f6}._pageBodyStats_1wqo1_442 tbody tr:not(:last-of-type) td:nth-child(4){background-color:#e4ffe5}._pageBodyStats_1wqo1_442 tbody tr:not(:last-of-type) td:nth-child(5){background-color:#ffe5e5}._pageBodyStats_1wqo1_442 tbody tr:last-of-type td:nth-child(3){background-color:#dbf8e68c}._pageBodyStats_1wqo1_442 tbody tr:last-of-type td:nth-child(4){background-color:#f5dfe68c}._pageBodyStats_1wqo1_442 tbody tr:last-of-type{background-color:#3275f51a!important}._pageBodyStats_1wqo1_442 tbody tr td:first-of-type,._pageBodyStats_1wqo1_442 tbody tr th:first-of-type{text-align:left}._pageBodyStats_1wqo1_442 tr td,._pageBodyStats_1wqo1_442 tr th{border-bottom:1px solid #E7EAEE!important}._pageBodyBC_1wqo1_442 thead th{background-color:#fff}._pageBodyBC_1wqo1_442 thead th:first-of-type,._pageBodyBC_1wqo1_442 thead th:nth-of-type(2){text-align:left}._pageBodyBC_1wqo1_442 tbody tr:not(:last-of-type) td,._pageBodyBC_1wqo1_442 tbody tr:not(:last-of-type) th{background-color:#fcfcfc}._pageBodyBC_1wqo1_442 tbody tr:not(:last-of-type) td:nth-child(4){background-color:#e4ffe5}._pageBodyBC_1wqo1_442 tbody tr:not(:last-of-type) td:nth-child(5){background-color:#ffe5e5}._pageBodyBC_1wqo1_442 tbody tr:last-of-type td:nth-child(3){background-color:#e7f8f1}._pageBodyBC_1wqo1_442 tbody tr:last-of-type td:nth-child(4){background-color:#f4ebf1}._pageBodyBC_1wqo1_442 tbody tr:last-of-type{background-color:#e9f0fc!important}._pageBodyBC_1wqo1_442 tbody tr td:first-of-type,._pageBodyBC_1wqo1_442 tbody tr th:first-of-type{text-align:left}._pageBodyBC_1wqo1_442 tr td,._pageBodyBC_1wqo1_442 tr th{border-bottom:1px solid #E7EAEE!important}._cellImage_1wqo1_520{width:71px;height:44px;border-radius:3px;display:table-cell}._startFinishCell_1wqo1_527{display:flex;flex-direction:column}._startFinishCell_1wqo1_527 span{font-family:Roboto,"sans-serif";font-style:normal;font-weight:400;font-size:13px;color:#282828;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._nameCell_1wqo1_542{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:160px;display:inline-block}._modalTitle_1wqo1_550{font-family:Roboto,"sans-serif";font-style:normal;font-weight:500;font-size:27px;line-height:32px;text-align:center;color:#424242;margin-bottom:24px}._modalContentText_1wqo1_561{font-family:Roboto,"sans-serif";font-style:normal;font-weight:400;font-size:16px;line-height:19px;text-align:center;color:#000}._modalSubtitle_1wqo1_571{font-family:Roboto,sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:19px;text-align:center;color:#000;display:inline-block;width:100%}._modalUnlinkClass_1wqo1_583{padding:30px 28px 20px}._centeredVerticalHorizontal_1wqo1_587{position:absolute;top:70%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center}._centeredVerticalHorizontal_1wqo1_587 ._notFoundMessage_1wqo1_596{font-family:Roboto,"sans-serif";font-style:normal;font-weight:500;font-size:22px;color:#000;opacity:.3;margin-bottom:4px;text-align:center}._centeredVerticalHorizontal_1wqo1_587 ._notFoundSuggestion_1wqo1_606{font-family:Roboto,sans-serif;font-style:normal;font-weight:400;font-size:16px;color:#1b2b41b8;text-align:center;max-width:500px}._actionsCell_1wqo1_616{display:flex;flex-direction:row;justify-content:center;align-items:center;min-height:44px;max-height:44px}._actionsCell_1wqo1_616>div{display:flex;align-items:center}._actionsCell_1wqo1_616 ._linkContainer_1wqo1_628{position:relative;display:inline}._actionsCell_1wqo1_616 ._linkContainer_1wqo1_628 img._linkTooltip_1wqo1_632{display:none}._actionsCell_1wqo1_616 ._linkContainer_1wqo1_628 ._linkIcon_1wqo1_635:hover+img._linkTooltip_1wqo1_632{position:absolute;left:-34px;top:-52px;display:block}._actionsCell_1wqo1_616 ._unlinkContainer_1wqo1_641{position:relative;display:inline}._actionsCell_1wqo1_616 ._unlinkContainer_1wqo1_641 img._unlinkTooltip_1wqo1_645{display:none}._actionsCell_1wqo1_616 ._unlinkContainer_1wqo1_641 ._unlinkIcon_1wqo1_648:hover+img._unlinkTooltip_1wqo1_645{position:absolute;left:-42px;top:-52px;display:block}._actionsCell_1wqo1_616 ._leaderboardContainer_1wqo1_654{position:relative;display:inline}._actionsCell_1wqo1_616 ._leaderboardContainer_1wqo1_654 img._leaderboardTooltip_1wqo1_658{display:none}._actionsCell_1wqo1_616 ._leaderboardContainer_1wqo1_654 img._leaderboardIcon_1wqo1_661{margin-left:24px;margin-right:24px}._actionsCell_1wqo1_616 ._leaderboardContainer_1wqo1_654 ._leaderboardIcon_1wqo1_661:hover+img._leaderboardTooltip_1wqo1_658{position:absolute;left:-20px;top:-52px;display:block}._actionsCell_1wqo1_616 ._getStatsContainer_1wqo1_671{position:relative;display:inline}._actionsCell_1wqo1_616 ._getStatsContainer_1wqo1_671 img._getStatsTooltip_1wqo1_675{display:none}._actionsCell_1wqo1_616 ._getStatsContainer_1wqo1_671 ._getStatsIcon_1wqo1_678:hover+img._getStatsTooltip_1wqo1_675{position:absolute;left:-28px;top:-52px;display:block}._containerMatchesSelectionOptions_1wqo1_685{background:#3275F5;height:77px;padding:16px 16px 16px 24px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;border:1px solid #E0E0E0;box-shadow:0 5px 17px #0000001a;border-radius:5px}._containerMatchesSelectionOptions_1wqo1_685 ._selectionLabel_1wqo1_697{font-size:16px;font-weight:400;line-height:19px;font-style:normal;color:#fff}._containerMatchesSelectionOptions_1wqo1_685 ._selectionLabel_1wqo1_697 span{text-decoration:underline;cursor:pointer;font-weight:600}._containerMatchesSelectionOptions_1wqo1_685 ._buttonsContainer_1wqo1_709{display:flex;flex-direction:row}._containerMatchesSelectionOptions_1wqo1_685 ._buttonsContainer_1wqo1_709 button:not(:last-child){margin-right:17px}._containerMatchesSelectionOptions_1wqo1_685 ._buttonsContainer_1wqo1_709 button{border-color:#fff}._containerMatchesSelectionOptions_1wqo1_685 ._buttonsContainer_1wqo1_709 button svg{margin-right:11.37px}._containerMatchesSelectionOptions_1wqo1_685 ._buttonsContainer_1wqo1_709 button svg path{fill:#fff}._containerMatchesSelectionOptions_1wqo1_685 ._buttonsContainer_1wqo1_709 button img{margin-right:11.37px}._subHeader_1wqo1_248{display:flex;align-items:center}._buttonUpdateStats_1wqo1_734{margin-left:22px}._buttonUpdateStats_1wqo1_734._disabled_1wqo1_737{border-color:#ccc;color:#ccc}._spanExportCSV_1wqo1_742{margin-left:auto;color:#3275f5;cursor:pointer}._mainContainer_1wqo1_231,._mainContainerBC_1wqo1_748{width:100%;margin-left:auto;margin-right:auto}._containerStartDate_1wqo1_754,._containerEndDate_1wqo1_754{display:inline;position:relative}._containerStartDate_1wqo1_754>span,._containerEndDate_1wqo1_754>span{color:#3275f5;cursor:pointer;text-decoration:underline}._containerStartDate_1wqo1_754 ._containerStartDateSelector_1wqo1_763,._containerStartDate_1wqo1_754 ._containerEndDateSelector_1wqo1_763,._containerEndDate_1wqo1_754 ._containerStartDateSelector_1wqo1_763,._containerEndDate_1wqo1_754 ._containerEndDateSelector_1wqo1_763{position:absolute;z-index:1000;left:0;top:20px}._preHeader_1yx0t_1{font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;line-height:.6rem;font-weight:500;font-style:normal;letter-spacing:2px;margin-bottom:4px;text-transform:capitalize}@media (min-width: 768px){._preHeader_1yx0t_1{font-size:1rem;line-height:1rem}}._headerXl_1yx0t_18{font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.725rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerXl_1yx0t_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_1yx0t_35{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLg_1yx0t_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_1yx0t_52{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLgInverted_1yx0t_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_1yx0t_52{text-align:center}._headerMd_1yx0t_72{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMd_1yx0t_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_1yx0t_72{margin-bottom:0}._headerMdInverted_1yx0t_92{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMdInverted_1yx0t_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_1yx0t_92{text-align:center}._textLabel_1yx0t_112{margin-bottom:.5rem;color:#000;font-weight:500;font-size:.875rem;white-space:nowrap}._textMsg_1yx0t_120{margin-bottom:.5rem;color:#000;font-weight:500;font-size:1rem;white-space:nowrap;text-align:center}._postTitleHeading_1yx0t_129{font-family:"Noto Serif",serif;font-size:1.5rem;font-weight:500;color:#000;line-height:2.25rem;text-align:center}._breadText_1yx0t_138{font-family:Roboto,serif;font-size:.9375rem;color:#707070;line-height:1.4rem;font-weight:400}._miniLabel_1yx0t_146{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#101820;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabel_1yx0t_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_1yx0t_163{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#436586;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabelLight_1yx0t_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_1yx0t_180{font-family:Roboto,serif;font-size:.9375rem;color:#36a3f7;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._linkDangerous_1yx0t_190{font-family:Roboto,serif;font-size:.9375rem;color:#f3545d;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._textOverLine_1yx0t_200{font-family:Roboto,Arial,sans-serif;font-size:.75rem;letter-spacing:.5px;margin-bottom:6px;color:#00000080;text-transform:uppercase}._labelHeaderMd_1yx0t_209{font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.17rem;margin-bottom:0}@media (min-width: 768px){._labelHeaderMd_1yx0t_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_1yx0t_226{color:red;margin-top:.3rem}._mainContainer_1yx0t_231{min-height:100vh;background-color:#fff;flex:1}._mainContainer_1yx0t_231 ._header_1yx0t_18{margin-top:6px;margin-bottom:21px;display:flex;align-items:center;padding-left:23px}._mainContainer_1yx0t_231 ._header_1yx0t_18>img{width:8px;height:15px;margin-right:42px;margin-top:2px}._mainContainer_1yx0t_231 ._header_1yx0t_18>h2{font-family:Roboto,sans-serif;font-style:normal;font-weight:500;font-size:30px;line-height:35.16px;color:#424242;margin-bottom:0;margin-top:-5px}._mainContainer_1yx0t_231 form{padding:0}._mainContainer_1yx0t_231 form ._buttonSave_1yx0t_262{margin-left:75px;margin-bottom:17px;width:70px}._mainContainer_1yx0t_231 ._subHeader_1yx0t_267{margin-bottom:33px}._mainContainer_1yx0t_231 ._subHeader_1yx0t_267 div{font-family:Roboto,sans-serif;font-style:normal;font-weight:400;font-size:20px;line-height:23.44px;color:#424242}._mainContainer_1yx0t_231 ._searchArea_1yx0t_278{display:flex;align-items:center;margin-bottom:87px;width:931px;margin-left:25px}._mainContainer_1yx0t_231 ._searchArea_1yx0t_278 ._searchFields_1yx0t_285{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,44px);column-gap:17px;row-gap:20px;width:100%}._mainContainer_1yx0t_231 ._searchArea_1yx0t_278 ._searchFields_1yx0t_285>div:first-of-type{grid-column-start:1;grid-column-end:3}._mainContainer_1yx0t_231 ._searchArea_1yx0t_278 ._searchButtons_1yx0t_297{margin-left:auto}._mainContainer_1yx0t_231 ._searchArea_1yx0t_278 ._searchButtons_1yx0t_297 button:first-of-type{margin-bottom:13px}._mainContainer_1yx0t_231 ._createGameArea_1yx0t_303{display:flex;margin-left:25px;flex-direction:row}._mainContainer_1yx0t_231 ._createGameArea_1yx0t_303>div:first-child{margin-right:111px}._mainContainer_1yx0t_231 ._top_1yx0t_311{background:#ffffff;padding:48px 41px 0 50px}._mainContainer_1yx0t_231 ._top_1yx0t_311 ._searchLabels_1yx0t_315{display:flex;justify-content:flex-start;align-items:center;height:fit-content}._mainContainer_1yx0t_231 ._top_1yx0t_311 ._searchLabels_1yx0t_315 h3{font-family:Roboto,"sans-serif";font-style:normal;font-weight:500;font-size:14px;color:#10002e}._mainContainer_1yx0t_231 ._top_1yx0t_311 ._searchLabels_1yx0t_315 h3:nth-child(2){margin-left:212px}._mainContainer_1yx0t_231 ._top_1yx0t_311 ._searchLabels_1yx0t_315 h3:nth-child(3){margin-left:153px}._mainContainer_1yx0t_231 ._top_1yx0t_311 ._topActions_1yx0t_334{display:flex;justify-content:flex-start;padding-bottom:24px}._mainContainer_1yx0t_231 ._top_1yx0t_311 ._topActions_1yx0t_334 ._inputs_1yx0t_339{display:flex;column-gap:10px}._mainContainer_1yx0t_231 ._top_1yx0t_311 ._topActions_1yx0t_334 ._buttons_1yx0t_343{display:flex;margin-left:auto;width:fit-content}._mainContainer_1yx0t_231 ._top_1yx0t_311 ._topActions_1yx0t_334 ._buttons_1yx0t_343 ._applyFilters_1yx0t_348{margin-right:37px}._mainContainer_1yx0t_231 ._top_1yx0t_311 ._topActions_1yx0t_334 ._buttons_1yx0t_343 ._resetFilters_1yx0t_351{font-family:Roboto,sans-serif;font-style:normal;-webkit-user-select:none;user-select:none;cursor:pointer;font-size:1rem;padding:0 16px;border-radius:5px;white-space:nowrap;background-color:transparent;color:#3275f5;text-decoration:underline;text-align:center;line-height:19px;height:45px;display:flex;align-items:center;margin-right:0}._mainContainer_1yx0t_231 ._linkButton_1yx0t_371{font-family:Roboto,"sans-serif";font-style:normal;font-weight:400;font-size:14px;color:#3275f5;cursor:pointer;border:none;outline:none;line-height:45px;height:45px;padding:0 16px}._mainContainer_1yx0t_231 ._mainBodyContainer_1yx0t_384{background-color:#f6f6f6;width:100%;height:100%;min-height:calc(100vh - 160px)}._pageBodyStats_1yx0t_391,._pageBodyBC_1yx0t_391{width:1025px;max-width:100%;margin-left:auto;margin-right:auto}._pageBodyStats_1yx0t_391 table,._pageBodyBC_1yx0t_391 table{border-spacing:0}._pageBodyStats_1yx0t_391 table thead th,._pageBodyBC_1yx0t_391 table thead th{font-size:14px}._pageBodyStats_1yx0t_391 table tbody td,._pageBodyStats_1yx0t_391 table tbody th,._pageBodyBC_1yx0t_391 table tbody td,._pageBodyBC_1yx0t_391 table tbody th{font-size:16px}._pageBodyStats_1yx0t_391 thead th{background-color:#fff}._pageBodyStats_1yx0t_391 thead th:first-of-type,._pageBodyStats_1yx0t_391 thead th:nth-of-type(2){text-align:left}._pageBodyStats_1yx0t_391 tbody tr:not(:last-of-type) td,._pageBodyStats_1yx0t_391 tbody tr:not(:last-of-type) th{background-color:#f6f6f6}._pageBodyStats_1yx0t_391 tbody tr:not(:last-of-type) td:nth-child(4){background-color:#e4ffe5}._pageBodyStats_1yx0t_391 tbody tr:not(:last-of-type) td:nth-child(5){background-color:#ffe5e5}._pageBodyStats_1yx0t_391 tbody tr:last-of-type td:nth-child(3){background-color:#dbf8e68c}._pageBodyStats_1yx0t_391 tbody tr:last-of-type td:nth-child(4){background-color:#f5dfe68c}._pageBodyStats_1yx0t_391 tbody tr:last-of-type{background-color:#3275f51a!important}._pageBodyStats_1yx0t_391 tbody tr td:first-of-type,._pageBodyStats_1yx0t_391 tbody tr th:first-of-type{text-align:left}._pageBodyStats_1yx0t_391 tr td,._pageBodyStats_1yx0t_391 tr th{border-bottom:1px solid #E7EAEE!important}._pageBodyBC_1yx0t_391 thead th{background-color:#fff}._pageBodyBC_1yx0t_391 thead th:first-of-type,._pageBodyBC_1yx0t_391 thead th:nth-of-type(2){text-align:left}._pageBodyBC_1yx0t_391 tbody tr:not(:last-of-type) td,._pageBodyBC_1yx0t_391 tbody tr:not(:last-of-type) th{background-color:#fcfcfc}._pageBodyBC_1yx0t_391 tbody tr:not(:last-of-type) td:nth-child(4){background-color:#e4ffe5}._pageBodyBC_1yx0t_391 tbody tr:not(:last-of-type) td:nth-child(5){background-color:#ffe5e5}._pageBodyBC_1yx0t_391 tbody tr:last-of-type td:nth-child(3){background-color:#e7f8f1}._pageBodyBC_1yx0t_391 tbody tr:last-of-type td:nth-child(4){background-color:#f4ebf1}._pageBodyBC_1yx0t_391 tbody tr:last-of-type{background-color:#e9f0fc!important}._pageBodyBC_1yx0t_391 tbody tr td:first-of-type,._pageBodyBC_1yx0t_391 tbody tr th:first-of-type{text-align:left}._pageBodyBC_1yx0t_391 tr td,._pageBodyBC_1yx0t_391 tr th{border-bottom:1px solid #E7EAEE!important}._cellImage_1yx0t_469{width:71px;height:44px;border-radius:3px;display:table-cell}._startFinishCell_1yx0t_476{display:flex;flex-direction:column}._startFinishCell_1yx0t_476 span{font-family:Roboto,"sans-serif";font-style:normal;font-weight:400;font-size:13px;color:#282828;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._nameCell_1yx0t_491{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:160px;display:inline-block}._modalTitle_1yx0t_499{font-family:Roboto,"sans-serif";font-style:normal;font-weight:500;font-size:27px;line-height:32px;text-align:center;color:#424242;margin-bottom:24px}._modalContentText_1yx0t_510{font-family:Roboto,"sans-serif";font-style:normal;font-weight:400;font-size:16px;line-height:19px;text-align:center;color:#000}._modalSubtitle_1yx0t_520{font-family:Roboto,sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:19px;text-align:center;color:#000;display:inline-block;width:100%}._modalUnlinkClass_1yx0t_532{padding:30px 28px 20px}._centeredVerticalHorizontal_1yx0t_536{position:absolute;top:70%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center}._centeredVerticalHorizontal_1yx0t_536 ._notFoundMessage_1yx0t_545{font-family:Roboto,"sans-serif";font-style:normal;font-weight:500;font-size:22px;color:#000;opacity:.3;margin-bottom:4px;text-align:center}._centeredVerticalHorizontal_1yx0t_536 ._notFoundSuggestion_1yx0t_555{font-family:Roboto,sans-serif;font-style:normal;font-weight:400;font-size:16px;color:#1b2b41b8;text-align:center;max-width:500px}._actionsCell_1yx0t_565{display:flex;flex-direction:row;justify-content:center;align-items:center;min-height:44px;max-height:44px}._actionsCell_1yx0t_565>div{display:flex;align-items:center}._actionsCell_1yx0t_565 ._linkContainer_1yx0t_577{position:relative;display:inline}._actionsCell_1yx0t_565 ._linkContainer_1yx0t_577 img._linkTooltip_1yx0t_581{display:none}._actionsCell_1yx0t_565 ._linkContainer_1yx0t_577 ._linkIcon_1yx0t_584:hover+img._linkTooltip_1yx0t_581{position:absolute;left:-34px;top:-52px;display:block}._actionsCell_1yx0t_565 ._unlinkContainer_1yx0t_590{position:relative;display:inline}._actionsCell_1yx0t_565 ._unlinkContainer_1yx0t_590 img._unlinkTooltip_1yx0t_594{display:none}._actionsCell_1yx0t_565 ._unlinkContainer_1yx0t_590 ._unlinkIcon_1yx0t_597:hover+img._unlinkTooltip_1yx0t_594{position:absolute;left:-42px;top:-52px;display:block}._actionsCell_1yx0t_565 ._leaderboardContainer_1yx0t_603{position:relative;display:inline}._actionsCell_1yx0t_565 ._leaderboardContainer_1yx0t_603 img._leaderboardTooltip_1yx0t_607{display:none}._actionsCell_1yx0t_565 ._leaderboardContainer_1yx0t_603 img._leaderboardIcon_1yx0t_610{margin-left:24px;margin-right:24px}._actionsCell_1yx0t_565 ._leaderboardContainer_1yx0t_603 ._leaderboardIcon_1yx0t_610:hover+img._leaderboardTooltip_1yx0t_607{position:absolute;left:-20px;top:-52px;display:block}._actionsCell_1yx0t_565 ._getStatsContainer_1yx0t_620{position:relative;display:inline}._actionsCell_1yx0t_565 ._getStatsContainer_1yx0t_620 img._getStatsTooltip_1yx0t_624{display:none}._actionsCell_1yx0t_565 ._getStatsContainer_1yx0t_620 ._getStatsIcon_1yx0t_627:hover+img._getStatsTooltip_1yx0t_624{position:absolute;left:-28px;top:-52px;display:block}._containerMatchesSelectionOptions_1yx0t_634{background:#3275F5;height:77px;padding:16px 16px 16px 24px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;border:1px solid #E0E0E0;box-shadow:0 5px 17px #0000001a;border-radius:5px}._containerMatchesSelectionOptions_1yx0t_634 ._selectionLabel_1yx0t_646{font-size:16px;font-weight:400;line-height:19px;font-style:normal;color:#fff}._containerMatchesSelectionOptions_1yx0t_634 ._selectionLabel_1yx0t_646 span{text-decoration:underline;cursor:pointer;font-weight:600}._containerMatchesSelectionOptions_1yx0t_634 ._buttonsContainer_1yx0t_658{display:flex;flex-direction:row}._containerMatchesSelectionOptions_1yx0t_634 ._buttonsContainer_1yx0t_658 button:not(:last-child){margin-right:17px}._containerMatchesSelectionOptions_1yx0t_634 ._buttonsContainer_1yx0t_658 button{border-color:#fff}._containerMatchesSelectionOptions_1yx0t_634 ._buttonsContainer_1yx0t_658 button svg{margin-right:11.37px}._containerMatchesSelectionOptions_1yx0t_634 ._buttonsContainer_1yx0t_658 button svg path{fill:#fff}._containerMatchesSelectionOptions_1yx0t_634 ._buttonsContainer_1yx0t_658 button img{margin-right:11.37px}._subHeader_1yx0t_267{display:flex;align-items:center}._buttonUpdateStats_1yx0t_683{margin-left:22px}._buttonUpdateStats_1yx0t_683._disabled_1yx0t_686{border-color:#ccc;color:#ccc}._spanExportCSV_1yx0t_691{margin-left:auto;color:#3275f5;cursor:pointer}._mainContainer_1yx0t_231,._mainContainerBC_1yx0t_697{width:100%;margin-left:auto;margin-right:auto;background-color:#fff}._containerStartDate_1yx0t_704,._containerEndDate_1yx0t_704{display:inline;position:relative}._containerStartDate_1yx0t_704>span,._containerEndDate_1yx0t_704>span{color:#3275f5;cursor:pointer;text-decoration:underline}._containerStartDate_1yx0t_704 ._containerStartDateSelector_1yx0t_713,._containerStartDate_1yx0t_704 ._containerEndDateSelector_1yx0t_713,._containerEndDate_1yx0t_704 ._containerStartDateSelector_1yx0t_713,._containerEndDate_1yx0t_704 ._containerEndDateSelector_1yx0t_713{position:absolute;z-index:1000;left:0;top:20px}._modalReset_1yx0t_720{padding:0 0 20px;width:454px;height:210px}._shortcutsActions_1yx0t_726{display:flex;align-items:center;justify-content:space-between;max-width:986px;padding:30px 0 0 375px;position:relative}._shortcutsActions_1yx0t_726 button+span{position:absolute;top:85px;opacity:0;visibility:hidden;color:gray;transition:all .3s ease-in-out}._shortcutsActions_1yx0t_726 button:hover+span{opacity:1;visibility:visible}._Title_azvvz_1._TitleRoot_azvvz_1{font-family:SF Pro Display,sans-serif;font-style:normal;font-weight:600;font-size:20px;line-height:24px;letter-spacing:.75px}._Wrapper_l2717_1{width:112px;height:72px;position:relative;display:flex;justify-content:space-between}._ActionButtons_l2717_9{display:flex;flex-direction:column;justify-content:center;row-gap:4px}._InputLabel_1568s_1._label_1568s_1{padding:6px 0 8px;text-transform:none!important;font-family:Roboto,"sans-serif";font-style:normal;font-weight:500;font-size:14px;line-height:16px;letter-spacing:.4px}._ImageTextWrapper_1568s_12{display:grid;grid-template-columns:120px auto;align-items:center}._modalTitle_1bcz6_1{font-family:Roboto,"sans-serif";font-style:normal;font-weight:500;font-size:27px;line-height:32px;margin-bottom:2px;text-align:center;width:100%;display:inline-block}._ModalAddPlan_1bcz6_14{padding:30px 32px 20px}._container_1bcz6_18,._itemContainer_1bcz6_18{display:flex;gap:56px}._container_1bcz6_18>div,._itemContainer_1bcz6_18>div{flex:1}._itemContainer_1bcz6_18{gap:32px;justify-content:space-between}._label_1bcz6_31{font-family:Roboto,"sans-serif";font-weight:500;line-height:31px}._emptyPlans_1bcz6_37{font-family:Roboto,"sans-serif";font-weight:500;line-height:31px;height:152px;display:flex;align-items:center;justify-content:center;border:2px dashed #d8d8d8;border-radius:10px;color:#d8d8d8}._error_1bcz6_50{font-size:14px;color:#d0021b;font-family:Roboto,"sans-serif";margin-top:8px;display:block}._benefitsList_1bcz6_58{list-style:none;padding:0;margin:0}._benefitsList_1bcz6_58 li:not(:last-child){margin-bottom:8px;height:96px}._benefitsList_1bcz6_58 li:last-child>div button:last-child{pointer-events:none;opacity:.5}._benefitRow_1bcz6_72{display:flex;align-items:center;justify-content:space-between;gap:4px}._subscriptionsRoute_1y1kc_1{min-height:100vh}._subscriptionsRoute_1y1kc_1 ._top_1y1kc_4{margin-bottom:24px;padding:29.5px 48px 0}._subscriptionsRoute_1y1kc_1 ._top_1y1kc_4 h3{font-family:Roboto,sans-serif;font-style:normal;font-weight:500;font-size:30px;line-height:35px;color:#424242;margin-bottom:21.5px}._subscriptionsRoute_1y1kc_1 ._top_1y1kc_4 ._searchArea_1y1kc_17{display:grid;grid-template-columns:2fr 1fr 157px;column-gap:16px;padding-top:10px}._subscriptionsRoute_1y1kc_1 ._top_1y1kc_4 ._searchArea_1y1kc_17 div{max-width:unset!important}._subscriptionsRoute_1y1kc_1 ._top_1y1kc_4 ._searchArea_1y1kc_17 button{margin-top:28px;width:157px;margin-left:auto}._subscriptionsRoute_1y1kc_1 ._listArea_1y1kc_31{padding:40px 49px 97px;background-color:#f6f6f6;min-height:calc(100vh - 149.1px)}._subscriptionsRoute_1y1kc_1 ._listArea_1y1kc_31>div>div{box-shadow:0 22px 64px #00000026;border-radius:8px}._subscriptionsRoute_1y1kc_1 ._listArea_1y1kc_31>div>div>div>div{border-radius:unset}._subscriptionsRoute_1y1kc_1 ._listArea_1y1kc_31>div>div>div>div [class*=hiddenTableHeader]{display:flex}._subscriptionsRoute_1y1kc_1 ._listArea_1y1kc_31 th,._subscriptionsRoute_1y1kc_1 ._listArea_1y1kc_31 td{text-align:left}._subscriptionsRoute_1y1kc_1 ._listArea_1y1kc_31 th:first-child{width:52px}._subscriptionsRoute_1y1kc_1 ._listArea_1y1kc_31 th:nth-child(2){width:57px}._subscriptionsRoute_1y1kc_1 ._listArea_1y1kc_31 th:nth-child(3),._subscriptionsRoute_1y1kc_1 ._listArea_1y1kc_31 th:nth-child(4),._subscriptionsRoute_1y1kc_1 ._listArea_1y1kc_31 th:nth-child(5){width:269.83px}._subscriptionsRoute_1y1kc_1 ._listArea_1y1kc_31 th:nth-child(6),._subscriptionsRoute_1y1kc_1 ._listArea_1y1kc_31 th:nth-child(7),._subscriptionsRoute_1y1kc_1 ._listArea_1y1kc_31 th:nth-child(8){text-align:center}._subscriptionsRoute_1y1kc_1 ._listArea_1y1kc_31 ._headerAvailability_1y1kc_65,._subscriptionsRoute_1y1kc_1 ._listArea_1y1kc_31 ._headerPriority_1y1kc_66{display:flex;justify-content:center}._subscriptionsRoute_1y1kc_1 ._listArea_1y1kc_31 ._headerIncluded_1y1kc_70{width:222px!important;flex:222px!important}._subscriptionsRoute_1y1kc_1 ._listArea_1y1kc_31 ._headerLeftAlign_1y1kc_74{display:flex;justify-content:flex-start;padding-left:5px}._subscriptionsRoute_1y1kc_1 ._listArea_1y1kc_31 ._headerFirstActions_1y1kc_79{width:52px!important;flex:52px!important}._subscriptionsRoute_1y1kc_1 ._listArea_1y1kc_31 ._headerID_1y1kc_83{width:60px!important;flex:60px!important}._subscriptionsRoute_1y1kc_1 ._listArea_1y1kc_31 ._headerName_1y1kc_87{width:260px!important;flex:260px!important}._subscriptionsRoute_1y1kc_1 ._listArea_1y1kc_31 ._headerBenefits_1y1kc_91{width:200px!important;flex:200px!important}._subscriptionsRoute_1y1kc_1 ._listArea_1y1kc_31 ._headerPlans_1y1kc_95{width:138px!important;flex:138px!important}._subscriptionsRoute_1y1kc_1 ._listArea_1y1kc_31 ._firstActionsContainer_1y1kc_99{width:52px!important;flex:52px!important}._subscriptionsRoute_1y1kc_1 ._listArea_1y1kc_31 ._idContainer_1y1kc_103{width:60px!important;flex:60px!important}._subscriptionsRoute_1y1kc_1 ._listArea_1y1kc_31 ._nameContainer_1y1kc_107{width:260px!important;flex:260px!important}._subscriptionsRoute_1y1kc_1 ._listArea_1y1kc_31 ._benefitsContainer_1y1kc_111{width:200px!important;flex:200px!important}._subscriptionsRoute_1y1kc_1 ._listArea_1y1kc_31 ._plansContainer_1y1kc_115{width:138px!important;flex:138px!important}._subscriptionsRoute_1y1kc_1 ._listArea_1y1kc_31 ._includedContainer_1y1kc_119{width:222px!important;flex:222px!important}._subscriptionsRoute_1y1kc_1 ._listArea_1y1kc_31 ._includedContainer_1y1kc_119 div{text-overflow:ellipsis;overflow:hidden}._subscriptionsRoute_1y1kc_1 ._listArea_1y1kc_31 ._availabilityContainer_1y1kc_127,._subscriptionsRoute_1y1kc_1 ._listArea_1y1kc_31 ._lastActionsContainer_1y1kc_127,._subscriptionsRoute_1y1kc_1 ._listArea_1y1kc_31 ._priorityContainer_1y1kc_127{display:flex;justify-content:center;align-items:center;padding:0!important}._subscriptionsRoute_1y1kc_1 ._listArea_1y1kc_31 ._headerLastActions_1y1kc_133,._subscriptionsRoute_1y1kc_1 ._listArea_1y1kc_31 ._lastActionsContainer_1y1kc_127{display:flex;justify-content:center}._subscriptionsRoute_1y1kc_1 ._listArea_1y1kc_31 ._headerLastActions_1y1kc_133 img,._subscriptionsRoute_1y1kc_1 ._listArea_1y1kc_31 ._lastActionsContainer_1y1kc_127 img{cursor:pointer}._subscriptionsRoute_1y1kc_1 ._listArea_1y1kc_31 ._headerLastActions_1y1kc_133[class*=-sort-]:after{display:none}._subscriptionsRoute_1y1kc_1 ._empty_1y1kc_145{background-color:#e5e5e5;min-height:calc(100vh - 64.5px);display:flex;flex-direction:column;align-items:center}._subscriptionsRoute_1y1kc_1 ._empty_1y1kc_145 ._imgContainer_1y1kc_152{width:215px;display:flex;justify-content:center;border-bottom:3px solid #cbc6c1;margin-top:214.46px;height:103.63px;padding-bottom:9.42px}._subscriptionsRoute_1y1kc_1 ._empty_1y1kc_145 ._imgContainer_1y1kc_152 img{display:inline-block;width:94.16px}._subscriptionsRoute_1y1kc_1 ._empty_1y1kc_145 ._textContainer_1y1kc_165{margin-top:38.92px;display:flex;flex-direction:column;align-items:center}._subscriptionsRoute_1y1kc_1 ._empty_1y1kc_145 ._textContainer_1y1kc_165 div{text-align:center}._subscriptionsRoute_1y1kc_1 ._empty_1y1kc_145 ._textContainer_1y1kc_165 div:first-child{font-family:Roboto,sans-serif;font-style:normal;font-weight:500;font-size:22px;line-height:125.3%;text-align:center;color:#000;opacity:.3}._subscriptionsRoute_1y1kc_1 ._empty_1y1kc_145 ._textContainer_1y1kc_165 div:nth-child(2){font-family:Roboto,sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:161.1%;text-align:center;color:#1b2b41b8;margin-top:4px}._subscriptionsRoute_1y1kc_1 ._empty_1y1kc_145 ._textContainer_1y1kc_165 button{margin-top:37px}._subscriptionsRoute_1y1kc_1 ._empty_1y1kc_145 ._textContainer_1y1kc_165 button img{margin-right:10px}._modalTitle_1y1kc_201{font-family:Roboto,"sans-serif";font-style:normal;font-weight:500;font-size:27px;line-height:32px;color:#424242;margin-bottom:24px;text-align:center}._modalContentText_1y1kc_213{font-family:Roboto,"sans-serif";font-style:normal;font-weight:400;font-size:16px;line-height:19px;text-align:center;color:#000}._preHeader_1dn0s_2{font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;line-height:.6rem;font-weight:500;font-style:normal;letter-spacing:2px;margin-bottom:4px;text-transform:capitalize}@media (min-width: 768px){._preHeader_1dn0s_2{font-size:1rem;line-height:1rem}}._headerXl_1dn0s_19{font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.725rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerXl_1dn0s_19{font-size:2.875rem;line-height:3.45rem}}._headerLg_1dn0s_36{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLg_1dn0s_36{font-size:2rem;line-height:2.6rem}}._headerLgInverted_1dn0s_53{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLgInverted_1dn0s_53{font-size:2rem;line-height:2.6rem}}._headerLgInverted_1dn0s_53{text-align:center}._headerMd_1dn0s_73{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMd_1dn0s_73{font-size:1.5rem;line-height:1.95rem}}._headerMd_1dn0s_73{margin-bottom:0}._headerMdInverted_1dn0s_93{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMdInverted_1dn0s_93{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_1dn0s_93{text-align:center}._textLabel_1dn0s_113{margin-bottom:.5rem;color:#000;font-weight:500;font-size:.875rem;white-space:nowrap}._textMsg_1dn0s_121{margin-bottom:.5rem;color:#000;font-weight:500;font-size:1rem;white-space:nowrap;text-align:center}._postTitleHeading_1dn0s_130{font-family:"Noto Serif",serif;font-size:1.5rem;font-weight:500;color:#000;line-height:2.25rem;text-align:center}._breadText_1dn0s_139{font-family:Roboto,serif;font-size:.9375rem;color:#707070;line-height:1.4rem;font-weight:400}._miniLabel_1dn0s_147{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#101820;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabel_1dn0s_147{font-size:.75rem;line-height:.75rem}}._miniLabelLight_1dn0s_164{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#436586;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabelLight_1dn0s_164{font-size:.75rem;line-height:.75rem}}._linkPrimary_1dn0s_181{font-family:Roboto,serif;font-size:.9375rem;color:#36a3f7;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._linkDangerous_1dn0s_191{font-family:Roboto,serif;font-size:.9375rem;color:#f3545d;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._textOverLine_1dn0s_201{font-family:Roboto,Arial,sans-serif;font-size:.75rem;letter-spacing:.5px;margin-bottom:6px;color:#00000080;text-transform:uppercase}._labelHeaderMd_1dn0s_210{font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.17rem;margin-bottom:0}@media (min-width: 768px){._labelHeaderMd_1dn0s_210{font-size:1.125rem;line-height:1.4625rem}}._fieldError_1dn0s_227{color:red;margin-top:.3rem}._tableParent_1dn0s_232{font-family:Roboto,Arial,sans-serif;position:relative;display:flex;flex-direction:column;border:none;padding:0;box-shadow:0 22px 64px #00000026}@media (min-width: 320px){._tableParent_1dn0s_232{width:240px}}@media (min-width: 375px){._tableParent_1dn0s_232{width:295px}}@media (min-width: 425px){._tableParent_1dn0s_232{width:345px}}@media (min-width: 768px){._tableParent_1dn0s_232{width:100%}}._tableParent_1dn0s_232 [class*=-sort-desc]{box-shadow:none!important}._tableParent_1dn0s_232 [class*=-sort-desc]:after{content:"▼";float:right;transform:translate(5px,-1.5px) scale(.8)}._tableParent_1dn0s_232 [class*=-sort-asc]{box-shadow:none!important}._tableParent_1dn0s_232 [class*=-sort-asc]:after{content:"▲";float:right;transform:translate(5px,-2px) scale(.8)}._table_1dn0s_232{padding:0;border-radius:6px;background-color:#fff;flex:auto 1;display:flex;flex-direction:column;align-items:stretch;width:100%;border-collapse:collapse;overflow:auto}._table_1dn0s_232 ._tableHeader_1dn0s_290{box-shadow:none!important;font-weight:600;font-size:14px;color:#909090;border-bottom:1px solid #dadee3}._table_1dn0s_232 ._tableHeader_1dn0s_290 ._tableHeaderCell_1dn0s_297{border:none!important;text-align:left;height:40px;display:flex;align-items:center;padding:5px 16px}._tableBody_1dn0s_306{flex:99999 1 auto;display:flex;flex-direction:column;overflow:hidden!important}._tableBody_1dn0s_306 [class*=ReactTable] [class*=rt-td]{text-overflow:""!important}._tableBodyNoBorder_1dn0s_316{flex:99999 1 auto;display:flex;flex-direction:column;overflow-x:hidden!important}._tableBodyNoBorder_1dn0s_316:first-child{border:none}._tableBodyNoBorder_1dn0s_316:last-child{border:none}._tableDataCell_1dn0s_329{border:none!important;padding:16px!important;color:#111827;font-family:Roboto,sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:19px;height:52px;text-overflow:clip!important}._tableRowGroup_1dn0s_342{border-bottom:1px solid #dcdcdc;border-top:none}._tableRowGroup_1dn0s_342:nth-child(2n){background-color:#f8f8f8}._tableRowGroupNoBorder_1dn0s_350{border-top:none!important;border-bottom:none!important}._tableRow_1dn0s_342{align-items:flex-start;height:52px}._tableRowSelect_1dn0s_360{align-items:flex-start;padding:0}._container_18nr3_1{background-color:#e7e8e9}._container_18nr3_1 ._firstRow_18nr3_4{width:100%;display:flex}._container_18nr3_1 ._firstRow_18nr3_4 ._benefitsContainer_18nr3_8{flex:1;display:flex;padding:26.5px 24px 24px;border-right:1px solid rgba(0,0,0,.15);border-bottom:1px solid rgba(0,0,0,.15)}._container_18nr3_1 ._firstRow_18nr3_4 ._benefitsContainer_18nr3_8 ._leftColumn_18nr3_15 ._header_18nr3_15{font-family:SF Pro Display,sans-serif;font-style:normal;font-weight:600;font-size:20px;line-height:24px;letter-spacing:.75px;color:#444;margin-bottom:27.5px}._container_18nr3_1 ._firstRow_18nr3_4 ._benefitsContainer_18nr3_8 ._leftColumn_18nr3_15 ._item_18nr3_25{font-family:Roboto,sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:16px;display:flex;align-items:center;font-feature-settings:"ss01" on;color:#111827;margin-bottom:16px}._container_18nr3_1 ._firstRow_18nr3_4 ._benefitsContainer_18nr3_8 ._leftColumn_18nr3_15 ._item_18nr3_25 img{width:32px;margin-right:8px}._container_18nr3_1 ._firstRow_18nr3_4 ._benefitsContainer_18nr3_8 ._rightColumn_18nr3_41{padding-top:5px;padding-bottom:6px;margin-left:auto;cursor:pointer;height:fit-content}._container_18nr3_1 ._firstRow_18nr3_4 ._benefitsContainer_18nr3_8 ._rightColumn_18nr3_41 svg{margin-right:12px}._container_18nr3_1 ._firstRow_18nr3_4 ._benefitsContainer_18nr3_8 ._rightColumn_18nr3_41 span{font-family:Roboto,sans-serif;font-style:normal;font-weight:500;font-size:16px;line-height:19px;text-align:center;color:#3275f5}._container_18nr3_1 ._firstRow_18nr3_4 ._benefitsContainer_18nr3_8 ._rightColumn_18nr3_41:hover{border-bottom:1px solid #3275F5}._container_18nr3_1 ._firstRow_18nr3_4 ._benefitsContainer_18nr3_8 ._rightColumn_18nr3_41:hover svg path{fill:#285ec4}._container_18nr3_1 ._firstRow_18nr3_4 ._benefitsContainer_18nr3_8 ._rightColumn_18nr3_41:hover span{color:#285ec4}._container_18nr3_1 ._firstRow_18nr3_4 ._descriptionsContainer_18nr3_69{flex:1;border-bottom:1px solid rgba(0,0,0,.15);padding:16.5px 24px 24px}._container_18nr3_1 ._firstRow_18nr3_4 ._descriptionsContainer_18nr3_69 ._header_18nr3_15{font-family:SF Pro Display,sans-serif;font-style:normal;font-weight:600;font-size:20px;line-height:24px;letter-spacing:.75px;color:#444}._container_18nr3_1 ._firstRow_18nr3_4 ._descriptionsContainer_18nr3_69 div:nth-child(2){margin-top:8px}._container_18nr3_1 ._secondRow_18nr3_86{padding-left:24px;padding-right:24px}._container_18nr3_1 ._secondRow_18nr3_86 [class*=tableParent]{margin-bottom:48px;border-bottom:1px solid #DADEE3}._container_18nr3_1 ._secondRow_18nr3_86 [class*=tableParent] [class*=rt-table]{border-radius:0!important}._container_18nr3_1 ._secondRow_18nr3_86 [class*=tableParent] [class*=rt-table] [class*=rt-tbody]{overflow:hidden!important}._container_18nr3_1 ._secondRow_18nr3_86 [class*=tableParent] ._popularContainer_18nr3_100,._container_18nr3_1 ._secondRow_18nr3_86 [class*=tableParent] ._lastActionsContainer_18nr3_100{display:flex;justify-content:center;align-items:center;padding:0!important}._container_18nr3_1 ._secondRow_18nr3_86 ._firstRow_18nr3_4{display:flex;margin-bottom:19.5px;align-items:flex-start;padding-top:17px}._container_18nr3_1 ._secondRow_18nr3_86 ._firstRow_18nr3_4 ._header_18nr3_15{font-family:SF Pro Display,sans-serif;font-style:normal;font-weight:600;font-size:20px;line-height:24px;letter-spacing:.75px;color:#444}._container_18nr3_1 ._secondRow_18nr3_86 ._firstRow_18nr3_4 ._addPlan_18nr3_121{margin-left:auto}._container_18nr3_1 ._secondRow_18nr3_86 ._firstRow_18nr3_4 ._addPlan_18nr3_121 ._btnAddPlan_18nr3_124 img{margin-right:10px}._container_18nr3_1 ._secondRow_18nr3_86 [class*=tableParent] [class*=tableHeaderCell]{height:46px!important;display:flex;align-items:center}._container_18nr3_1 ._secondRow_18nr3_86 [class*=tableParent] [class*=tableHeaderCell] [class*=hiddenTableHeader]{display:flex}._cellName_18nr3_136{width:130px!important;flex:130px!important;padding:17px 0 16px 16px!important}._cellApple_18nr3_142,._cellGoogle_18nr3_143{width:435px!important;flex:435px!important;padding:17px 0 16px 16px!important}._cellPopular_18nr3_149,._cellActions_18nr3_150{width:82px!important;flex:82px!important;display:flex;justify-content:center;align-items:center}._cellPopular_18nr3_149 img,._cellActions_18nr3_150 img{cursor:pointer}._cellPopular_18nr3_149 [class*=container],._cellActions_18nr3_150 [class*=container]{padding:0}._cellPopular_18nr3_149{padding:13.7px 0!important}._cellActions_18nr3_150{padding:12.21px 0!important}._cellActions_18nr3_150 div{display:flex;align-items:center}._container_wy3w0_1{height:316px;background:#F6F6F6}._container_wy3w0_1 ._content_wy3w0_5{margin-left:auto;margin-right:auto;margin-top:109px;width:316px}._container_wy3w0_1 ._content_wy3w0_5 ._title_wy3w0_11{font-family:Roboto,sans-serif;font-style:normal;font-weight:500;font-size:22px;line-height:125.3%;display:flex;justify-content:center;color:#000;opacity:.3;margin-bottom:4px}._container_wy3w0_1 ._content_wy3w0_5 ._subTitle_wy3w0_23{font-family:Roboto,sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:161.1%;display:flex;justify-content:center;text-align:center;color:#1b2b41b8}.preHeader{font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;line-height:.6rem;font-weight:500;font-style:normal;letter-spacing:2px;margin-bottom:4px;text-transform:capitalize}@media (min-width: 768px){.preHeader{font-size:1rem;line-height:1rem}}.headerXl{font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.725rem;margin-bottom:1.7rem}@media (min-width: 768px){.headerXl{font-size:2.875rem;line-height:3.45rem}}.headerLg{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){.headerLg{font-size:2rem;line-height:2.6rem}}.headerLgInverted{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){.headerLgInverted{font-size:2rem;line-height:2.6rem}}.headerLgInverted{text-align:center}.headerMd{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){.headerMd{font-size:1.5rem;line-height:1.95rem}}.headerMd{margin-bottom:0}.headerMdInverted{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){.headerMdInverted{font-size:1.5rem;line-height:1.95rem}}.headerMdInverted{text-align:center}.textLabel{margin-bottom:.5rem;color:#000;font-weight:500;font-size:.875rem;white-space:nowrap}.textMsg{margin-bottom:.5rem;color:#000;font-weight:500;font-size:1rem;white-space:nowrap;text-align:center}.postTitleHeading{font-family:"Noto Serif",serif;font-size:1.5rem;font-weight:500;color:#000;line-height:2.25rem;text-align:center}.breadText{font-family:Roboto,serif;font-size:.9375rem;color:#707070;line-height:1.4rem;font-weight:400}.miniLabel{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#101820;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){.miniLabel{font-size:.75rem;line-height:.75rem}}.miniLabelLight{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#436586;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){.miniLabelLight{font-size:.75rem;line-height:.75rem}}.linkPrimary{font-family:Roboto,serif;font-size:.9375rem;color:#36a3f7;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}.linkDangerous{font-family:Roboto,serif;font-size:.9375rem;color:#f3545d;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}.textOverLine{font-family:Roboto,Arial,sans-serif;font-size:.75rem;letter-spacing:.5px;margin-bottom:6px;color:#00000080;text-transform:uppercase}.labelHeaderMd{font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.17rem;margin-bottom:0}@media (min-width: 768px){.labelHeaderMd{font-size:1.125rem;line-height:1.4625rem}}.fieldError{color:red;margin-top:.3rem}.rangeSlider{background:#f7f9fb;border-radius:7px;padding:50px 20px 11px}.rangeSlider .ltaw-MuiSlider-thumb{width:22px;height:22px;background:#3275f5;border:2px solid #ffffff;box-shadow:0 1px 8px #00000040;border-radius:20px}.rangeSlider .ltaw-MuiSlider-valueLabel{padding:3px 10px;gap:10px;background:#dee7fa;border-radius:3px;font-family:Roboto;font-style:normal;font-weight:500;font-size:17px;line-height:20px;color:#3275f5;top:-11px}.rangeSlider .ltaw-MuiSlider-valueLabel:before{display:none}.rangeSlider .ltaw-MuiSlider-track{background-color:#3275f5;height:6px;border:none}.rangeSlider .ltaw-MuiSlider-rail{border:1px solid #3275f5;border-radius:20px;height:10px;background-color:transparent;opacity:1}.rangeSlider .ltaw-MuiSlider-markLabel{font-family:Roboto;font-style:normal;font-weight:500;font-size:17px;line-height:20px;color:#000}._preHeader_6mc47_1{font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;line-height:.6rem;font-weight:500;font-style:normal;letter-spacing:2px;margin-bottom:4px;text-transform:capitalize}@media (min-width: 768px){._preHeader_6mc47_1{font-size:1rem;line-height:1rem}}._headerXl_6mc47_18{font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.725rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerXl_6mc47_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_6mc47_35{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLg_6mc47_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_6mc47_52{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLgInverted_6mc47_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_6mc47_52{text-align:center}._headerMd_6mc47_72{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMd_6mc47_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_6mc47_72{margin-bottom:0}._headerMdInverted_6mc47_92{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMdInverted_6mc47_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_6mc47_92{text-align:center}._textLabel_6mc47_112{margin-bottom:.5rem;color:#000;font-weight:500;font-size:.875rem;white-space:nowrap}._textMsg_6mc47_120{margin-bottom:.5rem;color:#000;font-weight:500;font-size:1rem;white-space:nowrap;text-align:center}._postTitleHeading_6mc47_129{font-family:"Noto Serif",serif;font-size:1.5rem;font-weight:500;color:#000;line-height:2.25rem;text-align:center}._breadText_6mc47_138{font-family:Roboto,serif;font-size:.9375rem;color:#707070;line-height:1.4rem;font-weight:400}._miniLabel_6mc47_146{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#101820;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabel_6mc47_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_6mc47_163{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#436586;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabelLight_6mc47_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_6mc47_180{font-family:Roboto,serif;font-size:.9375rem;color:#36a3f7;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._linkDangerous_6mc47_190{font-family:Roboto,serif;font-size:.9375rem;color:#f3545d;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._textOverLine_6mc47_200{font-family:Roboto,Arial,sans-serif;font-size:.75rem;letter-spacing:.5px;margin-bottom:6px;color:#00000080;text-transform:uppercase}._labelHeaderMd_6mc47_209{font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.17rem;margin-bottom:0}@media (min-width: 768px){._labelHeaderMd_6mc47_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_6mc47_226{color:red;margin-top:.3rem}._settingsContainer_6mc47_232{padding:0 74px;font-family:Roboto,Arial,sans-serif;color:#535353;font-size:17px;font-weight:500}._name_6mc47_240{font-family:Roboto;font-style:normal;font-weight:500;font-size:16px;line-height:19px;color:#424242}._bodyContainer_6mc47_249{margin-top:25px;font-size:13px}._containerForm_6mc47_254{margin-bottom:15px}._tableHeader_6mc47_258{color:#909090}._tableHeader_6mc47_258:first-child{width:40%!important;padding-left:38px!important}._containerSettingsCard_6mc47_267{display:flex;align-items:center;max-width:480px;width:auto;min-height:80px;padding:0 42px;background:#f7f9fb;border:1px solid #f2f5ff;box-shadow:0 1px 2px #bfbfbf40;border-radius:7px;cursor:pointer}._containerSettingsCard_6mc47_267 span{font-size:13px;font-weight:400;cursor:pointer;margin-left:2em}._containerSettingsCard_6mc47_267 i{color:#f14d4d}._containerSettingsCard_6mc47_267:hover{color:#3275f5;background:#fcfcfc}._hidden_6mc47_295{visibility:hidden}._tableCell_6mc47_299{height:auto;display:flex;align-items:center;border:none!important;padding:20px 0!important}._tableCell_6mc47_299:first-child{padding-left:39px!important;width:40%!important}._preHeader_hawxw_1{font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;line-height:.6rem;font-weight:500;font-style:normal;letter-spacing:2px;margin-bottom:4px;text-transform:capitalize}@media (min-width: 768px){._preHeader_hawxw_1{font-size:1rem;line-height:1rem}}._headerXl_hawxw_18{font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.725rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerXl_hawxw_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_hawxw_35{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLg_hawxw_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_hawxw_52{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLgInverted_hawxw_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_hawxw_52{text-align:center}._headerMd_hawxw_72{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMd_hawxw_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_hawxw_72{margin-bottom:0}._headerMdInverted_hawxw_92{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMdInverted_hawxw_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_hawxw_92{text-align:center}._textLabel_hawxw_112{margin-bottom:.5rem;color:#000;font-weight:500;font-size:.875rem;white-space:nowrap}._textMsg_hawxw_120{margin-bottom:.5rem;color:#000;font-weight:500;font-size:1rem;white-space:nowrap;text-align:center}._postTitleHeading_hawxw_129{font-family:"Noto Serif",serif;font-size:1.5rem;font-weight:500;color:#000;line-height:2.25rem;text-align:center}._breadText_hawxw_138{font-family:Roboto,serif;font-size:.9375rem;color:#707070;line-height:1.4rem;font-weight:400}._miniLabel_hawxw_146{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#101820;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabel_hawxw_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_hawxw_163{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#436586;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabelLight_hawxw_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_hawxw_180{font-family:Roboto,serif;font-size:.9375rem;color:#36a3f7;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._linkDangerous_hawxw_190{font-family:Roboto,serif;font-size:.9375rem;color:#f3545d;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._textOverLine_hawxw_200{font-family:Roboto,Arial,sans-serif;font-size:.75rem;letter-spacing:.5px;margin-bottom:6px;color:#00000080;text-transform:uppercase}._labelHeaderMd_hawxw_209{font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.17rem;margin-bottom:0}@media (min-width: 768px){._labelHeaderMd_hawxw_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_hawxw_226{color:red;margin-top:.3rem}._notificationsTableHeader_hawxw_231{color:gray;text-transform:uppercase;border:none!important;text-align:left;box-shadow:none!important;outline:0!important;padding-top:0!important;margin:0}._buttonsRow_hawxw_242{display:flex;justify-content:flex-end}._cellUsers_hawxw_247,._cellNotifications_hawxw_248{cursor:pointer}._cellNotifications_hawxw_248:nth-child(6){text-transform:capitalize}._cellRoles_hawxw_256{cursor:pointer;font-weight:700}._cursorPointer_hawxw_261{cursor:pointer}._loading_hawxw_265:before{display:inline-block;width:20px;height:16px;content:"";background:url(/assets/loading1-72abb1db.svg) no-repeat 0 0;background-size:150%;background-position-x:-5px;background-position-y:-7px}._settingsContainer_hawxw_277{padding:0 2.5em;font-family:Roboto,Arial,sans-serif;color:#535353;font-size:17px;font-weight:500}._bodyContainer_hawxw_285{margin-top:22px;margin-bottom:100px}h2{font-weight:500}._name_hawxw_294{font-family:Roboto;font-style:normal;font-weight:500;font-size:16px;line-height:19px;color:#424242;display:inline-block;margin-bottom:10px}._infoText_hawxw_305{font-family:Roboto;font-style:normal;font-weight:400;font-size:14px;line-height:20px;color:#000;opacity:.4}._containerCard_mbtxz_1{width:100%;background:var(--background);border-radius:var(--borderRadius);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);font-family:var(--fontFamily);font-size:15px;padding:.5em}._containerCard_mbtxz_1 ._icon_mbtxz_10{width:34px;height:34px;color:red}._containerLogo_mbtxz_16{display:inline-block;width:20px;height:20px;margin-right:4px;border-radius:3px}._containerLogo_mbtxz_16 img{width:100%;height:100%;object-fit:contain}._notificationApp_mbtxz_29{display:flex;color:#4d4d4d;margin-bottom:8px}._notificationContent_mbtxz_35{display:flex;justify-content:space-between}._title_mbtxz_40{font-weight:700;display:inline-block;margin-bottom:2%;font-family:var(--fontFamily)}._mediaLink_mbtxz_47{width:10%}._content_mbtxz_51{font-size:13px;word-wrap:break-word;height:auto;font-family:var(--fontFamily)}._container_1vhnc_1{min-height:100vh;background-color:#f6f6f6;font-family:Roboto,sans-serif}._contentWrapper_1vhnc_7{padding:20px}._content_1vhnc_7{padding:24px 32px 30px;background-color:#fff;border-radius:10px;margin:24px;box-shadow:0 100px 80px #00000005,0 41.7776px 33.4221px #00000007,0 22.3363px 17.869px #00000009,0 12.5216px 10.0172px #0000000b,0 6.6501px 5.32008px #0000000d,0 2.76726px 2.21381px #00000012;display:flex}._content_1vhnc_7 ul{list-style:none;margin:0;padding:0;flex:1}._contentItem_1vhnc_26:not(:last-child){margin-bottom:32px}._contentItem_1vhnc_26 label{font-size:14px;font-weight:500;color:#4f4f4f;display:flex;align-items:center;gap:5px}._contentItem_1vhnc_26 p{color:#10002e;font-size:26px;font-weight:400;line-height:21px;letter-spacing:.2px;margin:8px 0 0}._contentItem_1vhnc_26>div{margin-top:8px;background-color:#d7faff;padding:12px 16px}._preHeader_14eok_1{font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;line-height:.6rem;font-weight:500;font-style:normal;letter-spacing:2px;margin-bottom:4px;text-transform:capitalize}@media (min-width: 768px){._preHeader_14eok_1{font-size:1rem;line-height:1rem}}._headerXl_14eok_18{font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.725rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerXl_14eok_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_14eok_35{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLg_14eok_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_14eok_52{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLgInverted_14eok_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_14eok_52{text-align:center}._headerMd_14eok_72{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMd_14eok_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_14eok_72{margin-bottom:0}._headerMdInverted_14eok_92{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMdInverted_14eok_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_14eok_92{text-align:center}._textLabel_14eok_112{margin-bottom:.5rem;color:#000;font-weight:500;font-size:.875rem;white-space:nowrap}._textMsg_14eok_120{margin-bottom:.5rem;color:#000;font-weight:500;font-size:1rem;white-space:nowrap;text-align:center}._postTitleHeading_14eok_129{font-family:"Noto Serif",serif;font-size:1.5rem;font-weight:500;color:#000;line-height:2.25rem;text-align:center}._breadText_14eok_138{font-family:Roboto,serif;font-size:.9375rem;color:#707070;line-height:1.4rem;font-weight:400}._miniLabel_14eok_146{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#101820;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabel_14eok_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_14eok_163{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#436586;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabelLight_14eok_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_14eok_180{font-family:Roboto,serif;font-size:.9375rem;color:#36a3f7;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._linkDangerous_14eok_190{font-family:Roboto,serif;font-size:.9375rem;color:#f3545d;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._textOverLine_14eok_200{font-family:Roboto,Arial,sans-serif;font-size:.75rem;letter-spacing:.5px;margin-bottom:6px;color:#00000080;text-transform:uppercase}._labelHeaderMd_14eok_209{font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.17rem;margin-bottom:0}@media (min-width: 768px){._labelHeaderMd_14eok_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_14eok_226{color:red;margin-top:.3rem}._inputGroup_14eok_231{flex:1;display:flex;flex-direction:column;position:relative}@media (max-width: 768px){._inputGroup_14eok_231{width:100%;margin-top:10px}}._inputGroup_14eok_231 ._errors_14eok_243{margin-top:2px;font-size:14px;color:#d0021b;font-weight:400}._input_14eok_231{border-radius:5px;border:.5px solid #d8d8d8;padding:12px;font-family:Roboto,sans-serif;font-style:normal;font-weight:400;font-size:13px;line-height:15px;color:#383838;width:100%;height:45px;outline:0;background-image:url(/assets/calendar-icon-3aa1eb7e.svg);background-position:right 12px center;background-repeat:no-repeat}._input_14eok_231::placeholder{color:#8b849b;font-family:Roboto,"sans-serif";font-style:normal;font-weight:400;font-size:16px;letter-spacing:.2px}._input_14eok_231._error_14eok_243{border:1px solid #d0021b;background-color:#d0021b08}._input_14eok_231[type=date]{-webkit-appearance:none!important;background:white!important}._input_14eok_231:disabled{opacity:.5;background:#f9f9f9}._input_14eok_231:focus{border:1px solid #5e93ff}::-webkit-inner-spin-button{display:none}._formLabel_14eok_295{font-weight:500;font-size:14px;line-height:16px;letter-spacing:.4px;padding:0 0 8px;font-family:Roboto,"sans-serif"}._currency_14eok_304{right:10px;position:absolute;top:9px;font-weight:700;color:#c1c2c8}._inputSuffix_14eok_312{font-size:16px;letter-spacing:.5px;padding:6px 0;color:#00000080;font-weight:700;font-family:Lato,Arial,sans-serif;margin:0 6px}._padder_14eok_322{padding-left:30px;display:flex}._colorBoxWrapper_14eok_327{display:flex;flex-wrap:wrap}._colorBox_14eok_327{border:1px solid lightgray;border-radius:3px;background-color:#fff;margin:4px;position:relative}._colorBox_14eok_327 div{border-radius:3px;border-style:solid;margin:4px;width:36px;height:36px;transition:border ease .5s}._colorBox_14eok_327 input{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;opacity:0;cursor:pointer}._horizontalInput_14eok_359,._horizontalInputDate_14eok_364{display:flex;align-items:center}._horizontalInputDate_14eok_364>div:first-child{width:100%}[type=file]{outline:none}::placeholder{color:#c1c2c8}:-ms-input-placeholder{color:#c1c2c8}::-ms-input-placeholder{color:#c1c2c8}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle,.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{margin-left:-8px;position:absolute}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle,.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before,.react-datepicker__year-read-view--down-arrow:before,.react-datepicker__month-read-view--down-arrow:before,.react-datepicker__month-year-read-view--down-arrow:before{box-sizing:content-box;position:absolute;border:8px solid transparent;height:0;width:1px}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before,.react-datepicker__year-read-view--down-arrow:before,.react-datepicker__month-read-view--down-arrow:before,.react-datepicker__month-year-read-view--down-arrow:before{content:"";z-index:-1;border-width:8px;left:-8px;border-bottom-color:#aeaeae}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{top:0;margin-top:-8px}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before{border-top:none;border-bottom-color:#f0f0f0}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before{top:-1px;border-bottom-color:#aeaeae}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle,.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{bottom:0;margin-bottom:-8px}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle,.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before,.react-datepicker__year-read-view--down-arrow:before,.react-datepicker__month-read-view--down-arrow:before,.react-datepicker__month-year-read-view--down-arrow:before{border-bottom:none;border-top-color:#fff}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before,.react-datepicker__year-read-view--down-arrow:before,.react-datepicker__month-read-view--down-arrow:before,.react-datepicker__month-year-read-view--down-arrow:before{bottom:-1px;border-top-color:#aeaeae}.react-datepicker-wrapper{display:inline-block;padding:0;border:0}.react-datepicker{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.8rem;background-color:#fff;color:#000;border:1px solid #aeaeae;border-radius:.3rem;display:inline-block;position:relative}.react-datepicker--time-only .react-datepicker__triangle{left:35px}.react-datepicker--time-only .react-datepicker__time-container{border-left:0}.react-datepicker--time-only .react-datepicker__time,.react-datepicker--time-only .react-datepicker__time-box{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker__triangle{position:absolute;left:50px}.react-datepicker-popper{z-index:1}.react-datepicker-popper[data-placement^=bottom]{margin-top:10px}.react-datepicker-popper[data-placement=bottom-end] .react-datepicker__triangle,.react-datepicker-popper[data-placement=top-end] .react-datepicker__triangle{left:auto;right:50px}.react-datepicker-popper[data-placement^=top]{margin-bottom:10px}.react-datepicker-popper[data-placement^=right]{margin-left:8px}.react-datepicker-popper[data-placement^=right] .react-datepicker__triangle{left:auto;right:42px}.react-datepicker-popper[data-placement^=left]{margin-right:8px}.react-datepicker-popper[data-placement^=left] .react-datepicker__triangle{left:42px;right:auto}.react-datepicker__header{text-align:center;background-color:#f0f0f0;border-bottom:1px solid #aeaeae;border-top-left-radius:.3rem;padding-top:8px;position:relative}.react-datepicker__header--time{padding-bottom:8px;padding-left:5px;padding-right:5px}.react-datepicker__header--time:not(.react-datepicker__header--time--only){border-top-left-radius:0}.react-datepicker__header:not(.react-datepicker__header--has-time-select){border-top-right-radius:.3rem}.react-datepicker__year-dropdown-container--select,.react-datepicker__month-dropdown-container--select,.react-datepicker__month-year-dropdown-container--select,.react-datepicker__year-dropdown-container--scroll,.react-datepicker__month-dropdown-container--scroll,.react-datepicker__month-year-dropdown-container--scroll{display:inline-block;margin:0 2px}.react-datepicker__current-month,.react-datepicker-time__header,.react-datepicker-year-header{margin-top:0;color:#000;font-weight:700;font-size:.944rem}.react-datepicker-time__header{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.react-datepicker__navigation{background:none;line-height:1.7rem;text-align:center;cursor:pointer;position:absolute;top:10px;width:0;padding:0;border:.45rem solid transparent;z-index:1;height:10px;width:10px;text-indent:-999em;overflow:hidden}.react-datepicker__navigation--previous{left:10px;border-right-color:#ccc}.react-datepicker__navigation--previous:hover{border-right-color:#b3b3b3}.react-datepicker__navigation--previous--disabled,.react-datepicker__navigation--previous--disabled:hover{border-right-color:#e6e6e6;cursor:default}.react-datepicker__navigation--next{right:10px;border-left-color:#ccc}.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:95px}.react-datepicker__navigation--next:hover{border-left-color:#b3b3b3}.react-datepicker__navigation--next--disabled,.react-datepicker__navigation--next--disabled:hover{border-left-color:#e6e6e6;cursor:default}.react-datepicker__navigation--years{position:relative;top:0;display:block;margin-left:auto;margin-right:auto}.react-datepicker__navigation--years-previous{top:4px;border-top-color:#ccc}.react-datepicker__navigation--years-previous:hover{border-top-color:#b3b3b3}.react-datepicker__navigation--years-upcoming{top:-4px;border-bottom-color:#ccc}.react-datepicker__navigation--years-upcoming:hover{border-bottom-color:#b3b3b3}.react-datepicker__month-container{float:left}.react-datepicker__year{margin:.4rem;text-align:center}.react-datepicker__year-wrapper{display:flex;flex-wrap:wrap;max-width:180px}.react-datepicker__year .react-datepicker__year-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__month{margin:.4rem;text-align:center}.react-datepicker__month .react-datepicker__month-text,.react-datepicker__month .react-datepicker__quarter-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__input-time-container{clear:both;width:100%;float:left;margin:5px 0 10px 15px;text-align:left}.react-datepicker__input-time-container .react-datepicker-time__caption,.react-datepicker__input-time-container .react-datepicker-time__input-container{display:inline-block}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input{display:inline-block;margin-left:10px}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input{width:auto}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]{-moz-appearance:textfield}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter{margin-left:5px;display:inline-block}.react-datepicker__time-container{float:right;border-left:1px solid #aeaeae;width:85px}.react-datepicker__time-container--with-today-button{display:inline;border:1px solid #aeaeae;border-radius:.3rem;position:absolute;right:-72px;top:0}.react-datepicker__time-container .react-datepicker__time{position:relative;background:white;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{width:85px;overflow-x:hidden;margin:0 auto;text-align:center;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list{list-style:none;margin:0;height:calc(195px + .85rem);overflow-y:scroll;padding-right:0;padding-left:0;width:100%;box-sizing:content-box}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item{height:30px;padding:5px 10px;white-space:nowrap}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover{cursor:pointer;background-color:#f0f0f0}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected{background-color:#216ba5;color:#fff;font-weight:700}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover{background-color:#216ba5}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled{color:#ccc}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover{cursor:default;background-color:transparent}.react-datepicker__week-number{color:#ccc;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__week-number.react-datepicker__week-number--clickable{cursor:pointer}.react-datepicker__week-number.react-datepicker__week-number--clickable:hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__day-names,.react-datepicker__week{white-space:nowrap}.react-datepicker__day-name,.react-datepicker__day,.react-datepicker__time-name{color:#000;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__month--selected,.react-datepicker__month--in-selecting-range,.react-datepicker__month--in-range,.react-datepicker__quarter--selected,.react-datepicker__quarter--in-selecting-range,.react-datepicker__quarter--in-range{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__month--selected:hover,.react-datepicker__month--in-selecting-range:hover,.react-datepicker__month--in-range:hover,.react-datepicker__quarter--selected:hover,.react-datepicker__quarter--in-selecting-range:hover,.react-datepicker__quarter--in-range:hover{background-color:#1d5d90}.react-datepicker__month--disabled,.react-datepicker__quarter--disabled{color:#ccc;pointer-events:none}.react-datepicker__month--disabled:hover,.react-datepicker__quarter--disabled:hover{cursor:default;background-color:transparent}.react-datepicker__day,.react-datepicker__month-text,.react-datepicker__quarter-text,.react-datepicker__year-text{cursor:pointer}.react-datepicker__day:hover,.react-datepicker__month-text:hover,.react-datepicker__quarter-text:hover,.react-datepicker__year-text:hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__day--today,.react-datepicker__month-text--today,.react-datepicker__quarter-text--today,.react-datepicker__year-text--today{font-weight:700}.react-datepicker__day--highlighted,.react-datepicker__month-text--highlighted,.react-datepicker__quarter-text--highlighted,.react-datepicker__year-text--highlighted{border-radius:.3rem;background-color:#3dcc4a;color:#fff}.react-datepicker__day--highlighted:hover,.react-datepicker__month-text--highlighted:hover,.react-datepicker__quarter-text--highlighted:hover,.react-datepicker__year-text--highlighted:hover{background-color:#32be3f}.react-datepicker__day--highlighted-custom-1,.react-datepicker__month-text--highlighted-custom-1,.react-datepicker__quarter-text--highlighted-custom-1,.react-datepicker__year-text--highlighted-custom-1{color:#f0f}.react-datepicker__day--highlighted-custom-2,.react-datepicker__month-text--highlighted-custom-2,.react-datepicker__quarter-text--highlighted-custom-2,.react-datepicker__year-text--highlighted-custom-2{color:green}.react-datepicker__day--selected,.react-datepicker__day--in-selecting-range,.react-datepicker__day--in-range,.react-datepicker__month-text--selected,.react-datepicker__month-text--in-selecting-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--selected,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--selected,.react-datepicker__year-text--in-selecting-range,.react-datepicker__year-text--in-range{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__day--selected:hover,.react-datepicker__day--in-selecting-range:hover,.react-datepicker__day--in-range:hover,.react-datepicker__month-text--selected:hover,.react-datepicker__month-text--in-selecting-range:hover,.react-datepicker__month-text--in-range:hover,.react-datepicker__quarter-text--selected:hover,.react-datepicker__quarter-text--in-selecting-range:hover,.react-datepicker__quarter-text--in-range:hover,.react-datepicker__year-text--selected:hover,.react-datepicker__year-text--in-selecting-range:hover,.react-datepicker__year-text--in-range:hover{background-color:#1d5d90}.react-datepicker__day--keyboard-selected,.react-datepicker__month-text--keyboard-selected,.react-datepicker__quarter-text--keyboard-selected,.react-datepicker__year-text--keyboard-selected{border-radius:.3rem;background-color:#2a87d0;color:#fff}.react-datepicker__day--keyboard-selected:hover,.react-datepicker__month-text--keyboard-selected:hover,.react-datepicker__quarter-text--keyboard-selected:hover,.react-datepicker__year-text--keyboard-selected:hover{background-color:#1d5d90}.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range{background-color:#216ba580}.react-datepicker__month--selecting-range .react-datepicker__day--in-range,.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range,.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range,.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range{background-color:#f0f0f0;color:#000}.react-datepicker__day--disabled,.react-datepicker__month-text--disabled,.react-datepicker__quarter-text--disabled,.react-datepicker__year-text--disabled{cursor:default;color:#ccc}.react-datepicker__day--disabled:hover,.react-datepicker__month-text--disabled:hover,.react-datepicker__quarter-text--disabled:hover,.react-datepicker__year-text--disabled:hover{background-color:transparent}.react-datepicker__month-text.react-datepicker__month--selected:hover,.react-datepicker__month-text.react-datepicker__month--in-range:hover,.react-datepicker__month-text.react-datepicker__quarter--selected:hover,.react-datepicker__month-text.react-datepicker__quarter--in-range:hover,.react-datepicker__quarter-text.react-datepicker__month--selected:hover,.react-datepicker__quarter-text.react-datepicker__month--in-range:hover,.react-datepicker__quarter-text.react-datepicker__quarter--selected:hover,.react-datepicker__quarter-text.react-datepicker__quarter--in-range:hover{background-color:#216ba5}.react-datepicker__month-text:hover,.react-datepicker__quarter-text:hover{background-color:#f0f0f0}.react-datepicker__input-container{position:relative;display:inline-block;width:100%}.react-datepicker__year-read-view,.react-datepicker__month-read-view,.react-datepicker__month-year-read-view{border:1px solid transparent;border-radius:.3rem}.react-datepicker__year-read-view:hover,.react-datepicker__month-read-view:hover,.react-datepicker__month-year-read-view:hover{cursor:pointer}.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow{border-top-color:#b3b3b3}.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{border-top-color:#ccc;float:right;margin-left:20px;top:8px;position:relative;border-width:.45rem}.react-datepicker__year-dropdown,.react-datepicker__month-dropdown,.react-datepicker__month-year-dropdown{background-color:#f0f0f0;position:absolute;width:50%;left:25%;top:30px;z-index:1;text-align:center;border-radius:.3rem;border:1px solid #aeaeae}.react-datepicker__year-dropdown:hover,.react-datepicker__month-dropdown:hover,.react-datepicker__month-year-dropdown:hover{cursor:pointer}.react-datepicker__year-dropdown--scrollable,.react-datepicker__month-dropdown--scrollable,.react-datepicker__month-year-dropdown--scrollable{height:150px;overflow-y:scroll}.react-datepicker__year-option,.react-datepicker__month-option,.react-datepicker__month-year-option{line-height:20px;width:100%;display:block;margin-left:auto;margin-right:auto}.react-datepicker__year-option:first-of-type,.react-datepicker__month-option:first-of-type,.react-datepicker__month-year-option:first-of-type{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.react-datepicker__year-option:last-of-type,.react-datepicker__month-option:last-of-type,.react-datepicker__month-year-option:last-of-type{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker__year-option:hover,.react-datepicker__month-option:hover,.react-datepicker__month-year-option:hover{background-color:#ccc}.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming{border-bottom-color:#b3b3b3}.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous{border-top-color:#b3b3b3}.react-datepicker__year-option--selected,.react-datepicker__month-option--selected,.react-datepicker__month-year-option--selected{position:absolute;left:15px}.react-datepicker__close-icon{cursor:pointer;background-color:transparent;border:0;outline:0;padding:0 6px 0 0;position:absolute;top:0;right:0;height:100%;display:table-cell;vertical-align:middle}.react-datepicker__close-icon:after{cursor:pointer;background-color:#216ba5;color:#fff;border-radius:50%;height:16px;width:16px;padding:2px;font-size:12px;line-height:1;text-align:center;display:table-cell;vertical-align:middle;content:"×"}.react-datepicker__today-button{background:#f0f0f0;border-top:1px solid #aeaeae;cursor:pointer;text-align:center;font-weight:700;padding:5px 0;clear:left}.react-datepicker__portal{position:fixed;width:100vw;height:100vh;background-color:#000c;left:0;top:0;justify-content:center;align-items:center;display:flex;z-index:2147483647}.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:3rem;line-height:3rem}@media (max-width: 400px),(max-height: 550px){.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:2rem;line-height:2rem}}.react-datepicker__portal .react-datepicker__current-month,.react-datepicker__portal .react-datepicker-time__header{font-size:1.44rem}.react-datepicker__portal .react-datepicker__navigation{border:.81rem solid transparent}.react-datepicker__portal .react-datepicker__navigation--previous{border-right-color:#ccc}.react-datepicker__portal .react-datepicker__navigation--previous:hover{border-right-color:#b3b3b3}.react-datepicker__portal .react-datepicker__navigation--previous--disabled,.react-datepicker__portal .react-datepicker__navigation--previous--disabled:hover{border-right-color:#e6e6e6;cursor:default}.react-datepicker__portal .react-datepicker__navigation--next{border-left-color:#ccc}.react-datepicker__portal .react-datepicker__navigation--next:hover{border-left-color:#b3b3b3}.react-datepicker__portal .react-datepicker__navigation--next--disabled,.react-datepicker__portal .react-datepicker__navigation--next--disabled:hover{border-left-color:#e6e6e6;cursor:default}._preHeader_6wkbw_1{font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;line-height:.6rem;font-weight:500;font-style:normal;letter-spacing:2px;margin-bottom:4px;text-transform:capitalize}@media (min-width: 768px){._preHeader_6wkbw_1{font-size:1rem;line-height:1rem}}._headerXl_6wkbw_18{font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.725rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerXl_6wkbw_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_6wkbw_35{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLg_6wkbw_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_6wkbw_52{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLgInverted_6wkbw_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_6wkbw_52{text-align:center}._headerMd_6wkbw_72{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMd_6wkbw_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_6wkbw_72{margin-bottom:0}._headerMdInverted_6wkbw_92{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMdInverted_6wkbw_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_6wkbw_92{text-align:center}._textLabel_6wkbw_112{margin-bottom:.5rem;color:#000;font-weight:500;font-size:.875rem;white-space:nowrap}._textMsg_6wkbw_120{margin-bottom:.5rem;color:#000;font-weight:500;font-size:1rem;white-space:nowrap;text-align:center}._postTitleHeading_6wkbw_129{font-family:"Noto Serif",serif;font-size:1.5rem;font-weight:500;color:#000;line-height:2.25rem;text-align:center}._breadText_6wkbw_138{font-family:Roboto,serif;font-size:.9375rem;color:#707070;line-height:1.4rem;font-weight:400}._miniLabel_6wkbw_146{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#101820;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabel_6wkbw_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_6wkbw_163{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#436586;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabelLight_6wkbw_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_6wkbw_180{font-family:Roboto,serif;font-size:.9375rem;color:#36a3f7;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._linkDangerous_6wkbw_190{font-family:Roboto,serif;font-size:.9375rem;color:#f3545d;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._textOverLine_6wkbw_200{font-family:Roboto,Arial,sans-serif;font-size:.75rem;letter-spacing:.5px;margin-bottom:6px;color:#00000080;text-transform:uppercase}._labelHeaderMd_6wkbw_209{font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.17rem;margin-bottom:0}@media (min-width: 768px){._labelHeaderMd_6wkbw_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_6wkbw_226{color:red;margin-top:.3rem}._datepickerWrapper_6wkbw_231{background:white;z-index:2}.react-datepicker-wrapper,.react-datepicker__input-container{width:100%!important}._verticalFlex_1cgqu_1{display:flex;flex-direction:column;gap:40px}._row_1cgqu_7{display:flex;gap:40px}._preview_1cgqu_12{flex:1}._containerImage_1cgqu_16{position:relative}._containerImage_1cgqu_16 img{width:100%;height:100%;object-fit:contain}._switch_1cgqu_25{position:absolute;top:-12px;right:0;width:80px}._main_vbzh8_1{min-height:100vh;background-color:#f6f6f6;font-family:Roboto,sans-serif}._container_vbzh8_7{background:#ffffff;box-shadow:0 100px 80px #00000005,0 41.7776px 33.4221px #00000007,0 22.3363px 17.869px #00000009,0 12.5216px 10.0172px #0000000b,0 6.6501px 5.32008px #0000000d,0 2.76726px 2.21381px #00000012;border-radius:10px;overflow:hidden}._tabs_vbzh8_14{padding:0 10px!important}._actions_vbzh8_18{display:flex;justify-content:space-between;padding:20px 50px 20px 42px}._preHeader_17b2u_1{font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;line-height:.6rem;font-weight:500;font-style:normal;letter-spacing:2px;margin-bottom:4px;text-transform:capitalize}@media (min-width: 768px){._preHeader_17b2u_1{font-size:1rem;line-height:1rem}}._headerXl_17b2u_18{font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.725rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerXl_17b2u_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_17b2u_35{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLg_17b2u_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_17b2u_52{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLgInverted_17b2u_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_17b2u_52{text-align:center}._headerMd_17b2u_72{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMd_17b2u_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_17b2u_72{margin-bottom:0}._headerMdInverted_17b2u_92{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMdInverted_17b2u_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_17b2u_92{text-align:center}._textLabel_17b2u_112{margin-bottom:.5rem;color:#000;font-weight:500;font-size:.875rem;white-space:nowrap}._textMsg_17b2u_120{margin-bottom:.5rem;color:#000;font-weight:500;font-size:1rem;white-space:nowrap;text-align:center}._postTitleHeading_17b2u_129{font-family:"Noto Serif",serif;font-size:1.5rem;font-weight:500;color:#000;line-height:2.25rem;text-align:center}._breadText_17b2u_138{font-family:Roboto,serif;font-size:.9375rem;color:#707070;line-height:1.4rem;font-weight:400}._miniLabel_17b2u_146{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#101820;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabel_17b2u_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_17b2u_163{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#436586;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabelLight_17b2u_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_17b2u_180{font-family:Roboto,serif;font-size:.9375rem;color:#36a3f7;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._linkDangerous_17b2u_190{font-family:Roboto,serif;font-size:.9375rem;color:#f3545d;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._textOverLine_17b2u_200{font-family:Roboto,Arial,sans-serif;font-size:.75rem;letter-spacing:.5px;margin-bottom:6px;color:#00000080;text-transform:uppercase}._labelHeaderMd_17b2u_209{font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.17rem;margin-bottom:0}@media (min-width: 768px){._labelHeaderMd_17b2u_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_17b2u_226{color:red;margin-top:.3rem}._searchFieldIcon_17b2u_231{color:#c9cad0;position:relative}._searchFieldIcon_17b2u_231._canClear_17b2u_235 ._leftIcon_17b2u_235{z-index:100;cursor:pointer;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAOEAAADhCAMAAAAJbSJIAAAARVBMVEWpqan///+mpqarq6v8/Pz5+fnT09Px8fG/v7/09PS7u7utra3y8vLPz8/MzMy1tbXX19fm5ubh4eHFxcXk5OTc3Nzr6+vM+5ZWAAALs0lEQVR4nOWd26KrKAyGFc/Seqy+/6NurLb1gBiSUO3a/+3MdPgWmARIgue7VqiUPLquipWqquq6pqnrPsmi8CnX/3/P4W9HWZY0cZtLsaNAlnl7bwZYd6NwRZj1dVek5cDhmfQkLdu4qZPIzUhcEEa9mrkyOIJbcsq8reqbg9GwE2bNvS0lHG6OWaZF1XMvWF7CqCly6SHo3pCyTO8965g4CWs1eQS8F6Un8yrjGxUb4e2OWpo7lCJvuAwPC2GYPVo+vIlRFj0LJANh2Fc5fXFqIIO2YVitZMKwvpfM8zdjTLvkZMKwLkpHeCOjl8dE00oj7NvSId7IGJQxaa1SCLNCuuZ7KigrQhiAJwzj7/ANEuXj64RRJ11+f1vGtEb6Dhxh1ORf5RsQgwIXsqIIk/t3J3BiLFHBHIIw7PLv4z0RgxbhOewJk+KMCZwYy8r6a7QmPGsCJ8nUdhotCbMiOBVwYLR0jnaE/ddNqEaitTI4NoThl33gnkRus1ItCLP4bLSXRNnBDQ6csG/PBptJwqNxKGHYnGtD14K7RiBh2DnfJtkK+jECCavv7SPAKmGIIMLwfgkbupIIQFsqCGFUXBFQKWgAzh9AmF0VUJnU7hjxmDC5kpdYSx5H4oeEtysDQhCPCLP29FDbrMNA/IAwLM4mOJRsKITXdBNrmRHNhPEvAHqe0fWbCMPuNwCFMboxEXYXDNX0MsWoBsL6csH2vtL9HId9wiQ9e9gWCu67bnGXMLq+n5hLdraEYXX2mC0la0vC5meszCRR7twW7xAmTm92nUi0+k9RTxilPweoEGMLwh+JZVaS2j2/lrD+tY9wUq47YtQRRr/kCecK7kDC+OJbwn2VGpehIfylaG0lkW7X6ZYwa3/SzEyKNzv+DWFY/ewaHbRdpxvC/vd8/Vxbv78mDK97OArUOgRfE/Y/vUa9IT4NzYS/GK4tJSojYfPzgCp4iwyEIdEVSskQ75F/pDAQdqRfLtuqqVLahyxk2zVdS2JcHr0tCDPSFI7p9TdaUuaYgxBVJJ9VhHuElIBUvC7WSRfi6eSwwwcFceH254QJIRlhlsajRof9lfZzEkGKPOaTOCckxGvLUAI7ukWyEyX/av4lzggTwk/el24W91OrgItwYCtm45kR4s8P5SaizxALvlj/SIK/u5xN4ocwQ4czMt6ecllPQFBsfsO/oRHF5970Q/jA/poO0Pr6X38sj79iL9+f9Jswwm58Ay2gJeLevUOCXVjifW36JkyQjlrs3olYLNT9i5Ub0vyJdEOIPCLdO2m2mgDDzRH69F28XOuLEBlzmwAHiwoaXXA3pVMgnat4Wa4XYY37S2nOtuaKIIiB/jT+LeTZXxAuCXF25jA9MDv+FrXHuHOFuMTIl62ZCCOUq5DV/rgmHZqbbbSwUYTyGS9bMxHisi5yQIHngdPQO9OVcJeZMpsT4txOC6l8MM4iCNC/ob7EoJsRIre+m0jSFnEvWlgJObx2RtjhIrYDS/oe4J5FNbuJjx64aGS89x4JkeFfcGwlntpzGgdu4v0XQm6jxvwMz/hHPhK0eDXSbqaO3MSkEHu4Mjr9JyH6Pg1cn3PbTsOhH3wBopPPxru2JyHh+CIFdgTYOA2AHxyFP/UZT6QGwpByY5gCK5BWFhXmJnziiVQ3EVIOaDanKzBEoJsgJvaIwZ0NhMT8J5hXXNozoJvA28CRcEhZHAip2TMFcD7eTuNoN/EWNTVL9k9C9PkFAnH898GA1Hq5YX/hUT/DQaY9+kJP3w11E35PzusRymArwp5+IwZGTFIBDYQ4UniHIwiP51Y0gJqbpAVbUY7MrDJThGHFcu+rOdDVKoMuaJaaVZEoQrqhGQX9uqCALKMSD0XI88fy4H4RIuwx6VqiUoQJW34J1Gkci27eJ4k29PyeLf0CbFEPAdnSP0WuCBlLf5gQ6X7wI6kIOTOeoccSRrGWsojI81kT2XS3gLaArK0NROKRNocaUZ0Gk5t4SdReyJ3JRnMazICe6LyQveUMxWmwuYmXROVRU9m2IlhU/no5ETsgxCM6KAh0Q4h1Gi4qHgdCF/UxKKfhpKRzIHST9myPqD8Xp2ogdJQVbIvI7SYmOSS09Itc26W1XBJaWVR0ZtCRXBLaIHLuJpZySigktB1X6K6i0+0cQk/VXNb+O/0O4YAOEV0S2sU1jpyFQ0Lw5ctLoAQxe7mLaWwBXcY0TuJSzE4fm3JhlKO9BfiOfilXewt+QvAd/QaRv3OaE0IrN+F6FgdCdhtGOTNlD8CHcxrumJd2nMjtNIazNt7zUms/uEXkHM5wXsp85k2/ReR1GiLxfJ4r4FFIN7EU+70FY3Ez2k2sEBmdRsl6f8gEyHp/mCpCbDnQRgQ/uEXkugMuQo9t38Jyd/gS16Ce9/hMfZDJbmIpJr/4zMXgyacBuwlwPg3Ptzjk0/gPBkIJXaJJC08Qow9rzInye3rsDbaiQ14b/I9BHteU10a/lQQDPhPawdc2dMQpN5Gc9gVPvpz+lmBE6kKd8ku/nyMMRyQurylHmJznjRguJjfcXu88b2KuPiYhFp5yS9lMvXP1SVtEVDGCBWJPQXzVW1BqZqAvE22MBhiR0ALwXTNDqHsCFwVp6p6g32KDH9277gkdBOo6Meqkz9IFmihkpfOidg1dfwh8IGzPIgJjWVyl86L+ENt9HVhDum+rgQsV+RXNa0jd1gHvfwNAc8NQB4xsOADyFMY7ehhiQq/lRh5HgerxzbElCJGjHh93iwh4ivAweAY4jYyjpwK2L8aRt7gBIpIjp8HTFwPb2yTff3Xh+dcHOdoDp4EsBF73NsH2pzE6DOjOwLhQa6b+NNjDfWGodIbvWQw7TGyl86bHEL5P1O7obPpEFXtLAbuz0/SJwh+b7iBa5aoFOz+C7/X1bif86ddWY7dQepdmecaiR8Sf7mv6tVF67mkQ7ffmGnODP2zT9tzDtnDxdIiYnjmbWSQctWn7Jvo3woXPanS4Ovp170v8+cVO70ta/9K5McS6sMWrTZSGGPNYi60H7Wd0IfrYwZs9K478K42aL6lFH2HKowHiNbqIpY9wQ+ojPG8MtOwFTcr0yJ9tnJM75fFuUT7fpMxoDaUXR7ic/bxlW3VVTu7nrX7EWT9vFX/T7gkCyZCt6rQnO3YTdSkFmYnw77+N8Bfet4jMhH//jRKOW/0ztd2R/4dvBf39956IEeG5gr3ZRQtPzxXw3bUffjtPl1unff+QofvXKdIe3v6pNyy1dwx/6R1Sfe/tv/SWrP5uYO89YGRz4vMktI+QGgh/LrTZbYD//77L/R+8rf5bL64aks8MhD/0+rip6baJ0G/OHjlMwvjMhpGQterLnQJjdwozocOGFXwKzK3vzYT4nvbfk2zMCAeEyi1eHFF2BxlHR4R+dm3E47SsQ8JrI8rqMC3umNCP7pc1N4dLFEZ4XYsaPAAJrhDCiyKKAJRlDiJEp0k71eGDYVaE+JIAZ0qBfbaghH59rc2UbIGVHnBCP7nQlljIGFirY0PoR1VwEYMjygZeN25BSEwB4RP4DSZrwiGj8gKIYjcZlYFQBeKnu40SEMcQCJXbcNJ0DCzZ2qxQFKGfkZKeaJpSphwTqmk8yTUK+wlEEvq3+IxpFGPi3FcI/VBFOF9mFLJATCCaUBnV7/pGIdIe2RwGS/gsR/oao4CW47ISDlb1OxuOoNy9dnFMqGKcwjmjCHJ4lM1PqEzOvRQOF6vw0hi6TXJDqNTHuSu7qvg6c/nfVwj9MOmc+A4RtA1pfbIRKkV1wcwoRBn3LN3ReAj9YX/M+EEKkVvscc1iI/SHQoRSMhwDBDKvGFbnS5yESv09LwP8XApPlmlFNJ4rMRMOn2RV5GrBWlOq/6JMiw4XfBrETqgU3uqqzUsPjKn+xaBM713NuDjfckE4KEr6h8KUQhg5n/94mLq6zxjbLs7linBQGGW3vqmKdPg0dVITV1R1kkE7DaLkknBSqBRl/aOrqnhUVXXNMGlK7v/3/wCSj5CQlNGHbAAAAABJRU5ErkJggg==);background-size:contain}._searchFieldIcon_17b2u_231 ._leftIcon_17b2u_235{content:"";position:absolute;left:15px;top:0;bottom:0;width:20px;height:20px;background:url(/assets/search-d885109b.svg) no-repeat}._searchLoadingIcon_17b2u_252{color:#c9cad0;position:relative}._searchLoadingIcon_17b2u_252:after{content:"";position:absolute;left:4px;top:-10px;bottom:0;width:40px;background:url(/assets/loading1-72abb1db.svg);background-size:cover}._removeButton_17b2u_267{min-width:20px;min-height:20px;cursor:pointer;margin-right:14px}._placeholder_17b2u_274{text-align:center;font-size:20px;padding:40px 0}._searchField_17b2u_231{width:30%;height:50px;font-size:1.07rem;font-weight:700;border-radius:6px;padding:12px 47px;overflow:hidden;text-overflow:ellipsis;outline:none;color:#000;border:1px solid rgba(0,0,0,.25);margin-bottom:32px}._searchField_17b2u_231::placeholder{color:#00000040}._row_17b2u_298{display:flex;margin-bottom:40px}._input_17b2u_303{width:100%;font-family:Lato,sans-serif;font-weight:700;outline:0;box-shadow:none;border-radius:6px;border:1px solid rgba(0,0,0,.25);padding-left:13px;padding-right:13px;font-size:1.1rem;background-color:#fff;height:44px}._input_17b2u_303:focus{border:1px solid red}._searchSelect_17b2u_321{width:30%;max-width:250px;margin-right:40px}._column_10yy5_1{display:flex;flex-direction:column}._formLabel_10yy5_6{font-size:13px;letter-spacing:.5px;padding:6px 0;color:#00000080;text-transform:none!important;font-weight:700;font-family:Lato,Arial,sans-serif}._selectSearch_10yy5_16{width:100%;position:relative}._selectBox_10yy5_21{position:relative}._selectBox_10yy5_21 select,._inputDate_10yy5_26{width:100%;background-color:#fafafafa;box-shadow:0 1px 3px #00000040;border:0;font-size:.8em;margin-bottom:.7em;color:#7e7e7e;font-family:Lato,sans-serif;font-weight:400;outline:0}._inputDate_10yy5_26{height:44px;padding-left:13px;padding-right:13px}._selectBox_10yy5_21:before{content:url(/assets/calendarIcon-c5549895.svg);position:absolute;z-index:10;right:13px;top:13px}._overSelect_10yy5_53{position:absolute;left:0;right:0;top:0;bottom:0}._containerSearch_10yy5_61{display:none;position:absolute;background-color:#fcfcfc;box-shadow:0 1px 11px #53535340;border-radius:7px;width:100%;min-width:250px;z-index:20;padding:1em .8em}._stackIcon_10yy5_73{margin-bottom:.5em;display:inline-block;width:100%;cursor:pointer}._items_10yy5_80{max-height:200px;padding:5px 0;overflow-y:auto;overflow-x:hidden}._items_10yy5_80::-webkit-scrollbar{width:5px}._items_10yy5_80::-webkit-scrollbar-track{background-color:#d7d9de;border-radius:3px;background-color:#0000001a}._items_10yy5_80::-webkit-scrollbar-thumb{border-radius:3px;background-color:#3275f5}._items_10yy5_80 label{display:flex;align-items:center;padding:5px 10px;margin-right:5px;text-transform:capitalize;color:#0e0e0e;font-size:12px}._items_10yy5_80 label:hover{background-color:#3275f5;color:#fff}._expanded_10yy5_117{display:flex;flex-direction:column}._error_10yy5_122{top:72.67px;z-index:400}._noAvailable_10yy5_127{font-family:Roboto,sans-serif;color:#0e0e0e;font-size:.9em;min-height:40px;padding:10px}._btnClear_10yy5_135{padding:0;border:0;min-height:30px!important}._page_5gd0e_1{background-color:#f6f6f6;padding:24px 16px 64px;min-height:calc(100vh - 95px);font-family:Roboto,sans-serif}._section_5gd0e_8{background-color:#fff;padding:32px;box-shadow:0 100px 80px #00000005,0 41.7776px 33.4221px #00000007,0 22.3363px 17.869px #00000009,0 12.5216px 10.0172px #0000000b,0 6.6501px 5.32008px #0000000d,0 2.76726px 2.21381px #00000012;border-radius:10px;max-width:830px;margin:auto}._info_5gd0e_17{display:flex;gap:32px;padding-bottom:32px;border-bottom:1px solid #B5B5B5}._info_5gd0e_17>div{flex:1 1 100%;max-width:350px}._info_5gd0e_17 span{width:1px;background-color:#b5b5b5}._info_5gd0e_17 h6{font-weight:500;font-size:14px;line-height:16px;letter-spacing:.4px;color:#707071;margin-bottom:8px}._info_5gd0e_17 p{font-weight:400;font-size:26px;line-height:21px;letter-spacing:.2px;color:#10002e;margin:0;overflow-wrap:break-word}._searchHeader_5gd0e_49{padding-top:24px;padding-bottom:8px;display:flex;justify-content:space-between;align-items:center}._permissions_5gd0e_57{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px 0}._permissions_5gd0e_57 li{padding:8px 16px;font-size:16px;line-height:19px;border-radius:4px}._permissions_5gd0e_57 li:nth-child(2n){background-color:#f9f9f9}._emptySearch_5gd0e_75{padding:64px 32px;text-align:center;font-size:16px;line-height:19px;color:#707071;background-color:#f9f9f9;border:1px solid #D5D4DC;border-radius:16px}._searchInput_5gd0e_86{flex-basis:300px;flex-shrink:0}._container_1wvip_1{display:flex;gap:27px;font-family:Roboto,sans-serif;font-weight:400;font-size:16px;line-height:19px;position:relative}._container_1wvip_1>div{flex:1 1 288px}._titleSearch_1wvip_14{padding-bottom:8px;display:flex;align-items:center;justify-content:space-between}._titleSearch_1wvip_14 button:disabled{pointer-events:auto;cursor:not-allowed;opacity:.5;padding:10px}._titleSearch_1wvip_14 h3{margin-bottom:0;font-weight:500;font-size:16px;line-height:19px;transition:width .3s ease;overflow:hidden;white-space:nowrap}._titleSearch_1wvip_14 ._expanded_1wvip_35{width:100%;padding-right:16px}._titleSearch_1wvip_14 ._collapsed_1wvip_39{width:0;overflow:hidden}._list_1wvip_44{display:flex;flex-direction:column;padding:8px 0;gap:8px;height:458px;background-color:#fff;box-shadow:0 0 0 1px #d5d4dc;border-radius:8px;min-width:288px;list-style:none;margin:0}._list_1wvip_44 ._infiniteList_1wvip_57{display:flex;flex-direction:column;gap:4px}._list_1wvip_44 li{padding:9px 16px;width:100%;transition:background-color .3s ease,color .3s ease}._list_1wvip_44 li:nth-child(2n){background-color:#f9f9f9}._list_1wvip_44 li:hover{color:#fff;cursor:pointer;background-color:#3e93ff}._list_1wvip_44 li._selected_1wvip_75{color:#3275f5;background-color:#3275f51c}._list_1wvip_44 li._selected_1wvip_75:hover{background-color:#3275f54d}._grantRevokeBtn_1wvip_83{width:66px;height:55px;background-color:#d6d6d6;box-shadow:0 100px 80px #00000005,0 41.7776px 33.4221px #00000007,0 22.3363px 17.869px #00000009,0 12.5216px 10.0172px #0000000b,0 6.6501px 5.32008px #0000000d,0 2.76726px 2.21381px #00000012;border-radius:5px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);padding:0;z-index:1;line-height:0;transition:background-color .3s ease}._grantRevokeBtn_1wvip_83:disabled{border:0;cursor:not-allowed;line-height:0;background-color:#d6d6d6}@keyframes _move_1wvip_1{0%{transform:translate(0)}20%{transform:translate(60%)}70%{transform:translate(-60%)}to{transform:translate(0)}}._grantRevokeBtn_1wvip_83:hover svg{animation:_move_1wvip_1 1s ease-in-out}._empty_1wvip_122{background-color:#f9f9f9;justify-content:center;align-items:center}._empty_1wvip_122 h4{font-weight:500;font-size:22px;opacity:.3}._empty_1wvip_122 p{font-size:16px;line-height:19px;color:#1b2b41b8}._error_1wvip_139{color:#d0021b;margin-top:8px;position:absolute}._container_ceyxc_1{padding:32px;background-color:#fff;border-radius:10px}._basicInfo_ceyxc_7{display:flex;gap:24px;padding-bottom:61px}._basicInfo_ceyxc_7>div{flex:1}._permissions_ceyxc_16{border-top:1px solid rgba(0,0,0,.1);padding:24px 0 32px}._actions_ceyxc_21{padding:24px 0 0;border:0;border-top:1px solid rgba(0,0,0,.1);display:flex;justify-content:space-between}._container_xa9oz_1{min-height:100vh;background-color:#f6f6f6;font-family:Roboto,sans-serif}._emptySpace_xa9oz_7{text-align:center;margin-top:271px}._emptySpace_xa9oz_7 h3{margin-top:33.5px;font-weight:500;font-size:22px;line-height:125.3%;opacity:.3;margin-bottom:4px}._emptySpace_xa9oz_7 p{font-size:16px;font-weight:400;line-height:26px;color:#1b2b41b8;margin:0}._search_xa9oz_27{display:flex;justify-content:space-between;align-items:flex-end;padding:24px 40px;background-color:#fff;box-shadow:0 4px 8px #0000000d,inset 0 -1px #0000001a;position:sticky;top:0;z-index:1;gap:24px}._search_xa9oz_27 ._searchInput_xa9oz_39{flex:1 0 300px;max-width:666px}._content_xa9oz_44{padding:24px 40px 40px}._table_xa9oz_48{background:#f6f6f6;box-shadow:0 22px 64px #00000026;border-radius:8px;overflow:hidden;border:none}._table_xa9oz_48 ._cell_xa9oz_55{font-weight:400;font-size:16px;line-height:19px;color:#111827;padding:6px 16px;height:52px;display:flex;align-items:center}._table_xa9oz_48 ._cell_xa9oz_55:hover{cursor:pointer}._noData_xa9oz_69{position:absolute;left:0;top:40px;bottom:0;right:0;display:flex;align-items:center;justify-content:center;background-color:#f6f6f6}._noData_xa9oz_69 h3{text-align:center;font-weight:500;font-size:22px;line-height:26px;opacity:.3}._disabledBtn_xa9oz_88{opacity:.5}._disabledBtn_xa9oz_88 svg path{stroke:#3c4555}.ReactTable .rt-thead ._columnHeader_xa9oz_95{text-align:left;background-color:#fff;padding:12px 16px;border:0;font-weight:600;font-size:14px;line-height:16px;color:#909090}.ReactTable .rt-thead ._columnHeader_xa9oz_95:last-child{text-align:right}.ReactTable .rt-thead.-header{box-shadow:none}.ReactTable .rt-tbody .rt-td:last-child{padding-top:6px;padding-bottom:6px}.ReactTable .rt-tbody .rt-td{border:none}.ReactTable .rt-tbody .rt-tr-group{transition:background-color .3s ease}.ReactTable .rt-tbody .rt-tr-group:hover{background-color:#3275f51a}._chatInputWrapper_1v0aw_1{border-top:1px solid #e0e0e0;background:white}._editBox_1v0aw_6{display:flex;align-items:center;justify-content:space-between;border-radius:4px 4px 0 0;padding:16px;background:#ededed}._editBox_1v0aw_6 p{margin:0;font-size:14px}._closeButton_1v0aw_19{background:none;border:none;cursor:pointer;padding:4px}._closeButton_1v0aw_19:hover{opacity:.7}._inputForm_1v0aw_29{display:flex;align-items:center;gap:8px;padding:16px}._input_1v0aw_29{flex:1;padding:12px 12px 12px 44px;border:1px solid #e0e0e0;border-radius:4px;resize:none;min-height:44px;max-height:120px;font-family:Roboto,sans-serif;transition:border-color .3s ease;font-size:18px;transition:padding-left .3s ease}._input_1v0aw_29:focus{outline:1px solid #0066cc;border-color:#06c}._imageButton_1v0aw_54,._sendButton_1v0aw_55{background:none;border:none;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;border-radius:4px;width:44px;height:44px;transition:background .3s ease,transform .3s ease}._imageButton_1v0aw_54:hover,._sendButton_1v0aw_55:hover{transform:scale(1.1)}._imageButton_1v0aw_54{position:absolute;bottom:42px;left:16px}._imageButton_1v0aw_54 svg path{stroke:#a0a0a0}._imageButton_1v0aw_54:hover svg path{stroke:#3275f5}._sendButton_1v0aw_55{background:#3275f5}._sendButton_1v0aw_55 svg path{stroke:#fff}._sendButton_1v0aw_55:hover{background:#1f52c0}._sendButton_1v0aw_55:disabled{background:#e0e0e0;cursor:not-allowed;padding:0}._sendButton_1v0aw_55:disabled svg path{stroke:#c3c3c3}._imagePreview_1v0aw_103{position:relative;display:inline-block}._imagePreview_1v0aw_103 img{max-width:100px;max-height:100px;border-radius:4px}._imageViewerOverlay_1nnpi_1{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000c;display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px;isolation:isolate}._imageContainer_1nnpi_16{position:relative;max-width:90vw;max-height:90vh;width:100%;height:100%;display:flex;align-items:center;justify-content:center}._image_1nnpi_1{max-width:100%;max-height:90vh;width:100%;height:100%;object-fit:contain;border-radius:4px}._closeButton_1nnpi_36{position:fixed;top:20px;right:20px;background:rgba(0,0,0,.5);border:none;cursor:pointer;border-radius:4px;z-index:1;width:40px;height:40px;display:flex;align-items:center;justify-content:center}._closeButton_1nnpi_36 svg path{stroke:#fff}._closeButton_1nnpi_36:hover{background:rgba(0,0,0,.7)}._container_1v2gx_1{display:flex;align-items:flex-end;gap:8px}._container_1v2gx_1._right_1v2gx_7{flex-direction:row-reverse}._container_1v2gx_1._right_1v2gx_7 ._time_1v2gx_10{right:12px}._container_1v2gx_1._right_1v2gx_7:hover ._actions_1v2gx_13{opacity:1}._textWrapper_1v2gx_17,._imageWrapper_1v2gx_18{border-radius:20px;padding:10px 12px;font-family:Roboto;display:flex;align-items:center;max-width:416px;min-height:41px;position:relative;background-color:#3c4763;color:#fff}._imageWrapper_1v2gx_18{padding:6px;border-radius:10px}._imageWrapper_1v2gx_18 img{width:100%;height:100%;object-fit:cover;border-radius:6px}._actions_1v2gx_13{opacity:0;display:flex}._actions_1v2gx_13 img{padding:10px;cursor:pointer}._time_1v2gx_10{font-size:14px;line-height:20px;color:#00000080;position:absolute;top:calc(100% + 2px);white-space:nowrap}._avatar_1v2gx_60{height:41px;width:41px;border-radius:50%;overflow:hidden;background-color:#fff;box-shadow:0 0 8px #0000001a;display:flex;align-items:center;justify-content:center}._avatar_1v2gx_60 img{width:100%;height:100%;object-fit:cover}._container_6v9nt_1{position:relative;min-height:calc(100vh - 72px);padding:0 40px;background-color:#f5f5f5}._emptyContainer_6v9nt_8{display:flex;justify-content:center;align-items:center}._emptyContainer_6v9nt_8 h4{font-size:20px;line-height:24px;color:#7f7f7f}._content_6v9nt_20{position:relative;padding-top:8px;max-width:700px;margin:0 auto;min-height:calc(100vh - 72px);display:flex;flex-direction:column;justify-content:flex-end}._header_6v9nt_31{position:sticky;top:8px;z-index:2;display:flex;align-items:center;justify-content:flex-end;padding:8px 16px;background-color:#fff;border-radius:10px;box-shadow:0 100px 80px #00000005,0 41.7776px 33.4221px #00000007,0 22.3363px 17.869px #00000009,0 12.5216px 10.0172px #0000000b,0 6.6501px 5.32008px #0000000d,0 2.76726px 2.21381px #00000012}._messages_6v9nt_44{margin:0;padding:20px 0 0;list-style:none;display:flex;flex-direction:column;justify-content:flex-end;gap:32px;flex:1}._footer_6v9nt_55{position:sticky;bottom:0;padding:0 0 24px;background-color:#f5f5f5;z-index:1;max-width:700px;width:100%}._userInfo_6v9nt_65{display:flex;align-items:center;gap:16px;flex:1}._userInfo_6v9nt_65 ._avatar_6v9nt_71{height:34px;width:34px;border-radius:50%;background-color:#000;object-fit:cover;object-position:top}._userInfo_6v9nt_65 ._userName_6v9nt_79{font-family:Roboto,sans-serif;font-weight:400;font-size:20px;line-height:23px;color:#282828}._loadingWrapper_6v9nt_87{width:100%;height:80vh;display:flex;justify-content:center;align-items:center}._modalDelete_6v9nt_95{display:flex;flex-direction:column;align-items:center}._modalDelete_6v9nt_95 span{font-family:Roboto;font-style:normal;font-weight:400;font-size:17px;line-height:20px;text-align:center;color:#424242;margin-top:22px}._modalDelete_6v9nt_95 button{margin-top:54px;line-height:44px;padding:0 12px;height:44px;box-sizing:border-box;width:142px;margin-bottom:4px}._notifyButton_6v9nt_120{font-family:Roboto,serif;display:flex;align-items:center;gap:8px;border-radius:100px;padding:8px 16px 8px 8px;box-shadow:none;border:1px solid #3275f5;color:#fff;max-width:38px;overflow:hidden;white-space:nowrap;transition:all .3s ease-in-out}._notifyButton_6v9nt_120 svg{min-width:20px;stroke-width:1.5;stroke:#3275f5;transition:stroke .3s ease-in-out}._notifyButton_6v9nt_120:hover{background-color:#3275f5;color:#fff;max-width:100%}._notifyButton_6v9nt_120:hover svg{stroke:#fff}._notifyButton_6v9nt_120:last-child{margin-left:18px}._table_1f3ja_1{background:#f6f6f6;box-shadow:0 22px 64px #00000026;border-radius:8px;overflow:hidden;border:none}._cell_1f3ja_9[role=gridcell]{font-weight:400;font-size:16px;line-height:19px;color:#111827;padding:6px 16px;display:flex;align-items:center}._cell_1f3ja_9[role=gridcell]:last-child{padding:0 8px}._loadingWrapper_1f3ja_22{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.ReactTable .rt-thead ._columnHeader_1f3ja_30{text-align:left;background-color:#fff;padding:12px 16px;font-weight:600;font-size:14px;color:#909090;line-height:20px;border-bottom:1px solid #dadee3}.ReactTable .rt-thead ._columnHeader_1f3ja_30:last-child{text-align:right}.ReactTable .rt-tbody .rt-td:last-child{opacity:0}.ReactTable .rt-tbody .rt-tr-group:hover .rt-td:last-child{opacity:1}._filtersForm_go12l_1{display:flex;align-items:flex-end;gap:16px;width:100%}._clearSearch_go12l_8{font-family:Roboto,sans-serif;cursor:pointer;color:#3275f5;font-weight:500;font-size:1rem;padding:13px 16px;height:46px;border:1px solid transparent;border-radius:5px;background-color:transparent;text-decoration:underline;text-underline-offset:4px}._clearSearch_go12l_8:hover{color:#0056b3}._subHeadTitle_yourc_1{font-family:Roboto;font-style:normal;font-weight:400;font-size:20px;line-height:23px;color:#424242;margin-bottom:33px}._bodyContainer_yourc_11{display:flex;flex-direction:column}._content_yourc_16{padding:24px 40px 40px;background-color:#f6f6f6;min-height:calc(100vh - 150px)}._emptyResult_yourc_22{display:flex;flex-direction:column;align-items:center;margin:223px auto 0}._emptyResult_yourc_22 img{height:62px;width:57px}._emptyResult_yourc_22 span{font-family:Roboto;font-style:normal;font-weight:400;font-size:20px;line-height:23px;text-align:center;color:#424242;opacity:.2;margin-top:29px}._tableHeader_yourc_44{color:#909090}._modalContent_yourc_48{display:flex;flex-direction:column;align-items:center;gap:20px}._modalContent_yourc_48 h1{font-weight:500;font-size:20px;text-align:center;color:#424242}._filters_yourc_61{padding:24px 40px}._container_q1n5m_1{min-height:100vh;background-color:#f6f6f6;font-family:Roboto,sans-serif}._container_q1n5m_1 ._bodyLoading_q1n5m_6{height:calc(100vh - 95px);display:flex;justify-content:center;align-items:center}._container_q1n5m_1 ._bodyContainer_q1n5m_12{padding:24px 50px;min-height:calc(100vh - 72px)}._container_q1n5m_1 ._bodyContainer_q1n5m_12>._topContainer_q1n5m_16{background:#FFFFFF;box-shadow:0 100px 80px #00000005,0 41.7776px 33.4221px #00000007,0 22.3363px 17.869px #00000009,0 12.5216px 10.0172px #0000000b,0 6.6501px 5.32008px #0000000d,0 2.76726px 2.21381px #00000012;border-radius:10px;height:188px;padding:32px;margin-bottom:42px;display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:46px 46px;column-gap:40px;row-gap:32px}._container_q1n5m_1 ._bodyContainer_q1n5m_12>._topContainer_q1n5m_16 ._data_q1n5m_29 ._header_q1n5m_29{font-family:Roboto,sans-serif;font-style:normal;font-weight:500;font-size:14px;line-height:16px;letter-spacing:.4px;color:#707071;margin-bottom:8px}._container_q1n5m_1 ._bodyContainer_q1n5m_12>._topContainer_q1n5m_16 ._data_q1n5m_29 ._content_q1n5m_39{font-family:Roboto,sans-serif;font-style:normal;font-weight:400;font-size:17px;line-height:22px;letter-spacing:-.408px;color:#10002e}._container_q1n5m_1 ._bodyContainer_q1n5m_12>._topContainer_q1n5m_16 ._data_q1n5m_29:first-child ._content_q1n5m_39{display:flex;align-items:center}._container_q1n5m_1 ._bodyContainer_q1n5m_12>._topContainer_q1n5m_16 ._data_q1n5m_29:first-child ._content_q1n5m_39 span{margin-right:13.75px}._container_q1n5m_1 ._bodyContainer_q1n5m_12>._topContainer_q1n5m_16 ._data_q1n5m_29:nth-child(3) ._content_q1n5m_39{text-transform:uppercase}._container_q1n5m_1 ._bodyContainer_q1n5m_12>._bottomContainer_q1n5m_58{padding:8px 0 32px 32px;background:#FFFFFF;box-shadow:0 100px 80px #00000005,0 41.7776px 33.4221px #00000007,0 22.3363px 17.869px #00000009,0 12.5216px 10.0172px #0000000b,0 6.6501px 5.32008px #0000000d,0 2.76726px 2.21381px #00000012;border-radius:10px;max-height:600px;display:flex}._container_q1n5m_1 ._bodyContainer_q1n5m_12>._bottomContainer_q1n5m_58>div{padding-right:32px}._container_q1n5m_1 ._bodyContainer_q1n5m_12>._bottomContainer_q1n5m_58>div>div{border:none;box-shadow:none;border-bottom:1px solid rgba(0,0,0,.1)}._container_q1n5m_1 ._bodyContainer_q1n5m_12>._bottomContainer_q1n5m_58 ._tabs_q1n5m_74{padding:0}._container_q1n5m_1 ._bodyContainer_q1n5m_12>._bottomContainer_q1n5m_58 ._tournamentsTab_q1n5m_77 ._dataContainer_q1n5m_77 ._topContainer_q1n5m_16{display:flex;margin-bottom:16px}._container_q1n5m_1 ._bodyContainer_q1n5m_12>._bottomContainer_q1n5m_58 ._tournamentsTab_q1n5m_77 ._dataContainer_q1n5m_77 ._topContainer_q1n5m_16 ._header_q1n5m_29{font-family:Roboto,sans-serif;font-style:normal;font-weight:700;font-size:22px;line-height:28px;letter-spacing:.8px;color:#707071;flex-grow:1;margin-top:8px}._container_q1n5m_1 ._bodyContainer_q1n5m_12>._bottomContainer_q1n5m_58 ._tournamentsTab_q1n5m_77 ._dataContainer_q1n5m_77 ._topContainer_q1n5m_16 ._searchContainer_q1n5m_92{flex:0 0 370px}._container_q1n5m_1 ._bodyContainer_q1n5m_12>._bottomContainer_q1n5m_58 ._tournamentsTab_q1n5m_77 ._dataContainer_q1n5m_77 ._topContainer_q1n5m_16 ._searchContainer_q1n5m_92 ._clearBtn_q1n5m_95{line-height:0;cursor:pointer}._container_q1n5m_1 ._bodyContainer_q1n5m_12>._bottomContainer_q1n5m_58 ._tournamentsTab_q1n5m_77 ._dataContainer_q1n5m_77 ._topContainer_q1n5m_16 ._searchContainer_q1n5m_92 ._clearBtn_q1n5m_95 svg path{stroke-width:2px;stroke:#adadad}._container_q1n5m_1 ._bodyContainer_q1n5m_12>._bottomContainer_q1n5m_58 ._tournamentsTab_q1n5m_77 ._dataContainer_q1n5m_77 ._topContainer_q1n5m_16 ._searchContainer_q1n5m_92 ._clearBtn_q1n5m_95:hover svg path{stroke:#000}._container_q1n5m_1 ._bodyContainer_q1n5m_12>._bottomContainer_q1n5m_58 ._tournamentsTab_q1n5m_77 ._dataContainer_q1n5m_77 ._bottomContainer_q1n5m_58 ._tournamentsContainer_q1n5m_106{padding-bottom:41px;overflow-y:auto;max-height:370px}._container_q1n5m_1 ._bodyContainer_q1n5m_12>._bottomContainer_q1n5m_58 ._tournamentsTab_q1n5m_77 ._dataContainer_q1n5m_77 ._bottomContainer_q1n5m_58 ._tournamentsContainer_q1n5m_106 ._item_q1n5m_111{font-family:Roboto,sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:19px;color:#000;overflow-x:hidden;word-break:break-word;padding:9px 16px;border-radius:4px}._container_q1n5m_1 ._bodyContainer_q1n5m_12>._bottomContainer_q1n5m_58 ._tournamentsTab_q1n5m_77 ._dataContainer_q1n5m_77 ._bottomContainer_q1n5m_58 ._tournamentsContainer_q1n5m_106 ._item_q1n5m_111:nth-child(2n){background:#F9F9F9}._container_q1n5m_1 ._bodyContainer_q1n5m_12>._bottomContainer_q1n5m_58 ._tournamentsTab_q1n5m_77 ._dataContainer_q1n5m_77 ._bottomContainer_q1n5m_58 ._emptyTournaments_q1n5m_126{height:172px;background:#F9F9F9;border:1px solid #D5D4DC;border-radius:16px;display:flex;justify-content:center;align-items:center}._container_q1n5m_1 ._bodyContainer_q1n5m_12>._bottomContainer_q1n5m_58 ._tournamentsTab_q1n5m_77 ._dataContainer_q1n5m_77 ._bottomContainer_q1n5m_58 ._emptyTournaments_q1n5m_126 span{font-family:Roboto,sans-serif;font-style:normal;font-weight:500;font-size:22px;line-height:125.3%;display:flex;align-items:center;text-align:center;color:#000;opacity:.3}._container_q1n5m_1 ._bodyContainer_q1n5m_12>._bottomContainer_q1n5m_58 ._bcsTab_q1n5m_147 ._dataContainer_q1n5m_77 ._topContainer_q1n5m_16{display:flex;margin-bottom:16px}._container_q1n5m_1 ._bodyContainer_q1n5m_12>._bottomContainer_q1n5m_58 ._bcsTab_q1n5m_147 ._dataContainer_q1n5m_77 ._topContainer_q1n5m_16 ._header_q1n5m_29{font-family:Roboto,sans-serif;font-style:normal;font-weight:700;font-size:22px;line-height:28px;letter-spacing:.8px;color:#707071;flex-grow:1;margin-top:8px}._container_q1n5m_1 ._bodyContainer_q1n5m_12>._bottomContainer_q1n5m_58 ._bcsTab_q1n5m_147 ._dataContainer_q1n5m_77 ._topContainer_q1n5m_16 ._searchContainer_q1n5m_92{flex:0 0 370px}._container_q1n5m_1 ._bodyContainer_q1n5m_12>._bottomContainer_q1n5m_58 ._bcsTab_q1n5m_147 ._dataContainer_q1n5m_77 ._topContainer_q1n5m_16 ._searchContainer_q1n5m_92 ._clearBtn_q1n5m_95{line-height:0;cursor:pointer}._container_q1n5m_1 ._bodyContainer_q1n5m_12>._bottomContainer_q1n5m_58 ._bcsTab_q1n5m_147 ._dataContainer_q1n5m_77 ._topContainer_q1n5m_16 ._searchContainer_q1n5m_92 ._clearBtn_q1n5m_95 svg path{stroke-width:2px;stroke:#adadad}._container_q1n5m_1 ._bodyContainer_q1n5m_12>._bottomContainer_q1n5m_58 ._bcsTab_q1n5m_147 ._dataContainer_q1n5m_77 ._topContainer_q1n5m_16 ._searchContainer_q1n5m_92 ._clearBtn_q1n5m_95:hover svg path{stroke:#000}._container_q1n5m_1 ._bodyContainer_q1n5m_12>._bottomContainer_q1n5m_58 ._bcsTab_q1n5m_147 ._dataContainer_q1n5m_77 ._bottomContainer_q1n5m_58 ._bcsContainer_q1n5m_176{padding-bottom:41px;overflow-y:auto;max-height:370px}._container_q1n5m_1 ._bodyContainer_q1n5m_12>._bottomContainer_q1n5m_58 ._bcsTab_q1n5m_147 ._dataContainer_q1n5m_77 ._bottomContainer_q1n5m_58 ._bcsContainer_q1n5m_176 ._item_q1n5m_111{font-family:Roboto,sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:19px;color:#000;overflow-x:hidden;word-break:break-word;padding:9px 16px}._container_q1n5m_1 ._bodyContainer_q1n5m_12>._bottomContainer_q1n5m_58 ._bcsTab_q1n5m_147 ._dataContainer_q1n5m_77 ._bottomContainer_q1n5m_58 ._bcsContainer_q1n5m_176 ._item_q1n5m_111:nth-child(2n){background:#F9F9F9}._container_q1n5m_1 ._bodyContainer_q1n5m_12>._bottomContainer_q1n5m_58 ._bcsTab_q1n5m_147 ._dataContainer_q1n5m_77 ._bottomContainer_q1n5m_58 ._emptyBCs_q1n5m_195{height:172px;background:#F9F9F9;border:1px solid #D5D4DC;border-radius:16px;display:flex;justify-content:center;align-items:center}._container_q1n5m_1 ._bodyContainer_q1n5m_12>._bottomContainer_q1n5m_58 ._bcsTab_q1n5m_147 ._dataContainer_q1n5m_77 ._bottomContainer_q1n5m_58 ._emptyBCs_q1n5m_195 span{font-family:Roboto,sans-serif;font-style:normal;font-weight:500;font-size:22px;line-height:125.3%;display:flex;align-items:center;text-align:center;color:#000;opacity:.3}._container_eu4rl_1{background:#FFFFFF;box-shadow:0 100px 80px #00000005,0 41.7776px 33.4221px #00000007,0 22.3363px 17.869px #00000009,0 12.5216px 10.0172px #0000000b,0 6.6501px 5.32008px #0000000d,0 2.76726px 2.21381px #00000012;border-radius:10px;padding:32px;max-width:1200px;margin:0 auto}._container_eu4rl_1 h1{font-weight:700;font-size:22px;line-height:28px;letter-spacing:.8px;color:#424242;margin-bottom:16px}._dFlex_eu4rl_18,._actions_eu4rl_18{display:flex;gap:24px;width:100%;padding-bottom:45px}._dFlex_eu4rl_18>div,._actions_eu4rl_18>div{width:100%}._tabWrapper_eu4rl_28{padding:0!important}._actions_eu4rl_18{justify-content:space-between;margin-top:24px;padding-top:24px;padding-bottom:0;border-top:1px solid #E0E0E0}._loadingContainer_eu4rl_40{display:flex;justify-content:center;align-items:center;height:calc(100vh - 72px)}._preHeader_11sky_1{font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;line-height:.6rem;font-weight:500;font-style:normal;letter-spacing:2px;margin-bottom:4px;text-transform:capitalize}@media (min-width: 768px){._preHeader_11sky_1{font-size:1rem;line-height:1rem}}._headerXl_11sky_18{font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.725rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerXl_11sky_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_11sky_35{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLg_11sky_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_11sky_52{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLgInverted_11sky_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_11sky_52{text-align:center}._headerMd_11sky_72{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMd_11sky_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_11sky_72{margin-bottom:0}._headerMdInverted_11sky_92{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMdInverted_11sky_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_11sky_92{text-align:center}._textLabel_11sky_112{margin-bottom:.5rem;color:#000;font-weight:500;font-size:.875rem;white-space:nowrap}._textMsg_11sky_120{margin-bottom:.5rem;color:#000;font-weight:500;font-size:1rem;white-space:nowrap;text-align:center}._postTitleHeading_11sky_129{font-family:"Noto Serif",serif;font-size:1.5rem;font-weight:500;color:#000;line-height:2.25rem;text-align:center}._breadText_11sky_138{font-family:Roboto,serif;font-size:.9375rem;color:#707070;line-height:1.4rem;font-weight:400}._miniLabel_11sky_146{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#101820;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabel_11sky_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_11sky_163{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#436586;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabelLight_11sky_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_11sky_180{font-family:Roboto,serif;font-size:.9375rem;color:#36a3f7;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._linkDangerous_11sky_190{font-family:Roboto,serif;font-size:.9375rem;color:#f3545d;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._textOverLine_11sky_200{font-family:Roboto,Arial,sans-serif;font-size:.75rem;letter-spacing:.5px;margin-bottom:6px;color:#00000080;text-transform:uppercase}._labelHeaderMd_11sky_209{font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.17rem;margin-bottom:0}@media (min-width: 768px){._labelHeaderMd_11sky_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_11sky_226{color:red;margin-top:.3rem}._LoadingSpinnerWrapper_11sky_231{display:flex;justify-content:center}._noData_11sky_236{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;height:calc(100vh - 213px);max-width:228px;margin:0 auto}._noData_11sky_236 p{color:#000;font-size:22px;font-style:normal;font-weight:500;line-height:125.303%;opacity:.3;margin-top:16px}._noData_11sky_236 svg{width:76px;height:76px}._noData_11sky_236 svg path{stroke-width:1}._table_11sky_263{background:#f6f6f6;box-shadow:0 22px 64px #00000026;border-radius:8px;overflow:hidden;border:none}._table_11sky_263 ._cell_11sky_270{font-weight:400;font-size:16px;line-height:19px;color:#111827;padding:6px 16px;height:52px;display:flex;align-items:center}._table_11sky_263 ._cell_11sky_270:hover{cursor:pointer}._noTableData_11sky_284{position:absolute;left:0;top:40px;bottom:0;right:0;display:flex;align-items:center;justify-content:center;background-color:#f6f6f6}._noTableData_11sky_284 h3{text-align:center;font-weight:500;font-size:22px;line-height:26px;opacity:.3}._content_11sky_303{padding:24px 40px 40px;min-height:calc(100vh - 211px)}._container_170po_231{min-height:100vh;background-color:#f6f6f6;font-family:Roboto,sans-serif}._headerWrapper_170po_237{background-color:#fff;padding:0 40px;margin-top:-1px}._header_170po_18{border-top:1px solid #ececec;padding:24px 0;display:flex;justify-content:space-between;align-items:flex-end;gap:16px}._preHeader_170po_1{font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;line-height:.6rem;font-weight:500;font-style:normal;letter-spacing:2px;margin-bottom:4px;text-transform:capitalize}@media (min-width: 768px){._preHeader_170po_1{font-size:1rem;line-height:1rem}}._headerXl_170po_18{font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.725rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerXl_170po_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_170po_35{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLg_170po_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_170po_52{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLgInverted_170po_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_170po_52{text-align:center}._headerMd_170po_72{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMd_170po_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_170po_72{margin-bottom:0}._headerMdInverted_170po_92{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMdInverted_170po_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_170po_92{text-align:center}._textLabel_170po_112{margin-bottom:.5rem;color:#000;font-weight:500;font-size:.875rem;white-space:nowrap}._textMsg_170po_120{margin-bottom:.5rem;color:#000;font-weight:500;font-size:1rem;white-space:nowrap;text-align:center}._postTitleHeading_170po_129{font-family:"Noto Serif",serif;font-size:1.5rem;font-weight:500;color:#000;line-height:2.25rem;text-align:center}._breadText_170po_138{font-family:Roboto,serif;font-size:.9375rem;color:#707070;line-height:1.4rem;font-weight:400}._miniLabel_170po_146{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#101820;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabel_170po_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_170po_163{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#436586;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabelLight_170po_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_170po_180{font-family:Roboto,serif;font-size:.9375rem;color:#36a3f7;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._linkDangerous_170po_190{font-family:Roboto,serif;font-size:.9375rem;color:#f3545d;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._textOverLine_170po_200{font-family:Roboto,Arial,sans-serif;font-size:.75rem;letter-spacing:.5px;margin-bottom:6px;color:#00000080;text-transform:uppercase}._labelHeaderMd_170po_209{font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.17rem;margin-bottom:0}@media (min-width: 768px){._labelHeaderMd_170po_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_170po_226{color:red;margin-top:.3rem}._LoadingSpinnerWrapper_170po_482{display:flex;justify-content:center}._noData_170po_487{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;height:calc(100vh - 213px);max-width:228px;margin:0 auto}._noData_170po_487 p{color:#000;font-size:22px;font-style:normal;font-weight:500;line-height:125.303%;opacity:.3;margin-top:16px}._noData_170po_487 svg{width:76px;height:76px}._noData_170po_487 svg path{stroke-width:1}._table_170po_514{background:#f6f6f6;box-shadow:0 22px 64px #00000026;border-radius:8px;overflow:hidden;border:none}._table_170po_514 ._cell_170po_521{font-weight:400;font-size:16px;line-height:19px;color:#111827;padding:6px 16px;height:52px;display:flex;align-items:center}._table_170po_514 ._cell_170po_521:hover{cursor:pointer}._noTableData_170po_535{position:absolute;left:0;top:40px;bottom:0;right:0;display:flex;align-items:center;justify-content:center;background-color:#f6f6f6}._noTableData_170po_535 h3{text-align:center;font-weight:500;font-size:22px;line-height:26px;opacity:.3}._content_170po_554{padding:24px 40px 40px;min-height:calc(100vh - 211px)}._filterInput_170po_559{padding:0 176px 11px 20px}._filterInput_170po_559 ._checkbox_170po_562 label{font-weight:400;color:#424242}._preHeader_1sjb9_1{font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;line-height:.6rem;font-weight:500;font-style:normal;letter-spacing:2px;margin-bottom:4px;text-transform:capitalize}@media (min-width: 768px){._preHeader_1sjb9_1{font-size:1rem;line-height:1rem}}._headerXl_1sjb9_18{font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.725rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerXl_1sjb9_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_1sjb9_35{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLg_1sjb9_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_1sjb9_52{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLgInverted_1sjb9_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_1sjb9_52{text-align:center}._headerMd_1sjb9_72{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMd_1sjb9_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_1sjb9_72{margin-bottom:0}._headerMdInverted_1sjb9_92{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMdInverted_1sjb9_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_1sjb9_92{text-align:center}._textLabel_1sjb9_112{margin-bottom:.5rem;color:#000;font-weight:500;font-size:.875rem;white-space:nowrap}._textMsg_1sjb9_120{margin-bottom:.5rem;color:#000;font-weight:500;font-size:1rem;white-space:nowrap;text-align:center}._postTitleHeading_1sjb9_129{font-family:"Noto Serif",serif;font-size:1.5rem;font-weight:500;color:#000;line-height:2.25rem;text-align:center}._breadText_1sjb9_138{font-family:Roboto,serif;font-size:.9375rem;color:#707070;line-height:1.4rem;font-weight:400}._miniLabel_1sjb9_146{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#101820;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabel_1sjb9_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_1sjb9_163{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#436586;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabelLight_1sjb9_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_1sjb9_180{font-family:Roboto,serif;font-size:.9375rem;color:#36a3f7;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._linkDangerous_1sjb9_190{font-family:Roboto,serif;font-size:.9375rem;color:#f3545d;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._textOverLine_1sjb9_200{font-family:Roboto,Arial,sans-serif;font-size:.75rem;letter-spacing:.5px;margin-bottom:6px;color:#00000080;text-transform:uppercase}._labelHeaderMd_1sjb9_209{font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.17rem;margin-bottom:0}@media (min-width: 768px){._labelHeaderMd_1sjb9_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_1sjb9_226{color:red;margin-top:.3rem}._modalTitle_1sjb9_231{font-family:Roboto,sans-serif;font-style:normal;font-weight:500;font-size:17px;line-height:20px;color:#424242;margin-bottom:21px}._modalSubtitle_1sjb9_241{font-family:Roboto,sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:16px;color:#424242;opacity:.7}._modalDeleteButtonRow_1sjb9_251{margin-top:34.5px;display:flex;justify-content:center}._modalDeleteContainer_1sjb9_257{padding:40px 27px 24px}._agreement_1sjb9_261{width:53%}._highlighted_1sjb9_265,._liveScoring_1sjb9_266{width:18%;display:flex;flex-direction:column}._liveScoring_1sjb9_266{width:20.5%}._cut_1sjb9_276{width:18%}._cut_1sjb9_276._fullWidth_1sjb9_279{width:100%}._container_1sjb9_283>._header_1sjb9_18{display:flex;align-items:center;justify-content:flex-start;padding-left:50px;height:94px}._container_1sjb9_283>._header_1sjb9_18 ._title_1sjb9_290 span:first-child{font-family:Roboto,sans-serif;font-style:normal;font-weight:500;font-size:30px;line-height:35px;color:#424242;opacity:.3}._container_1sjb9_283>._header_1sjb9_18 ._title_1sjb9_290 span:nth-child(3){font-family:Roboto,sans-serif;font-style:normal;font-weight:500;font-size:30px;line-height:35px;color:#424242;margin-right:27px}._container_1sjb9_283>._header_1sjb9_18 ._title_1sjb9_290 img{margin-left:14px;margin-right:14px}._container_1sjb9_283>._header_1sjb9_18 ._title_1sjb9_290 svg:first-of-type{cursor:pointer;margin-right:16px}._container_1sjb9_283>._header_1sjb9_18 ._title_1sjb9_290 svg:first-of-type path{stroke:#3275f5}._container_1sjb9_283>._header_1sjb9_18 ._title_1sjb9_290 svg:nth-of-type(2){cursor:pointer;width:24px;height:24px}._container_1sjb9_283>._header_1sjb9_18>h2{font-family:Roboto,sans-serif;font-style:normal;font-weight:500;font-size:30px;line-height:35px;color:#424242;margin:0}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333{margin-top:0;background-color:#f6f6f6;padding:24px 50px;min-height:calc(100vh - 95px)}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._section_1sjb9_339{background-color:#fff;padding:24px;box-shadow:0 100px 80px #00000005,0 41.7776px 33.4221px #00000007,0 22.3363px 17.869px #00000009,0 12.5216px 10.0172px #0000000b,0 6.6501px 5.32008px #0000000d,0 2.76726px 2.21381px #00000012;border-radius:8px;margin-bottom:24px}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._header_1sjb9_18{display:flex;margin-bottom:24px}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._header_1sjb9_18 ._avatar_1sjb9_350{margin-right:16px}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._header_1sjb9_18 ._avatar_1sjb9_350 img{width:70px;height:70px;object-fit:cover}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._header_1sjb9_18 ._leftColumn_1sjb9_358{display:flex;flex-direction:column;justify-content:center}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._header_1sjb9_18 ._leftColumn_1sjb9_358 ._top_1sjb9_363{display:flex;align-items:center;width:fit-content;margin-bottom:8px}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._header_1sjb9_18 ._leftColumn_1sjb9_358 ._top_1sjb9_363 ._title_1sjb9_290{font-family:Roboto,sans-serif;font-style:normal;font-weight:500;font-size:26px;line-height:30px;text-align:left;color:#000;margin-right:8px}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._header_1sjb9_18 ._leftColumn_1sjb9_358 ._top_1sjb9_363 ._privacy_1sjb9_379{font-family:Roboto,sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:16px;color:#000;padding:4px 8px;background:#ffe455;border-radius:21px;width:fit-content;text-transform:capitalize;margin-right:10px}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._header_1sjb9_18 ._leftColumn_1sjb9_358 ._bottom_1sjb9_393{display:flex;align-items:center}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._header_1sjb9_18 ._leftColumn_1sjb9_358 ._bottom_1sjb9_393 ._games_1sjb9_397{padding-left:6px;margin-right:18.57px}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._header_1sjb9_18 ._leftColumn_1sjb9_358 ._bottom_1sjb9_393 ._games_1sjb9_397 span{font-family:Roboto,sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:19px;color:#000}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._header_1sjb9_18 ._leftColumn_1sjb9_358 ._bottom_1sjb9_393 ._games_1sjb9_397 img{margin-right:10px}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._header_1sjb9_18 ._leftColumn_1sjb9_358 ._bottom_1sjb9_393 ._attempts_1sjb9_412{margin-right:18px}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._header_1sjb9_18 ._leftColumn_1sjb9_358 ._bottom_1sjb9_393 ._attempts_1sjb9_412 span{font-family:Roboto,sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:19px;color:#000}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._header_1sjb9_18 ._leftColumn_1sjb9_358 ._bottom_1sjb9_393 ._attempts_1sjb9_412 img{margin-right:4.6px}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._header_1sjb9_18 ._leftColumn_1sjb9_358 ._bottom_1sjb9_393 ._dates_1sjb9_426 img{margin-right:6px}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._header_1sjb9_18 ._leftColumn_1sjb9_358 ._bottom_1sjb9_393 ._dates_1sjb9_426 span{font-family:Roboto,sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:19px;color:#000}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._header_1sjb9_18 ._leftColumn_1sjb9_358 ._bottom_1sjb9_393 ._dates_1sjb9_426 span:nth-child(2),._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._header_1sjb9_18 ._leftColumn_1sjb9_358 ._bottom_1sjb9_393 ._dates_1sjb9_426 span:nth-child(3){margin-right:5px}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._header_1sjb9_18 ._leftColumn_1sjb9_358 ._bottom_1sjb9_393>div{display:flex;align-items:center}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._header_1sjb9_18 ._rightColumn_1sjb9_444{display:flex;align-items:center;margin-left:auto}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._header_1sjb9_18 ._rightColumn_1sjb9_444>div:not(:last-child){margin-right:35.9px}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._header_1sjb9_18 ._rightColumn_1sjb9_444>div{height:fit-content;display:flex;align-items:center}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._header_1sjb9_18 ._rightColumn_1sjb9_444 ._highlighted_1sjb9_265 svg,._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._header_1sjb9_18 ._rightColumn_1sjb9_444 ._liveScoring_1sjb9_266 svg,._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._header_1sjb9_18 ._rightColumn_1sjb9_444 ._hidden_1sjb9_459 svg,._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._header_1sjb9_18 ._rightColumn_1sjb9_444 ._showLeaderBoard_1sjb9_460 svg,._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._header_1sjb9_18 ._rightColumn_1sjb9_444 ._gameClaiming_1sjb9_461 svg{width:22px;height:22px}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._header_1sjb9_18 ._rightColumn_1sjb9_444 ._handicap_1sjb9_465 svg{width:24px;height:14px}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._header_1sjb9_18 ._rightColumn_1sjb9_444 ._highlighted_1sjb9_265 path,._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._header_1sjb9_18 ._rightColumn_1sjb9_444 ._hidden_1sjb9_459 path{stroke:#3275f5}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._header_1sjb9_18 ._rightColumn_1sjb9_444 ._highlighted_1sjb9_265._disabled_1sjb9_473 path,._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._header_1sjb9_18 ._rightColumn_1sjb9_444 ._hidden_1sjb9_459._disabled_1sjb9_473 path{stroke:#ccc}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._header_1sjb9_18 ._rightColumn_1sjb9_444 ._handicap_1sjb9_465 path,._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._header_1sjb9_18 ._rightColumn_1sjb9_444 ._liveScoring_1sjb9_266 path,._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._header_1sjb9_18 ._rightColumn_1sjb9_444 ._showLeaderBoard_1sjb9_460 path,._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._header_1sjb9_18 ._rightColumn_1sjb9_444 ._gameClaiming_1sjb9_461 path{fill:#3275f5}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._header_1sjb9_18 ._rightColumn_1sjb9_444 ._handicap_1sjb9_465._disabled_1sjb9_473 path,._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._header_1sjb9_18 ._rightColumn_1sjb9_444 ._liveScoring_1sjb9_266._disabled_1sjb9_473 path,._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._header_1sjb9_18 ._rightColumn_1sjb9_444 ._showLeaderBoard_1sjb9_460._disabled_1sjb9_473 path,._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._header_1sjb9_18 ._rightColumn_1sjb9_444 ._gameClaiming_1sjb9_461._disabled_1sjb9_473 path{fill:#ccc}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._tournamentInfo_1sjb9_489 div:first-child{font-family:Roboto,sans-serif;font-style:normal;font-weight:500;font-size:14px;line-height:16px;letter-spacing:.4px;color:#707071;margin-bottom:8px}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._tournamentInfo_1sjb9_489 ._info_1sjb9_499{margin-bottom:24px}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._tournamentInfo_1sjb9_489 ._info_1sjb9_499 ._content_1sjb9_502{font-family:Roboto,sans-serif;font-style:normal;font-weight:400;font-size:26px;line-height:21px;letter-spacing:.2px;color:#10002e}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._tournamentInfo_1sjb9_489 ._info_1sjb9_499 span:nth-child(2){margin-left:10px;margin-right:10px}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._params_1sjb9_515{display:flex;align-items:center;margin-bottom:24px}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._params_1sjb9_515 ._leftColumn_1sjb9_358{border:1px solid #b5b5b5;border-radius:8px;display:flex;width:476.5px;padding:16px 0 16px 24px}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._params_1sjb9_515 ._leftColumn_1sjb9_358>div ._header_1sjb9_18{font-family:Roboto,sans-serif;font-style:normal;font-weight:500;font-size:14px;line-height:16px;letter-spacing:.4px;color:#707071;margin-bottom:8px}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._params_1sjb9_515 ._leftColumn_1sjb9_358>div ._content_1sjb9_502{font-family:Roboto,sans-serif;font-style:normal;font-weight:400;font-size:26px;line-height:21px;letter-spacing:.2px;color:#10002e}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._params_1sjb9_515 ._leftColumn_1sjb9_358 ._priority_1sjb9_546{margin-right:52px}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._params_1sjb9_515 ._leftColumn_1sjb9_358 ._minimum_1sjb9_549{margin-right:61.75px}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._params_1sjb9_515 ._rightColumn_1sjb9_444{border:1px solid #b5b5b5;border-radius:8px;display:flex;padding:16px 0 16px 24px;width:476.5px;margin-left:auto}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._params_1sjb9_515 ._rightColumn_1sjb9_444>div ._header_1sjb9_18{font-family:Roboto,sans-serif;font-style:normal;font-weight:500;font-size:14px;line-height:16px;letter-spacing:.4px;color:#707071;margin-bottom:8px}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._params_1sjb9_515 ._rightColumn_1sjb9_444>div ._content_1sjb9_502{font-family:Roboto,sans-serif;font-style:normal;font-weight:400;font-size:26px;line-height:21px;letter-spacing:.2px;color:#10002e}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._params_1sjb9_515 ._rightColumn_1sjb9_444 ._minimumAge_1sjb9_579{margin-right:63.5px}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._params_1sjb9_515 ._rightColumn_1sjb9_444 ._maximumAge_1sjb9_582{margin-right:60px}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._params_1sjb9_515 ._rightColumn_1sjb9_444._fullWidth_1sjb9_279{display:grid;grid-template-columns:repeat(3,1fr);flex:1}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._creatorRow_1sjb9_590{background:#ededed;border-radius:8px;padding:8px 16px;display:flex;align-items:center;margin-bottom:24px}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._creatorRow_1sjb9_590>div{display:flex;align-items:center;margin-right:33px}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._creatorRow_1sjb9_590>div img{margin-right:4px}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._creatorRow_1sjb9_590>div span{font-family:Roboto,sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:21px;letter-spacing:.2px;color:#000}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._creatorRow_1sjb9_590 ._cut_1sjb9_276 span:not(:last-child){margin-right:5px}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._secondBlock_1sjb9_618{padding:16px 24px;display:flex;align-items:stretch}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._secondBlock_1sjb9_618 ._users_1sjb9_623,._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._secondBlock_1sjb9_618 ._BCs_1sjb9_624{flex:.5}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._secondBlock_1sjb9_618 ._users_1sjb9_623>div:first-child,._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._secondBlock_1sjb9_618 ._BCs_1sjb9_624>div:first-child{font-family:Roboto,sans-serif;font-style:normal;font-weight:500;font-size:14px;line-height:16px;letter-spacing:.4px;color:#707071;margin-bottom:8px}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._secondBlock_1sjb9_618 ._users_1sjb9_623>div:nth-child(2) div,._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._secondBlock_1sjb9_618 ._BCs_1sjb9_624>div:nth-child(2) div{font-family:Roboto,sans-serif;font-style:normal;font-weight:400;font-size:16px!important;line-height:19px;color:#fff;margin-right:5px;margin-bottom:5px}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._secondBlock_1sjb9_618 ._users_1sjb9_623{border-right:1px solid #b5b5b5}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._secondBlock_1sjb9_618 ._BCs_1sjb9_624{padding-left:32px;display:flex;flex-direction:column;align-items:flex-start}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._description_1sjb9_658{font-family:Roboto,sans-serif}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._description_1sjb9_658:not(:first-child){padding-top:24px;border-top:1px solid #b5b5b5}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._description_1sjb9_658:not(:last-child){padding-bottom:24px}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._description_1sjb9_658 h6{font-weight:500;font-size:14px;line-height:16px;color:#707071;margin-bottom:8px}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._description_1sjb9_658 p{font-weight:400;font-size:16px;line-height:21px;letter-spacing:.2px;color:#10002e;margin:0;word-break:break-word}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._description_1sjb9_658 p em{color:gray}._loadingWrapper_1sjb9_688{width:100%;height:fit-content;display:flex;justify-content:center;align-items:center}._datesContainer_1sjb9_696{display:flex;flex-direction:row;justify-content:center;margin-bottom:24px}._datesContainer_1sjb9_696>div:first-child{margin-right:24px}._preHeader_131hv_1{font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;line-height:.6rem;font-weight:500;font-style:normal;letter-spacing:2px;margin-bottom:4px;text-transform:capitalize}@media (min-width: 768px){._preHeader_131hv_1{font-size:1rem;line-height:1rem}}._headerXl_131hv_18{font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.725rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerXl_131hv_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_131hv_35{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLg_131hv_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_131hv_52{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLgInverted_131hv_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_131hv_52{text-align:center}._headerMd_131hv_72{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMd_131hv_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_131hv_72{margin-bottom:0}._headerMdInverted_131hv_92{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMdInverted_131hv_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_131hv_92{text-align:center}._textLabel_131hv_112{margin-bottom:.5rem;color:#000;font-weight:500;font-size:.875rem;white-space:nowrap}._textMsg_131hv_120{margin-bottom:.5rem;color:#000;font-weight:500;font-size:1rem;white-space:nowrap;text-align:center}._postTitleHeading_131hv_129{font-family:"Noto Serif",serif;font-size:1.5rem;font-weight:500;color:#000;line-height:2.25rem;text-align:center}._breadText_131hv_138{font-family:Roboto,serif;font-size:.9375rem;color:#707070;line-height:1.4rem;font-weight:400}._miniLabel_131hv_146{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#101820;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabel_131hv_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_131hv_163{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#436586;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabelLight_131hv_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_131hv_180{font-family:Roboto,serif;font-size:.9375rem;color:#36a3f7;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._linkDangerous_131hv_190{font-family:Roboto,serif;font-size:.9375rem;color:#f3545d;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._textOverLine_131hv_200{font-family:Roboto,Arial,sans-serif;font-size:.75rem;letter-spacing:.5px;margin-bottom:6px;color:#00000080;text-transform:uppercase}._labelHeaderMd_131hv_209{font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.17rem;margin-bottom:0}@media (min-width: 768px){._labelHeaderMd_131hv_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_131hv_226{color:red;margin-top:.3rem}._modalTitle_131hv_231{font-family:Roboto,sans-serif;font-style:normal;font-weight:500;font-size:17px;line-height:20px;color:#424242;margin-bottom:21px}._modalSubtitle_131hv_241{font-family:Roboto,sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:16px;color:#424242;opacity:.7}._modalDeleteButtonRow_131hv_251{margin-top:34.5px;display:flex;justify-content:center}._modalDeleteContainer_131hv_257{padding:40px 27px 24px}._agreement_131hv_261{width:53%}._highlighted_131hv_265,._liveScoring_131hv_266{width:18%;display:flex;flex-direction:column}._liveScoring_131hv_266{width:20.5%}._container_131hv_276 ._pageBodyDetails_131hv_276{margin-top:0;background-color:#f6f6f6;padding:24px 40px 24px 50px;min-height:calc(100vh - 77px)}._container_131hv_276 ._pageBodyDetails_131hv_276 ._section_131hv_282{background-color:#fff;padding:24px;box-shadow:0 100px 80px #00000005,0 41.7776px 33.4221px #00000007,0 22.3363px 17.869px #00000009,0 12.5216px 10.0172px #0000000b,0 6.6501px 5.32008px #0000000d,0 2.76726px 2.21381px #00000012;border-radius:8px;margin:0 auto 24px;max-width:1200px}._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290{display:flex;flex-direction:column;gap:24px}._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._header_131hv_18{display:flex}._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._header_131hv_18 ._avatar_131hv_298{margin-right:16px}._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._header_131hv_18 ._avatar_131hv_298 img{width:70px;height:70px;object-fit:cover}._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._header_131hv_18 ._leftColumn_131hv_306{display:flex;flex-direction:column;justify-content:center}._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._header_131hv_18 ._leftColumn_131hv_306 ._top_131hv_311{display:flex;align-items:center;width:fit-content;margin-bottom:8px}._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._header_131hv_18 ._leftColumn_131hv_306 ._top_131hv_311 ._title_131hv_317{font-family:Roboto,sans-serif;font-style:normal;font-weight:500;font-size:26px;line-height:30px;text-align:left;color:#000;margin-right:8px}._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._header_131hv_18 ._leftColumn_131hv_306 ._top_131hv_311 ._privacy_131hv_327{font-family:Roboto,sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:16px;color:#000;padding:4px 8px;background:#ffe455;border-radius:21px;width:fit-content;text-transform:capitalize;margin-right:10px}._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._header_131hv_18 ._leftColumn_131hv_306 ._bottom_131hv_341{display:flex;align-items:center}._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._header_131hv_18 ._leftColumn_131hv_306 ._bottom_131hv_341 ._games_131hv_345{padding-left:6px;margin-right:18.57px}._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._header_131hv_18 ._leftColumn_131hv_306 ._bottom_131hv_341 ._games_131hv_345 span{font-family:Roboto,sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:19px;color:#000}._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._header_131hv_18 ._leftColumn_131hv_306 ._bottom_131hv_341 ._games_131hv_345 img{margin-right:10px}._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._header_131hv_18 ._leftColumn_131hv_306 ._bottom_131hv_341 ._attempts_131hv_360{margin-right:18px}._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._header_131hv_18 ._leftColumn_131hv_306 ._bottom_131hv_341 ._attempts_131hv_360 span{font-family:Roboto,sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:19px;color:#000}._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._header_131hv_18 ._leftColumn_131hv_306 ._bottom_131hv_341 ._attempts_131hv_360 img{margin-right:4.6px}._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._header_131hv_18 ._leftColumn_131hv_306 ._bottom_131hv_341 ._dates_131hv_374 img{margin-right:6px}._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._header_131hv_18 ._leftColumn_131hv_306 ._bottom_131hv_341 ._dates_131hv_374 span{font-family:Roboto,sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:19px;color:#000}._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._header_131hv_18 ._leftColumn_131hv_306 ._bottom_131hv_341 ._dates_131hv_374 span:nth-child(2),._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._header_131hv_18 ._leftColumn_131hv_306 ._bottom_131hv_341 ._dates_131hv_374 span:nth-child(3){margin-right:5px}._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._header_131hv_18 ._leftColumn_131hv_306 ._bottom_131hv_341>div{display:flex;align-items:center}._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._header_131hv_18 ._rightColumn_131hv_392{display:flex;align-items:center;margin-left:auto}._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._header_131hv_18 ._rightColumn_131hv_392>div:not(:last-child){margin-right:35.9px}._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._header_131hv_18 ._rightColumn_131hv_392>div{height:fit-content;display:flex;align-items:center}._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._header_131hv_18 ._rightColumn_131hv_392 ._highlighted_131hv_265 svg,._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._header_131hv_18 ._rightColumn_131hv_392 ._liveScoring_131hv_266 svg,._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._header_131hv_18 ._rightColumn_131hv_392 ._hidden_131hv_407 svg,._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._header_131hv_18 ._rightColumn_131hv_392 ._showLeaderBoard_131hv_408 svg,._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._header_131hv_18 ._rightColumn_131hv_392 ._gameClaiming_131hv_409 svg{width:22px;height:22px}._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._header_131hv_18 ._rightColumn_131hv_392 ._handicap_131hv_413 svg{width:24px;height:14px}._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._header_131hv_18 ._rightColumn_131hv_392 ._highlighted_131hv_265 path,._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._header_131hv_18 ._rightColumn_131hv_392 ._hidden_131hv_407 path{stroke:#3275f5}._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._header_131hv_18 ._rightColumn_131hv_392 ._highlighted_131hv_265._disabled_131hv_421 path,._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._header_131hv_18 ._rightColumn_131hv_392 ._hidden_131hv_407._disabled_131hv_421 path{stroke:#ccc}._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._header_131hv_18 ._rightColumn_131hv_392 ._handicap_131hv_413 path,._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._header_131hv_18 ._rightColumn_131hv_392 ._liveScoring_131hv_266 path,._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._header_131hv_18 ._rightColumn_131hv_392 ._showLeaderBoard_131hv_408 path,._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._header_131hv_18 ._rightColumn_131hv_392 ._gameClaiming_131hv_409 path{fill:#3275f5}._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._header_131hv_18 ._rightColumn_131hv_392 ._handicap_131hv_413._disabled_131hv_421 path,._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._header_131hv_18 ._rightColumn_131hv_392 ._liveScoring_131hv_266._disabled_131hv_421 path,._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._header_131hv_18 ._rightColumn_131hv_392 ._showLeaderBoard_131hv_408._disabled_131hv_421 path,._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._header_131hv_18 ._rightColumn_131hv_392 ._gameClaiming_131hv_409._disabled_131hv_421 path{fill:#ccc}._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._params_131hv_437{display:flex;gap:24px;align-items:center}._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._params_131hv_437 ._leftColumn_131hv_306{flex:1;border:1px solid #b5b5b5;border-radius:8px;display:flex;width:476.5px;padding:16px 0 16px 24px}._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._params_131hv_437 ._leftColumn_131hv_306>div ._header_131hv_18{font-family:Roboto,sans-serif;font-style:normal;font-weight:500;font-size:14px;line-height:16px;letter-spacing:.4px;color:#707071;margin-bottom:8px}._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._params_131hv_437 ._leftColumn_131hv_306>div ._content_131hv_460{font-family:Roboto,sans-serif;font-style:normal;font-weight:400;font-size:26px;line-height:21px;letter-spacing:.2px;color:#10002e}._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._params_131hv_437 ._leftColumn_131hv_306 ._priority_131hv_469{margin-right:52px}._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._params_131hv_437 ._leftColumn_131hv_306 ._minimum_131hv_472{margin-right:61.75px}._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._params_131hv_437 ._rightColumn_131hv_392{flex:1;border:1px solid #b5b5b5;border-radius:8px;display:flex;padding:16px 0 16px 24px;width:476.5px}._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._params_131hv_437 ._rightColumn_131hv_392>div ._header_131hv_18{font-family:Roboto,sans-serif;font-style:normal;font-weight:500;font-size:14px;line-height:16px;letter-spacing:.4px;color:#707071;margin-bottom:8px}._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._params_131hv_437 ._rightColumn_131hv_392>div ._content_131hv_460{font-family:Roboto,sans-serif;font-style:normal;font-weight:400;font-size:26px;line-height:21px;letter-spacing:.2px;color:#10002e}._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._params_131hv_437 ._rightColumn_131hv_392 ._minimumAge_131hv_502{margin-right:63.5px}._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._params_131hv_437 ._rightColumn_131hv_392 ._maximumAge_131hv_505{margin-right:60px}._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._params_131hv_437 ._rightColumn_131hv_392._fullWidth_131hv_508{display:grid;grid-template-columns:repeat(3,1fr);flex:1}._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._creatorRow_131hv_513{background:#ededed;border-radius:8px;padding:8px 16px;display:flex;align-items:center}._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._creatorRow_131hv_513>div{display:flex;align-items:center;margin-right:33px}._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._creatorRow_131hv_513>div img{margin-right:4px}._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._creatorRow_131hv_513>div span{font-family:Roboto,sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:21px;letter-spacing:.2px;color:#000}._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._creatorRow_131hv_513 ._cut_131hv_537 span:not(:last-child){margin-right:5px}._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._creatorRow_131hv_513._noMargin_131hv_540{margin-bottom:0}._container_131hv_276 ._pageBodyDetails_131hv_276 ._secondBlock_131hv_543{padding:16px 24px;display:flex;align-items:stretch}._container_131hv_276 ._pageBodyDetails_131hv_276 ._secondBlock_131hv_543 ._users_131hv_548 h5,._container_131hv_276 ._pageBodyDetails_131hv_276 ._secondBlock_131hv_543 ._BCs_131hv_549 h5{font-family:Roboto,sans-serif;font-style:normal;font-weight:500}._container_131hv_276 ._pageBodyDetails_131hv_276 ._secondBlock_131hv_543 ._usersList_131hv_554,._container_131hv_276 ._pageBodyDetails_131hv_276 ._secondBlock_131hv_543 ._BCsList_131hv_555{display:flex;flex-wrap:wrap;gap:8px}._container_131hv_276 ._pageBodyDetails_131hv_276 ._description_131hv_560{font-family:Roboto,sans-serif}._container_131hv_276 ._pageBodyDetails_131hv_276 ._description_131hv_560:not(:first-child){padding-top:24px;border-top:1px solid #b5b5b5}._container_131hv_276 ._pageBodyDetails_131hv_276 ._description_131hv_560:not(:last-child){padding-bottom:24px}._container_131hv_276 ._pageBodyDetails_131hv_276 ._description_131hv_560 h6{font-weight:500;font-size:14px;line-height:16px;color:#707071;margin-bottom:8px}._container_131hv_276 ._pageBodyDetails_131hv_276 ._description_131hv_560 p{font-weight:400;font-size:16px;line-height:21px;letter-spacing:.2px;color:#10002e;margin:0;word-wrap:break-word}._container_131hv_276 ._pageBodyDetails_131hv_276 ._description_131hv_560 p em{color:gray}._loadingWrapper_131hv_590{width:100%;height:fit-content;display:flex;justify-content:center;align-items:center}._datesContainer_131hv_598 input::placeholder{font-size:14px}.scrollBarRoundForm .ps__rail-y{width:4px}.scrollBarRoundForm .ps__rail-y .ps__thumb-y{width:4px!important;background-color:#9db8ec!important;right:0}.BCContainer{display:flex;align-items:center;margin-bottom:14px}.BCContainer .autocomplete-wrapper .dropdown{width:200px!important}.BCContainer .autocomplete-wrapper .dropdown .content{padding-left:1em;padding-right:1em}.BCContainer>div:first-child{flex:0 0 667px;margin-right:27.17px;margin-bottom:0}.BCContainer>label:nth-child(2){margin-top:24px;margin-right:0;align-self:flex-start;height:67px}.BCContainer>label:nth-child(2) span[class*=MuiCheckbox]{padding:9px!important}.BCContainer.withTextArea>label:nth-child(2){margin-top:37px}._preHeader_179cz_1{font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;line-height:.6rem;font-weight:500;font-style:normal;letter-spacing:2px;margin-bottom:4px;text-transform:capitalize}@media (min-width: 768px){._preHeader_179cz_1{font-size:1rem;line-height:1rem}}._headerXl_179cz_18{font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.725rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerXl_179cz_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_179cz_35{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLg_179cz_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_179cz_52{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLgInverted_179cz_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_179cz_52{text-align:center}._headerMd_179cz_72{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMd_179cz_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_179cz_72{margin-bottom:0}._headerMdInverted_179cz_92{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMdInverted_179cz_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_179cz_92{text-align:center}._textLabel_179cz_112{margin-bottom:.5rem;color:#000;font-weight:500;font-size:.875rem;white-space:nowrap}._textMsg_179cz_120{margin-bottom:.5rem;color:#000;font-weight:500;font-size:1rem;white-space:nowrap;text-align:center}._postTitleHeading_179cz_129{font-family:"Noto Serif",serif;font-size:1.5rem;font-weight:500;color:#000;line-height:2.25rem;text-align:center}._breadText_179cz_138{font-family:Roboto,serif;font-size:.9375rem;color:#707070;line-height:1.4rem;font-weight:400}._miniLabel_179cz_146{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#101820;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabel_179cz_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_179cz_163{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#436586;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabelLight_179cz_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_179cz_180{font-family:Roboto,serif;font-size:.9375rem;color:#36a3f7;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._linkDangerous_179cz_190{font-family:Roboto,serif;font-size:.9375rem;color:#f3545d;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._textOverLine_179cz_200{font-family:Roboto,Arial,sans-serif;font-size:.75rem;letter-spacing:.5px;margin-bottom:6px;color:#00000080;text-transform:uppercase}._labelHeaderMd_179cz_209{font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.17rem;margin-bottom:0}@media (min-width: 768px){._labelHeaderMd_179cz_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_179cz_226{color:red;margin-top:.3rem}._chipWrapper_179cz_231._noBorder_179cz_231{padding:0;border:none}._root_179cz_236{width:100%;background-color:transparent}._root_179cz_236 ._HelperText_179cz_240{margin-top:8px;font-size:14px;font-family:Roboto,sans-serif;font-weight:400;line-height:21px;letter-spacing:.2px;color:#736a85}._root_179cz_236 ._Error_179cz_249{color:#f14d4d;display:flex;align-items:center}._root_179cz_236 ._Error_179cz_249:before{content:url(/assets/error-870037b4.svg);display:inline-block;width:16px;height:16px;margin-right:4px}._root_179cz_236 ._input_179cz_261{padding:0!important}._root_179cz_236 ._input_179cz_261:focus{border:none}._root_179cz_236 ._input_179cz_261::placeholder{font-family:Roboto,"sans-serif";font-style:normal;font-weight:400;font-size:16px;line-height:21px;letter-spacing:.2px;color:#8b849b;opacity:1}._chipContainer_179cz_278{min-height:fit-content!important;padding:9px 12px;min-height:45px;height:auto;border:1px solid #d5d4dc;border-radius:8px}._chipContainer_179cz_278:hover{border:1px solid #3275f5}._chipContainer_179cz_278._Labeled_179cz_289{margin-top:24px!important}._chipContainer_179cz_278._ChipContainerError_179cz_292{box-shadow:0 0 0 1px #f14d4d;border-color:#f14d4d}._chipContainer_179cz_278._NoBorder_179cz_296{padding:0;border:none}._chip_179cz_231{padding:4px 28px 4px 8px!important;margin:0 8px 8px 0!important;height:27px!important;background-color:#3275f5!important;border-radius:8px!important;font-family:Roboto,"sans-serif"!important;font-style:normal;font-weight:400;font-size:16px!important;line-height:19px;color:#fff!important}._chip_179cz_231>span{padding:0}._chip_179cz_231:before{content:url(/assets/cross-7386fbc5.svg)!important;display:inline-block;position:absolute;right:8px;top:50%;transform:translateY(-50%);height:16px}._chip_179cz_231>svg{position:absolute;right:8px;top:50%;transform:translateY(-50%);height:16px;width:16px;margin:0;opacity:0}._preHeader_1uenr_1{font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;line-height:.6rem;font-weight:500;font-style:normal;letter-spacing:2px;margin-bottom:4px;text-transform:capitalize}@media (min-width: 768px){._preHeader_1uenr_1{font-size:1rem;line-height:1rem}}._headerXl_1uenr_18{font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.725rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerXl_1uenr_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_1uenr_35{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLg_1uenr_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_1uenr_52{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLgInverted_1uenr_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_1uenr_52{text-align:center}._headerMd_1uenr_72{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMd_1uenr_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_1uenr_72{margin-bottom:0}._headerMdInverted_1uenr_92{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMdInverted_1uenr_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_1uenr_92{text-align:center}._textLabel_1uenr_112{margin-bottom:.5rem;color:#000;font-weight:500;font-size:.875rem;white-space:nowrap}._textMsg_1uenr_120{margin-bottom:.5rem;color:#000;font-weight:500;font-size:1rem;white-space:nowrap;text-align:center}._postTitleHeading_1uenr_129{font-family:"Noto Serif",serif;font-size:1.5rem;font-weight:500;color:#000;line-height:2.25rem;text-align:center}._breadText_1uenr_138{font-family:Roboto,serif;font-size:.9375rem;color:#707070;line-height:1.4rem;font-weight:400}._miniLabel_1uenr_146{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#101820;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabel_1uenr_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_1uenr_163{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#436586;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabelLight_1uenr_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_1uenr_180{font-family:Roboto,serif;font-size:.9375rem;color:#36a3f7;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._linkDangerous_1uenr_190{font-family:Roboto,serif;font-size:.9375rem;color:#f3545d;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._textOverLine_1uenr_200{font-family:Roboto,Arial,sans-serif;font-size:.75rem;letter-spacing:.5px;margin-bottom:6px;color:#00000080;text-transform:uppercase}._labelHeaderMd_1uenr_209{font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.17rem;margin-bottom:0}@media (min-width: 768px){._labelHeaderMd_1uenr_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_1uenr_226{color:red;margin-top:.3rem}._wrapper_1uenr_231{display:flex;flex-direction:column}._chipWrapper_1uenr_236{padding:9px 12px;min-height:45px;height:auto;background:#ffffff;border:1px solid #d5d4dc;border-radius:8px}._chipWrapper_1uenr_236._noBorder_1uenr_244{padding:0;border:none}._chipWrapper_1uenr_236 ._root_1uenr_248{width:100%}._chipContainer_1uenr_252{min-height:fit-content!important}._input_1uenr_256{padding:0!important}._input_1uenr_256:focus{border:none}._input_1uenr_256::placeholder{font-family:Roboto,"sans-serif";font-style:normal;font-weight:400;font-size:16px;line-height:21px;letter-spacing:.2px;color:#8b849b}._chip_1uenr_236{padding:4px 28px 4px 8px!important;margin:0 8px 8px 0!important;height:27px!important;background-color:#3275f5!important;border-radius:8px!important;font-family:Roboto,"sans-serif"!important;font-style:normal;font-weight:400;font-size:16px!important;line-height:19px;color:#fff!important}._chip_1uenr_236>span{padding:0}._chip_1uenr_236:before{content:url(/assets/cross-7386fbc5.svg)!important;display:inline-block;position:absolute;right:8px;top:50%;transform:translateY(-50%);height:16px}._chip_1uenr_236>svg{position:absolute;right:8px;top:50%;transform:translateY(-50%);height:16px;width:16px;margin:0;opacity:0}._formLabel_1uenr_308{padding:0 0 8px;text-transform:none!important;font-family:Roboto,"sans-serif";font-style:normal;font-weight:500;font-size:14px;line-height:16px;letter-spacing:.4px;color:#10002e}._bcWrapper_1uenr_320{width:200px;z-index:1000;position:relative}._bcWrapper_1uenr_320>div{box-shadow:0 1px 11px #535353;border-radius:7px;background-color:#fff;max-height:230px;overflow-y:auto}._itemBC_1uenr_333:first-child{border-radius:8px 8px 0 0}._itemBC_1uenr_333:last-child{border-radius:0 0 8px 8px}._error_1uenr_340{box-shadow:0 0 0 3px #f14d4d;background:#fbefef}._errorText_1uenr_345{margin-top:6px;font-size:14px;color:#d0021b;font-weight:400}._preHeader_1m9ch_1{font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;line-height:.6rem;font-weight:500;font-style:normal;letter-spacing:2px;margin-bottom:4px;text-transform:capitalize}@media (min-width: 768px){._preHeader_1m9ch_1{font-size:1rem;line-height:1rem}}._headerXl_1m9ch_18{font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.725rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerXl_1m9ch_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_1m9ch_35{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLg_1m9ch_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_1m9ch_52{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLgInverted_1m9ch_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_1m9ch_52{text-align:center}._headerMd_1m9ch_72{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMd_1m9ch_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_1m9ch_72{margin-bottom:0}._headerMdInverted_1m9ch_92{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMdInverted_1m9ch_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_1m9ch_92{text-align:center}._textLabel_1m9ch_112{margin-bottom:.5rem;color:#000;font-weight:500;font-size:.875rem;white-space:nowrap}._textMsg_1m9ch_120{margin-bottom:.5rem;color:#000;font-weight:500;font-size:1rem;white-space:nowrap;text-align:center}._postTitleHeading_1m9ch_129{font-family:"Noto Serif",serif;font-size:1.5rem;font-weight:500;color:#000;line-height:2.25rem;text-align:center}._breadText_1m9ch_138{font-family:Roboto,serif;font-size:.9375rem;color:#707070;line-height:1.4rem;font-weight:400}._miniLabel_1m9ch_146{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#101820;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabel_1m9ch_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_1m9ch_163{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#436586;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabelLight_1m9ch_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_1m9ch_180{font-family:Roboto,serif;font-size:.9375rem;color:#36a3f7;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._linkDangerous_1m9ch_190{font-family:Roboto,serif;font-size:.9375rem;color:#f3545d;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._textOverLine_1m9ch_200{font-family:Roboto,Arial,sans-serif;font-size:.75rem;letter-spacing:.5px;margin-bottom:6px;color:#00000080;text-transform:uppercase}._labelHeaderMd_1m9ch_209{font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.17rem;margin-bottom:0}@media (min-width: 768px){._labelHeaderMd_1m9ch_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_1m9ch_226{color:red;margin-top:.3rem}._containerForm_1m9ch_231{border-radius:6px;display:flex;justify-content:space-between;margin-bottom:41px}._actions_1m9ch_238{box-shadow:inset 0 1px #0000001a;width:961px;padding-top:16px;border-top:1px solid #E6E6E6}._buttonsRow_1m9ch_245{display:flex;justify-content:space-between}._contactPaid_1m9ch_250{font-family:Roboto,"sans-serif";font-size:16px;margin-bottom:8px;text-align:right}._containerFields_1m9ch_257{width:623px;display:grid;grid-template-areas:"name name imageSwitches" "start end imageSwitches" "games attempts imageSwitches" "creator creator imageSwitches" "webUrl webUrl webUrlTitle" "priority priority spaceEl" "divisions divisions divisions" "restrictions restrictions restrictions" "descriptionButton descriptionButton descriptionButton" "description description description";gap:10px 24px}._containerFields_1m9ch_257>:nth-child(1){grid-area:name;width:623px}._containerFields_1m9ch_257>:nth-child(2){grid-area:start}._containerFields_1m9ch_257>:nth-child(3){grid-area:end}._containerFields_1m9ch_257>:nth-child(4){grid-area:games}._containerFields_1m9ch_257>:nth-child(5){grid-area:attempts}._containerFields_1m9ch_257>:nth-child(6){grid-area:creator}._containerFields_1m9ch_257>:nth-child(7){grid-area:webUrl}._containerFields_1m9ch_257>:nth-child(8){grid-area:imageSwitches;margin-left:40px;width:274px}._containerFields_1m9ch_257>:nth-child(9){grid-area:webUrlTitle;margin-left:42px}._containerFields_1m9ch_257>:nth-child(9) [class*=inputGroup],._containerFields_1m9ch_257>:nth-child(9) [class*=padder],._containerFields_1m9ch_257>:nth-child(9) input{max-width:unset!important;width:274px!important}._containerFields_1m9ch_257>:nth-child(10){grid-area:divisions;width:961px;margin-top:-25px}._containerFields_1m9ch_257>:nth-child(11){grid-area:restrictions;width:961px}._containerFields_1m9ch_257>:nth-child(12){grid-area:descriptionButton}._containerFields_1m9ch_257>:nth-child(13){grid-area:description}._containerFields_1m9ch_257 [class*=formLabel]{line-height:1}._containerFields_1m9ch_257 [class*=textareaGroup] div[class*=horizontalInput]{height:82px;padding-left:12px;padding-right:12px}._row_1m9ch_322{display:grid;grid-template-columns:1fr 1fr;grid-column-gap:10px}._hr_1m9ch_328{width:100%;border-top:1px solid rgba(228,228,228,.59)}._whiteButton_1m9ch_333{font-family:Roboto,"sans-serif";font-style:normal;font-weight:500;font-size:16px;line-height:19px;text-align:center;text-decoration-line:underline;color:#3275f5}._containerCreatorPriority_1m9ch_344{display:flex;margin-bottom:10px;margin-top:2px}._containerCreatorPriority_1m9ch_344>div{width:295px}._containerCreatorPriority_1m9ch_344>div:nth-of-type(2){margin-left:29px}._containerCreatorPriority_1m9ch_344 input{width:299.5px!important}._groupSwitch_1m9ch_359{display:flex;align-items:center}._imgSwitch_1m9ch_364{margin-right:17.88px}._imgSwitchHandicap_1m9ch_368{margin-right:14.5px}._mainContainer_a2p20_1{background-color:#f6f6f6;min-height:calc(100vh - 95px);width:100%}._mainContainer_a2p20_1 ._bodyContainer_a2p20_6{padding:24px 50px 73px 49px}._mainContainer_a2p20_1 ._bodyContainer_a2p20_6 form{background-color:#fff;padding:30px 32px;width:1025px;margin-left:auto;margin-right:auto;border-radius:10px}._mainContainer_a2p20_1 ._bodyContainer_a2p20_6 form [class*=containerImg]{width:274px!important}._preHeader_myk6q_1{font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;line-height:.6rem;font-weight:500;font-style:normal;letter-spacing:2px;margin-bottom:4px;text-transform:capitalize}@media (min-width: 768px){._preHeader_myk6q_1{font-size:1rem;line-height:1rem}}._headerXl_myk6q_18{font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.725rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerXl_myk6q_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_myk6q_35{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLg_myk6q_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_myk6q_52{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLgInverted_myk6q_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_myk6q_52{text-align:center}._headerMd_myk6q_72{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMd_myk6q_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_myk6q_72{margin-bottom:0}._headerMdInverted_myk6q_92{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMdInverted_myk6q_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_myk6q_92{text-align:center}._textLabel_myk6q_112{margin-bottom:.5rem;color:#000;font-weight:500;font-size:.875rem;white-space:nowrap}._textMsg_myk6q_120{margin-bottom:.5rem;color:#000;font-weight:500;font-size:1rem;white-space:nowrap;text-align:center}._postTitleHeading_myk6q_129{font-family:"Noto Serif",serif;font-size:1.5rem;font-weight:500;color:#000;line-height:2.25rem;text-align:center}._breadText_myk6q_138{font-family:Roboto,serif;font-size:.9375rem;color:#707070;line-height:1.4rem;font-weight:400}._miniLabel_myk6q_146{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#101820;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabel_myk6q_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_myk6q_163{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#436586;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabelLight_myk6q_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_myk6q_180{font-family:Roboto,serif;font-size:.9375rem;color:#36a3f7;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._linkDangerous_myk6q_190{font-family:Roboto,serif;font-size:.9375rem;color:#f3545d;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._textOverLine_myk6q_200{font-family:Roboto,Arial,sans-serif;font-size:.75rem;letter-spacing:.5px;margin-bottom:6px;color:#00000080;text-transform:uppercase}._labelHeaderMd_myk6q_209{font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.17rem;margin-bottom:0}@media (min-width: 768px){._labelHeaderMd_myk6q_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_myk6q_226{color:red;margin-top:.3rem}._tournamentDetailsRoute_myk6q_231{min-height:100vh;background-color:#f7f7f7;flex:1}._tournamentDetailsRoute_myk6q_231 h2{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:0;font-family:Lato,sans-serif}._tournamentDetailsRoute_myk6q_231 h2 span{align-items:flex-end;display:flex}._tournamentDetailsRoute_myk6q_231 ._top_myk6q_247{background:#ffffff;padding:24px 41px 25px 40px}._tournamentDetailsRoute_myk6q_231 ._top_myk6q_247 ._topActions_myk6q_251{display:flex;justify-content:space-between}._header_myk6q_18{display:flex;align-items:center;justify-content:flex-start;height:46px}._header_myk6q_18 ._btnBack_myk6q_262{outline:none;border:none;background-color:transparent;padding:10px;box-sizing:border-box;display:flex;justify-content:center;align-items:center;margin-right:6px}._header_myk6q_18>h2._headText_myk6q_273{font-family:Roboto,"sans-serif";font-style:normal;font-weight:500;font-size:30px;line-height:35px;color:#424242;opacity:.3}._header_myk6q_18>h2._headText_myk6q_273._headTextActive_myk6q_282{opacity:1}._modalColumn_myk6q_286{display:flex;flex-direction:column}._modalTitle_myk6q_291{font-family:Roboto,"sans-serif";font-style:normal;font-weight:500;font-size:27px;line-height:32px;color:#424242;margin-bottom:24px;text-align:center}._modalContentText_myk6q_303{font-family:Roboto,"sans-serif";font-style:normal;font-weight:400;font-size:16px;line-height:19px;text-align:center;color:#000}._modalSubtitle_myk6q_313{font-family:Roboto;font-style:normal;font-weight:400;font-size:14px;line-height:16px;color:#424242;opacity:.7;margin-bottom:21px;display:inline-block;text-align:center}._LoadingSpinner_myk6q_326{display:block;margin:0 auto}._firstContainer_myk6q_332{display:grid;grid-template-columns:auto;flex-direction:column;align-items:center;position:relative;margin-bottom:20px;row-gap:24px}._firstContainer_myk6q_332 ._topActions_myk6q_251{width:100%;display:flex;justify-content:space-between;margin-bottom:9px}._firstContainer_myk6q_332:last-child{margin-bottom:0}._tournamentActions_myk6q_351{display:flex;column-gap:8px;padding-left:8px}._tournamentActions_myk6q_351 button{height:fit-content}._tournamentActions_myk6q_351 button img{display:block}._empty_myk6q_363{display:flex;flex-direction:column;align-items:center;margin-top:86px}._notFoundMessage_myk6q_370{font-family:Roboto,"sans-serif";font-style:normal;font-weight:500;font-size:22px;color:#000;opacity:.3;margin-bottom:4px}._notFoundSuggestion_myk6q_380{font-family:Roboto;font-style:normal;font-weight:400;font-size:16px;color:#1b2b41b8}._notFound_myk6q_370{display:flex;flex-direction:column;align-items:center;margin-top:100px}._TabClass_myk6q_395{padding:0 50px 0 45px!important}._pageLoading_myk6q_399{height:calc(100vh - 146px);display:flex;align-items:center;justify-content:center}._preHeader_1vfxi_1{font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;line-height:.6rem;font-weight:500;font-style:normal;letter-spacing:2px;margin-bottom:4px;text-transform:capitalize}@media (min-width: 768px){._preHeader_1vfxi_1{font-size:1rem;line-height:1rem}}._headerXl_1vfxi_18{font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.725rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerXl_1vfxi_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_1vfxi_35{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLg_1vfxi_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_1vfxi_52{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLgInverted_1vfxi_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_1vfxi_52{text-align:center}._headerMd_1vfxi_72{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMd_1vfxi_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_1vfxi_72{margin-bottom:0}._headerMdInverted_1vfxi_92{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMdInverted_1vfxi_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_1vfxi_92{text-align:center}._textLabel_1vfxi_112{margin-bottom:.5rem;color:#000;font-weight:500;font-size:.875rem;white-space:nowrap}._textMsg_1vfxi_120{margin-bottom:.5rem;color:#000;font-weight:500;font-size:1rem;white-space:nowrap;text-align:center}._postTitleHeading_1vfxi_129{font-family:"Noto Serif",serif;font-size:1.5rem;font-weight:500;color:#000;line-height:2.25rem;text-align:center}._breadText_1vfxi_138{font-family:Roboto,serif;font-size:.9375rem;color:#707070;line-height:1.4rem;font-weight:400}._miniLabel_1vfxi_146{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#101820;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabel_1vfxi_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_1vfxi_163{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#436586;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabelLight_1vfxi_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_1vfxi_180{font-family:Roboto,serif;font-size:.9375rem;color:#36a3f7;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._linkDangerous_1vfxi_190{font-family:Roboto,serif;font-size:.9375rem;color:#f3545d;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._textOverLine_1vfxi_200{font-family:Roboto,Arial,sans-serif;font-size:.75rem;letter-spacing:.5px;margin-bottom:6px;color:#00000080;text-transform:uppercase}._labelHeaderMd_1vfxi_209{font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.17rem;margin-bottom:0}@media (min-width: 768px){._labelHeaderMd_1vfxi_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_1vfxi_226{color:red;margin-top:.3rem}._image_1vfxi_231{height:66px;width:66px;object-fit:cover;border-radius:4px}._infoTextCard_1vfxi_238{display:flex;flex-direction:column;margin-left:16px;justify-content:center}._infoTextCard_1vfxi_238>div:nth-child(1){display:flex;gap:16px}._infoTextCard_1vfxi_238>div:nth-child(2){font-family:Roboto,"sans-serif";font-style:normal;font-weight:400;font-size:14px;color:#444;display:flex}._infoTextCard_1vfxi_238>div:nth-child(2)>span{display:flex;align-items:center;margin-right:16px}._infoTextCard_1vfxi_238>div:nth-child(2)>span:nth-child(1):before{content:url(/assets/bolo-20f6f968.svg);display:inline-block;margin-right:4px}._infoTextCard_1vfxi_238>div:nth-child(2)>span:nth-child(2):before{content:url(/assets/bolos-3cf8e3ce.svg);display:inline-block;margin-right:4px}._infoTextCard_1vfxi_238>div:nth-child(2)>span:nth-child(3):before{content:url(/assets/calendar-5eaa2366.svg);display:inline-block;margin-right:4px}._infoTextCard_1vfxi_238>div:nth-child(2)>span:nth-child(4):before{background-image:url(/assets/purchases-5ed44688.svg);background-size:16px 16px;display:inline-block;width:16px;height:16px;content:"";margin-right:4px}._title_1vfxi_286{font-family:Roboto,sans-serif;font-style:normal;font-weight:500;font-size:18px;color:#000;margin-bottom:12px}._icons_1vfxi_295{display:flex;align-items:center}._icons_1vfxi_295>span{width:45px;height:45px;display:flex;justify-content:center;align-items:center;margin-left:10px}._icons_1vfxi_295>span:nth-child(1)._active_1vfxi_307:before{content:url(/assets/star-active-ba37e97e.svg)}._icons_1vfxi_295>span:nth-child(1)._noActive_1vfxi_310:before{content:url(/assets/star-no-active-b8d3091d.svg)}._icons_1vfxi_295>span:nth-child(2)._active_1vfxi_307:before{content:url(/assets/lhcp-active-29a9bc78.svg)}._icons_1vfxi_295>span:nth-child(2)._noActive_1vfxi_310:before{content:url(/assets/lhcp-no-active-dbfb8a98.svg)}._icons_1vfxi_295>span:nth-child(3)._active_1vfxi_307:before{content:url(/assets/eye-active-8463bd69.svg)}._icons_1vfxi_295>span:nth-child(3)._noActive_1vfxi_310:before{content:url(/assets/eye-no-active-f7b17570.svg)}._leftSideCard_1vfxi_326{display:flex;justify-content:space-between}._cardActions_1vfxi_331{width:90px}._cardActions_1vfxi_331 button img{width:16px}._expandedInfo_1vfxi_338{display:flex;flex-direction:column;margin-left:98px;padding-right:30px;margin-bottom:16px}._expandedInfo_1vfxi_338 ._brand_1vfxi_345{font-family:Roboto,sans-serif;font-style:normal;font-weight:400;font-size:14px;color:#444;display:flex;align-items:center;margin-bottom:12px}._expandedInfo_1vfxi_338 ._brand_1vfxi_345:before{content:url(/assets/brand-d7d47992.svg);width:16px;height:16px;margin-right:4px}._expandedInfo_1vfxi_338 ._link_1vfxi_180{font-family:Roboto,sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:16px;color:#3275f5;display:flex;align-items:center;margin-bottom:12px}._expandedInfo_1vfxi_338 ._link_1vfxi_180 img{margin-right:5px}._expandedInfo_1vfxi_338 ._description_1vfxi_375{font-family:Roboto,sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:16px;color:#444;margin:0;display:flex}._expandedInfo_1vfxi_338 ._description_1vfxi_375 p{margin:0}._expandedInfo_1vfxi_338 ._description_1vfxi_375:before{content:"";display:inline-block;min-width:16px;height:16px;margin-right:4px}._expandedMatches_1vfxi_396{padding:16px 24px 24px;background:#f9f9f9;box-shadow:inset 0 1px #00000026;border-radius:0 0 8px 8px;position:relative}._expandedMatches_1vfxi_396 ._matchesHead_1vfxi_403{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}._expandedMatches_1vfxi_396 ._matchesHead_1vfxi_403 ._head_1vfxi_18{font-family:Roboto,sans-serif;font-style:normal;font-weight:500;font-size:24px;line-height:28px;color:#444}._expandedMatches_1vfxi_396 ._matchesContainer_1vfxi_417{display:flex;flex-wrap:wrap;gap:8px 3.5px}._noMatchesText_1vfxi_423{font-family:Roboto,"sans-serif";font-style:normal;font-weight:400;font-size:13px;line-height:15px;color:#000;opacity:.5}._restrictions_1vfxi_433{display:flex;margin-top:12px}._restrictions_1vfxi_433>div{display:flex;flex-wrap:wrap;row-gap:10px}._restrictions_1vfxi_433:before{content:url(/assets/house-975f683e.svg);width:16px;height:16px;margin-right:4px}._restrictions_1vfxi_433 ._centerLabel_1vfxi_448{background-color:#3275f5;border-radius:3px;font-family:Roboto,"sans-serif";font-style:normal;font-weight:400;font-size:13px;line-height:25px;color:#fff;padding:0 15px;height:25px;margin-right:10px;width:fit-content}._content_1vfxi_463{padding:0;max-height:220px;display:flex;flex-wrap:wrap;grid-row-gap:10px;row-gap:10px}._cardWrapper_1vwiw_1{display:flex;flex-direction:column;align-items:flex-start;position:relative;padding:8px;width:194px;height:191px;background:#fffcfc;border:1px solid #cfcfcf;box-shadow:0 4px 18px #0000001a;border-radius:8px;cursor:pointer;transition:box-shadow .3s}._cardWrapper_1vwiw_1:hover{box-shadow:0 14px 28px #0003;transition:box-shadow .3s}._cardWrapper_1vwiw_1:hover ._actionButton_1vwiw_20{opacity:1;z-index:1;transition:opacity .3s}._cardWrapper_1vwiw_1 ._image_1vwiw_25{width:100%;height:94px;object-fit:cover;border-radius:5px 5px 0 0}._cardWrapper_1vwiw_1 ._content_1vwiw_31{flex-direction:column;-webkit-user-select:none;user-select:none;display:flex;width:100%;padding:0 4px}._cardWrapper_1vwiw_1 ._content_1vwiw_31 ._title_1vwiw_39{font-family:Inter,"sans-serif";font-style:normal;font-weight:600;font-size:14px;line-height:17px;color:#000;margin-top:12px;margin-bottom:8px;display:inline-block;width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}._cardWrapper_1vwiw_1 ._content_1vwiw_31 ._infoText_1vwiw_54{font-family:Inter,"sans-serif";font-style:normal;font-weight:400;font-size:12px;display:flex;align-items:center;width:auto;white-space:nowrap}._cardWrapper_1vwiw_1 ._content_1vwiw_31 ._infoText_1vwiw_54:first-child{margin-right:24px}._cardWrapper_1vwiw_1 ._content_1vwiw_31 ._infoText_1vwiw_54._userIcon_1vwiw_67:before{content:url(/assets/players-37962601.svg);margin-right:4px;height:16px}._cardWrapper_1vwiw_1 ._content_1vwiw_31 ._infoText_1vwiw_54._cutIcon_1vwiw_72:before{content:url(/assets/scissors-af3b74e6.svg);margin-right:4px;height:16px}._cardWrapper_1vwiw_1 ._content_1vwiw_31 ._infoText_1vwiw_54._sendIcon_1vwiw_77{width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}._cardWrapper_1vwiw_1 ._content_1vwiw_31 ._infoText_1vwiw_54._sendIcon_1vwiw_77:before{content:url(/assets/target-337eb8d0.svg);margin-right:4px;height:16px}._cardWrapper_1vwiw_1 ._actionButton_1vwiw_20{position:absolute;top:12px;right:12px;opacity:0;transition:opacity .3s}._cardWrapper_1vwiw_1._disabled_1vwiw_95{pointer-events:none}._row_1vwiw_99{display:grid;grid-template-columns:65% 35%}._firstContainer_856q1_1{position:relative;border:1px solid rgba(0,0,0,.25);border-radius:8px;margin-bottom:20px;padding:2%;font-family:Lato,sans-serif;font-weight:700}._firstContainer_856q1_1 ._legend_856q1_11{position:absolute;top:-10px;left:10px;padding:0 5px;background-color:#fff;color:#000;text-transform:uppercase;font-weight:700}._containerForm_856q1_22{display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:14px}._containerForm_856q1_22 button{margin-top:26.67px;align-self:flex-start}._expanded_856q1_33{display:block}._error_856q1_37{top:72.67px;z-index:400}._noAvailable_856q1_42{height:40px;padding:10px}._buttonsRow_856q1_48{display:flex;justify-content:flex-end;margin-top:20px}._filtersContainer_856q1_54{display:flex;gap:156px;justify-content:space-between;padding:18px 50px;background-color:#fff}._filterMatchWrapper_856q1_62{flex:1}._filterMatchWrapper_856q1_62 label{display:block;padding:0 0 8px;font-family:Roboto,"sans-serif";font-weight:500;font-size:14px;line-height:16px;letter-spacing:.4px;color:#10002e}._cellLink_856q1_76 a{color:#3275f5;font-weight:500;font-size:15px}._cellLink_856q1_76 a:hover{text-decoration:underline}._cellLink_856q1_76 p{margin-bottom:0}._bowlingList_puuc5_1{position:relative}._item_puuc5_5{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:2.3em;text-align:start;border-bottom:.5px solid #707070;margin-bottom:8px;font-family:Lato,sans-serif;font-size:16px;color:#000;cursor:pointer}._item_puuc5_5:first-child{padding-top:22px}._item_puuc5_5:last-child{margin-bottom:17px}._searchInput_puuc5_26{display:flex;align-items:center;height:100%}._searchInput_puuc5_26 ._searchIco_puuc5_31{margin-right:0;line-height:0;margin-left:4px}._searchClear_puuc5_37{line-height:0;border:0;margin-right:5px;background-color:transparent}._searchClear_puuc5_37:focus{outline:none}._containerScroll_puuc5_48{width:100%;max-height:120px;display:flex;flex-direction:column;justify-content:center;overflow:auto;background:#FFFFFF;position:absolute;z-index:10;border-top:.5px solid #707070}._usersList_puuc5_61{overflow-y:auto;overflow-x:hidden;flex-direction:column;align-items:center;padding:0 20px}._usersList_puuc5_61::-webkit-scrollbar{width:5px}._usersList_puuc5_61::-webkit-scrollbar-track{background-color:#d7d9de;border-radius:3px;margin:10px 0;background-color:#0000001a}._usersList_puuc5_61::-webkit-scrollbar-thumb{border-radius:3px;background-color:#0003}._loadingList_puuc5_85{margin:auto;transform:translateY(70%);width:160px;height:160px}._noAvailableBC_puuc5_92{display:flex;flex-direction:column;width:100%;padding:14px 0;font-family:SF Pro Text Bold;font-size:16px;color:#000;text-align:center}._containerBowlingCenters_msyff_1,._containerClaim_msyff_2{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;position:relative;border:1px solid rgba(0,0,0,.25);border-radius:8px;margin-bottom:20px;padding:2%}._containerBowlingCenters_msyff_1 ._legend_msyff_13,._containerClaim_msyff_2 ._legend_msyff_13{position:absolute;top:-10px;left:10px;padding:0 5px;background-color:#fff;color:#000;text-transform:uppercase;font-weight:700}._searchBCInput_msyff_25{width:40%}._containerTable_msyff_29{margin-top:40px;margin-bottom:40px}._containerTable_msyff_29 label{display:inline-block;color:#000;text-transform:uppercase;font-weight:700;font-family:Lato,sans-serif;margin-bottom:20px}._tableHeader_msyff_42{color:gray;text-transform:uppercase;outline:none!important;box-shadow:none!important}._tableHeader_msyff_42:first-child{padding-left:10px!important}._cell_msyff_52{cursor:pointer}._form_msyff_56{display:flex;justify-content:space-between;margin-bottom:50px}._column_msyff_62{width:40%}._buttonsRow_msyff_66{display:flex;justify-content:space-between}._bowlingList_11sp1_1{position:relative}._item_11sp1_5{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:2.3em;text-align:start;border-bottom:.5px solid #707070;margin-bottom:8px;font-family:Lato,sans-serif;font-size:16px;color:#000;cursor:pointer}._item_11sp1_5:first-child{padding-top:22px}._item_11sp1_5:last-child{margin-bottom:17px}._searchInput_11sp1_26{display:flex;align-items:center;height:100%}._searchInput_11sp1_26 ._searchIco_11sp1_31{margin-right:0;line-height:0;margin-left:4px}._searchClear_11sp1_37{line-height:0;border:0;margin-right:5px;background-color:transparent}._searchClear_11sp1_37:focus{outline:none}._containerScroll_11sp1_48{width:100%;max-height:200px;display:flex;flex-direction:column;justify-content:center;overflow:auto;background:#ffffff;position:absolute;z-index:10;border-top:.5px solid #707070;padding:10px}._bowlingCenters_11sp1_62{list-style:none;padding-left:0}._loadingList_11sp1_67{margin:auto;transform:translateY(70%);width:160px;height:160px}._noAvailableBC_11sp1_74{display:flex;flex-direction:column;width:100%;padding:14px 0;font-family:SF Pro Text Bold;font-size:16px;color:#000;text-align:center}._preHeader_1p56t_1{font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;line-height:.6rem;font-weight:500;font-style:normal;letter-spacing:2px;margin-bottom:4px;text-transform:capitalize}@media (min-width: 768px){._preHeader_1p56t_1{font-size:1rem;line-height:1rem}}._headerXl_1p56t_18{font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.725rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerXl_1p56t_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_1p56t_35{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLg_1p56t_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_1p56t_52{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLgInverted_1p56t_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_1p56t_52{text-align:center}._headerMd_1p56t_72{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMd_1p56t_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_1p56t_72{margin-bottom:0}._headerMdInverted_1p56t_92{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMdInverted_1p56t_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_1p56t_92{text-align:center}._textLabel_1p56t_112{margin-bottom:.5rem;color:#000;font-weight:500;font-size:.875rem;white-space:nowrap}._textMsg_1p56t_120{margin-bottom:.5rem;color:#000;font-weight:500;font-size:1rem;white-space:nowrap;text-align:center}._postTitleHeading_1p56t_129{font-family:"Noto Serif",serif;font-size:1.5rem;font-weight:500;color:#000;line-height:2.25rem;text-align:center}._breadText_1p56t_138{font-family:Roboto,serif;font-size:.9375rem;color:#707070;line-height:1.4rem;font-weight:400}._miniLabel_1p56t_146{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#101820;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabel_1p56t_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_1p56t_163{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#436586;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabelLight_1p56t_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_1p56t_180{font-family:Roboto,serif;font-size:.9375rem;color:#36a3f7;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._linkDangerous_1p56t_190{font-family:Roboto,serif;font-size:.9375rem;color:#f3545d;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._textOverLine_1p56t_200{font-family:Roboto,Arial,sans-serif;font-size:.75rem;letter-spacing:.5px;margin-bottom:6px;color:#00000080;text-transform:uppercase}._labelHeaderMd_1p56t_209{font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.17rem;margin-bottom:0}@media (min-width: 768px){._labelHeaderMd_1p56t_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_1p56t_226{color:red;margin-top:.3rem}._form_1p56t_231{background-color:#fff;padding:18px 50px}._form_1p56t_231 ._buttons_1p56t_235{display:flex;justify-content:flex-end}._form_1p56t_231 ._buttons_1p56t_235 button:first-child{margin-right:16px}._containerForm_1p56t_243{margin-bottom:14px;width:100%;display:grid;grid-template-columns:1fr;column-gap:16px}._containerForm_1p56t_243 button{margin-top:26.67px;align-self:flex-start}@media (min-width: 769px){._containerForm_1p56t_243{width:calc(100% - 32px);grid-template-columns:40.4% 40.3% 19.3%}}._preHeader_1fv7h_1{font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;line-height:.6rem;font-weight:500;font-style:normal;letter-spacing:2px;margin-bottom:4px;text-transform:capitalize}@media (min-width: 768px){._preHeader_1fv7h_1{font-size:1rem;line-height:1rem}}._headerXl_1fv7h_18{font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.725rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerXl_1fv7h_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_1fv7h_35{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLg_1fv7h_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_1fv7h_52{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLgInverted_1fv7h_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_1fv7h_52{text-align:center}._headerMd_1fv7h_72{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMd_1fv7h_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_1fv7h_72{margin-bottom:0}._headerMdInverted_1fv7h_92{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMdInverted_1fv7h_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_1fv7h_92{text-align:center}._textLabel_1fv7h_112{margin-bottom:.5rem;color:#000;font-weight:500;font-size:.875rem;white-space:nowrap}._textMsg_1fv7h_120{margin-bottom:.5rem;color:#000;font-weight:500;font-size:1rem;white-space:nowrap;text-align:center}._postTitleHeading_1fv7h_129{font-family:"Noto Serif",serif;font-size:1.5rem;font-weight:500;color:#000;line-height:2.25rem;text-align:center}._breadText_1fv7h_138{font-family:Roboto,serif;font-size:.9375rem;color:#707070;line-height:1.4rem;font-weight:400}._miniLabel_1fv7h_146{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#101820;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabel_1fv7h_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_1fv7h_163{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#436586;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabelLight_1fv7h_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_1fv7h_180{font-family:Roboto,serif;font-size:.9375rem;color:#36a3f7;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._linkDangerous_1fv7h_190{font-family:Roboto,serif;font-size:.9375rem;color:#f3545d;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._textOverLine_1fv7h_200{font-family:Roboto,Arial,sans-serif;font-size:.75rem;letter-spacing:.5px;margin-bottom:6px;color:#00000080;text-transform:uppercase}._labelHeaderMd_1fv7h_209{font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.17rem;margin-bottom:0}@media (min-width: 768px){._labelHeaderMd_1fv7h_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_1fv7h_226{color:red;margin-top:.3rem}._FiltersAndExportBtton_1fv7h_231{position:relative}button._exportCSVButton_1fv7h_235{font-family:Roboto,"sans-serif";font-style:normal;font-weight:500;font-size:16px;color:#3275f5;cursor:pointer;border:none;outline:none;line-height:45px;height:45px;padding:0;letter-spacing:.03em;display:inline-block;position:absolute;bottom:18px;left:50px}button._exportCSVButton_1fv7h_235[disabled]{color:silver;pointer-events:none;background-color:transparent}._modalTitle_1fv7h_259{color:#424242;text-align:center;font-family:Roboto,sans-serif;font-size:27px;font-style:normal;font-weight:500;line-height:normal;padding-bottom:20px}._content_1fv7h_270{border-radius:8px;background-color:#edeeef;display:flex;align-items:center;justify-content:center;gap:24px;padding:16px 24px 16px 16px}._content_1fv7h_270:not(:last-child){margin-bottom:16px}._content_1fv7h_270 p,._content_1fv7h_270 a,._content_1fv7h_270 label{font-family:Roboto,sans-serif;margin:0}._numbers_1fv7h_287 label{font-size:14px;font-style:normal;font-weight:500;text-transform:uppercase}._numbers_1fv7h_287 p{font-size:20px;font-style:normal;font-weight:700;text-transform:uppercase;text-align:center}._user_1fv7h_301{flex:1}._user_1fv7h_301 p:first-child{font-size:20px;font-style:normal;font-weight:400}._user_1fv7h_301 a{font-size:16px;font-weight:400;text-decoration-line:underline;color:#3275f5}._shareHeader_1fv7h_316{display:flex;justify-content:space-between;margin-bottom:8px}._shareHeader_1fv7h_316 p{font-size:16px;font-weight:400}._shareHeader_1fv7h_316 label{font-size:20px;font-weight:500}._linkBtns_1fv7h_330{display:flex;gap:40px}._linkBtns_1fv7h_330 a{display:flex;align-items:center;color:#3275f5}._linkBtns_1fv7h_330 a svg{margin-right:10px}._linkBtns_1fv7h_330 a:last-child svg path{fill:#3275f5}._preHeader_1cytg_1{font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;line-height:.6rem;font-weight:500;font-style:normal;letter-spacing:2px;margin-bottom:4px;text-transform:capitalize}@media (min-width: 768px){._preHeader_1cytg_1{font-size:1rem;line-height:1rem}}._headerXl_1cytg_18{font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.725rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerXl_1cytg_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_1cytg_35{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLg_1cytg_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_1cytg_52{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLgInverted_1cytg_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_1cytg_52{text-align:center}._headerMd_1cytg_72{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMd_1cytg_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_1cytg_72{margin-bottom:0}._headerMdInverted_1cytg_92{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMdInverted_1cytg_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_1cytg_92{text-align:center}._textLabel_1cytg_112{margin-bottom:.5rem;color:#000;font-weight:500;font-size:.875rem;white-space:nowrap}._textMsg_1cytg_120{margin-bottom:.5rem;color:#000;font-weight:500;font-size:1rem;white-space:nowrap;text-align:center}._postTitleHeading_1cytg_129{font-family:"Noto Serif",serif;font-size:1.5rem;font-weight:500;color:#000;line-height:2.25rem;text-align:center}._breadText_1cytg_138{font-family:Roboto,serif;font-size:.9375rem;color:#707070;line-height:1.4rem;font-weight:400}._miniLabel_1cytg_146{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#101820;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabel_1cytg_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_1cytg_163{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#436586;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabelLight_1cytg_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_1cytg_180{font-family:Roboto,serif;font-size:.9375rem;color:#36a3f7;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._linkDangerous_1cytg_190{font-family:Roboto,serif;font-size:.9375rem;color:#f3545d;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._textOverLine_1cytg_200{font-family:Roboto,Arial,sans-serif;font-size:.75rem;letter-spacing:.5px;margin-bottom:6px;color:#00000080;text-transform:uppercase}._labelHeaderMd_1cytg_209{font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.17rem;margin-bottom:0}@media (min-width: 768px){._labelHeaderMd_1cytg_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_1cytg_226{color:red;margin-top:.3rem}._firstContainer_1cytg_231{position:relative;padding:10px 16px 16px}._form_1cytg_236{display:grid}._containerForm_1cytg_240{display:flex;flex-direction:column;width:100%}._containerForm_1cytg_240 ._Inputs_1cytg_245{display:flex;flex-direction:column}._containerForm_1cytg_240 ._Inputs_1cytg_245>div{width:100%}._linkButton_1cytg_253{font-family:Roboto,"sans-serif";font-style:normal;font-weight:500;font-size:16px;color:#3275f5;cursor:pointer;border:none;outline:none;line-height:45px;height:45px;padding:0 8px;text-decoration:underline;white-space:nowrap}._ChipWrapper_1cytg_269{margin:8px 0 0}@media (min-width: 769px){._containerForm_1cytg_240{flex-direction:row;grid-column-gap:24px;justify-content:space-between}._containerForm_1cytg_240 ._Inputs_1cytg_245{flex-direction:row;width:75%;grid-column-gap:24px}._containerForm_1cytg_240 ._Inputs_1cytg_245>div:nth-child(1){flex:0 0 40.63%;max-width:295px}._containerForm_1cytg_240 ._Inputs_1cytg_245>div:nth-child(2){flex-basis:26.35%}._containerForm_1cytg_240 ._Inputs_1cytg_245>div:nth-child(3){flex-basis:26.35%}._containerForm_1cytg_240 ._Buttons_1cytg_294{display:flex;width:24.69%;grid-column-gap:24px;justify-content:flex-end}}._preHeader_zd5fy_1{font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;line-height:.6rem;font-weight:500;font-style:normal;letter-spacing:2px;margin-bottom:4px;text-transform:capitalize}@media (min-width: 768px){._preHeader_zd5fy_1{font-size:1rem;line-height:1rem}}._headerXl_zd5fy_18{font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.725rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerXl_zd5fy_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_zd5fy_35{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLg_zd5fy_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_zd5fy_52{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLgInverted_zd5fy_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_zd5fy_52{text-align:center}._headerMd_zd5fy_72{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMd_zd5fy_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_zd5fy_72{margin-bottom:0}._headerMdInverted_zd5fy_92{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMdInverted_zd5fy_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_zd5fy_92{text-align:center}._textLabel_zd5fy_112{margin-bottom:.5rem;color:#000;font-weight:500;font-size:.875rem;white-space:nowrap}._textMsg_zd5fy_120{margin-bottom:.5rem;color:#000;font-weight:500;font-size:1rem;white-space:nowrap;text-align:center}._postTitleHeading_zd5fy_129{font-family:"Noto Serif",serif;font-size:1.5rem;font-weight:500;color:#000;line-height:2.25rem;text-align:center}._breadText_zd5fy_138{font-family:Roboto,serif;font-size:.9375rem;color:#707070;line-height:1.4rem;font-weight:400}._miniLabel_zd5fy_146{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#101820;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabel_zd5fy_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_zd5fy_163{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#436586;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabelLight_zd5fy_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_zd5fy_180{font-family:Roboto,serif;font-size:.9375rem;color:#36a3f7;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._linkDangerous_zd5fy_190{font-family:Roboto,serif;font-size:.9375rem;color:#f3545d;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._textOverLine_zd5fy_200{font-family:Roboto,Arial,sans-serif;font-size:.75rem;letter-spacing:.5px;margin-bottom:6px;color:#00000080;text-transform:uppercase}._labelHeaderMd_zd5fy_209{font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.17rem;margin-bottom:0}@media (min-width: 768px){._labelHeaderMd_zd5fy_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_zd5fy_226{color:red;margin-top:.3rem}._completedAttemptsCell_zd5fy_231{background-color:#e4ffe5}._failedAttemptsCell_zd5fy_235{background-color:#ffe5e5}._centered_zd5fy_239{justify-content:center}._StatsRow_zd5fy_243:last-child{background-color:#3275f51a!important}._StatsRow_zd5fy_243:last-child ._completedAttemptsCell_zd5fy_231{background-color:#d2f1e7}._StatsRow_zd5fy_243:last-child ._failedAttemptsCell_zd5fy_235{background-color:#ebdae7}._tdMatchId_zd5fy_253{width:8.78%!important;padding-left:16px!important}._tdConferenceBC_zd5fy_258,._tdBowlingCenterBC_zd5fy_259{width:25.12%!important;padding-left:16px!important}._tdAttemptsBC_zd5fy_264,._tdCompletedAttemptsBC_zd5fy_265,._tdFailedAttemptsBC_zd5fy_266{width:13.65%!important}._tdBowlingCenterBC_zd5fy_259{padding:0 5px 0 16px!important;height:68px}._BowlingCenterAndCountryCell_zd5fy_275{display:flex;flex-direction:column}._BowlingCenterAndCountryCell_zd5fy_275>span{font-family:Roboto,sans-serif;font-style:normal;font-weight:400}._BowlingCenterAndCountryCell_zd5fy_275>span:nth-child(1){font-size:14px;line-height:16px;color:#111827}._BowlingCenterAndCountryCell_zd5fy_275>span:nth-child(2){font-size:12px;line-height:14px;color:#3c4555}._preHeader_1jejr_1{font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;line-height:.6rem;font-weight:500;font-style:normal;letter-spacing:2px;margin-bottom:4px;text-transform:capitalize}@media (min-width: 768px){._preHeader_1jejr_1{font-size:1rem;line-height:1rem}}._headerXl_1jejr_18{font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.725rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerXl_1jejr_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_1jejr_35{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLg_1jejr_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_1jejr_52{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLgInverted_1jejr_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_1jejr_52{text-align:center}._headerMd_1jejr_72{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMd_1jejr_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_1jejr_72{margin-bottom:0}._headerMdInverted_1jejr_92{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMdInverted_1jejr_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_1jejr_92{text-align:center}._textLabel_1jejr_112{margin-bottom:.5rem;color:#000;font-weight:500;font-size:.875rem;white-space:nowrap}._textMsg_1jejr_120{margin-bottom:.5rem;color:#000;font-weight:500;font-size:1rem;white-space:nowrap;text-align:center}._postTitleHeading_1jejr_129{font-family:"Noto Serif",serif;font-size:1.5rem;font-weight:500;color:#000;line-height:2.25rem;text-align:center}._breadText_1jejr_138{font-family:Roboto,serif;font-size:.9375rem;color:#707070;line-height:1.4rem;font-weight:400}._miniLabel_1jejr_146{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#101820;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabel_1jejr_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_1jejr_163{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#436586;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabelLight_1jejr_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_1jejr_180{font-family:Roboto,serif;font-size:.9375rem;color:#36a3f7;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._linkDangerous_1jejr_190{font-family:Roboto,serif;font-size:.9375rem;color:#f3545d;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._textOverLine_1jejr_200{font-family:Roboto,Arial,sans-serif;font-size:.75rem;letter-spacing:.5px;margin-bottom:6px;color:#00000080;text-transform:uppercase}._labelHeaderMd_1jejr_209{font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.17rem;margin-bottom:0}@media (min-width: 768px){._labelHeaderMd_1jejr_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_1jejr_226{color:red;margin-top:.3rem}._completedAttemptsCell_1jejr_231{background-color:#e4ffe5}._failedAttemptsCell_1jejr_235{background-color:#ffe5e5}._centered_1jejr_239{justify-content:center}._StatsRow_1jejr_243:last-child{background-color:#3275f51a!important}._StatsRow_1jejr_243:last-child ._completedAttemptsCell_1jejr_231{background-color:#d2f1e7}._StatsRow_1jejr_243:last-child ._failedAttemptsCell_1jejr_235{background-color:#ebdae7}._tdMatchId_1jejr_253{width:8.78%!important;padding-left:16px!important}._tdConference_1jejr_258{width:43.31%!important;padding-left:16px!important}._tdAttempts_1jejr_263{width:9.17%!important}._tdCompletedAttempts_1jejr_267{width:13.65%!important}._tdFailedAttempts_1jejr_271{width:12.97%!important}._tdNoOfPlayers_1jejr_275{width:12.09%!important}._preHeader_vxild_1{font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;line-height:.6rem;font-weight:500;font-style:normal;letter-spacing:2px;margin-bottom:4px;text-transform:capitalize}@media (min-width: 768px){._preHeader_vxild_1{font-size:1rem;line-height:1rem}}._headerXl_vxild_18{font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.725rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerXl_vxild_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_vxild_35{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLg_vxild_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_vxild_52{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLgInverted_vxild_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_vxild_52{text-align:center}._headerMd_vxild_72{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMd_vxild_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_vxild_72{margin-bottom:0}._headerMdInverted_vxild_92{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMdInverted_vxild_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_vxild_92{text-align:center}._textLabel_vxild_112{margin-bottom:.5rem;color:#000;font-weight:500;font-size:.875rem;white-space:nowrap}._textMsg_vxild_120{margin-bottom:.5rem;color:#000;font-weight:500;font-size:1rem;white-space:nowrap;text-align:center}._postTitleHeading_vxild_129{font-family:"Noto Serif",serif;font-size:1.5rem;font-weight:500;color:#000;line-height:2.25rem;text-align:center}._breadText_vxild_138{font-family:Roboto,serif;font-size:.9375rem;color:#707070;line-height:1.4rem;font-weight:400}._miniLabel_vxild_146{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#101820;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabel_vxild_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_vxild_163{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#436586;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabelLight_vxild_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_vxild_180{font-family:Roboto,serif;font-size:.9375rem;color:#36a3f7;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._linkDangerous_vxild_190{font-family:Roboto,serif;font-size:.9375rem;color:#f3545d;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._textOverLine_vxild_200{font-family:Roboto,Arial,sans-serif;font-size:.75rem;letter-spacing:.5px;margin-bottom:6px;color:#00000080;text-transform:uppercase}._labelHeaderMd_vxild_209{font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.17rem;margin-bottom:0}@media (min-width: 768px){._labelHeaderMd_vxild_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_vxild_226{color:red;margin-top:.3rem}._buttonsRow_vxild_232{display:flex;justify-content:flex-end;margin-top:20px}._CardContent_vxild_238{background-color:#f1f1f1}._mt45_vxild_242{margin-top:45px}._EmptyState_vxild_246{height:411px;display:flex;flex-direction:column;justify-content:center;align-items:center}._EmptyState_vxild_246 ._EmptyStateMessage_vxild_253{font-family:Roboto,sans-serif;font-style:normal;font-weight:500;font-size:22px;display:flex;color:#000;opacity:.3;margin:28px 0 4px}._EmptyState_vxild_246 ._TryAgainMessage_vxild_263{font-family:Roboto,sans-serif;font-style:normal;font-weight:400;font-size:16px;display:flex;color:#1b2b41b8;margin:0}@media (min-width: 769px){._buttonsRow_vxild_232{margin-top:40px}}._preHeader_16e97_1{font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;line-height:.6rem;font-weight:500;font-style:normal;letter-spacing:2px;margin-bottom:4px;text-transform:capitalize}@media (min-width: 768px){._preHeader_16e97_1{font-size:1rem;line-height:1rem}}._headerXl_16e97_18{font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.725rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerXl_16e97_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_16e97_35{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLg_16e97_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_16e97_52{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLgInverted_16e97_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_16e97_52{text-align:center}._headerMd_16e97_72{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMd_16e97_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_16e97_72{margin-bottom:0}._headerMdInverted_16e97_92{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMdInverted_16e97_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_16e97_92{text-align:center}._textLabel_16e97_112{margin-bottom:.5rem;color:#000;font-weight:500;font-size:.875rem;white-space:nowrap}._textMsg_16e97_120{margin-bottom:.5rem;color:#000;font-weight:500;font-size:1rem;white-space:nowrap;text-align:center}._postTitleHeading_16e97_129{font-family:"Noto Serif",serif;font-size:1.5rem;font-weight:500;color:#000;line-height:2.25rem;text-align:center}._breadText_16e97_138{font-family:Roboto,serif;font-size:.9375rem;color:#707070;line-height:1.4rem;font-weight:400}._miniLabel_16e97_146{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#101820;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabel_16e97_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_16e97_163{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#436586;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabelLight_16e97_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_16e97_180{font-family:Roboto,serif;font-size:.9375rem;color:#36a3f7;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._linkDangerous_16e97_190{font-family:Roboto,serif;font-size:.9375rem;color:#f3545d;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._textOverLine_16e97_200{font-family:Roboto,Arial,sans-serif;font-size:.75rem;letter-spacing:.5px;margin-bottom:6px;color:#00000080;text-transform:uppercase}._labelHeaderMd_16e97_209{font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.17rem;margin-bottom:0}@media (min-width: 768px){._labelHeaderMd_16e97_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_16e97_226{color:red;margin-top:.3rem}._containerForm_16e97_231{border-radius:6px;display:flex;justify-content:space-between;margin-bottom:41px}._modalButtonRow_16e97_238{display:flex;justify-content:space-between;box-shadow:inset 0 1px #0000001a}._containerRowTop_16e97_244{display:grid;grid-template-columns:226px auto;width:100%;column-gap:24px;row-gap:8px}._row_16e97_252{display:grid;grid-template-columns:1fr 1fr;grid-column-gap:10px}._rowSecond_16e97_258{grid-row-start:2;grid-column-start:1}._rowSecond_16e97_258 ._groupSwitch_16e97_262{display:flex;align-items:center}._rowSecond_16e97_258 ._groupSwitch_16e97_262 ._imgSwitch_16e97_266{margin-right:9.88px}._general_16e97_270>div [class*=formLabel]{padding-top:0}._preHeader_1e7ly_1{font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;line-height:.6rem;font-weight:500;font-style:normal;letter-spacing:2px;margin-bottom:4px;text-transform:capitalize}@media (min-width: 768px){._preHeader_1e7ly_1{font-size:1rem;line-height:1rem}}._headerXl_1e7ly_18{font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.725rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerXl_1e7ly_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_1e7ly_35{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLg_1e7ly_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_1e7ly_52{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLgInverted_1e7ly_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_1e7ly_52{text-align:center}._headerMd_1e7ly_72{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMd_1e7ly_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_1e7ly_72{margin-bottom:0}._headerMdInverted_1e7ly_92{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMdInverted_1e7ly_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_1e7ly_92{text-align:center}._textLabel_1e7ly_112{margin-bottom:.5rem;color:#000;font-weight:500;font-size:.875rem;white-space:nowrap}._textMsg_1e7ly_120{margin-bottom:.5rem;color:#000;font-weight:500;font-size:1rem;white-space:nowrap;text-align:center}._postTitleHeading_1e7ly_129{font-family:"Noto Serif",serif;font-size:1.5rem;font-weight:500;color:#000;line-height:2.25rem;text-align:center}._breadText_1e7ly_138{font-family:Roboto,serif;font-size:.9375rem;color:#707070;line-height:1.4rem;font-weight:400}._miniLabel_1e7ly_146{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#101820;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabel_1e7ly_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_1e7ly_163{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#436586;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabelLight_1e7ly_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_1e7ly_180{font-family:Roboto,serif;font-size:.9375rem;color:#36a3f7;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._linkDangerous_1e7ly_190{font-family:Roboto,serif;font-size:.9375rem;color:#f3545d;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._textOverLine_1e7ly_200{font-family:Roboto,Arial,sans-serif;font-size:.75rem;letter-spacing:.5px;margin-bottom:6px;color:#00000080;text-transform:uppercase}._labelHeaderMd_1e7ly_209{font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.17rem;margin-bottom:0}@media (min-width: 768px){._labelHeaderMd_1e7ly_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_1e7ly_226{color:red;margin-top:.3rem}._tournamentsRoute_1e7ly_231{min-height:100vh;background-color:#f7f7f7;flex:1}._tournamentsRoute_1e7ly_231 h2{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:0;font-family:Lato,sans-serif}._tournamentsRoute_1e7ly_231 h2 span{align-items:flex-end;display:flex}._tournamentsRoute_1e7ly_231 ._pageBody_1e7ly_247{margin-top:0;background-color:#f7f7f7;padding:22px 41px 40px;border-radius:6px}._tournamentsRoute_1e7ly_231 ._infoText_1e7ly_253{line-height:28px;font-size:20px;color:#2c2d30}._tournamentsRoute_1e7ly_231 ._top_1e7ly_258{background:#ffffff;padding:16px 40px;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between}._header_1e7ly_18{display:flex;align-items:center;justify-content:flex-start;height:46px;margin-top:4px;margin-bottom:21px}._header_1e7ly_18 ._btnBack_1e7ly_274{outline:none;border:none;background-color:transparent;padding:10px;box-sizing:border-box;display:flex;justify-content:center;align-items:center;margin-right:32px}._header_1e7ly_18 ._btnBack_1e7ly_274 img{height:15px;width:8px}._header_1e7ly_18>h2{font-family:Roboto;font-style:normal;font-weight:500;font-size:30px;line-height:35px;color:#424242;margin:0}._icon_1e7ly_299{color:#3275f5;font-size:20px;flex-basis:30px;flex-shrink:0;text-align:center;cursor:pointer}._btnAddTournament_1e7ly_308{text-transform:none}._buttonsRow_1e7ly_312{display:flex;justify-content:flex-end;margin-bottom:20px}._buttonsRow_1e7ly_312 button{min-height:50px}._cursorPointer_1e7ly_321{cursor:pointer}._loading_1e7ly_325:before{display:inline-block;width:20px;height:16px;content:"";background:url(/assets/loading1-72abb1db.svg) no-repeat 0 0;background-size:150%;background-position-x:-5px;background-position-y:-7px}._modalColumn_1e7ly_336{display:flex;flex-direction:column}._containerForm_1e7ly_341{border-radius:6px;background-color:#f6f6f6;display:flex;justify-content:space-between;margin-bottom:20px;padding:15px}._modalTitle_1e7ly_350{font-family:Roboto,"sans-serif";font-style:normal;font-weight:500;font-size:27px;color:#424242;text-align:center;margin-bottom:24px;line-height:32px}._modalSubtitle_1e7ly_361{font-family:Roboto;font-style:normal;font-weight:400;font-size:14px;line-height:16px;color:#424242;opacity:.7;margin-bottom:21px;display:inline-block;text-align:center}._cards_1e7ly_374{column-gap:18px;row-gap:16px;font-family:Lato,sans-serif;display:grid;grid-template-columns:repeat(5,1fr);width:100%}._LoadingSpinner_1e7ly_383{display:block;margin:0 auto}._LoadingSpinner_1e7ly_383._loadingSpinnerCentered_1e7ly_387{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._firstContainer_1e7ly_395{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;position:relative;margin-bottom:20px;gap:13px}._firstContainer_1e7ly_395:last-child{margin-bottom:0}._containerImage_1e7ly_408{width:204px;height:207px;border:1px dashed rgba(202,202,202,.5);border-radius:5px;background:#fafafa;display:flex;justify-content:center;align-items:center}._noAvailable_1e7ly_419{font-size:1.25rem}._modalDelete_1e7ly_423{padding:20px;border-radius:6px;background-color:#f6f6f6;margin-bottom:20px}._modalField_1e7ly_430{width:100%;height:50px;font-size:1.07rem;font-weight:700;border-radius:6px;padding:12px 47px;overflow:hidden;text-overflow:ellipsis;outline:none;color:#000;border:1px solid rgba(0,0,0,.25)}._modalField_1e7ly_430::placeholder{color:#00000040}._deleteButton_1e7ly_447{cursor:default;color:gray;border-color:gray}._deleteButton_1e7ly_447:hover{color:gray;border-color:gray;background-color:#fff}._buttonAddTextUnder_1e7ly_458{position:absolute;top:calc(100% + 26px);left:50%;transform:translate(-50%);font-family:Roboto;font-style:normal;font-weight:400;font-size:13px;line-height:15px;color:#9db8ec;width:max-content;pointer-events:none;text-transform:capitalize}._tournamentActions_1e7ly_474{display:flex;column-gap:8px;padding-left:127px;margin-bottom:10px}._centeredVerticalHorizontal_1e7ly_481{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center}._centeredVerticalHorizontal_1e7ly_481 ._notFoundMessage_1e7ly_490{font-family:Roboto,"sans-serif";font-style:normal;font-weight:500;font-size:22px;color:#000;opacity:.3;margin-bottom:4px}._centeredVerticalHorizontal_1e7ly_481 ._notFoundSuggestion_1e7ly_499{font-family:Roboto;font-style:normal;font-weight:400;font-size:16px;color:#1b2b41b8}._formModal_1e7ly_507{padding:30px 32px 20px}@media (min-width: 1024px){._cards_1e7ly_374{grid-template-columns:repeat(4,1fr)}}@media (min-width: 1366px){._cards_1e7ly_374{grid-template-columns:repeat(5,1fr)}}@media (min-width: 1920px){._cards_1e7ly_374{grid-template-columns:repeat(6,1fr)}}@media (min-width: 2000px){._cards_1e7ly_374{grid-template-columns:repeat(7,1fr)}}._preHeader_hlg02_1{font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;line-height:.6rem;font-weight:500;font-style:normal;letter-spacing:2px;margin-bottom:4px;text-transform:capitalize}@media (min-width: 768px){._preHeader_hlg02_1{font-size:1rem;line-height:1rem}}._headerXl_hlg02_18{font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.725rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerXl_hlg02_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_hlg02_35{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLg_hlg02_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_hlg02_52{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLgInverted_hlg02_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_hlg02_52{text-align:center}._headerMd_hlg02_72{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMd_hlg02_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_hlg02_72{margin-bottom:0}._headerMdInverted_hlg02_92{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMdInverted_hlg02_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_hlg02_92{text-align:center}._textLabel_hlg02_112{margin-bottom:.5rem;color:#000;font-weight:500;font-size:.875rem;white-space:nowrap}._textMsg_hlg02_120{margin-bottom:.5rem;color:#000;font-weight:500;font-size:1rem;white-space:nowrap;text-align:center}._postTitleHeading_hlg02_129{font-family:"Noto Serif",serif;font-size:1.5rem;font-weight:500;color:#000;line-height:2.25rem;text-align:center}._breadText_hlg02_138{font-family:Roboto,serif;font-size:.9375rem;color:#707070;line-height:1.4rem;font-weight:400}._miniLabel_hlg02_146{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#101820;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabel_hlg02_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_hlg02_163{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#436586;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabelLight_hlg02_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_hlg02_180{font-family:Roboto,serif;font-size:.9375rem;color:#36a3f7;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._linkDangerous_hlg02_190{font-family:Roboto,serif;font-size:.9375rem;color:#f3545d;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._textOverLine_hlg02_200{font-family:Roboto,Arial,sans-serif;font-size:.75rem;letter-spacing:.5px;margin-bottom:6px;color:#00000080;text-transform:uppercase}._labelHeaderMd_hlg02_209{font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.17rem;margin-bottom:0}@media (min-width: 768px){._labelHeaderMd_hlg02_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_hlg02_226{color:red;margin-top:.3rem}._linkButton_hlg02_231{font-family:Roboto,"sans-serif";font-style:normal;font-weight:400;font-size:14px;line-height:16px;color:#3275f5;cursor:pointer;border:none;outline:none;line-height:45px;height:45px;padding:0 16px}._categoryInputContainer_hlg02_246 label:last-child{margin-right:0}._preHeader_1ekp8_1{font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;line-height:.6rem;font-weight:500;font-style:normal;letter-spacing:2px;margin-bottom:4px;text-transform:capitalize}@media (min-width: 768px){._preHeader_1ekp8_1{font-size:1rem;line-height:1rem}}._headerXl_1ekp8_18{font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.725rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerXl_1ekp8_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_1ekp8_35{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLg_1ekp8_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_1ekp8_52{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLgInverted_1ekp8_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_1ekp8_52{text-align:center}._headerMd_1ekp8_72{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMd_1ekp8_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_1ekp8_72{margin-bottom:0}._headerMdInverted_1ekp8_92{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMdInverted_1ekp8_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_1ekp8_92{text-align:center}._textLabel_1ekp8_112{margin-bottom:.5rem;color:#000;font-weight:500;font-size:.875rem;white-space:nowrap}._textMsg_1ekp8_120{margin-bottom:.5rem;color:#000;font-weight:500;font-size:1rem;white-space:nowrap;text-align:center}._postTitleHeading_1ekp8_129{font-family:"Noto Serif",serif;font-size:1.5rem;font-weight:500;color:#000;line-height:2.25rem;text-align:center}._breadText_1ekp8_138{font-family:Roboto,serif;font-size:.9375rem;color:#707070;line-height:1.4rem;font-weight:400}._miniLabel_1ekp8_146{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#101820;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabel_1ekp8_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_1ekp8_163{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#436586;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabelLight_1ekp8_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_1ekp8_180{font-family:Roboto,serif;font-size:.9375rem;color:#36a3f7;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._linkDangerous_1ekp8_190{font-family:Roboto,serif;font-size:.9375rem;color:#f3545d;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._textOverLine_1ekp8_200{font-family:Roboto,Arial,sans-serif;font-size:.75rem;letter-spacing:.5px;margin-bottom:6px;color:#00000080;text-transform:uppercase}._labelHeaderMd_1ekp8_209{font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.17rem;margin-bottom:0}@media (min-width: 768px){._labelHeaderMd_1ekp8_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_1ekp8_226{color:red;margin-top:.3rem}._unclaimRoute_1ekp8_231{min-height:100vh;background-color:#fff;flex:1}._unclaimRoute_1ekp8_231 ._header_1ekp8_18{display:flex;align-items:center;justify-content:flex-start;height:46px;margin-top:4px;margin-bottom:21px}._unclaimRoute_1ekp8_231 ._header_1ekp8_18>h2{font-family:Roboto;font-style:normal;font-weight:500;font-size:30px;line-height:35px;color:#424242;margin:0}._unclaimRoute_1ekp8_231 ._top_1ekp8_253{background:#ffffff;padding:10px 74px 4px 40px}._unclaimRoute_1ekp8_231 ._top_1ekp8_253 h3{font-family:Roboto,"sans-serif";font-style:normal;font-weight:400;font-size:20px;color:#424242;margin:35px 0 33px}._unclaimRoute_1ekp8_231 ._top_1ekp8_253 ._topActions_1ekp8_265{display:flex;justify-content:space-between;border-bottom:1px solid #ececec;padding-bottom:13px}._unclaimRoute_1ekp8_231 ._pageBody_1ekp8_271{padding:0 74px 0 50px}._nameCell_1ekp8_275{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:160px;display:inline}._centeredVerticalHorizontal_1ekp8_283{position:absolute;top:70%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center}._centeredVerticalHorizontal_1ekp8_283 ._notFoundMessage_1ekp8_292{font-family:Roboto,"sans-serif";font-style:normal;font-weight:500;font-size:22px;color:#000;opacity:.3;margin-bottom:4px;text-align:center}._centeredVerticalHorizontal_1ekp8_283 ._notFoundSuggestion_1ekp8_302{font-family:Roboto;font-style:normal;font-weight:400;font-size:16px;color:#1b2b41b8;text-align:center;max-width:500px}._claimButton_1ekp8_312{position:fixed;bottom:75px;right:75px;height:53px;line-height:53px}._containerButtons_1ekp8_320{position:fixed;bottom:80px;right:80px;z-index:2100}._containerButtons_1ekp8_320 ._btnClaim_1ekp8_326{box-shadow:0 2px 7px #53535340;font-weight:400;min-height:50px}._modal_1ekp8_332{position:absolute;right:220px;bottom:80px;padding:15px 5px;overflow:visible;min-width:175px}._cellHeadContent_v7gig_1{display:flex}._cellHeadContent_v7gig_1>span{margin-right:9px}._preHeader_fjlij_1{font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;line-height:.6rem;font-weight:500;font-style:normal;letter-spacing:2px;margin-bottom:4px;text-transform:capitalize}@media (min-width: 768px){._preHeader_fjlij_1{font-size:1rem;line-height:1rem}}._headerXl_fjlij_18{font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.725rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerXl_fjlij_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_fjlij_35{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLg_fjlij_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_fjlij_52{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLgInverted_fjlij_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_fjlij_52{text-align:center}._headerMd_fjlij_72{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMd_fjlij_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_fjlij_72{margin-bottom:0}._headerMdInverted_fjlij_92{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMdInverted_fjlij_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_fjlij_92{text-align:center}._textLabel_fjlij_112{margin-bottom:.5rem;color:#000;font-weight:500;font-size:.875rem;white-space:nowrap}._textMsg_fjlij_120{margin-bottom:.5rem;color:#000;font-weight:500;font-size:1rem;white-space:nowrap;text-align:center}._postTitleHeading_fjlij_129{font-family:"Noto Serif",serif;font-size:1.5rem;font-weight:500;color:#000;line-height:2.25rem;text-align:center}._breadText_fjlij_138{font-family:Roboto,serif;font-size:.9375rem;color:#707070;line-height:1.4rem;font-weight:400}._miniLabel_fjlij_146{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#101820;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabel_fjlij_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_fjlij_163{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#436586;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabelLight_fjlij_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_fjlij_180{font-family:Roboto,serif;font-size:.9375rem;color:#36a3f7;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._linkDangerous_fjlij_190{font-family:Roboto,serif;font-size:.9375rem;color:#f3545d;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._textOverLine_fjlij_200{font-family:Roboto,Arial,sans-serif;font-size:.75rem;letter-spacing:.5px;margin-bottom:6px;color:#00000080;text-transform:uppercase}._labelHeaderMd_fjlij_209{font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.17rem;margin-bottom:0}@media (min-width: 768px){._labelHeaderMd_fjlij_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_fjlij_226{color:red;margin-top:.3rem}._container_fjlij_231{background-color:#f6f6f6;font-family:SF Pro Display,sans-serif;min-height:100vh}._userDetailsContainer_fjlij_237{display:flex;flex-direction:column;gap:24px;padding:40px;width:100%;max-width:1230px;margin:auto}@media (min-width: 1024px){._userDetailsContainer_fjlij_237{flex-direction:row}}._userInfoSection_fjlij_252{flex:0 0 300px;display:flex;flex-direction:column;gap:48px;border-radius:8px;background:#fff;padding:32px;box-shadow:0 100px 80px #00000005,0 41.778px 33.422px #00000008,0 22.336px 17.869px #00000008,0 12.522px 10.017px #0000000a,0 6.65px 5.32px #0000000d,0 2.767px 2.214px #00000012}._userInfoSection_fjlij_252 ._avatar_fjlij_262{width:120px;height:120px;border-radius:50%;background:#f5f5f5;margin:0 auto 16px;overflow:hidden}._userInfoSection_fjlij_252 ._avatar_fjlij_262 img{width:100%;height:100%;object-fit:cover}._userInfoSection_fjlij_252 h2{font-size:24px;margin:0 0 8px;font-weight:600;text-align:center}._userInfoSection_fjlij_252 ._email_fjlij_281{color:#666;font-size:14px;text-align:center}._userInfoSection_fjlij_252 ._userInfo_fjlij_252{display:flex;gap:24px}@media (min-width: 1024px){._userInfoSection_fjlij_252 ._userInfo_fjlij_252{flex-direction:column}}._userInfoSection_fjlij_252 ._actions_fjlij_295{display:flex;flex-direction:column;gap:12px}._userInfoSection_fjlij_252 ._actions_fjlij_295 button{width:100%;padding:12px;border-radius:4px;border:none;font-size:14px;cursor:pointer;transition:background-color .2s}._userInfoSection_fjlij_252 ._actions_fjlij_295 button._recoverButton_fjlij_309{background:#f5f5f5;color:#333}._userInfoSection_fjlij_252 ._actions_fjlij_295 button._recoverButton_fjlij_309:hover{background:#e5e5e5}._userInfoSection_fjlij_252 ._actions_fjlij_295 button._deactivateButton_fjlij_316{background:#fff0f0;color:#f44}._userInfoSection_fjlij_252 ._actions_fjlij_295 button._deactivateButton_fjlij_316:hover{background:#ffe0e0}._detailsSection_fjlij_324{flex:1;display:flex;flex-direction:column;gap:16px}._section_fjlij_331{background:#ffffff;border-radius:8px;box-shadow:0 4px 10px #0003;overflow:hidden}._section_fjlij_331 h3{font-size:17px;font-weight:600;margin:0;padding:16px 24px 0;color:#707071;font-size:22px;font-weight:700;line-height:28px;letter-spacing:.8px}._section_fjlij_331 ._content_fjlij_348{padding:16px 24px 24px}._section_fjlij_331 ._row_fjlij_351{display:flex;gap:48px;margin-bottom:24px}._section_fjlij_331 ._row_fjlij_351:last-child{margin-bottom:0}._dataDisplay_fjlij_360{display:flex;flex-direction:column;gap:8px;flex:1}._dataDisplay_fjlij_360 ._labelContainer_fjlij_366{display:flex;align-items:center;gap:8px}._dataDisplay_fjlij_360 ._labelContainer_fjlij_366 ._label_fjlij_209{color:#707071;font-feature-settings:"liga" off,"clig" off;font-family:Roboto;font-size:14px;font-weight:500;letter-spacing:.4px}._dataDisplay_fjlij_360 ._labelContainer_fjlij_366 ._copyButton_fjlij_379{background:none;border:none;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:.6;transition:opacity .2s ease}._dataDisplay_fjlij_360 ._labelContainer_fjlij_366 ._copyButton_fjlij_379:hover{opacity:1}._dataDisplay_fjlij_360 ._labelContainer_fjlij_366 ._copyButton_fjlij_379 ._copyIcon_fjlij_393{font-size:14px}._dataDisplay_fjlij_360 ._value_fjlij_396{color:#10002e;font-family:Roboto;font-size:18px;font-weight:400;line-height:21px;letter-spacing:.2px;margin:0;display:flex;align-items:center;gap:4px;line-height:1}._sendEmailRecoveryModal_fjlij_410{display:flex;flex-direction:column;gap:24px;max-width:380px;text-align:center}._sendEmailRecoveryModal_fjlij_410 ._actions_fjlij_295{display:flex;justify-content:space-between;gap:12px}._container_12m7t_1{display:flex;gap:32px;width:100%}._infoWrapper_12m7t_7{flex:1;display:flex;flex-direction:column;gap:45px;padding-top:5px}._info_12m7t_7 p,._mapHeader_12m7t_15 p{font-weight:500;font-size:14px;line-height:16px;letter-spacing:.4px;color:#707071;margin-bottom:8px}._info_12m7t_7 h4,._mapHeader_12m7t_15 h4{font-weight:400;font-size:20px;line-height:21px;letter-spacing:.2px}._mapWrapper_12m7t_30{flex:1}._mapHeader_12m7t_15{display:flex;align-items:center;justify-content:space-between;margin-bottom:7px}._mapHeader_12m7t_15 p{color:#000;margin-bottom:0}._mapHeader_12m7t_15 span{color:#707071;display:flex;gap:8px;font-weight:500;font-size:15px;line-height:18px}._mapHeader_12m7t_15 svg path{fill:#707071}._map_12m7t_15{border-radius:8px;overflow:hidden;height:397px;margin-bottom:34px}._formattedAddress_12m7t_63{padding-top:8px;display:flex;flex-wrap:wrap;gap:4px}._formattedAddress_12m7t_63 button[type=button]{font-size:12px;border-radius:50px;padding:4px 8px!important;height:auto}._matchesRestrictions_fs2hc_1{display:grid;grid-template-columns:repeat(4,1fr);gap:8px 32px;margin:0 0 24px;background-color:#f6f6f6;padding:16px}._matchesRestrictions_fs2hc_1>div:first-child{grid-column:1/3}._matchesRestrictions_fs2hc_1>div:nth-child(2){grid-column:3/5}._matchesRestrictions_fs2hc_1>div:nth-child(3){grid-column:1/-1}._checkboxGrid_fs2hc_19{display:flex;flex-direction:column;gap:8px}._matchesList_fs2hc_25{display:flex;flex-wrap:wrap;gap:8px}._matchItem_fs2hc_31{display:flex;align-items:center;gap:4px;padding:4px 8px;background-color:#f0f0f0;border-radius:4px;font-size:14px}._matchItem_fs2hc_31 button{background:none;border:none;cursor:pointer;padding:0 4px;font-size:16px;color:#666}._matchItem_fs2hc_31 button:hover{color:#f44}._container_1duae_1{padding:24px 40px;font-family:Inter,sans-serif;background:#f6f6f6}._section_1duae_7{background:#fff;max-width:1200px;margin:0 auto 10px;box-shadow:0 100px 80px #00000005,0 41.778px 33.422px #00000008,0 22.336px 17.869px #00000008,0 12.522px 10.017px #0000000a,0 6.65px 5.32px #0000000d,0 2.767px 2.214px #00000012;border-radius:10px;padding:24px}._section_1duae_7 h2{font-size:22px;font-weight:700;line-height:28px;letter-spacing:.8px;color:#707071}._basicInfo_1duae_25{display:flex;gap:48px}._formFields_1duae_30{display:grid;grid-template-columns:1fr 1fr;gap:16px 48px;flex:1}._formRow_1duae_37{display:grid;grid-template-columns:1fr 1fr;gap:24px}._datePicker_1duae_43{display:flex;flex-direction:column;gap:8px;height:98px}._datePicker_1duae_43 p{color:red;font-size:14px}._threeColumns_1duae_54{grid-column:1/3}._photoUpload_1duae_58{display:flex;flex-direction:column;gap:24px;flex-basis:274px}._restrictions_1duae_65{display:flex;flex-direction:column;gap:8px;height:100%}._restrictMatchesButton_1duae_72{display:flex;align-items:center;gap:8px;padding:8px;border:none;background:none;color:#3275f5;font-size:14px;cursor:pointer;transition:opacity .2s}._restrictMatchesButton_1duae_72:hover{opacity:.8}._restrictMatchesButton_1duae_72 ._icon_1duae_87{font-size:16px}._formGrid_1duae_91{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}@media (min-width: 1024px){._formGrid_1duae_91{grid-template-columns:repeat(3,1fr)}}._checkboxGrid_1duae_102{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media (min-width: 1024px){._checkboxGrid_1duae_102{grid-template-columns:repeat(3,1fr)}}._actions_1duae_113{display:flex;justify-content:space-between;gap:16px}._matchesRestrictions_1duae_119{display:grid;grid-template-columns:repeat(4,1fr);gap:8px 32px;margin:0 0 24px;background-color:#f6f6f6;padding:16px}._matchesRestrictions_1duae_119>div:first-child{grid-column:1/3}._matchesRestrictions_1duae_119>div:nth-child(2){grid-column:3/5}._matchesRestrictions_1duae_119>div:nth-child(3){grid-column:1/-1}._checkboxGrid_1duae_102{display:flex;flex-direction:column;gap:8px}._matchesList_1duae_143{display:flex;flex-wrap:wrap;gap:8px}._matchItem_1duae_149{display:flex;align-items:center;gap:4px;padding:4px 8px;background-color:#f0f0f0;border-radius:4px;font-size:14px}._matchItem_1duae_149 button{background:none;border:none;cursor:pointer;padding:0 4px;font-size:16px;color:#666}._matchItem_1duae_149 button:hover{color:#f44}._preHeader_jfues_1{font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;line-height:.6rem;font-weight:500;font-style:normal;letter-spacing:2px;margin-bottom:4px;text-transform:capitalize}@media (min-width: 768px){._preHeader_jfues_1{font-size:1rem;line-height:1rem}}._headerXl_jfues_18{font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.725rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerXl_jfues_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_jfues_35{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#fff;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLg_jfues_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_jfues_52{font-family:Roboto,Arial,sans-serif;font-size:1rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.3rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerLgInverted_jfues_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_jfues_52{text-align:center}._headerMd_jfues_72{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMd_jfues_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_jfues_72{margin-bottom:0}._headerMdInverted_jfues_92{font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:.975rem;margin-bottom:1.7rem}@media (min-width: 768px){._headerMdInverted_jfues_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_jfues_92{text-align:center}._textLabel_jfues_112{margin-bottom:.5rem;color:#000;font-weight:500;font-size:.875rem;white-space:nowrap}._textMsg_jfues_120{margin-bottom:.5rem;color:#000;font-weight:500;font-size:1rem;white-space:nowrap;text-align:center}._postTitleHeading_jfues_129{font-family:"Noto Serif",serif;font-size:1.5rem;font-weight:500;color:#000;line-height:2.25rem;text-align:center}._breadText_jfues_138{font-family:Roboto,serif;font-size:.9375rem;color:#707070;line-height:1.4rem;font-weight:400}._miniLabel_jfues_146{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#101820;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabel_jfues_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_jfues_163{font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-weight:700;font-style:normal;color:#436586;text-transform:capitalize;line-height:.375rem;margin-bottom:1.7rem}@media (min-width: 768px){._miniLabelLight_jfues_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_jfues_180{font-family:Roboto,serif;font-size:.9375rem;color:#36a3f7;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._linkDangerous_jfues_190{font-family:Roboto,serif;font-size:.9375rem;color:#f3545d;line-height:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}._textOverLine_jfues_200{font-family:Roboto,Arial,sans-serif;font-size:.75rem;letter-spacing:.5px;margin-bottom:6px;color:#00000080;text-transform:uppercase}._labelHeaderMd_jfues_209{font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-weight:700;font-style:normal;color:#000;text-transform:capitalize;line-height:1.17rem;margin-bottom:0}@media (min-width: 768px){._labelHeaderMd_jfues_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_jfues_226{color:red;margin-top:.3rem}._container_jfues_231{min-height:100vh;background-color:#f6f6f6;font-family:Roboto,sans-serif}._headerWrapper_jfues_237{background-color:#fff;padding:0 40px;margin-top:-1px}._header_jfues_18{border-top:1px solid #ececec;padding:24px 0;display:flex;justify-content:space-between;align-items:flex-end;gap:16px}._container_qrnnx_1{padding-right:42px}._container_qrnnx_1 label{font-weight:500;font-size:14px;line-height:16px;letter-spacing:.4px;padding-bottom:8px;display:block}._filters_qrnnx_13{display:flex;gap:16px}._container_9i0ny_1{display:flex;flex-direction:column;gap:24px}._container_9i0ny_1 h2{color:#424242;text-align:center;font-size:27px;font-style:normal;font-weight:500;line-height:normal}._actions_9i0ny_15{display:flex;justify-content:space-between;padding-top:40px}._container_boqsl_1{min-height:100vh;background-color:#f6f6f6;font-family:Roboto,sans-serif}._headerWrapper_boqsl_7{background-color:#fff;padding:0 40px;margin-top:-1px}._header_boqsl_7{border-top:1px solid #ececec;padding:24px 0;display:flex;justify-content:space-between;align-items:flex-end;gap:30px}._loading_boqsl_22{display:flex;justify-content:center;align-items:center;height:calc(100vh - 72px)}._noData_boqsl_29{display:flex;flex-direction:column;align-items:center;justify-content:center;height:calc(100vh - 92px);gap:12px}._noData_boqsl_29 p{font-size:22px;font-style:normal;font-weight:500;opacity:.3}._content_boqsl_44{padding:24px 40px 40px;min-height:calc(100vh - 213px)}.ReactTable ._videoPreview_boqsl_49 img{object-fit:cover;width:100%;height:100%}.ReactTable ._videoPreview_boqsl_49.cell{border-radius:4px;height:80px;padding:16px}._container_15eyz_1{display:flex;flex-direction:column;gap:24px}._container_15eyz_1 h2{color:#424242;text-align:center;font-size:27px;font-style:normal;font-weight:500;line-height:normal}._actions_15eyz_15{display:flex;justify-content:space-between;padding-top:16px}._container_1hhzh_1{min-height:100vh;background-color:#f6f6f6;font-family:Roboto,sans-serif}._headerWrapper_1hhzh_7{background-color:#fff;padding:0 40px;margin-top:-1px}._header_1hhzh_7{border-top:1px solid #ececec;padding:24px 0;display:flex;justify-content:space-between;align-items:flex-end;gap:16px}._loading_1hhzh_22{margin-top:271px}._noData_1hhzh_26{display:flex;flex-direction:column;align-items:center;justify-content:center;height:calc(100vh - 92px);gap:12px}._noData_1hhzh_26 p{font-size:22px;font-style:normal;font-weight:500;opacity:.3}._content_1hhzh_41{padding:24px 40px 40px;min-height:calc(100vh - 213px)}/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}*{box-sizing:border-box}*:before,*:after{box-sizing:border-box}:global #content-below-header{min-height:100vh}html{font-family:Roboto,Arial,sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}html,body,h1,h2,h3,h4,h5,h6,p,blockquote,pre,dl,dd,form,table,th,td,caption,hr,figure{margin:0;padding:0}button,a{cursor:pointer;border:0;padding:0;background-color:transparent}a{text-decoration:none}h1,h2,h3,h4,h5{margin:0 0 .6rem}h4,h5{margin:0}p{margin:0 0 .4rem}html{font-size:100%}h1{font-size:2.875rem}h2{font-size:2rem}h3{font-size:1.5rem}h4{font-size:1.07rem}h5{font-size:1rem}p,div,span{font-size:100%}/*!
 * Font Awesome Free 5.6.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;src:url(/assets/fa-solid-900-48de42e4.eot);src:url(/assets/fa-solid-900-48de42e4.eot?#iefix) format("embedded-opentype"),url(/assets/fa-solid-900-92d76da7.woff) format("woff"),url(/assets/fa-solid-900-35351960.ttf) format("truetype"),url(/assets/fa-solid-900-f4e14d85.svg#fontawesome) format("svg")}@font-face{font-family:FromtheStarts;src:url("/assets/Typodermic - FromtheStarsSb-Italic-327532d2.otf") format("opentype")}
