.styles-module__kg5meW__navLogo{margin-left:.5rem}.styles-module__kg5meW__navContainer{z-index:50;justify-content:flex-end;align-items:center;width:100%;padding:15px 2rem 15px 15px;transition:all .3s;display:flex;position:sticky;top:0;overflow:hidden;box-shadow:0 4px 16px #0f172a26}.styles-module__kg5meW__glassDiv{content:"";z-index:0;background:color-mix(in srgb,var(--muted)50%,transparent);box-shadow:inset var(--shadow-offset)var(--shadow-offset)var(--shadow-blur)var(--shadow-spread)var(--shadow-color);pointer-events:none;border-radius:inherit;inset:0;position:absolute;inset:0;overflow:hidden}.styles-module__kg5meW__glassDiv:after{content:"";border-radius:inherit;pointer-events:none;background:linear-gradient(transparent 70%,color-mix(in srgb,var(--glass-background)70%,transparent)100%);position:absolute;inset:0}.styles-module__kg5meW__navControls{z-index:1;align-items:center;gap:1rem;display:flex}.styles-module__kg5meW__iconButton{color:var(--nav-text);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;transition:background-color .2s;display:flex}.styles-module__kg5meW__iconButton:hover{background-color:var(--accent)}.styles-module__kg5meW__settingsIcon{width:20px;height:20px}.styles-module__kg5meW__hamburgerButton{color:var(--nav-text);cursor:pointer;background:0 0;border:none;margin-right:auto;padding:.5rem;font-size:1.5rem;display:none}.styles-module__kg5meW__liquidOverlay{pointer-events:none;mix-blend-mode:screen;opacity:.7;width:100%;height:100%;position:absolute;inset:0}.styles-module__kg5meW__persistentSidebar{background-color:var(--sidebar-bg);z-index:100;border-right:1px solid var(--sidebar-border);flex-direction:column;height:100vh;padding-top:1rem;transition:all .15s ease-in-out;display:flex;position:fixed;top:0;left:0;box-shadow:2px 0 5px #0000001a}.styles-module__kg5meW__persistentSidebar.styles-module__kg5meW__expanded{width:240px}.styles-module__kg5meW__persistentSidebar.styles-module__kg5meW__collapsed{width:var(--sidebar-width)}.styles-module__kg5meW__menuToggle{cursor:pointer;z-index:2;background-color:var(--background);width:24px;height:24px;color:var(--foreground);opacity:1;border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .15s ease-in-out;display:flex;position:absolute;top:55px;right:-12px;box-shadow:0 0 10px #0000001a}.styles-module__kg5meW__menuToggle:hover{box-shadow:0 0 10px #0006}.styles-module__kg5meW__persistentNav{flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;margin-top:2rem;padding:0;display:flex}.styles-module__kg5meW__persistentNav ul{margin:0;padding:0;list-style:none}.styles-module__kg5meW__persistentNav li a{white-space:nowrap;width:100%;height:54px;color:var(--sidebar-text);align-items:center;gap:2rem;padding:15px 23px;text-decoration:none;transition:background-color .15s ease-in-out;display:flex}.styles-module__kg5meW__persistentNav li a:hover{background-color:var(--sidebar-accent)}.styles-module__kg5meW__persistentNav li a.styles-module__kg5meW__active{background-color:var(--sidebar-primary);color:var(--sidebar-primary-foreground)}.styles-module__kg5meW__persistentNav .styles-module__kg5meW__icon{min-width:20px;color:inherit;font-size:20px}.styles-module__kg5meW__navGroup{width:100%;margin-bottom:1.5rem}.styles-module__kg5meW__navGroupTitle{color:#0000;text-transform:uppercase;margin:1rem 0 .5rem;padding:0 1.5rem;transition:color .15s ease-in-out}.styles-module__kg5meW__navItem a:hover{background-color:var(--color-sea-500)!important}.styles-module__kg5meW__navGroupTitle.styles-module__kg5meW__expanded{color:var(--sidebar-text)}.styles-module__kg5meW__sidebarOverlay{background-color:var(--modal-overlay);opacity:0;visibility:hidden;z-index:998;transition:opacity .15s ease-in-out;position:fixed;inset:0}.styles-module__kg5meW__sidebarOverlay.styles-module__kg5meW__active{opacity:1;visibility:visible}.styles-module__kg5meW__mobileSidebar{z-index:1000;background-color:var(--sidebar-bg);border-right:1px solid var(--sidebar-border);flex-direction:column;width:300px;height:100vh;padding:1rem;transition:all .15s ease-in-out;display:flex;position:fixed;top:0;left:0;transform:translate(-100%);box-shadow:2px 0 5px #0000001a}.styles-module__kg5meW__mobileSidebar.styles-module__kg5meW__open{transform:translate(0)}.styles-module__kg5meW__closeButton{cursor:pointer;z-index:2;color:var(--sidebar-text);background:0 0;border:none;font-size:1.5rem;position:absolute;top:1rem;right:1rem}.styles-module__kg5meW__sidebarContent{flex-direction:column;height:100%;display:flex;position:relative}.styles-module__kg5meW__sidebarContent ul{margin:0;padding:0;list-style:none}.styles-module__kg5meW__sidebarContent ul li{margin-bottom:1rem}.styles-module__kg5meW__sidebarContent ul li a,.styles-module__kg5meW__sidebarContent ul li button{text-align:left;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:100%;padding:.75rem 1rem;font-size:1rem;text-decoration:none;transition:background-color .15s ease-in-out;display:flex}.styles-module__kg5meW__settingsOverlay{background-color:var(--modal-overlay);opacity:0;visibility:hidden;z-index:100;pointer-events:none;transition:all .15s ease-in-out;position:fixed;inset:0}.styles-module__kg5meW__settingsOverlay.styles-module__kg5meW__active{opacity:1;visibility:visible;pointer-events:auto}.styles-module__kg5meW__settingsSidebar{background-color:var(--background);border-left:1px solid var(--border-color);z-index:1000;will-change:transform;flex-direction:column;width:320px;height:100vh;transition:transform .15s;display:flex;position:fixed;top:0;right:0;transform:translate(100%);box-shadow:-2px 0 10px #0000001a}.styles-module__kg5meW__settingsSidebar.styles-module__kg5meW__open{transform:translate(0)}.styles-module__kg5meW__settingsHeader{border-bottom:1px solid var(--border-color);background-color:var(--background);justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.styles-module__kg5meW__settingsTitle{color:var(--card-foreground);margin:0;font-size:1.25rem;font-weight:600}.styles-module__kg5meW__settingsCloseButton{color:var(--card-foreground);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;font-size:1.25rem;transition:all .15s ease-in-out;display:flex}.styles-module__kg5meW__settingsCloseButton:hover{background-color:var(--accent)}.styles-module__kg5meW__settingsContent{opacity:0;flex:1;padding:1.5rem;overflow-y:auto}.styles-module__kg5meW__settingsSidebar.styles-module__kg5meW__open .styles-module__kg5meW__settingsContent{opacity:1;transform:translateY(0)}.styles-module__kg5meW__settingsPlaceholder{text-align:center;justify-content:center;align-items:center;height:200px;display:flex}.styles-module__kg5meW__settingsPlaceholderText{color:var(--muted-foreground);margin:0;font-size:.875rem;line-height:1.5}.styles-module__kg5meW__settingsFooter{border-top:1px solid var(--border-color);background-color:var(--background);opacity:0;padding:1.5rem}.styles-module__kg5meW__settingsSidebar.styles-module__kg5meW__open .styles-module__kg5meW__settingsFooter{opacity:1;transform:translateY(0)}.styles-module__kg5meW__logoutButton{background-color:var(--error);color:#fff;cursor:pointer;border:none;border-radius:.5rem;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.75rem 1rem;font-size:.875rem;font-weight:500;transition:all .15s ease-in-out;display:flex}.styles-module__kg5meW__logoutButton:hover{background-color:var(--error-hover)}.styles-module__kg5meW__logoutIcon{font-size:1rem}.styles-module__kg5meW__filterSortSidebar{width:480px}@media (max-width:768px){.styles-module__kg5meW__filterSortSidebar{width:100%;max-width:480px}.styles-module__kg5meW__hamburgerButton{display:block}.styles-module__kg5meW__persistentSidebar{display:none}.styles-module__kg5meW__navContainer{padding-left:1rem;padding-right:1rem}.styles-module__kg5meW__settingsSidebar{width:100%;max-width:320px}}
.auth-module__cni4Dq__inputField{--tw-placeholder-color:var(--muted-foreground)}.auth-module__cni4Dq__inputField::placeholder{color:var(--muted-foreground)}.auth-module__cni4Dq__submitButton,.auth-module__cni4Dq__submitButton:focus{--tw-ring-color:var(--ring);--tw-ring-offset-color:var(--background)}.auth-module__cni4Dq__overlay{background-color:var(--modal-overlay);z-index:1000;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.auth-module__cni4Dq__modal{background-color:var(--background);border-radius:var(--radius);box-shadow:var(--shadow-lg);width:100%;max-width:400px;max-height:90vh;overflow-y:auto}.auth-module__cni4Dq__header{padding:1.5rem 1.5rem 0}.auth-module__cni4Dq__title{color:var(--card-foreground);margin:0;font-size:1.25rem;font-weight:600}.auth-module__cni4Dq__content{padding:1rem 1.5rem}.auth-module__cni4Dq__message{color:var(--card-foreground);margin:0;line-height:1.5}.auth-module__cni4Dq__actions{justify-content:flex-end;gap:.75rem;padding:0 1.5rem 1.5rem;display:flex}.auth-module__cni4Dq__cancelButton{border-radius:var(--radius);border:1px solid var(--border);color:var(--card-foreground);cursor:pointer;background-color:#0000;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s}.auth-module__cni4Dq__cancelButton:hover{background-color:var(--muted)}.auth-module__cni4Dq__confirmButton{border-radius:var(--radius);background-color:var(--destructive);color:#fff;cursor:pointer;border:1px solid #0000;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s}.auth-module__cni4Dq__confirmButton:hover{background-color:var(--error-hover)}
.styles-module__1-61AG__box{background:#fff3}
.layout-module__L5FxyW__mainContentContainer{padding:1rem}.layout-module__L5FxyW__mainContent.layout-module__L5FxyW__sidebarExpanded{margin-left:240px}.layout-module__L5FxyW__appContainer{padding-left:var(--sidebar-width);flex-direction:column;min-height:100vh;transition:all .15s ease-in-out;display:flex;position:relative}.layout-module__L5FxyW__appContainer>*{flex-shrink:0}.layout-module__L5FxyW__appContainer.layout-module__L5FxyW__sidebarExpanded{padding-left:240px}.layout-module__L5FxyW__mainContent{border-radius:var(--radius);border:1px dashed var(--muted-foreground);background-color:var(--background);min-height:400px;color:var(--card-foreground);margin:.5rem;padding:0 1rem 1rem;transition:all .15s ease-in-out}@media (max-width:768px){.layout-module__L5FxyW__appContainer{padding-left:0!important}}
@font-face{font-family:Montserrat;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/8298327da6d5bcce-s.fb2d5852.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:Montserrat;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/44fac91e6f2d2b1b-s.0a39a854.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Montserrat;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2b402d8aebffd579-s.ec7e94a5.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:Montserrat;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/a88409fdd7dc121c-s.62b55a98.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:Montserrat;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/e8f2fbee2754df70-s.p.9b7a96b4.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:Montserrat Fallback;src:local(Arial);ascent-override:85.79%;descent-override:22.25%;line-gap-override:0.0%;size-adjust:112.83%}.montserrat_f09deaf3-module__iYtgHW__className{font-family:Montserrat,Montserrat Fallback;font-style:normal}.montserrat_f09deaf3-module__iYtgHW__variable{--font-montserrat:"Montserrat","Montserrat Fallback"}
@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:500;font-display:swap;src:url(../media/d8cddd76dbfeaef0-s.7d9a0a35.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:Cormorant Garamond;font-style:italic;font-weight:500;font-display:swap;src:url(../media/591574edbe85c69b-s.126e3048.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:500;font-display:swap;src:url(../media/acf349172f10b359-s.4a8b4047.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:Cormorant Garamond;font-style:italic;font-weight:500;font-display:swap;src:url(../media/0926c12c4384550f-s.cbe89878.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:Cormorant Garamond;font-style:italic;font-weight:500;font-display:swap;src:url(../media/8bd76523131fa0fc-s.p.eb17b6b9.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:Cormorant Garamond;font-style:italic;font-weight:600;font-display:swap;src:url(../media/d8cddd76dbfeaef0-s.7d9a0a35.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:Cormorant Garamond;font-style:italic;font-weight:600;font-display:swap;src:url(../media/591574edbe85c69b-s.126e3048.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:600;font-display:swap;src:url(../media/acf349172f10b359-s.4a8b4047.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:Cormorant Garamond;font-style:italic;font-weight:600;font-display:swap;src:url(../media/0926c12c4384550f-s.cbe89878.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:Cormorant Garamond;font-style:italic;font-weight:600;font-display:swap;src:url(../media/8bd76523131fa0fc-s.p.eb17b6b9.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:Cormorant Garamond;font-style:italic;font-weight:700;font-display:swap;src:url(../media/d8cddd76dbfeaef0-s.7d9a0a35.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:Cormorant Garamond;font-style:italic;font-weight:700;font-display:swap;src:url(../media/591574edbe85c69b-s.126e3048.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:700;font-display:swap;src:url(../media/acf349172f10b359-s.4a8b4047.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:Cormorant Garamond;font-style:italic;font-weight:700;font-display:swap;src:url(../media/0926c12c4384550f-s.cbe89878.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:Cormorant Garamond;font-style:italic;font-weight:700;font-display:swap;src:url(../media/8bd76523131fa0fc-s.p.eb17b6b9.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:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(../media/9cc5c0547f229dea-s.6c4275d8.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:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(../media/b0947914c9718a1e-s.dfd36b11.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(../media/d0b60be57f16ee32-s.7a65e2c2.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:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(../media/1f9e983605289f29-s.ef9233b7.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:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(../media/01e4147cff8141ee-s.p.7787e134.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:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(../media/9cc5c0547f229dea-s.6c4275d8.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:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(../media/b0947914c9718a1e-s.dfd36b11.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(../media/d0b60be57f16ee32-s.7a65e2c2.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:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(../media/1f9e983605289f29-s.ef9233b7.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:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(../media/01e4147cff8141ee-s.p.7787e134.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:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(../media/9cc5c0547f229dea-s.6c4275d8.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:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(../media/b0947914c9718a1e-s.dfd36b11.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(../media/d0b60be57f16ee32-s.7a65e2c2.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:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(../media/1f9e983605289f29-s.ef9233b7.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:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(../media/01e4147cff8141ee-s.p.7787e134.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:Cormorant Garamond Fallback;src:local(Times New Roman);ascent-override:95.27%;descent-override:29.59%;line-gap-override:0.0%;size-adjust:96.98%}.cormorant_garamond_69dba3fc-module__F3KD6q__className{font-family:Cormorant Garamond,Cormorant Garamond Fallback}.cormorant_garamond_69dba3fc-module__F3KD6q__variable{--font-cormorant-garamond:"Cormorant Garamond","Cormorant Garamond Fallback"}
@font-face{font-family:RingsideCompressed;src:url(../media/RingsideCompressed_Thin-s.p.93890239.otf)format("opentype");font-display:swap;font-weight:100;font-style:normal}@font-face{font-family:RingsideCompressed;src:url(../media/RingsideCompressed_Light-s.p.75155969.otf)format("opentype");font-display:swap;font-weight:300;font-style:normal}@font-face{font-family:RingsideCompressed;src:url(../media/RingsideCompressed_Book-s.p.626a32be.otf)format("opentype");font-display:swap;font-weight:400;font-style:normal}@font-face{font-family:RingsideCompressed;src:url(../media/RingsideCompressed_Medium-s.p.9343824a.otf)format("opentype");font-display:swap;font-weight:500;font-style:normal}@font-face{font-family:RingsideCompressed;src:url(../media/RingsideCompressed_Semibold-s.p.74a00cea.otf)format("opentype");font-display:swap;font-weight:600;font-style:normal}@font-face{font-family:RingsideCompressed;src:url(../media/RingsideCompressed_Bold-s.p.264793a0.otf)format("opentype");font-display:swap;font-weight:700;font-style:normal}@font-face{font-family:RingsideCompressed;src:url(../media/RingsideCompressed_Black-s.p.9400ad5e.otf)format("opentype");font-display:swap;font-weight:900;font-style:normal}@font-face{font-family:RingsideCompressed;src:url(../media/RingsideCompressed_Ultra-s.p.9248837f.otf)format("opentype");font-display:swap;font-weight:950;font-style:normal}@font-face{font-family:RingsideCompressed Fallback;src:local(Arial);ascent-override:131.1%;descent-override:32.6%;line-gap-override:0.0%;size-adjust:73.61%}.ringsidecompressed_96f2b3c3-module__WbwfvW__className{font-family:RingsideCompressed,RingsideCompressed Fallback}.ringsidecompressed_96f2b3c3-module__WbwfvW__variable{--font-ringside-compressed:"RingsideCompressed","RingsideCompressed Fallback"}
