:root{--font-primary: "Times New Roman", Times, serif;--font-body: "Inter", sans-serif;--font-size-paragraph: 1rem;--font-weight-paragraph: 400;--line-height-paragraph: 1.7;--radius-media-sm: 8px;--radius-media-lg: 12px;--radius-avatar: 50%;font-family:var(--font-primary);line-height:1.5;font-weight:400;color:#2c3e50;background-color:#f5f5f5;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background-color:#f5f5f5;font-family:var(--font-primary)}h1,h2,h3,h4,h5,h6{line-height:1.2}p,li{font-family:var(--font-body);font-size:var(--font-size-paragraph);font-weight:var(--font-weight-paragraph);line-height:var(--line-height-paragraph)}@media(max-width:768px){:root{--font-size-paragraph: 1rem}}@media(max-width:480px){:root{--font-size-paragraph: .95rem}}a{color:inherit;text-decoration:none}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;cursor:pointer;transition:all .3s ease}.layout{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;padding:0 0 2rem}.header{position:fixed;top:0;left:0;width:100%;z-index:1000;padding:1.5rem 0;display:flex;justify-content:center;transition:padding .5s cubic-bezier(.22,1,.36,1)}.header .container{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:100%;padding:0 5rem;background:#acb8c900;border-radius:50px;transition:all .5s cubic-bezier(.22,1,.36,1)}.logo-link{display:flex;align-items:center;text-decoration:none;color:inherit;width:100%;height:100%}.logo-wrapper{display:flex;align-items:center}.logo-text{margin:0;font-size:1.5rem;font-weight:400;font-family:var(--font-primary);color:#fff;letter-spacing:1px;white-space:nowrap;overflow:hidden;max-width:800px;opacity:1;transition:all .5s cubic-bezier(.22,1,.36,1)}.logo-img{width:0;height:50px;border-radius:var(--radius-media-lg);object-fit:cover;opacity:0;margin-right:0;transition:all .5s cubic-bezier(.22,1,.36,1)}.hamburger{display:flex;flex-direction:column;gap:6px;cursor:pointer;padding:5px;z-index:2000;position:relative}.hamburger span{display:block;width:30px;height:2px;background-color:#fff;transition:all .4s cubic-bezier(.22,1,.36,1)}.hamburger.open span:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(8px,-8px)}.header.scrolled{padding:1.5rem 0}.header.scrolled .container{max-width:160px;padding:.5rem 1.5rem .5rem .5rem;background:#10193538;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.18);box-shadow:0 8px 32px #00000040,inset 0 1px #ffffff26}.header.scrolled .logo-text{max-width:0;opacity:0}.header.scrolled .logo-img{width:50px;opacity:1;margin-right:1.5rem}.header.scrolled .hamburger span{background-color:#fff;height:3px}@media(max-width:1024px){.header .container{padding:0 3rem}.logo-text{font-size:1.3rem}}@media(max-width:768px){.header{padding:1rem 0}.header .container{padding:0 2rem}.logo-text{font-size:1.1rem;max-width:600px}.logo-img{height:40px}.hamburger span{width:25px}.header.scrolled{padding:1rem 0}.header.scrolled .container{max-width:130px;padding:.4rem 1rem .4rem .4rem}.header.scrolled .logo-img{width:40px;margin-right:1rem}}@media(max-width:480px){.header{padding:.8rem 0}.header .container{padding:0 1.5rem}.logo-text{font-size:1.2rem;max-width:400px;letter-spacing:1px;font-weight:500}.logo-text:before{content:attr(data-short)}.logo-text{font-size:0}.logo-text:before{font-size:1.2rem}.logo-img{height:35px}.hamburger{gap:5px;padding:3px}.hamburger span{width:22px;height:2px}.header.scrolled{padding:.8rem 0}.header.scrolled .container{max-width:110px;padding:.3rem .8rem .3rem .3rem}.header.scrolled .logo-img{width:35px;margin-right:.8rem}.header.scrolled .hamburger span{height:2.5px}}@media(max-width:375px){.header .container{padding:0 1rem}.logo-text:before{font-size:1rem}.logo-img{height:30px}.hamburger span{width:20px}.header.scrolled .container{max-width:100px;padding:.3rem .6rem .3rem .3rem}.header.scrolled .logo-img{width:30px;margin-right:.6rem}}.staggered-menu-wrapper{position:relative;width:100%;height:100%;z-index:1050;pointer-events:none}.staggered-menu-wrapper.fixed-wrapper{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:1050;overflow:hidden}.staggered-menu-header{display:none!important;position:absolute;top:0;left:0;width:100%;align-items:center;justify-content:space-between;padding:2em;background:transparent;pointer-events:none;z-index:20}.staggered-menu-header>*{pointer-events:auto}.staggered-menu-panel{position:absolute;top:0;right:0;width:clamp(320px,45vw,500px);height:100%;background:#f9f9f9;display:flex;flex-direction:column;padding:4em 3.5em 3em;overflow-y:auto;z-index:10;pointer-events:auto}[data-position=left] .staggered-menu-panel{right:auto;left:0}.sm-prelayers{position:absolute;top:0;right:0;bottom:0;width:clamp(320px,45vw,500px);pointer-events:none;z-index:5}[data-position=left] .sm-prelayers{right:auto;left:0}.sm-prelayer{position:absolute;top:0;right:0;height:100%;width:100%;transform:translate(0)}.sm-panel-inner{flex:1;display:flex;flex-direction:column;gap:2.5rem;position:relative}.sm-panel-close-btn{position:absolute;top:-1.5rem;right:-1.5rem;background:transparent;border:none;color:#112a46;padding:.5rem;transition:opacity .2s ease;cursor:pointer}.sm-panel-close-btn:hover{opacity:.6}.sm-panel-list{list-style:none;margin:3rem 0 0;padding:0;display:flex;flex-direction:column;gap:1.5rem}.sm-panel-itemWrap{position:relative;overflow:hidden;line-height:1.2}.sm-panel-item{position:relative;font-family:var(--font-primary);color:#0b2e66;font-weight:400;font-size:3rem;cursor:pointer;line-height:1.5;letter-spacing:1px;text-transform:uppercase;display:inline-flex;text-decoration:none;padding-right:1em;transition:opacity .3s}.sm-panel-itemLabel{display:inline-block;will-change:transform;transform-origin:50% 100%}.sm-panel-item:hover{opacity:.7}.sm-panel-list[data-numbering]{counter-reset:smItem}.sm-panel-list[data-numbering] .sm-panel-item:after{counter-increment:smItem;content:"0" counter(smItem);position:absolute;top:.1em;right:0;font-family:var(--font-primary);font-size:1.2rem;font-weight:400;color:var(--sm-accent, #4B88D6);pointer-events:none;-webkit-user-select:none;user-select:none;opacity:var(--sm-num-opacity, 0)}.sm-socials{margin-top:auto;display:flex;flex-direction:column;gap:1rem}.sm-socials-title{display:none}.sm-socials-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:row;align-items:center;gap:1.25rem;flex-wrap:wrap}.sm-socials-link{color:#112a46;display:inline-flex;align-items:center;justify-content:center;transition:opacity .3s ease,color .3s ease;opacity:1}.sm-socials-list:hover .sm-socials-link:not(:hover){opacity:.35}@media(max-width:480px){.staggered-menu-panel{width:clamp(280px,90vw,420px);padding:3em 2em 2em}.sm-prelayers{width:clamp(280px,90vw,420px)}.sm-panel-item{font-size:2rem}.sm-panel-list{gap:1rem;margin-top:2rem}.sm-panel-list[data-numbering] .sm-panel-item:after{font-size:.9rem}}@media(max-width:375px){.staggered-menu-panel{width:100vw;padding:2.5em 1.5em 1.5em}.sm-prelayers{width:100vw}.sm-panel-item{font-size:1.75rem}.sm-panel-list{gap:.8rem}}.sm-socials-link:hover{color:var(--sm-accent, #4B88D6);opacity:1}.sm-footer-text{color:#112a46;font-family:var(--font-primary);font-size:1.1rem;margin:0;letter-spacing:.5px}@media(max-width:768px){.staggered-menu-panel{width:100%;padding:3em 2em}.sm-panel-itemLabel{zoom:.9}.sm-panel-item{font-size:2.8rem}.sm-panel-list[data-numbering] .sm-panel-item:after{font-size:1rem}.sm-socials{zoom:.8}}.footer{background:linear-gradient(to bottom,#0b2e6600,#101935 35% 100%);color:#fff;padding:16rem 0 6rem;margin-top:auto;font-family:var(--font-primary)}.footer .container{max-width:1500px;margin:0 auto;padding:0 2rem 0 0;display:flex;justify-content:space-between;align-items:center}.footer-left{display:flex;align-items:center}.footer-logo{height:90px;width:auto;object-fit:contain}.footer-tagline{font-size:2.8rem;font-weight:400;line-height:1.1;margin:0;letter-spacing:.5px}.footer-right{display:flex;flex-direction:column;align-items:center;gap:1rem}.social-icons{display:flex;gap:1.2rem}.social-icons a{color:#fff;font-size:1.2rem;transition:opacity .3s ease;display:flex;align-items:center;justify-content:center;text-decoration:none}.social-icons a:hover{opacity:.7}.footer-org-name{font-family:var(--font-primary);font-size:1.1rem;text-align:center;margin:0;line-height:1.3;letter-spacing:.5px}.footer-cta{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:0 2rem}.footer-cta-text{font-family:var(--font-body, sans-serif);font-size:var(--font-size-paragraph);font-weight:var(--font-weight-paragraph);line-height:var(--line-height-paragraph);color:#fff;margin-bottom:1.5rem;max-width:500px}@media(max-width:768px){.footer-cta{margin-bottom:4rem}.footer-cta-text{font-size:var(--font-size-paragraph)}}@media(max-width:480px){.footer-cta{margin-bottom:3rem}.footer-cta-text{font-size:var(--font-size-paragraph)}}@media(max-width:1024px){.footer{padding:12rem 0 5rem}.footer .container{max-width:100%;padding:0 1.5rem}.footer-logo{height:75px}.footer-tagline{font-size:2.4rem}.social-icons{gap:1rem}.social-icons a{font-size:1.1rem}.footer-org-name{font-size:1rem}}@media(max-width:768px){.footer{padding:10rem 0 4rem}.footer .container{flex-direction:column;gap:2.5rem;text-align:center;padding:0 1.5rem}.footer-left{flex-direction:column;gap:1rem}.footer-logo{height:65px}.footer-tagline{font-size:2rem}.social-icons{gap:1rem}.social-icons a{font-size:1rem}.footer-org-name{font-size:.95rem}}@media(max-width:480px){.footer{padding:8rem 0 3rem;margin-top:0}.footer .container{gap:2rem;padding:0 1rem}.footer-logo{height:55px}.footer-tagline{font-size:1.5rem;letter-spacing:.3px;display:none}.social-icons{gap:.8rem}.social-icons a{font-size:.95rem}.footer-org-name{font-size:.85rem;letter-spacing:.3px}.footer-right{gap:.8rem}.footer-cta-text{font-size:.8rem}}@media(max-width:375px){.footer{padding:6rem 0 2.5rem}.footer .container{gap:1.5rem;padding:0 .8rem}.footer-logo{height:45px}.footer-tagline{font-size:1.25rem}.social-icons{gap:.7rem}.social-icons a{font-size:.9rem}.footer-org-name{font-size:.75rem}}.glass-btn{position:relative;overflow:hidden;padding:.8rem 2rem;background:linear-gradient(135deg,#ffffff1a,#ffffff05);color:#fff;border:1px solid rgba(255,255,255,.4);border-radius:50px;font-family:var(--font-primary, "Times New Roman", serif);font-size:1rem;font-weight:600;letter-spacing:1.5px;cursor:pointer;transition:all .4s cubic-bezier(.25,1,.5,1);box-shadow:0 8px 32px #0000004d,inset 0 0 10px #9ddeff1a;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.glass-btn:before{content:"";position:absolute;top:0;left:-100%;width:50%;height:100%;background:linear-gradient(to right,#fff0,#ffffff4d,#fff0);transform:skew(-25deg);transition:all .6s ease}.glass-btn:hover{background:linear-gradient(135deg,#ffffff26,#ffffff0d);border:1px solid rgba(255,255,255,.9);transform:translateY(-3px) scale(1.02);box-shadow:0 12px 40px #00000080,0 0 20px #9ddeff4d,inset 0 0 15px #9ddeff33}.glass-btn:hover:before{left:200%}.glass-btn:active{transform:translateY(1px) scale(.98);box-shadow:0 4px 15px #0006}@media(max-width:480px){.glass-btn{padding:.8rem 2rem;font-size:.95rem;letter-spacing:1px}}.page-container{max-width:100%;margin:0;overflow:hidden}.hero{display:flex;flex-direction:column;width:100%;aspect-ratio:16 / 8.6;background-size:cover;background-position:center;font-family:var(--font-primary);color:#fff;margin-bottom:3rem;align-items:center;justify-content:center;position:relative}.hero:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#0000004d,#000000b3 50%);mask-image:linear-gradient(to bottom,black 78%,rgba(0,0,0,.95) 86%,rgba(0,0,0,.45) 94%,transparent 100%);-webkit-mask-image:linear-gradient(to bottom,black 78%,rgba(0,0,0,.95) 86%,rgba(0,0,0,.45) 94%,transparent 100%);z-index:1}.hero-bg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0;mask-image:linear-gradient(to bottom,black 78%,rgba(0,0,0,.95) 86%,rgba(0,0,0,.45) 94%,transparent 100%);-webkit-mask-image:linear-gradient(to bottom,black 78%,rgba(0,0,0,.95) 86%,rgba(0,0,0,.45) 94%,transparent 100%);opacity:.8}.hero-logo{width:200px;height:auto;object-fit:contain;z-index:2;display:none}.hero-title,.hero-subtitle{position:relative;z-index:2}.hero-title{font-size:3.5rem;margin:0 0 3rem;font-weight:500;text-align:center}.hero-subtitle{font-family:var(--font-primary);font-style:italic;font-size:1.4rem;font-weight:500;letter-spacing:1px;text-transform:uppercase;margin:0;opacity:.85}.content-section{margin-bottom:3rem}.content-section h2{font-size:2rem;color:#2c3e50;margin-bottom:1rem}.content-section p{font-family:var(--font-body);font-size:var(--font-size-paragraph);font-weight:var(--font-weight-paragraph);line-height:var(--line-height-paragraph);color:#555}@media(max-width:1024px){.hero{aspect-ratio:auto;min-height:50vh;padding:4rem 0;margin-bottom:2rem}.hero-title{font-size:2.2rem;margin:0 0 1rem;padding:0 1.5rem}.hero-subtitle{font-size:1rem;padding:0 1.5rem}.content-section{margin-bottom:2.5rem}.content-section h2{font-size:1.8rem}.content-section p{font-size:var(--font-size-paragraph)}}@media(max-width:768px){.hero{aspect-ratio:auto;min-height:60vh;padding:3rem 0;margin-bottom:1.5rem}.hero-title{font-size:1.8rem;margin:0 0 1rem;padding:0 1rem}.hero-subtitle{font-size:.85rem;padding:0 1rem}.content-section{margin-bottom:2rem}.content-section h2{font-size:1.6rem}.content-section p{font-size:var(--font-size-paragraph);line-height:var(--line-height-paragraph)}}@media(max-width:480px){.hero{min-height:80vh}.hero-title{font-size:1rem}.hero-subtitle{font-size:.5rem}.content-section{margin-bottom:1.5rem}.content-section h2{font-size:1.4rem;margin-bottom:.8rem}.content-section p{font-size:var(--font-size-paragraph);line-height:var(--line-height-paragraph)}.hero-logo{display:block;margin-top:-8rem}}@media(max-width:375px){.hero{aspect-ratio:16 / 12}.hero-title{font-size:1.4rem;margin:0 0 1.2rem;padding:0 .8rem}.hero-subtitle{font-size:.75rem;padding:0 .8rem}.content-section h2{font-size:1.25rem}.content-section p{font-size:var(--font-size-paragraph)}.hero-logo{display:block}}.its-container{width:100%;padding:6rem 2rem;box-sizing:border-box;margin:0;position:relative}.its-box{position:absolute;top:0;left:2%;width:96%;height:100%;background:#111c3d;z-index:-1;opacity:.63;-webkit-mask-image:linear-gradient(to bottom,transparent 0%,black 15%,black 85%,transparent 100%),linear-gradient(to right,transparent 0%,black 70%,black 93%,transparent 100%);-webkit-mask-composite:source-in;mask-image:linear-gradient(to bottom,transparent 0%,black 15%,black 85%,transparent 100%),linear-gradient(to right,transparent 0%,black 7%,black 93%,transparent 100%);mask-composite:intersect}.its-content-wrapper{max-width:1100px;margin:0 auto;display:flex;align-items:flex-start;gap:3rem;justify-content:flex-end}.its-container.its-reverse .its-content-wrapper{flex-direction:row-reverse;justify-content:flex-start}.its-text-block{flex:1 1 50%;width:100%}.its-image-block{flex-shrink:0;width:500px;height:380px;position:relative;border-radius:var(--radius-media-lg);overflow:hidden;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;display:flex;justify-content:center}.its-image{width:100%;height:100%;object-fit:cover}.its-image-placeholder{width:100%;height:100%;background:#ffffff1a;display:flex;align-items:center;justify-content:center;color:#ffffff80;font-size:.9rem}.its-text-block{text-align:right}.its-container.its-reverse .its-text-block{text-align:left}.its-title{text-transform:uppercase;font-family:var(--font-primary);font-size:3rem;font-weight:500;color:#9ddfff;margin-bottom:1.5rem;line-height:1.2}.its-subtitle{font-family:var(--font-primary);font-size:1rem;font-weight:600;color:#9ddfff;margin:-1.5rem 0 1.5rem;text-transform:uppercase;letter-spacing:1px;opacity:.9}.its-description{font-family:var(--font-body);font-size:var(--font-size-paragraph);font-weight:var(--font-weight-paragraph);line-height:var(--line-height-paragraph);color:#fff}.its-description p{font-size:inherit;margin-bottom:1em}.its-text-block .glass-btn{margin-top:1rem}@media(max-width:868px){.its-container{padding:3rem 1.5rem;zoom:.75}.its-content-wrapper{flex-direction:column;gap:2rem}.its-container.its-reverse .its-content-wrapper{flex-direction:column}.its-image-block{width:100%;max-width:100%;height:600px}.its-image{object-position:42% 1%}.its-text-block,.its-container.its-reverse .its-text-block{text-align:center}.its-title{font-size:2rem;text-align:center}.its-description{text-align:center}}@media(max-width:480px){.its-container{padding:2rem 4rem;zoom:.7}.its-image-block{height:250px}}.ea-container{width:100%;padding:8rem 2rem;box-sizing:border-box;position:relative;font-family:var(--font-primary)}.ea-content-wrapper{max-width:1150px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.ea-header{text-align:center;margin-bottom:3.5rem;color:#fff}.ea-title{font-size:3rem;font-weight:400;margin:0 0 .5rem;letter-spacing:.5px;color:#9ddfff}.ea-subtitle{font-family:var(--font-primary);font-style:italic!important;font-size:1.25rem;font-weight:400;margin:0;letter-spacing:1px}.ea-grid{display:grid;grid-template-columns:repeat(3,1fr);column-gap:2.5rem;row-gap:5rem;width:100%}.ea-item{display:flex;flex-direction:column;align-items:center;width:100%}.ea-image-wrapper{width:100%;aspect-ratio:4 / 3;border-radius:var(--radius-media-sm);overflow:hidden;margin-bottom:1.25rem;box-shadow:0 4px 12px #00000026}.ea-image{width:100%;height:100%;object-fit:cover;display:block}.ea-image-placeholder{width:100%;height:100%;background-image:repeating-conic-gradient(#f4f4f4 0% 25%,#fff 0% 50%);background-size:24px 24px}.ea-video-thumb{cursor:pointer;position:relative}.ea-play-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#00000040;transition:background .2s ease}.ea-video-thumb:hover .ea-play-overlay{background:#00000073}.ea-play-icon{width:64px;height:64px;border-radius:50%;background:#fffc;display:flex;align-items:center;justify-content:center;color:#0b2e66;box-shadow:0 4px 20px #0006;transition:transform .2s ease,background .2s ease}.ea-video-thumb:hover .ea-play-icon{transform:scale(1.1);background:#fff}.ea-play-icon svg{width:28px;height:28px;margin-left:1px}.ea-modal-overlay{position:fixed;inset:0;z-index:9999;background:#000000d9;display:flex;align-items:center;justify-content:center;padding:1.5rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.ea-modal-content{position:relative;width:100%;max-width:900px;background:#000;border-radius:10px;overflow:hidden;box-shadow:0 20px 60px #000000b3}.ea-modal-content--portrait{max-width:380px}.ea-modal-content--portrait .ea-modal-video{aspect-ratio:9 / 16}.ea-modal-close{position:absolute;top:.6rem;right:.1rem;z-index:10;background:#0b2e6600;border:none;color:#fff;font-size:1.4rem;line-height:1;width:.3rem;height:.3rem;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.2s ease}.ea-modal-close:hover{scale:1.2}.ea-modal-video{position:relative;width:100%;aspect-ratio:16 / 9}.ea-modal-video iframe,.ea-modal-video video{position:absolute;inset:0;width:100%;height:100%;border:none;display:block}.ea-item-title{color:#9ddfff;font-size:1.35rem;font-weight:400;margin:0 0 .5rem;text-align:center}.ea-item-date{color:#fff;font-size:.85rem;font-weight:400;margin:0 0 .75rem;text-align:center;opacity:.75;font-style:italic}.ea-item-description{font-family:var(--font-body);color:#fff;font-size:var(--font-size-paragraph);font-weight:var(--font-weight-paragraph);line-height:var(--line-height-paragraph);text-align:center;opacity:.9}.ea-item-description--clamped{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.ea-read-more{display:block;margin:.5rem auto 0;background:none;border:none;padding:0;cursor:pointer;color:#9ddfff;font-family:var(--font-body);font-size:var(--font-size-paragraph);font-weight:500;text-decoration:underline;text-underline-offset:2px;opacity:1;transition:opacity .2s ease}.ea-read-more:hover{opacity:.75}@media(max-width:1024px){.ea-container{padding:8rem 1.5rem}.ea-content-wrapper{max-width:950px}.ea-header{margin-bottom:3rem}.ea-title{font-size:2.6rem}.ea-subtitle{font-size:1.15rem}.ea-grid{column-gap:2rem;row-gap:4rem}.ea-item-title{font-size:1.25rem}.ea-item-date{font-size:.8rem}.ea-item-description{font-size:var(--font-size-paragraph)}}@media(max-width:900px){.ea-container{padding:6rem 1.5rem}.ea-header{margin-bottom:2.5rem}.ea-title{font-size:2.3rem}.ea-subtitle{font-size:1.1rem}.ea-grid{grid-template-columns:repeat(2,1fr);column-gap:1.8rem;row-gap:4rem}.ea-image-wrapper{margin-bottom:1rem}.ea-item-title{font-size:1.2rem}.ea-item-date{font-size:.75rem}.ea-item-description{font-size:var(--font-size-paragraph)}}@media(max-width:768px){.ea-container{padding:5rem 1.5rem}.ea-title{font-size:2rem}.ea-subtitle{font-size:1rem}.ea-grid{row-gap:4rem}}@media(max-width:600px){.ea-container{padding:4rem 1.5rem;gap:2rem}.ea-header{margin-bottom:2rem}.ea-title{font-size:2.3rem}.ea-subtitle{font-size:.95rem;letter-spacing:.5px}.ea-grid{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:1rem;row-gap:2.8rem}.ea-grid>.ea-item:last-child:nth-child(odd){grid-column:1 / -1;width:calc((100% - 1rem)/2);justify-self:center}.ea-image-wrapper{border-radius:var(--radius-media-sm);margin-bottom:.9rem}.ea-item-title{font-size:1.15rem}.ea-item-date{font-size:.75rem;margin-bottom:.6rem}.ea-item-description{font-size:var(--font-size-paragraph);line-height:var(--line-height-paragraph)}}@media(max-width:480px){.ea-container{padding:3rem 1rem;gap:2rem}.ea-header{margin-bottom:1.8rem}.ea-title{font-size:2rem}.ea-subtitle{font-size:.9rem}.ea-grid{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:.9rem;row-gap:2.4rem}.ea-grid>.ea-item:last-child:nth-child(odd){grid-column:1 / -1;width:calc((100% - .9rem)/2);justify-self:center}.ea-image-wrapper{margin-bottom:.8rem}.ea-item-title{font-size:1.05rem;margin-bottom:.4rem}.ea-item-date{font-size:.7rem;margin-bottom:.5rem}.ea-item-description{font-size:.8rem}}@media(max-width:375px){.ea-container{padding:2.5rem .8rem}.ea-title{font-size:2rem}.ea-subtitle{font-size:.85rem}.ea-item-title{font-size:1rem}.ea-item-date{font-size:.7rem}.ea-item-description{font-size:var(--font-size-paragraph)}}.eb-container{width:100%;padding:10rem 2rem;box-sizing:border-box;position:relative}.eb-content-wrapper{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:4rem}.eb-text-block{flex:1 1 45%;max-width:500px}.eb-title{font-family:var(--font-primary);font-size:3rem;font-weight:400;color:#9ddfff;margin:0 0 .5rem;line-height:1.1;text-transform:uppercase;letter-spacing:1px}.eb-subtitle{font-family:var(--font-primary);font-size:var(--font-size-paragraph);font-weight:600;font-style:italic;color:#fff;margin:0 0 1.5rem;text-transform:uppercase;letter-spacing:1px;opacity:.9}.eb-description{font-family:var(--font-body);font-size:var(--font-size-paragraph);font-weight:var(--font-weight-paragraph);line-height:var(--line-height-paragraph);color:#fff}.eb-description p{font-size:inherit;margin-bottom:1em}.eb-text-block .glass-btn{margin-top:2rem;zoom:.9}.eb-carousel-block{flex:1 1 55%;position:relative;max-width:650px;width:100%;overflow:hidden;-webkit-mask-image:linear-gradient(to right,transparent 0%,black 10%,black 90%,transparent 100%);-webkit-mask-composite:source-in;mask-image:linear-gradient(to right,transparent 0%,black 10%,black 90%,transparent 100%);mask-composite:intersect}.eb-carousel-viewport{width:100%;height:100%;overflow:hidden;user-select:none;-webkit-user-select:none;touch-action:pan-y;cursor:grab}.eb-carousel-viewport:active{cursor:grabbing}.eb-carousel-track{display:flex;height:100%;width:100%;align-items:flex-start}.eb-carousel-item{min-width:100%;flex:0 0 100%;display:flex;flex-direction:column;margin:0 1em;box-sizing:border-box}.eb-carousel-img-wrapper{width:100%;aspect-ratio:16 / 9;overflow:hidden;box-shadow:0 8px 20px #0000001a;border-radius:var(--radius-media-sm)}.eb-carousel-img{width:100%;height:100%;object-fit:cover;display:block;pointer-events:none;border-radius:var(--radius-media-sm)}.eb-carousel-title{color:#fff;font-family:var(--font-primary);font-size:1.5rem;font-weight:600;text-align:center;padding-top:1rem;letter-spacing:.5px}@media(max-width:968px){.eb-content-wrapper{flex-direction:column;gap:2.5rem}.eb-text-block,.eb-carousel-block{max-width:100%;flex:1 1 auto}.eb-text-block{text-align:center}.eb-title{font-size:2.5rem}}@media(max-width:480px){.eb-container{padding:6rem 1.5rem}.eb-title{font-size:2rem}.eb-carousel-title{font-size:1.25rem}.eb-description{font-size:.8rem}}.req-container{width:100%;padding:10rem 2rem;box-sizing:border-box;position:relative}.req-container{--req-paragraph-size: var(--font-size-paragraph)}.req-content-wrapper{max-width:1200px;height:auto;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:4rem}.req-text-block{display:flex;flex-direction:column;flex:1 1 45%;max-width:500px;justify-content:flex-end;align-items:flex-end}.req-title{font-family:var(--font-primary);font-size:3rem;font-weight:400;color:#9ddfff;margin:0 0 .5rem;line-height:1.1;text-transform:uppercase;letter-spacing:1px;align-content:end;text-align:right}.req-subtitle{font-family:var(--font-primary);font-size:var(--req-paragraph-size);font-weight:600;font-style:italic;color:#fff;margin:0 0 1.5rem;text-transform:uppercase;letter-spacing:1px;opacity:.9}.req-description{font-family:var(--font-body);font-size:var(--req-paragraph-size);font-weight:var(--font-weight-paragraph);line-height:var(--line-height-paragraph);color:#fff;text-align:right}.req-description p{font-size:inherit;margin-bottom:1em}.req-text-block .glass-btn{margin-top:2rem;zoom:.9;max-width:200px}.req-carousel-block{flex:1 1 55%;position:relative;max-width:700px;width:100%;height:550px;overflow:hidden;align-items:center;-webkit-mask-image:linear-gradient(to right,transparent 0%,black 10%,black 90%,transparent 100%);-webkit-mask-composite:source-in;mask-image:linear-gradient(to right,transparent 0%,black 10%,black 90%,transparent 100%);mask-composite:intersect}.req-carousel-viewport{width:100%;height:100%;overflow:hidden;user-select:none;-webkit-user-select:none;touch-action:pan-y;cursor:grab}.req-carousel-viewport:active{cursor:grabbing}.req-carousel-track{display:flex;height:100%;width:100%;align-items:flex-start}.req-carousel-item{max-width:79%;flex:0 0 100%;display:flex;flex-direction:column;margin:0 1em;box-sizing:border-box}.req-carousel-img-wrapper{width:100%;aspect-ratio:1 / 1;overflow:hidden;box-shadow:0 8px 20px #0000001a;border-radius:var(--radius-media-sm)}.req-carousel-img{width:100%;height:100%;object-fit:cover;display:block;pointer-events:none;border-radius:var(--radius-media-sm)}.req-carousel-title{color:#fff;font-family:var(--font-primary);font-size:1.5rem;font-weight:600;text-align:center;padding-top:1rem;letter-spacing:.5px}@media(max-width:968px){.req-content-wrapper{flex-direction:column;align-items:center;gap:2.5rem}.req-text-block{order:1;max-width:100%;flex:1 1 auto;align-items:center;text-align:center}.req-carousel-block{order:2;max-width:100%;flex:1 1 auto;height:420px}.req-title{font-size:2.5rem;text-align:center}.req-description{text-align:center}}@media(max-width:480px){.req-container{padding:3rem 1.5rem}.req-title{font-size:2rem}.req-carousel-block{height:360px}.req-carousel-title{font-size:1.25rem}.req-description{font-size:.8rem}}#root{width:100%;margin:0;padding:0;position:relative}.silk-background{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1;pointer-events:none}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}
