.Header-module__hBw1pG__header{z-index:1000;width:100%;transition:transform .3s ease-in-out;position:-webkit-sticky;position:sticky;top:0}.Header-module__hBw1pG__headerHidden{transform:translateY(-100%)}.Header-module__hBw1pG__navBar{background:#fff;border-bottom:1px solid #eee}.Header-module__hBw1pG__navBarInner{justify-content:space-between;align-items:center;gap:30px;height:70px;padding:0 20px;display:flex}.Header-module__hBw1pG__navLogo{flex-shrink:0;align-items:center;display:flex}.Header-module__hBw1pG__navLogoImage{object-fit:contain;width:auto;height:100px}.Header-module__hBw1pG__nav{flex:1;justify-content:center;align-items:center;gap:35px;display:flex}.Header-module__hBw1pG__nav a{font-family:var(--font-sans-condensed);color:#000;text-transform:uppercase;letter-spacing:.15em;white-space:nowrap;padding:4px 0;font-size:.85rem;font-weight:700;text-decoration:none;transition:color .2s;position:relative}.Header-module__hBw1pG__nav a:hover{color:var(--primary-red)}.Header-module__hBw1pG__navLinkActive{color:var(--primary-red)!important}.Header-module__hBw1pG__navLinkActive:after{content:"";background:var(--primary-red);height:2px;position:absolute;bottom:-4px;left:0;right:0}.Header-module__hBw1pG__navRight{flex-shrink:0;align-items:center;gap:18px;display:flex}.Header-module__hBw1pG__adminLink{font-family:var(--font-sans-condensed);color:var(--primary-red);text-transform:uppercase;letter-spacing:.1em;font-size:.75rem;font-weight:700;text-decoration:none;transition:opacity .2s}.Header-module__hBw1pG__adminLink:hover{opacity:.8}.Header-module__hBw1pG__authLink{font-family:var(--font-sans-condensed);color:#555;text-transform:uppercase;letter-spacing:.1em;cursor:pointer;background:0 0;border:none;font-size:.75rem;font-weight:700;text-decoration:none;transition:color .2s}.Header-module__hBw1pG__authLink:hover{color:#000}.Header-module__hBw1pG__searchBtn{cursor:pointer;color:#000;background:0 0;border:none;align-items:center;padding:0;transition:color .2s;display:flex}.Header-module__hBw1pG__searchBtn:hover{color:var(--primary-red)}.Header-module__hBw1pG__subNavBar{background:#fff;border-bottom:2px solid #eee}.Header-module__hBw1pG__subNavContent{max-width:1400px;margin:0 auto}.Header-module__hBw1pG__subNav{scrollbar-width:none;justify-content:center;gap:25px;padding:12px 0;display:flex;overflow-x:auto}.Header-module__hBw1pG__subNav::-webkit-scrollbar{display:none}.Header-module__hBw1pG__subNavLink{font-family:var(--font-inter);color:#707070;text-transform:uppercase;letter-spacing:1.5px;white-space:nowrap;padding:5px 0;font-size:.8rem;font-weight:700;text-decoration:none;transition:all .2s}.Header-module__hBw1pG__subNavLink:hover{color:var(--black)}.Header-module__hBw1pG__subNavLinkActive{color:var(--black);position:relative}.Header-module__hBw1pG__subNavLinkActive:after{content:"";background:var(--primary-red);height:3px;position:absolute;bottom:-15px;left:0;right:0}.Header-module__hBw1pG__userMenuContainer{align-items:center;display:flex;position:relative}.Header-module__hBw1pG__userBtn{cursor:pointer;background:0 0;border:none;border-radius:50px;align-items:center;gap:8px;padding:4px 8px;transition:background .2s;display:flex}.Header-module__hBw1pG__userBtn:hover{background:#f5f5f5}.Header-module__hBw1pG__avatar{background:var(--black);color:#fff;text-transform:uppercase;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:.75rem;font-weight:700;display:flex}.Header-module__hBw1pG__userName{font-family:var(--font-sans-condensed);color:var(--black);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:700}.Header-module__hBw1pG__dropdown{z-index:1001;background:#fff;border:1px solid #eee;border-radius:8px;min-width:200px;animation:.2s ease-out Header-module__hBw1pG__slideDown;position:absolute;top:calc(100% + 10px);right:0;overflow:hidden;box-shadow:0 10px 25px #0000001a}@keyframes Header-module__hBw1pG__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.Header-module__hBw1pG__dropdownHeader{background:#f9f9f9;border-bottom:1px solid #eee;padding:16px}.Header-module__hBw1pG__userEmail{color:#888;margin-top:2px;font-size:.75rem;display:block}.Header-module__hBw1pG__dropdownItem{text-align:left;width:100%;font-family:var(--font-sans-condensed);color:#444;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;background:0 0;border:none;align-items:center;gap:12px;padding:12px 16px;font-size:.8rem;font-weight:700;text-decoration:none;transition:all .2s;display:flex}.Header-module__hBw1pG__dropdownItem:hover{color:var(--primary-red);background:#f5f5f5}.Header-module__hBw1pG__dropdownItem.Header-module__hBw1pG__logout{color:#c00}.Header-module__hBw1pG__dropdownItem.Header-module__hBw1pG__logout:hover{color:red;background:snow}.Header-module__hBw1pG__dropdownItem svg{opacity:.6}.Header-module__hBw1pG__dropdownItem:hover svg{opacity:1}@media (max-width:768px){.Header-module__hBw1pG__userName{display:none}}@media (max-width:1024px){.Header-module__hBw1pG__nav{gap:20px}.Header-module__hBw1pG__nav a{letter-spacing:.1em;font-size:.78rem}.Header-module__hBw1pG__navLogoImage{height:36px}}@media (max-width:768px){.Header-module__hBw1pG__navBarInner{gap:15px;height:60px;padding:0 15px}.Header-module__hBw1pG__nav{gap:12px}.Header-module__hBw1pG__nav a{letter-spacing:.05em;font-size:.7rem}.Header-module__hBw1pG__navLogoImage{height:38px}.Header-module__hBw1pG__authLink{display:none}.Header-module__hBw1pG__adminLink{font-size:.65rem}.Header-module__hBw1pG__subNavLink{letter-spacing:1px;font-size:.7rem}.Header-module__hBw1pG__subNav{gap:15px;padding:10px 15px}}@media (max-width:480px){.Header-module__hBw1pG__navBarInner{gap:10px;height:52px;padding:0 12px}.Header-module__hBw1pG__nav{gap:8px}.Header-module__hBw1pG__nav a{letter-spacing:0;font-size:.6rem}.Header-module__hBw1pG__navLogoImage{height:32px}.Header-module__hBw1pG__subNav{gap:12px;padding:8px 12px}.Header-module__hBw1pG__subNavLink{font-size:.65rem}}
.SearchOverlay-module__XXIV2a__overlay{z-index:9999;opacity:0;visibility:hidden;background:#222222fa;flex-direction:column;justify-content:center;align-items:center;transition:opacity .35s,visibility .35s;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.SearchOverlay-module__XXIV2a__overlayOpen{opacity:1;visibility:visible}.SearchOverlay-module__XXIV2a__closeBtn{color:#fff;cursor:pointer;z-index:10;background:0 0;border:none;padding:8px;transition:transform .2s;position:absolute;top:30px;right:40px}.SearchOverlay-module__XXIV2a__closeBtn:hover{transform:scale(1.1)}.SearchOverlay-module__XXIV2a__searchContainer{opacity:0;width:100%;max-width:700px;padding:0 20px;transition:transform .4s .1s,opacity .4s .1s;transform:translateY(-20px)}.SearchOverlay-module__XXIV2a__overlayOpen .SearchOverlay-module__XXIV2a__searchContainer{opacity:1;transform:translateY(0)}.SearchOverlay-module__XXIV2a__inputForm{width:100%;height:70px;display:flex;box-shadow:0 4px 20px #00000080}.SearchOverlay-module__XXIV2a__searchInput{font-size:1.25rem;font-family:var(--font-sans);color:#000;background:#fff;border:none;outline:none;flex:1;padding:0 25px;font-weight:700}.SearchOverlay-module__XXIV2a__searchInput::placeholder{color:#888;font-weight:700}.SearchOverlay-module__XXIV2a__searchSubmitBtn{background:var(--primary-red);color:#fff;font-family:var(--font-sans);cursor:pointer;text-transform:uppercase;border:none;padding:0 45px;font-size:1.1rem;font-weight:800;transition:background .2s}.SearchOverlay-module__XXIV2a__searchSubmitBtn:hover{background:#b91d28}@media (max-width:768px){.SearchOverlay-module__XXIV2a__closeBtn{top:20px;right:20px}.SearchOverlay-module__XXIV2a__inputForm{flex-direction:column;height:auto}.SearchOverlay-module__XXIV2a__searchInput{height:60px;font-size:1.1rem}.SearchOverlay-module__XXIV2a__searchSubmitBtn{height:60px;font-size:1rem}}
.Footer-module__S6Hkya__footer{color:#fff;background-color:#121212;border-top:1px solid #222;margin-top:60px;padding:15px 0}.Footer-module__S6Hkya__topSection{grid-template-columns:1.5fr 1.8fr 1fr 1fr;gap:60px;padding-bottom:15px;display:grid}.Footer-module__S6Hkya__footerLogo{margin-bottom:0;display:block}.Footer-module__S6Hkya__logoImage{object-fit:contain;filter:brightness(0)invert();width:auto;height:100px}.Footer-module__S6Hkya__dot{color:var(--primary-red);font-weight:700}.Footer-module__S6Hkya__description{color:#bbb;max-width:340px;margin-bottom:25px;font-size:.9rem;line-height:1.6}.Footer-module__S6Hkya__contactCol{flex-direction:column;display:flex}.Footer-module__S6Hkya__inquiryItem{margin-bottom:15px}.Footer-module__S6Hkya__inquiryLabel{font-family:var(--font-inter);color:#a0a0a0;letter-spacing:2px;margin-bottom:4px;font-size:.65rem;font-weight:700;display:block}.Footer-module__S6Hkya__inquiryEmail{color:#eee;border-bottom:1px solid #0000;font-size:.85rem;text-decoration:none;transition:color .2s}.Footer-module__S6Hkya__emailWrapper{align-items:center;gap:8px;margin-top:4px;display:flex}.Footer-module__S6Hkya__mailIcon{color:#666;transition:color .2s}.Footer-module__S6Hkya__emailWrapper:hover .Footer-module__S6Hkya__mailIcon{color:var(--primary-red)}.Footer-module__S6Hkya__emailWrapper:hover .Footer-module__S6Hkya__inquiryEmail{color:var(--primary-red);border-bottom-color:var(--primary-red)}.Footer-module__S6Hkya__linksCol h4,.Footer-module__S6Hkya__socialSection h4,.Footer-module__S6Hkya__contactCol h4{font-family:var(--font-inter);text-transform:uppercase;letter-spacing:2px;color:#a0a0a0;margin-bottom:25px;font-size:.75rem}.Footer-module__S6Hkya__linksCol ul{grid-template-columns:repeat(2,1fr);gap:12px 40px;margin:0;padding:0;list-style:none;display:grid}.Footer-module__S6Hkya__linksCol li{margin-bottom:0}.Footer-module__S6Hkya__linksCol a{color:#eee;font-size:.9rem;text-decoration:none;transition:color .2s}.Footer-module__S6Hkya__linksCol a:hover{color:var(--primary-red)}.Footer-module__S6Hkya__socialIcons{flex-direction:column;gap:12px;display:flex}.Footer-module__S6Hkya__socialIconItem{color:#eee;align-items:center;gap:12px;text-decoration:none;transition:all .2s;display:flex}.Footer-module__S6Hkya__iconCircle{background:#1a1a1a;border:1px solid #333;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;transition:all .3s;display:flex}.Footer-module__S6Hkya__platformName{font-size:.85rem;font-family:var(--font-sans);font-weight:400}.Footer-module__S6Hkya__socialIconItem:hover .Footer-module__S6Hkya__iconCircle{background:var(--primary-red);border-color:var(--primary-red);transform:scale(1.1)}.Footer-module__S6Hkya__socialIconItem:hover .Footer-module__S6Hkya__platformName{color:var(--primary-red)}.Footer-module__S6Hkya__bottomSection{color:#a0a0a0;border-top:1px solid #222;justify-content:space-between;align-items:center;padding-top:40px;font-size:.8rem;display:flex}.Footer-module__S6Hkya__legalLinks{gap:30px;display:flex}.Footer-module__S6Hkya__legalLinks a{color:#a0a0a0;text-decoration:none;transition:color .2s}.Footer-module__S6Hkya__legalLinks a:hover{color:#fff}@media (max-width:1024px){.Footer-module__S6Hkya__topSection{gap:30px}}@media (max-width:768px){.Footer-module__S6Hkya__topSection{grid-template-columns:1fr;gap:35px}.Footer-module__S6Hkya__bottomSection{text-align:center;flex-direction:column-reverse;gap:25px}.Footer-module__S6Hkya__linksCol ul{grid-template-columns:repeat(2,1fr);gap:12px}.Footer-module__S6Hkya__socialIcons{grid-template-columns:repeat(2,1fr);gap:15px;display:grid}.Footer-module__S6Hkya__logoImage{height:80px}.Footer-module__S6Hkya__description{max-width:100%;margin-bottom:10px}.Footer-module__S6Hkya__legalLinks{flex-flow:wrap;justify-content:center;gap:15px 25px}}
.MaintenanceGuard-module__yyyCkq__overlay{z-index:99999;background-color:var(--white);color:var(--black);justify-content:center;align-items:center;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.MaintenanceGuard-module__yyyCkq__authBackground{opacity:.4;z-index:-1;background-image:radial-gradient(circle at 1px 1px,#e5e5e5 1px,#0000 0);background-size:40px 40px;position:absolute;top:0;bottom:0;left:0;right:0}.MaintenanceGuard-module__yyyCkq__content{z-index:2;text-align:center;width:100%;max-width:600px;padding:60px 40px;animation:.8s cubic-bezier(.16,1,.3,1) both MaintenanceGuard-module__yyyCkq__fadeUp;position:relative}@keyframes MaintenanceGuard-module__yyyCkq__fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.MaintenanceGuard-module__yyyCkq__logoWrapper{margin-bottom:40px}.MaintenanceGuard-module__yyyCkq__logoImage{width:auto;height:200px;display:inline-block}.MaintenanceGuard-module__yyyCkq__title{font-family:var(--font-serif,"Playfair Display",serif);color:var(--black);letter-spacing:-.02em;margin-bottom:24px;font-size:3.5rem;font-weight:700;line-height:1.1}.MaintenanceGuard-module__yyyCkq__message{font-family:var(--font-sans,"Roboto",sans-serif);color:var(--medium-gray);max-width:480px;margin-bottom:40px;margin-left:auto;margin-right:auto;font-size:1.15rem;line-height:1.6}.MaintenanceGuard-module__yyyCkq__countdown{justify-content:center;align-items:center;gap:8px;margin-bottom:48px;display:flex}.MaintenanceGuard-module__yyyCkq__countdownUnit{flex-direction:column;align-items:center;min-width:72px;display:flex}.MaintenanceGuard-module__yyyCkq__countdownNumber{font-family:var(--font-sans-condensed,"Oswald",sans-serif);color:var(--black);letter-spacing:.02em;font-size:3rem;font-weight:700;line-height:1}.MaintenanceGuard-module__yyyCkq__countdownLabel{font-family:var(--font-sans,"Roboto",sans-serif);text-transform:uppercase;letter-spacing:.15em;color:var(--medium-gray);margin-top:6px;font-size:.7rem}.MaintenanceGuard-module__yyyCkq__countdownSep{font-family:var(--font-sans-condensed,"Oswald",sans-serif);color:var(--primary-red);margin-bottom:18px;font-size:2.5rem;font-weight:300;line-height:1}.MaintenanceGuard-module__yyyCkq__progressTrack{background:#f0f0f0;border-radius:2px;width:240px;height:4px;margin:0 auto 40px;overflow:hidden}.MaintenanceGuard-module__yyyCkq__progressBar{background:var(--primary-red);border-radius:2px;width:30%;height:100%;animation:2s ease-in-out infinite MaintenanceGuard-module__yyyCkq__progressSlide}@keyframes MaintenanceGuard-module__yyyCkq__progressSlide{0%{transform:translate(-100%)}50%{transform:translate(250%)}to{transform:translate(-100%)}}.MaintenanceGuard-module__yyyCkq__footer{border-top:1px solid #f0f0f0;margin-top:24px;padding-top:24px}.MaintenanceGuard-module__yyyCkq__brand{font-family:var(--font-sans-condensed,"Oswald",sans-serif);letter-spacing:.2em;text-transform:uppercase;color:var(--black);font-size:.85rem;font-weight:600}.MaintenanceGuard-module__yyyCkq__adminBanner{z-index:100000;background-color:var(--primary-red);color:#fff;font-family:var(--font-sans-condensed);letter-spacing:.05em;justify-content:center;align-items:center;gap:12px;padding:12px 20px;font-size:.9rem;animation:.4s ease-out MaintenanceGuard-module__yyyCkq__slideDown;display:flex;position:fixed;top:0;left:0;right:0;box-shadow:0 4px 12px #ed3e4933}@keyframes MaintenanceGuard-module__yyyCkq__slideDown{0%{transform:translateY(-100%)}to{transform:translateY(0)}}.MaintenanceGuard-module__yyyCkq__adminBanner strong{text-underline-offset:2px;font-weight:700;text-decoration:underline;text-decoration-thickness:2px}@media (max-width:600px){.MaintenanceGuard-module__yyyCkq__title{font-size:2.5rem}.MaintenanceGuard-module__yyyCkq__message{padding:0 20px;font-size:1rem}.MaintenanceGuard-module__yyyCkq__logoImage{height:40px}.MaintenanceGuard-module__yyyCkq__countdownNumber{font-size:2rem}.MaintenanceGuard-module__yyyCkq__countdownUnit{min-width:52px}.MaintenanceGuard-module__yyyCkq__countdownSep{font-size:1.8rem}}
:root{--primary-red:#da2532;--accent-red:#da2532;--black:#000;--dark-black:#121212;--dark-gray:#333;--medium-gray:#767676;--light-gray:#f6f6f6;--white:#fff;--border-color:#e2e2e2;--golf-green:#1b8a4a;--primary-green:#1b8a4a;--text-dark:#121212;--text-light:#767676}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans);background-color:var(--light-gray);color:var(--black);-webkit-font-smoothing:antialiased;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:var(--font-serif);color:var(--black);margin-bottom:.5em;font-weight:700}.scoreMinus{color:var(--golf-green);font-weight:700}h1{font-size:2.5rem;line-height:1.1}h2{font-size:2rem;line-height:1.2}h3{font-size:1.5rem}.nav-link{font-family:var(--font-sans-condensed);text-transform:uppercase;letter-spacing:.05em;font-weight:600}a{color:inherit;text-decoration:none}ul{list-style:none}.container{max-width:1440px;margin:0 auto;padding:0 32px}.btn{cursor:pointer;border-radius:5px;padding:10px 20px;font-weight:600;transition:background .3s;display:inline-block}.btn-primary{background-color:var(--primary-red);color:var(--white);font-family:var(--font-sans-condensed);text-transform:uppercase;letter-spacing:1px;border:none}.btn-primary:hover{background-color:#b91d28}.section-title{align-items:center;gap:10px;margin-bottom:20px;font-size:1.5rem;font-weight:700;display:flex}@media (max-width:768px){h1{font-size:1.8rem}h2{font-size:1.5rem}h3{font-size:1.2rem}.container{padding:0 16px}.section-title{font-size:1.25rem}}@media (max-width:480px){h1{font-size:1.5rem}h2{font-size:1.3rem}.container{padding:0 12px}}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}
@font-face{font-family:Playfair Display;font-style:normal;font-weight:400 900;font-display:swap;src:url(../media/65c558afe41e89d6-s.e2c8389a.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Playfair Display;font-style:normal;font-weight:400 900;font-display:swap;src:url(../media/14e23f9b59180572-s.9c448f3c.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Playfair Display;font-style:normal;font-weight:400 900;font-display:swap;src:url(../media/b49b0d9b851e4899-s.4f3fa681.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Playfair Display;font-style:normal;font-weight:400 900;font-display:swap;src:url(../media/2a65768255d6b625-s.p.d19752fb.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Playfair Display Fallback;src:local(Times New Roman);ascent-override:97.25%;descent-override:22.56%;line-gap-override:0.0%;size-adjust:111.26%}.playfair_display_fa6c7a-module__e6LDAG__className{font-family:Playfair Display,Playfair Display Fallback;font-style:normal}.playfair_display_fa6c7a-module__e6LDAG__variable{--font-serif:"Playfair Display","Playfair Display Fallback"}
@font-face{font-family:Oswald;font-style:normal;font-weight:200 700;font-display:swap;src:url(../media/efadc3f7fcf6ac94-s.57ff0b37.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Oswald;font-style:normal;font-weight:200 700;font-display:swap;src:url(../media/8e410338cab7e12e-s.986de7be.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Oswald;font-style:normal;font-weight:200 700;font-display:swap;src:url(../media/7e93c0a52799e849-s.f680bb9a.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Oswald;font-style:normal;font-weight:200 700;font-display:swap;src:url(../media/037b6aa687f94b32-s.82297bd5.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Oswald;font-style:normal;font-weight:200 700;font-display:swap;src:url(../media/9a800f173b8d9e8f-s.p.ea25be69.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Oswald Fallback;src:local(Arial);ascent-override:146.51%;descent-override:35.49%;line-gap-override:0.0%;size-adjust:81.43%}.oswald_cdfddccf-module__GUtLoa__className{font-family:Oswald,Oswald Fallback;font-style:normal}.oswald_cdfddccf-module__GUtLoa__variable{--font-sans-condensed:"Oswald","Oswald Fallback"}
@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/572c13468b8cff87-s.974b4bc2.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/62d4b50592542c9f-s.9e30d041.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/38772d1e0cde909c-s.62d745bb.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/a0ffaa6a9384d9d3-s.a34f6310.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/fad568eea626db0e-s.479744c5.woff2)format("woff2");unicode-range:U+302-303,U+305,U+307-308,U+310,U+312,U+315,U+31A,U+326-327,U+32C,U+32F-330,U+332-333,U+338,U+33A,U+346,U+34D,U+391-3A1,U+3A3-3A9,U+3B1-3C9,U+3D1,U+3D5-3D6,U+3F0-3F1,U+3F4-3F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE??}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/ccee61546c0358b7-s.83a2e280.woff2)format("woff2");unicode-range:U+1-C,U+E-1F,U+7F-9F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+28??,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B??,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F0??,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F7??,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB??}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/8fcf71678f67d0c5-s.14cf5ea9.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/f7d6090e8b3debad-s.eccd0379.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/ce62453a442c7f35-s.p.124b2306.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/572c13468b8cff87-s.974b4bc2.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/62d4b50592542c9f-s.9e30d041.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/38772d1e0cde909c-s.62d745bb.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/a0ffaa6a9384d9d3-s.a34f6310.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/fad568eea626db0e-s.479744c5.woff2)format("woff2");unicode-range:U+302-303,U+305,U+307-308,U+310,U+312,U+315,U+31A,U+326-327,U+32C,U+32F-330,U+332-333,U+338,U+33A,U+346,U+34D,U+391-3A1,U+3A3-3A9,U+3B1-3C9,U+3D1,U+3D5-3D6,U+3F0-3F1,U+3F4-3F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE??}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/ccee61546c0358b7-s.83a2e280.woff2)format("woff2");unicode-range:U+1-C,U+E-1F,U+7F-9F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+28??,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B??,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F0??,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F7??,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB??}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/8fcf71678f67d0c5-s.14cf5ea9.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/f7d6090e8b3debad-s.eccd0379.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/ce62453a442c7f35-s.p.124b2306.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/572c13468b8cff87-s.974b4bc2.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/62d4b50592542c9f-s.9e30d041.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/38772d1e0cde909c-s.62d745bb.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/a0ffaa6a9384d9d3-s.a34f6310.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/fad568eea626db0e-s.479744c5.woff2)format("woff2");unicode-range:U+302-303,U+305,U+307-308,U+310,U+312,U+315,U+31A,U+326-327,U+32C,U+32F-330,U+332-333,U+338,U+33A,U+346,U+34D,U+391-3A1,U+3A3-3A9,U+3B1-3C9,U+3D1,U+3D5-3D6,U+3F0-3F1,U+3F4-3F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE??}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/ccee61546c0358b7-s.83a2e280.woff2)format("woff2");unicode-range:U+1-C,U+E-1F,U+7F-9F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+28??,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B??,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F0??,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F7??,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB??}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/8fcf71678f67d0c5-s.14cf5ea9.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/f7d6090e8b3debad-s.eccd0379.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/ce62453a442c7f35-s.p.124b2306.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Roboto Fallback;src:local(Arial);ascent-override:92.98%;descent-override:24.47%;line-gap-override:0.0%;size-adjust:99.78%}.roboto_19840ac7-module__u2TZLq__className{font-family:Roboto,Roboto Fallback;font-style:normal}.roboto_19840ac7-module__u2TZLq__variable{--font-sans:"Roboto","Roboto Fallback"}
@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2c55a0e60120577a-s.2a48534a.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.18a48cbc.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/ad66f9afd8947f86-s.7a40eb73.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/5476f68d60460930-s.c995e352.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.76dcb0b2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1bffadaabf893a1e-s.7cd81963.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.3a6ba036.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter Fallback;src:local(Arial);ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.0%;size-adjust:107.12%}.inter_c15e96cb-module__0bjUvq__className{font-family:Inter,Inter Fallback;font-style:normal}.inter_c15e96cb-module__0bjUvq__variable{--font-inter:"Inter","Inter Fallback"}
