:root{--background:#00f5ff;--background-secondary:#00f5ff;--text:#000;--text-secondary:#000;--text-muted:#000;--nav-color:#000;--background-color:#00f5ff;--max-width:1200px;--border-color:#000;--content-padding:2rem;--header-height:80px;--font-primary:"Plus Jakarta Sans",sans-serif;--font-weight-bold:800;--font-weight-medium:600;--font-weight-regular:400}@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap&text=ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789");html{overflow-y:scroll;scroll-behavior:smooth}*{box-sizing:border-box;padding:0;margin:0}body{max-width:100vw;overflow-x:hidden;background:var(--background);color:var(--text);min-height:100vh;font-weight:var(--font-weight-regular);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,body{font-family:var(--font-primary)!important}a{color:var(--text);text-decoration:none;transition:all .3s ease;position:relative}a:hover{opacity:.7}.neon-bg-blue{background-color:var(--neon-blue);color:var(--background)}.neon-bg-pink{background-color:var(--neon-pink);color:var(--background)}.neon-bg-green{background-color:var(--neon-green);color:var(--background)}.neon-bg-orange{background-color:var(--neon-orange);color:var(--background)}.container{display:flex;flex-direction:column;width:100%;margin:0;padding:0}.header-wrapper{position:fixed;top:0;left:0;right:0;z-index:9999;height:var(--header-height);display:flex;align-items:center}.header-inner,.header-wrapper{background:var(--background)!important;width:100%}.header-inner{margin:0;padding:0 2rem}.header{display:flex;align-items:center;justify-content:space-between;background:var(--background)!important;width:100%}.name-link{text-decoration:none;color:var(--text)!important;transition:all .3s ease}.name-link:hover{opacity:.7}.header h2{margin:0;font-size:2.25rem;font-weight:var(--font-weight-bold);letter-spacing:-.05em;color:var(--text)!important;text-transform:uppercase}.header h2,.menu-toggle{display:flex;align-items:center}.menu-toggle{background:none;border:none;cursor:pointer;padding:0;width:60px;height:60px;position:relative;justify-content:center}.hamburger{display:flex;flex-direction:column;gap:8px;width:36px;height:28px;position:relative;z-index:1}.hamburger span{width:100%;height:5px;background:var(--text);transition:all .3s ease;border-radius:3px;font-weight:var(--font-weight-bold)}.x-button{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;display:flex;align-items:center;justify-content:center;z-index:2}.x-button span{position:absolute;width:36px;height:5px;background:var(--text);border-radius:3px;font-weight:var(--font-weight-bold)}.x-button span:first-child{transform:rotate(45deg)}.x-button span:last-child{transform:rotate(-45deg)}.fullscreen-menu{position:fixed;top:0;left:0;width:100%;height:100vh;background:var(--background);z-index:9998;display:flex;align-items:center;justify-content:center;transform:translateY(-100%);opacity:0}.menu-content{text-align:center;width:100%;max-width:800px;padding:2rem}.menu-nav{display:flex;flex-direction:column;gap:2rem;align-items:center}.menu-item{font-size:clamp(3rem,8vw,6rem);font-weight:var(--font-weight-bold);color:var(--text)!important;text-decoration:none;transition:all .3s ease;position:relative;line-height:1.1;letter-spacing:-.02em;text-transform:uppercase}.menu-item:hover{opacity:.7;transform:scale(1.05)}.menu-item.active{opacity:.7}.content-wrapper{width:100%;margin:0;padding:calc(var(--header-height) + 2rem) 15px 2rem}h1{font-size:clamp(2.5rem,5vw,4rem);line-height:1.1;letter-spacing:-.02em;margin-bottom:1rem}h1,h2{font-weight:var(--font-weight-bold)}h2{font-size:clamp(2rem,4vw,3rem);line-height:1.2;letter-spacing:-.01em;margin-bottom:1.5rem}h3{font-size:clamp(1.5rem,3vw,2rem);line-height:1.3;margin-bottom:1rem}h3,h4{font-weight:var(--font-weight-medium)}h4{font-size:clamp(1.25rem,2.5vw,1.5rem);line-height:1.4;margin-bottom:.75rem}p{font-size:1.1rem;line-height:1.7;margin-bottom:1.5rem;color:var(--text-secondary)}.work-together{margin:6rem 0 0;padding:4rem 2rem;border-top:1px solid var(--border-color);width:100%;background:var(--background-secondary)}.work-together h2{font-size:clamp(2rem,4vw,3rem);margin:0 0 2rem;font-weight:var(--font-weight-bold);color:var(--text);text-align:center}.work-together-text{font-size:1.5rem;line-height:1.6;margin-bottom:2rem;max-width:800px;text-align:center;margin-left:auto;margin-right:auto}.contact-info{font-size:1.3rem;text-align:center}.contact-info p{margin:1rem 0}.contact-info a{color:var(--neon-blue);text-decoration:none;font-weight:var(--font-weight-medium);transition:all .3s ease}.contact-info a:hover{color:var(--neon-pink);text-shadow:0 0 10px currentColor}.full-width{width:100%;margin:0;padding:0}.lets-work{margin-top:3rem;font-size:1.2rem;line-height:1.6;text-align:left;padding:2rem 15px;background:var(--background-secondary)}.lets-work b{font-size:1.5rem;font-weight:var(--font-weight-bold);display:block;margin-bottom:1rem;text-transform:uppercase}.lets-work a{color:var(--text);text-decoration:none;font-weight:var(--font-weight-medium);transition:all .3s ease;display:inline-block;margin:.5rem 0}.lets-work a:hover{opacity:.7}@media (max-width:768px){:root{--content-padding:1.5rem;--header-height:70px}.header-inner{padding-left:1.5rem;padding-right:1.5rem}.content-wrapper{padding-left:15px;padding-right:15px}.header h2{font-size:2.1rem}.menu-toggle{width:50px;height:50px}.hamburger{width:30px;height:24px;gap:6px}.hamburger span{height:4px}.x-button span{width:30px;height:4px}.menu-item{font-size:clamp(2.5rem,6vw,4rem)}.work-together{margin:4rem auto 0;padding:3rem 1.5rem}.lets-work{padding:1.5rem 15px;margin-top:2rem}.contact-info{font-size:1.2rem}}@media (max-width:480px){:root{--content-padding:1rem;--header-height:60px}.header-inner{padding-left:1rem;padding-right:1rem}.content-wrapper{padding-left:15px;padding-right:15px}.header h2{font-size:1.8rem}.menu-toggle{width:45px;height:45px}.hamburger{width:26px;height:20px;gap:5px}.hamburger span{height:3px}.x-button span{width:26px;height:3px}.menu-item{font-size:clamp(2rem,5vw,3rem)}.work-together{margin:3rem auto 0;padding:2rem 1rem}.lets-work{padding:1rem 15px;margin-top:1.5rem}.contact-info{font-size:1.1rem}}@font-face{font-family:__Cormorant_185d9d;font-style:italic;font-weight:300;font-display:swap;src:url(/_next/static/media/20def1babffa3b7b-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Cormorant_185d9d;font-style:italic;font-weight:300;font-display:swap;src:url(/_next/static/media/717498be1dad086a-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Cormorant_185d9d;font-style:italic;font-weight:300;font-display:swap;src:url(/_next/static/media/c5f526a2c8cf9ba9-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Cormorant_185d9d;font-style:italic;font-weight:300;font-display:swap;src:url(/_next/static/media/052c393f9794c35a-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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_185d9d;font-style:italic;font-weight:300;font-display:swap;src:url(/_next/static/media/9e28afc1996a8a43-s.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Cormorant_185d9d;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/20def1babffa3b7b-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Cormorant_185d9d;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/717498be1dad086a-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Cormorant_185d9d;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/c5f526a2c8cf9ba9-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Cormorant_185d9d;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/052c393f9794c35a-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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_185d9d;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/9e28afc1996a8a43-s.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Cormorant_185d9d;font-style:italic;font-weight:500;font-display:swap;src:url(/_next/static/media/20def1babffa3b7b-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Cormorant_185d9d;font-style:italic;font-weight:500;font-display:swap;src:url(/_next/static/media/717498be1dad086a-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Cormorant_185d9d;font-style:italic;font-weight:500;font-display:swap;src:url(/_next/static/media/c5f526a2c8cf9ba9-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Cormorant_185d9d;font-style:italic;font-weight:500;font-display:swap;src:url(/_next/static/media/052c393f9794c35a-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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_185d9d;font-style:italic;font-weight:500;font-display:swap;src:url(/_next/static/media/9e28afc1996a8a43-s.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Cormorant_185d9d;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/20def1babffa3b7b-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Cormorant_185d9d;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/717498be1dad086a-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Cormorant_185d9d;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/c5f526a2c8cf9ba9-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Cormorant_185d9d;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/052c393f9794c35a-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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_185d9d;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/9e28afc1996a8a43-s.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Cormorant_185d9d;font-style:italic;font-weight:700;font-display:swap;src:url(/_next/static/media/20def1babffa3b7b-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Cormorant_185d9d;font-style:italic;font-weight:700;font-display:swap;src:url(/_next/static/media/717498be1dad086a-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Cormorant_185d9d;font-style:italic;font-weight:700;font-display:swap;src:url(/_next/static/media/c5f526a2c8cf9ba9-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Cormorant_185d9d;font-style:italic;font-weight:700;font-display:swap;src:url(/_next/static/media/052c393f9794c35a-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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_185d9d;font-style:italic;font-weight:700;font-display:swap;src:url(/_next/static/media/9e28afc1996a8a43-s.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Cormorant_185d9d;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/6fd941fcd74fb497-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Cormorant_185d9d;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/a6c006b2eee7499d-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Cormorant_185d9d;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/06778afafef13b04-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Cormorant_185d9d;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/b1e4dae5872b6b07-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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_185d9d;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/7219c48e37faf350-s.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Cormorant_185d9d;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/6fd941fcd74fb497-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Cormorant_185d9d;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/a6c006b2eee7499d-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Cormorant_185d9d;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/06778afafef13b04-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Cormorant_185d9d;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/b1e4dae5872b6b07-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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_185d9d;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/7219c48e37faf350-s.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Cormorant_185d9d;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/6fd941fcd74fb497-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Cormorant_185d9d;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/a6c006b2eee7499d-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Cormorant_185d9d;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/06778afafef13b04-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Cormorant_185d9d;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/b1e4dae5872b6b07-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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_185d9d;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/7219c48e37faf350-s.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Cormorant_185d9d;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/6fd941fcd74fb497-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Cormorant_185d9d;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/a6c006b2eee7499d-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Cormorant_185d9d;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/06778afafef13b04-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Cormorant_185d9d;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/b1e4dae5872b6b07-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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_185d9d;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/7219c48e37faf350-s.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Cormorant_185d9d;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/6fd941fcd74fb497-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Cormorant_185d9d;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/a6c006b2eee7499d-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Cormorant_185d9d;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/06778afafef13b04-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Cormorant_185d9d;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/b1e4dae5872b6b07-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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_185d9d;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/7219c48e37faf350-s.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Cormorant_Fallback_185d9d;src:local("Times New Roman");ascent-override:94.99%;descent-override:29.50%;line-gap-override:0.00%;size-adjust:97.27%}.__className_185d9d{font-family:__Cormorant_185d9d,__Cormorant_Fallback_185d9d,serif}.__variable_185d9d{--font-cormorant:"__Cormorant_185d9d","__Cormorant_Fallback_185d9d",serif}