@mixin bp($class){@else{@warn "Breakpoint mixin supports: xs, s, md, l, xl, xxl, xxxl, hd, l-hd"}}@mixin bp-only($class){@else{@warn "Breakpoint mixin supports: mobile, tablet, desktop"}}@mixin transition($type: ""){@if $type != ""{transition:$type .3s ease-in-out}@else{transition:all .3s ease-in-out}}$base:16;$columns:12;$container-gutter:10rem;$min-container-gutter:3.75rem;$gutter-width:1.875rem;$gutter-width-large:4.085rem;$max-full-hd-width:120rem;$grid-max-width:115rem;$small-s:20;$s:25.875;$s-max:47.9375;$m:48;$m-max:74.9375;$l:75;$l-max:85.3125;$xl:85.375;$xl-max:89.9375;$xxl:90;$xxl-max:99.9375;$xxxl:100;$xxxl-max:119.9375;$hd:120;$l-hd:125;$screen-xs:$small-s * 1rem;$screen-s:$s * 1rem;$screen-s-max:$s-max * 1rem;$screen-m:$m * 1rem;$screen-m-max:$m-max * 1rem;$screen-l:$l * 1rem;$screen-l-max:$l-max * 1rem;$screen-xl:$xl * 1rem;$screen-xl-max:$xl-max * 1rem;$screen-xxl:$xxl * 1rem;$screen-xxl-max:$xxl-max * 1rem;$screen-xxxl:$xxxl * 1rem;$screen-xxxl-max:$xxxl-max * 1rem;$screen-hd:$hd * 1rem;$screen-l-hd:$l-hd * 1rem;.grid{margin-left:auto;margin-right:auto;max-width:115rem;@include bp(l-hd){max-width:120rem}padding-left:1.875rem;padding-left:clamp(1.875rem,4vw,10rem);padding-right:1.875rem;padding-right:clamp(1.875rem,4vw,10rem);width:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#000;color:#fff;font-family:Lato,sans-serif;height:100%;margin:0;width:100%}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App_container__4L7Vo{align-items:center;background:#000 url(/static/media/q3logo.6b470c41476ed665be0d.jpg) 50% repeat fixed;display:flex;flex-direction:column;width:100%}@media(max-width:47.9375rem){.App_container__4L7Vo{background-size:contain}}.HomaPage_homepageHeader__F8Vlr,.HomaPage_homepage__QvAlO{align-items:center;display:flex;flex-direction:column;justify-content:center}.HomaPage_homepageHeader__F8Vlr{margin-bottom:2rem;text-align:center}@media(min-width:75rem){.HomaPage_homepageHeader__F8Vlr{margin-bottom:5rem}}.HomaPage_homepageHeader__F8Vlr h1{font-size:2rem}@media(min-width:75rem){.HomaPage_homepageHeader__F8Vlr h1{font-size:4rem}}.HomaPage_homepageHeaderBtns__DQYrq{display:flex;flex-wrap:wrap;gap:5px;justify-content:center}.HomaPage_generalTable__GhDqo{display:flex;flex-direction:column;margin:20px auto;width:100%}.HomaPage_generalTableTitle__6I9Qj{cursor:pointer;font-size:20px;font-weight:700;margin:25px 0 25px 25px}.HomaPage_generalTableChevron__h8IOy{cursor:pointer;display:inline-block;font-size:20px;font-weight:700;height:20px;position:relative;width:20px}.HomaPage_generalTableChevron__h8IOy:after{content:">";left:50%;position:absolute;top:0;transition:all .3s ease-in-out}.HomaPage_generalTableChevronUp__bC1ir:after{rotate:-90deg}.HomaPage_generalTableChevronDown__Lxhrx:after{rotate:90deg}.HomaPage_generalTableContent__3KnjE{display:flex;transition:all .3s ease-in-out}.HomaPage_generalTableContentHidden__fo7rc{height:0;opacity:0;z-index:-1}.HomaPage_generalTableContentShow__3mF3Y{height:auto;opacity:1}@media(max-width:47.9375rem){.GeneralTable_resultTable__JaQCu{-webkit-overflow-scrolling:touch;grid-auto-columns:42%;grid-auto-flow:column;justify-content:flex-start;margin:0 auto;min-height:100%;overflow-x:scroll;width:90vw}}@media(min-width:75rem){.GeneralTable_resultTable__JaQCu{width:100%}}.Login_loginContainer__XoZYG{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;position:relative;width:100%}.Login_loginContainer__XoZYG h2{color:#fff;margin-top:0}.Login_loginContainerError__0W0Nu{bottom:-50px;color:red;margin-top:10px;position:absolute}.Login_loginContainerBtn__HyR7l{margin:10px auto 0;width:70%!important}.Login_form__qvtDo{grid-gap:1rem;align-items:center;display:grid;flex-direction:column;gap:1rem;grid-template-columns:repeat(1,1fr);grid-template-rows:repeat(3,1fr);justify-content:center;width:100%}.Login_formInput__mdip1{border:1px solid #000;border-radius:4px;height:44px;justify-self:center;padding:0 16px;width:50%}.ModalComponent_modal__z6-gl{color:#fff;height:100%;position:relative;width:100%;z-index:2}.ModalComponent_modalContainer__yuUGR{align-items:flex-start;background-color:#000;border:1px solid #fffc;display:flex;height:auto;justify-content:center;left:50%;padding:30px 10px;position:absolute;top:10%;transform:translateX(-50%);width:90%}@media(max-width:47.9375rem){.ModalComponent_modalContainer__yuUGR{max-height:75%;overflow:hidden;overflow-y:auto}}@media(min-width:75rem){.ModalComponent_modalContainer__yuUGR{height:auto;min-width:450px;padding:55px;width:auto}}.ModalComponent_modalContainerBackdrop__orUhZ{background-color:#000c;height:100%;left:0;position:fixed;top:0;width:100%;z-index:2}.ModalComponent_modalContent__6x9Yn{align-items:center;display:flex;height:100%;justify-content:center}.ModalComponent_modalClose__RvLJc{align-items:center;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:700;height:20px;justify-content:center;position:absolute;right:12px;top:12px;width:20px;z-index:1}@media(min-width:75rem){.ModalComponent_modalClose__RvLJc{right:-45px;top:-45px}}.Button_btn__qNQ62{border-radius:4px;cursor:pointer;height:44px;width:150px}.AddTeam_addTeam__rz8Eg{color:#fff;display:flex;padding:20px 0}@media(max-width:47.9375rem){.AddTeam_addTeam__rz8Eg{margin:0 auto;width:90%}}.AddTeam_addTeamInpotWrapper__mNWpH{margin-right:20px}.AddMatch_container__YFdlc{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.AddMatch_containerForm__FDxH1{width:100%}.AddMatch_containerWrapper__OgFBB{display:flex;justify-content:space-between;margin:0 0 20px}.AddMatch_containerLabel__03cOk{align-items:center;display:flex;flex:1 1;font-size:25px;margin-right:7px}.AddMatch_containerSelect__Vy\+\+D{flex:1 1;height:44px;width:100%}.AddMatch_containerChoosePlayers__eAUD4{display:flex;justify-content:space-between;margin:18px 0}.AddMatch_containerButtons__hrSVi,.MatchList_container__sZEgT{display:flex;justify-content:center}.MatchList_container__sZEgT{align-items:center;flex-direction:column;width:100%}.MatchList_containerTitle__dj9sX{font-size:2rem}.MatchList_containerList__zaTEl{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(1,1fr);list-style:none;padding:0 10px;width:90%}@media(min-width:75rem){.MatchList_containerList__zaTEl{gap:50px 35px;grid-template-columns:repeat(2,1fr);max-width:1200px;padding:0 45px}}.MatchList_containerListItem__zDAb\+{display:flex;flex-direction:column}@media(min-width:85.375rem){.MatchList_containerListItem__zDAb\+{min-width:487px}}.MatchList_containerListItemTitle__fh2W4{display:flex;justify-content:space-between}.MatchList_containerListItemDate__KNFUw{display:flex;font-size:1.2rem}.MatchList_containerListItemDateTitle__N6fXD{font-weight:700;margin-right:20px}.MatchList_containerListItemButtons__QE6EP{align-items:center;display:flex;gap:5px;justify-content:center}.MatchList_containerListItemButtonsBtn__zVTFd{height:27px;width:70px}.MatchList_containerMatch__kUlYM{display:flex;justify-content:space-between;width:100%}.MatchList_containerMatchScore__EzPUJ{align-items:flex-start;display:flex;flex:1 1;justify-content:center;margin:0}@media(min-width:75rem){.MatchList_containerMatchScore__EzPUJ{margin:0 25px}}.MatchList_containerMatchScoreDivider__CmdVj{align-items:flex-start;display:flex;font-size:1.5rem;height:100%;justify-content:center;padding:0 15px}@media(min-width:75rem){.MatchList_containerMatchScoreDivider__CmdVj{font-size:3rem}}.MatchList_containerMatchScreens__LG7kK{grid-gap:20px;display:grid;flex:1 1;gap:20px;grid-template-columns:repeat(2,1fr);padding:0 0 25px}.MatchList_containerMatchScoreScreenContainer__gZ5Oo,.MatchList_containerTeam__S2CyX{display:flex;flex-direction:column}.MatchList_containerTeam__S2CyX{flex:1 1}.MatchList_containerTeamName__2AJA\+{align-items:center;border-bottom:2px solid #ffffff80;display:flex;font-size:1.2rem;font-weight:700;padding-bottom:8px}.MatchList_containerTeamNameHome__VswZV{justify-content:flex-start}.MatchList_containerTeamNameAway__xz12k{justify-content:flex-end;text-align:end}.MatchList_containerTeamScore__yEk6w{font-size:1.5rem}@media(min-width:75rem){.MatchList_containerTeamScore__yEk6w{font-size:3rem}}.MatchList_containerTeamPlayers__SmC4e{display:flex;flex-direction:column}.MatchList_containerTeamPlayers__SmC4e p{padding:0}.MatchList_containerTeamPlayersHome__wzRvp{align-items:flex-start;text-align:start}.MatchList_containerTeamPlayersAway__K92jt{align-items:flex-end;text-align:end}.MatchList_filterButtons__VSkhr{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-bottom:20px;width:80%}.MatchList_filterButtons__VSkhr .MatchList_filterButton__9Zxvd{background-color:#333;border:none;border-radius:5px;color:#fff;cursor:pointer;padding:8px 16px;transition:background-color .3s}.MatchList_filterButtons__VSkhr .MatchList_filterButton__9Zxvd.MatchList_active__l0Vrx{background-color:#555}.MatchList_filterButtons__VSkhr .MatchList_filterButton__9Zxvd:hover{background-color:#444}.EditMatch_container__Mcfy2{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.EditMatch_containerForm__SWnbJ{width:100%}.EditMatch_containerWrapper__lebAZ{display:flex;justify-content:space-between;margin:0 0 20px}.EditMatch_containerLabel__Z-bXp{align-items:center;display:flex;flex:1 1;font-size:25px;margin-right:7px}.EditMatch_containerSelect__a7y7d{flex:1 1;height:44px;width:100%}.EditMatch_containerChoosePlayers__zw2T7{display:flex;gap:20px;justify-content:space-between;margin:25px 0}.EditMatch_containerChoosePlayersWrapper__Bc46\+{display:flex;flex:1 1;flex-direction:column}.EditMatch_containerChoosePlayersWrapperHome__QnzyG{justify-content:flex-start}.EditMatch_containerChoosePlayersWrapperAway__H9byX{justify-content:flex-end}.EditMatch_containerButtons__oua9M{display:flex;justify-content:center;margin-top:30px}@-webkit-keyframes closeWindow{0%{opacity:1}to{opacity:0}}@keyframes closeWindow{0%{opacity:1}to{opacity:0}}.ril__outer{-ms-content-zooming:none;-ms-touch-select:none;background-color:#000000d9;bottom:0;height:100%;left:0;outline:none;right:0;top:0;-ms-touch-action:none;touch-action:none;-ms-user-select:none;width:100%;z-index:1000}.ril__outerClosing{opacity:0}.ril__image,.ril__imageNext,.ril__imagePrev,.ril__inner{bottom:0;left:0;position:absolute;right:0;top:0}.ril__image,.ril__imageNext,.ril__imagePrev{-ms-content-zooming:none;-ms-touch-select:none;margin:auto;max-width:none;-ms-touch-action:none;touch-action:none;-ms-user-select:none}.ril__imageDiscourager{background-position:50%;background-repeat:no-repeat;background-size:contain}.ril__navButtons{border:none;bottom:0;cursor:pointer;height:34px;margin:auto;opacity:.7;padding:40px 30px;position:absolute;top:0;width:20px}.ril__navButtons:hover{opacity:1}.ril__navButtons:active{opacity:.7}.ril__navButtonPrev{background:#0003 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIzNCI+PHBhdGggZD0ibTE5IDMtMi0yTDEgMTdsMTYgMTYgMS0xTDMgMTcgMTggMnoiIGZpbGw9IiNGRkYiLz48L3N2Zz4=) no-repeat 50%;left:0}.ril__navButtonNext{background:#0003 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIzNCI+PHBhdGggZD0ibTEgMyAyLTIgMTYgMTZMMyAzM2wtMS0xIDE1LTE1TDIgMnoiIGZpbGw9IiNGRkYiLz48L3N2Zz4=) no-repeat 50%;right:0}.ril__downloadBlocker{background-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);background-size:cover;bottom:0;left:0;position:absolute;right:0;top:0}.ril__caption,.ril__toolbar{-ms-flex-pack:justify;background-color:#00000080;display:-ms-flexbox;display:flex;justify-content:space-between;left:0;position:absolute;right:0}.ril__caption{bottom:0;max-height:150px;overflow:auto}.ril__captionContent{color:#fff;padding:10px 20px}.ril__toolbar{height:50px;top:0}.ril__toolbarSide{height:50px;margin:0}.ril__toolbarLeftSide{-ms-flex:0 1 auto;flex:0 1 auto;overflow:hidden;padding-left:20px;padding-right:0;text-overflow:ellipsis}.ril__toolbarRightSide{-ms-flex:0 0 auto;flex:0 0 auto;padding-left:0;padding-right:20px}.ril__toolbarItem{color:#fff;display:inline-block;font-size:120%;line-height:50px;max-width:100%;overflow:hidden;padding:0;text-overflow:ellipsis;white-space:nowrap}.ril__toolbarItemChild{vertical-align:middle}.ril__builtinButton{border:none;cursor:pointer;height:35px;opacity:.7;width:40px}.ril__builtinButton:hover{opacity:1}.ril__builtinButton:active{outline:none}.ril__builtinButtonDisabled{cursor:default;opacity:.5}.ril__builtinButtonDisabled:hover{opacity:.5}.ril__closeButton{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PHBhdGggZD0ibTEgMyAxLjI1LTEuMjUgNy41IDcuNSA3LjUtNy41TDE4LjUgMyAxMSAxMC41bDcuNSA3LjUtMS4yNSAxLjI1LTcuNS03LjUtNy41IDcuNUwxIDE4bDcuNS03LjVMMSAzeiIgZmlsbD0iI0ZGRiIvPjwvc3ZnPg==) no-repeat 50%}.ril__zoomInButton{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGcgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PHBhdGggZD0ibTEgMTkgNi02TTkgOGg2TTEyIDV2NiIvPjwvZz48Y2lyY2xlIGN4PSIxMiIgY3k9IjgiIHI9IjciIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9zdmc+) no-repeat 50%}.ril__zoomOutButton{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGcgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PHBhdGggZD0ibTEgMTkgNi02TTkgOGg2Ii8+PC9nPjxjaXJjbGUgY3g9IjEyIiBjeT0iOCIgcj0iNyIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiLz48L3N2Zz4=) no-repeat 50%}.ril__outerAnimating{-webkit-animation-name:closeWindow;animation-name:closeWindow}@-webkit-keyframes pointFade{0%,19.999%,to{opacity:0}20%{opacity:1}}@keyframes pointFade{0%,19.999%,to{opacity:0}20%{opacity:1}}.ril__loadingCircle{height:60px;position:relative;width:60px}.ril__loadingCirclePoint{height:100%;left:0;position:absolute;top:0;width:100%}.ril__loadingCirclePoint:before{-webkit-animation:pointFade .8s ease-in-out infinite both;animation:pointFade .8s ease-in-out infinite both;background-color:#fff;border-radius:30%;content:"";display:block;height:30%;margin:0 auto;width:11%}.ril__loadingCirclePoint:first-of-type{-webkit-transform:rotate(0deg);transform:rotate(0deg)}.ril__loadingCirclePoint:first-of-type:before,.ril__loadingCirclePoint:nth-of-type(7):before{-webkit-animation-delay:-.8s;animation-delay:-.8s}.ril__loadingCirclePoint:nth-of-type(2){-webkit-transform:rotate(30deg);transform:rotate(30deg)}.ril__loadingCirclePoint:nth-of-type(8){-webkit-transform:rotate(210deg);transform:rotate(210deg)}.ril__loadingCirclePoint:nth-of-type(2):before,.ril__loadingCirclePoint:nth-of-type(8):before{-webkit-animation-delay:-666ms;animation-delay:-666ms}.ril__loadingCirclePoint:nth-of-type(3){-webkit-transform:rotate(60deg);transform:rotate(60deg)}.ril__loadingCirclePoint:nth-of-type(9){-webkit-transform:rotate(240deg);transform:rotate(240deg)}.ril__loadingCirclePoint:nth-of-type(3):before,.ril__loadingCirclePoint:nth-of-type(9):before{-webkit-animation-delay:-533ms;animation-delay:-533ms}.ril__loadingCirclePoint:nth-of-type(4){-webkit-transform:rotate(90deg);transform:rotate(90deg)}.ril__loadingCirclePoint:nth-of-type(10){-webkit-transform:rotate(270deg);transform:rotate(270deg)}.ril__loadingCirclePoint:nth-of-type(10):before,.ril__loadingCirclePoint:nth-of-type(4):before{-webkit-animation-delay:-.4s;animation-delay:-.4s}.ril__loadingCirclePoint:nth-of-type(5){-webkit-transform:rotate(120deg);transform:rotate(120deg)}.ril__loadingCirclePoint:nth-of-type(11){-webkit-transform:rotate(300deg);transform:rotate(300deg)}.ril__loadingCirclePoint:nth-of-type(11):before,.ril__loadingCirclePoint:nth-of-type(5):before{-webkit-animation-delay:-266ms;animation-delay:-266ms}.ril__loadingCirclePoint:nth-of-type(6){-webkit-transform:rotate(150deg);transform:rotate(150deg)}.ril__loadingCirclePoint:nth-of-type(12){-webkit-transform:rotate(330deg);transform:rotate(330deg)}.ril__loadingCirclePoint:nth-of-type(12):before,.ril__loadingCirclePoint:nth-of-type(6):before{-webkit-animation-delay:-133ms;animation-delay:-133ms}.ril__loadingCirclePoint:nth-of-type(7){-webkit-transform:rotate(180deg);transform:rotate(180deg)}.ril__loadingCirclePoint:nth-of-type(13){-webkit-transform:rotate(1turn);transform:rotate(1turn)}.ril__loadingCirclePoint:nth-of-type(13):before,.ril__loadingCirclePoint:nth-of-type(7):before{-webkit-animation-delay:0ms;animation-delay:0ms}.ril__loadingContainer{bottom:0;left:0;position:absolute;right:0;top:0}.ril__imageNext .ril__loadingContainer,.ril__imagePrev .ril__loadingContainer{display:none}.ril__errorContainer{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;bottom:0;color:#fff;display:-ms-flexbox;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0}.ril__imageNext .ril__errorContainer,.ril__imagePrev .ril__errorContainer{display:none}.ril__loadingContainer__icon{color:#fff;left:50%;position:absolute;top:50%;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.TeamPage_container__3WMpO{align-items:center;display:flex;flex-direction:column;width:100%}.TeamPage_containerTitle__jXEfH{font-size:4rem;margin-bottom:15px}.TeamPage_containerInput__4kiUx{margin-bottom:15px}.TeamPage_containerForm__CUhom{align-items:center;display:flex;flex-direction:column;margin-top:15px}.TeamPage_containerButtons__0VVff{display:flex;gap:5px}.TeamPage_containerMatchesList__sOA-Q,.TeamPage_containerPlayersList__5hFeN{display:flex;flex-direction:column;list-style:none;padding:0 25px;width:90%}@media(min-width:75rem){.TeamPage_containerMatchesList__sOA-Q,.TeamPage_containerPlayersList__5hFeN{width:30%}}@media(min-width:100rem){.TeamPage_containerMatchesList__sOA-Q,.TeamPage_containerPlayersList__5hFeN{width:20%}}.TeamPage_containerPlayersListTitle__tSU2a{font-size:3rem;margin-bottom:15px}.TeamPage_containerPlayersListItem__2Nlbh{display:flex;font-size:2rem;justify-content:center;margin-bottom:25px;width:100%}.TeamPage_containerPlayersListItemAdmin__sPJ1T{justify-content:space-between}.TeamPage_containerPlayersListItemBtn__P7ZxE{width:70px}.TeamPage_containerMatchesListItem__HE4wr{display:flex;justify-content:space-between;margin:15px}.TeamPage_containerMatchesListItemDetails__nRlCQ{display:flex}.TeamPage_containerMatchesListItemDetails__nRlCQ div{padding:0 5px}.TeamPage_containerMatchesListTitle__8IkyQ{font-size:2rem;margin:45px 0 0}.Menu_menu__vkBMv{background-color:#333;padding:1rem}.Menu_menu__vkBMv ul{display:flex;gap:1rem;justify-content:center;list-style:none;margin:0;padding:0}.Menu_menu__vkBMv li a{color:#fff;text-decoration:none}.Menu_menu__vkBMv li a:hover{text-decoration:underline}.TeamsPage_container__jNCK6{align-items:center;display:flex;flex-direction:column;flex-wrap:wrap;font-size:22px;justify-content:center;width:90%}@media(min-width:75rem){.TeamsPage_container__jNCK6{flex-direction:row}}.TeamsPage_container__jNCK6 div{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}@media(min-width:75rem){.TeamsPage_container__jNCK6 div{width:33%}}.TeamsPage_teamCard__br3\+p{width:100%}.TeamsPage_teamCard__br3\+p p{margin:0}.TeamsPage_teamCard__br3\+p h4{margin:25px 0 0}.TeamsPage_teamCard__br3\+p h2{margin:35px 0 15px}.ArchivedQuarterPage_container__pcdpN{color:#fff;padding:20px}.ArchivedQuarterPage_quarterButtons__dEFPk{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px}.ArchivedQuarterPage_tableContainer__OEMmg{margin-top:20px}.Regulations_container__hT3S0{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;padding:0 19px}@media(max-width:47.9375rem){.Regulations_container__hT3S0{position:relative}}@media(min-width:75rem){.Regulations_container__hT3S0{padding:0;width:50vw}}.Regulations_container__hT3S0 h2{display:flex;font-size:3rem;justify-content:center;text-align:center;width:100%}.Regulations_containerParagraph__qyKxM{font-size:20px;line-height:38px}.Regulations_container__hT3S0 table{border:1px solid #ddd;border-collapse:collapse;width:100%}.Regulations_container__hT3S0 table tbody tr{height:40px}.Regulations_container__hT3S0 table tbody tr td{background:#0000;min-width:250px;padding:8px;transition:all .3s ease-in-out}.Regulations_container__hT3S0 table tbody tr td:hover{background:#5f5f5f80}.Regulations_containerImagePreview__PRbhj{background-position:50%;background-repeat:no-repeat;background-size:cover;border:2px solid #000;display:none;height:190px;left:0;pointer-events:none;position:absolute;top:0;width:335px;z-index:1000}@media(min-width:75rem){.Regulations_containerImagePreview__PRbhj{height:300px;width:500px}}@media(max-width:47.9375rem){.Regulations_containerTable__Rqfzq{-webkit-overflow-scrolling:touch;grid-auto-columns:42%;grid-auto-flow:column;justify-content:flex-start;margin:0 auto;min-height:100%;overflow:hidden;overflow-x:scroll;width:90vw}}@media(min-width:75rem){.Regulations_containerTable__Rqfzq{margin:0 auto}}.Regulations_containerTableHeader__KIcUG{background:#5f5f5fb3;font-size:1.5rem;text-align:center}.Regulations_containerRowCollapsed__jC2JF{background:#000;font-size:1.2rem;height:50px;text-align:center}.Regulations_containerItdmList__evqtf{text-align:center}.Regulations_containerInfo__RSZfL{font-size:11px;margin:25px 0;text-align:right;width:100%}@media(min-width:75rem){.Regulations_containerInfo__RSZfL{font-size:16px;text-align:center}}.Regulations_languageToggle__a8wC9{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin:30px auto;width:80%}.Regulations_languageToggleButton__wSjlA{background-color:#333;border:none;border-radius:5px;color:#fff;cursor:pointer;padding:8px 16px;transition:background-color .3s}.Regulations_languageToggleButton__wSjlA.Regulations_active__4NtbI{background-color:#555}.Regulations_languageToggleButton__wSjlA:hover{background-color:#444}
/*# sourceMappingURL=main.e985d87e.css.map*/