.members-list{padding:7rem 0 0}.members-list__wrapper{display:flex;flex-direction:column;text-align:center}.members-list__header{max-width:30rem;margin:0 auto;text-align:center}.members-list__title p{font-size:2.625rem;font-family:var(--ff-main);font-weight:400;line-height:1.2;color:var(--color-text);margin-bottom:1rem;text-align:center}.members-list__description p{font-size:.875rem;line-height:1.5;font-weight:300;color:var(--color-text);text-align:center;font-family:var(--ff-main)}.members-list__grid{padding-top:2rem;display:grid;width:100%;grid-template-columns:repeat(3,1fr);gap:2.75rem}@media screen and (max-width: 1023px){.members-list__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media screen and (width < 48rem){.members-list__grid{grid-template-columns:1fr;gap:1.5rem}}.card-member{width:100%;aspect-ratio:1/1;border-radius:var(--radius-small);overflow:hidden;position:relative;transition:transform .3s var(--timing-animation);box-shadow:0 .5rem 2rem #0000001a;background-size:cover;background-position:center;background-repeat:no-repeat}.card-member:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#04315500 0% 40%,#043155d9);z-index:1;pointer-events:none;transition:background .3s var(--timing-animation)}.card-member__link{display:block;width:100%;height:100%;text-decoration:none;position:relative;z-index:2;color:inherit}.card-member__content{position:absolute;bottom:0;left:0;width:100%;padding:1.5rem;z-index:3;color:var(--color-white);transition:all .3s var(--timing-animation)}.card-member__name{font-size:1rem;font-weight:600;color:var(--color-white);line-height:1.5;margin-bottom:.25rem}.card-member__name .name{text-transform:uppercase}.card-member__name .surname{text-transform:capitalize}.card-member__job{font-size:1rem;color:var(--color-white);margin:0;font-weight:300}.card-member__button{display:none;width:max-content;margin:1rem auto 0;padding:.75rem 1.5rem;background-color:none;border:1px solid var(--color-white);color:var(--color-white);border-radius:var(--radius-big);font-size:.875rem;font-weight:600;font-family:var(--ff-main);transform:translateY(1rem);transition:all .3s var(--timing-animation);pointer-events:none}.card-member:hover{box-shadow:0 1rem 3rem #0003}.card-member:hover:before{background:linear-gradient(to bottom,#04315599,#043155d9)}.card-member:hover .card-member__content{top:50%;bottom:auto;transform:translateY(-50%);text-align:center}.card-member:hover .card-member__button{display:block;transform:translateY(0);pointer-events:auto}@media screen and (width < 48rem){.card-member{width:100%;max-width:21.875rem;max-height:21.875rem;margin:0 auto}}.former-members-list{background:var(--color-background)}.former-members-list .former-members-list{display:flex;flex-direction:row;gap:4rem;align-items:center}@media screen and (width < 48rem){.former-members-list .former-members-list{flex-direction:column;gap:2rem}}.former-members-list__controls{flex-shrink:0;width:15rem;display:flex;flex-direction:column;gap:1rem}@media screen and (width < 48rem){.former-members-list__controls{width:100%;align-items:center;text-align:center}}.former-members-list__title{font-size:1.625rem;font-family:var(--ff-main);font-weight:400;line-height:1.2;color:var(--color-text)}@media screen and (width < 48rem){.former-members-list__title{font-size:2rem}}.former-members-list__buttons{display:flex;gap:1rem}.former-members-list__buttons svg{width:2.375rem;height:2.375rem;cursor:pointer;transition:all .3s var(--timing-animation)}.former-members-list__block{width:100%;clip-path:inset(0 -100vw 0 0)}.former-members-list__list{flex:1;display:flex;flex-flow:row nowrap;gap:3rem;transition:transform .5s ease}.card-former-member{display:flex;flex-flow:row nowrap;gap:1.5rem;background:var(--color-white);border-radius:var(--radius-medium);overflow:hidden;width:fit-content;flex-shrink:0}.card-former-member__link{display:flex;flex-flow:row nowrap;gap:1.5rem;width:100%;text-decoration:none;color:inherit}.card-former-member__photo{flex-shrink:0;width:7.125rem;height:7.125rem;border-radius:var(--radius-small);overflow:hidden;position:relative;background-size:cover;background-position:center;background-repeat:no-repeat}.card-former-member__photo:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#04315500 0% 40%,#043155d9 90%)}.card-former-member__content{display:flex;flex-direction:column;justify-content:center;padding:1rem 1rem 1rem 0}.card-former-member__name{font-size:1rem;font-weight:600;color:var(--color-text);margin:0;line-height:1.5;text-transform:capitalize}.card-former-member__job{font-size:1rem;color:var(--color-secondary);margin:0;font-weight:300;text-transform:capitalize}.card-former-member__team{font-size:1rem;text-transform:capitalize;color:var(--color-text);padding-top:.75rem;margin:0;font-weight:600}.publications-list{padding:6rem 0;background:var(--color-background)}@media screen and (width < 48rem){.publications-list{padding:3rem 0}}.publications-list__image{--aspect-ratio: 1140/544;width:100%}.publications-list__image img{width:100%;height:100%;border-radius:var(--radius-small);object-fit:cover}@media screen and (width < 48rem){.publications-list__image{margin-bottom:2rem}}.publications-list__content{margin-top:6.25rem;display:grid;grid-template-columns:.5fr 1fr;gap:4rem}@media screen and (width < 48rem){.publications-list__content{margin-top:3rem;grid-template-columns:1fr;gap:2rem}}.publications-list__left{display:flex;flex-direction:column;gap:1.5rem;max-width:20.25rem}@media screen and (max-width: 768px){.publications-list__left{max-width:100%}}.publications-list__title p{font-size:2.25rem;font-family:var(--ff-main);font-weight:400;line-height:1.2;color:var(--color-text)}@media screen and (width < 48rem){.publications-list__title{font-size:2rem}}.publications-list__description p{font-size:.875rem;line-height:1.5;color:var(--color-text);font-weight:300}.publications-list__right{display:flex;flex-direction:column}.publications-list__list{display:flex;flex-direction:column;gap:1.5rem}.publication-card{display:flex;align-items:center;gap:1.5rem;padding:1.5rem;border:1px solid var(--color-primary);border-radius:var(--radius-small);background:var(--color-white);transition:all .3s var(--timing-animation);max-width:44.125rem}@media screen and (width < 48rem){.publication-card{padding:.875rem;gap:.5rem}}.publication-card__content{flex:1;display:flex;flex-direction:column;gap:1rem}.publication-card__header{display:flex;align-items:center;gap:1rem;padding:.25rem 0}@media screen and (width < 48rem){.publication-card__header{gap:.5rem}}.publication-card__book-icon{flex-shrink:0;width:.9375rem;height:.9375rem}.publication-card__book-icon svg{width:100%;height:100%}.publication-card__title p{font-size:.875rem;font-weight:300;line-height:1.5;color:var(--color-text)}.publication-card__divider{height:.125rem;background:#004a9842}.publication-card__footer{display:flex;align-items:center;gap:1rem;padding:.25rem 0}@media screen and (width < 48rem){.publication-card__footer{gap:.5rem}}.publication-card__users-icon{flex-shrink:0;width:.9375rem;height:.9375rem}.publication-card__users-icon svg{width:100%;height:100%}.publication-card__authors{line-height:1.5;color:var(--color-text);text-transform:capitalize;margin:0}.publication-card__authors p{font-weight:500;font-size:.875rem}.publication-card__link{display:none;align-items:center;font-size:.875rem;font-weight:400;color:var(--color-text);text-decoration:none;width:fit-content;transition:all .3s var(--timing-animation);font-family:var(--ff-main)}@media screen and (width < 48rem){.publication-card__link{display:inline-flex}}.publication-card__link svg{width:2rem;height:2rem;transition:transform .3s var(--timing-animation)}.publication-card__link svg *{stroke:var(--color-text)}.publication-card__link-icon{flex-shrink:0;width:3.4375rem;height:3.4375rem;display:flex;align-items:center;justify-content:center;transition:all .3s var(--timing-animation)}@media screen and (width < 48rem){.publication-card__link-icon{display:none}}.publication-card__link-icon svg{width:100%;height:100%}.publication-card__link-icon svg *{transition:opacity .3s var(--timing-animation)}.publication-card__link:hover svg{transform:translate(.25rem)}.publication-card__link-icon:hover svg *{fill:var(--color-primarylight)}.blog-list{padding:2rem 0}@media screen and (width < 48rem){.blog-list{padding:1.5rem 0}}.blog-list__header{display:flex;justify-content:space-between;align-items:center}@media screen and (width < 48rem){.blog-list__header{flex-direction:column;gap:1.5rem;text-align:center;margin-bottom:2rem}}.blog-list__title{max-width:35rem}.blog-list__title p{font-size:2.625rem;font-weight:400;color:var(--color-text);line-height:1.2}@media screen and (width < 48rem){.blog-list__title{font-size:2rem}}.blog-list__button{display:inline-block;padding:.825rem 2rem;background:var(--color-primary);color:var(--color-secondary);text-decoration:none;border-radius:var(--radius-big);font-family:var(--ff-main);font-size:.875rem;font-weight:600;transition:transform .3s var(--timing-animation);width:fit-content}.blog-list__button:hover{background-color:var(--color-primarylight)}.blog-list__articles{display:flex;flex-direction:column}.blog-article{display:flex;gap:4.8125rem;position:relative;margin-top:3rem}@media screen and (width < 48rem){.blog-article{flex-direction:column;gap:1rem}}.blog-article__image-wrapper{position:relative;flex-shrink:0;width:45%;max-width:30.75rem;max-height:20.5rem}@media screen and (width < 48rem){.blog-article__image-wrapper{width:100%;max-width:none;max-height:none}}.blog-article__image-wrapper:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#04315500 0% 55%,#043155d9 95%,#043155);z-index:1;pointer-events:none;transition:background .3s var(--timing-animation);border-radius:var(--radius-small)}.blog-article__image{--aspect-ratio: 492/328;width:100%;height:100%;min-height:20.5rem;border-radius:var(--radius-small);overflow:hidden;display:block}@media screen and (width < 48rem){.blog-article__image{min-height:0;width:100%;height:10rem}}.blog-article__image img{width:100%;height:100%;object-fit:cover;transition:transform .3s var(--timing-animation)}.blog-article:hover .blog-article__image img{transform:scale(1.05)}.blog-article__content{flex:1;display:flex;flex-direction:column;gap:1rem;justify-content:center;max-height:20.5rem;overflow:hidden}.blog-article__title{font-size:2.25rem;font-weight:400;line-height:1.2;color:var(--color-text);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;flex-shrink:0}@media screen and (width < 48rem){.blog-article__title{font-size:1.25rem}}.blog-article__title a{color:var(--color-text);text-decoration:none;transition:color .3s var(--timing-animation)}.blog-article__title a:hover{color:var(--color-primary)}.blog-article__date{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--color-text);font-weight:300;font-family:var(--ff-main);flex-shrink:0}.blog-article__date svg{width:1.25rem;height:1.25rem}.blog-article__excerpt{font-size:.875rem;line-height:1.5;color:var(--color-text);font-weight:300;font-family:var(--ff-main);overflow:hidden}.blog-article__excerpt p{margin:0}.blog-article__link{display:inline-flex;align-items:center;font-size:.875rem;font-weight:400;color:var(--color-text);text-decoration:none;width:fit-content;transition:all .3s var(--timing-animation);font-family:var(--ff-main);flex-shrink:0}.blog-article__link svg{width:2rem;height:2rem;transition:transform .3s var(--timing-animation)}.blog-article__link svg *{stroke:var(--color-text)}.blog-article__link:hover svg{transform:translate(.25rem)}.blog-article__divider{width:100%;height:.0625rem;background:var(--color-secondary);margin:3rem 0 2rem}@media screen and (width < 48rem){.blog-article__divider{margin:1.5rem 0}}.pre-footer{padding:7rem 0;background:var(--color-white)}@media screen and (width < 48rem){.pre-footer{padding:3rem 0}}.pre-footer__wrapper{display:grid;grid-template-columns:1fr .9fr;gap:3rem}@media screen and (width < 48rem){.pre-footer__wrapper{grid-template-columns:1fr;gap:3rem}}.pre-footer__left{display:flex;flex-direction:column;gap:2rem}.pre-footer__title{width:100%;max-width:30rem}.pre-footer__title p{font-size:2.625rem;font-weight:400;color:var(--color-text);line-height:1.2}@media screen and (width < 48rem){.pre-footer__title p{font-size:2rem}}.pre-footer__form .wpcf7>.wpcf7-form-control-wrap{display:block;width:100%}.pre-footer__form .wpcf7 .form-row--2cols{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}@media screen and (width < 48rem){.pre-footer__form .wpcf7 .form-row--2cols{grid-template-columns:1fr;gap:0}}.pre-footer__form .wpcf7 .form-field{display:block;width:100%;position:relative}.pre-footer__form .wpcf7 .form-field .wpcf7-form-control-wrap{display:block;width:100%}.pre-footer__form .wpcf7 .form-field--textarea{position:relative}.pre-footer__form .wpcf7 input[type=text],.pre-footer__form .wpcf7 input[type=email]{width:100%;padding:1rem 0;border:none;border-bottom:1px solid var(--color-text);background:transparent;font-family:var(--ff-main);font-size:1rem;color:var(--color-text);transition:border-color .3s var(--timing-animation);margin-top:1.5rem}.pre-footer__form .wpcf7 input[type=text]::placeholder,.pre-footer__form .wpcf7 input[type=email]::placeholder{color:rgba(var(--color-text),.5)}.pre-footer__form .wpcf7 input[type=text]:focus,.pre-footer__form .wpcf7 input[type=email]:focus{outline:none;border-bottom-color:var(--color-primary)}.pre-footer__form .wpcf7 input[type=text].wpcf7-not-valid,.pre-footer__form .wpcf7 input[type=email].wpcf7-not-valid{border-bottom-color:#dc3545}.pre-footer__form .wpcf7 .message-wrapper{width:100%;min-width:100%;max-width:100%;padding:1rem 0;border:none;border-bottom:1px solid var(--color-secondary);background:transparent;font-family:var(--ff-main);font-size:1rem;color:var(--color-text);transition:border-color .3s var(--timing-animation);margin-top:1.5rem;height:9.37rem}.pre-footer__form .wpcf7 .message-wrapper::placeholder{color:rgba(var(--color-text),.5)}.pre-footer__form .wpcf7 .message-wrapper:focus{outline:none;border-bottom-color:var(--color-primary)}.pre-footer__form .wpcf7 .message-wrapper.wpcf7-not-valid{border-bottom-color:#dc3545}.pre-footer__form .wpcf7 .character-counter{position:absolute;bottom:.5rem;right:0;pointer-events:none;font-size:.75rem;font-weight:400;color:rgba(var(--color-text),.5)}.pre-footer__form .wpcf7 .character-counter .counter-current{font-weight:400;color:var(--color-text)}.pre-footer__form .wpcf7 .character-counter .counter-max{font-weight:400;color:rgba(var(--color-text),.5)}.pre-footer__form .wpcf7 .wpcf7-list-item{margin:1.5rem 0}.pre-footer__form .wpcf7 .wpcf7-list-item label{display:flex;align-items:flex-start;gap:.75rem;font-size:.875rem;color:var(--color-text);font-family:var(--ff-main);font-weight:400;cursor:pointer}.pre-footer__form .wpcf7 .wpcf7-list-item input[type=checkbox]{flex-shrink:0;width:1.25rem;height:1.25rem;cursor:pointer;accent-color:#003459}.pre-footer__form .wpcf7 .btn-submit{display:inline-block;padding:.825rem 2rem;background:var(--color-primary);color:var(--color-text);border:none;border-radius:var(--radius-big);font-family:var(--ff-main);font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s var(--timing-animation)}.pre-footer__form .wpcf7 .btn-submit:hover{background-color:var(--color-primarylight)}.pre-footer__form .wpcf7 .btn-submit:disabled{opacity:.6;cursor:not-allowed}.pre-footer__form .wpcf7 .wpcf7-not-valid-tip{font-size:.75rem;color:#dc3545;margin-top:.25rem;font-family:var(--ff-main)}.pre-footer__form .wpcf7 .wpcf7-response-output{margin-top:1.5rem;padding:1rem;border-radius:var(--radius-small);font-size:.875rem;font-family:var(--ff-main)}.pre-footer__form .wpcf7 .wpcf7-response-output.wpcf7-validation-errors{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.pre-footer__form .wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.pre-footer__right{display:flex;flex-direction:column}.pre-footer__subtitle p{font-size:1.625rem;font-weight:400;color:var(--color-text);line-height:1.2}.pre-footer__subtitle p strong{font-weight:500}@media screen and (width < 48rem){.pre-footer__subtitle p{font-size:1.25rem}}.pre-footer__map{width:100%;height:100%;min-height:30rem;border-radius:var(--radius-small);overflow:hidden}@media screen and (width < 48rem){.pre-footer__map{min-height:20rem}}.pre-footer__map iframe{width:100%;height:100%;min-height:30rem;border:none;display:block}@media screen and (width < 48rem){.pre-footer__map iframe{min-height:20rem}}.home{overflow-x:hidden}.home .hero{position:relative;display:flex;flex-direction:column;justify-content:center;background:linear-gradient(180deg,#043155,#000b14);color:var(--color-white)}.home .hero__wrapper{width:100%;max-width:90rem;margin:0 auto;display:grid;grid-template-columns:1fr minmax(0,44.475rem);gap:6rem;align-items:center;padding:9rem 0 5.5rem}@media screen and (max-width: 1200px){.home .hero__wrapper{gap:.5rem}}@media screen and (width < 48rem){.home .hero__wrapper{grid-template-columns:1fr;gap:2rem;padding:10rem 2rem 3rem}}.home .hero__left{display:flex;flex-direction:column;gap:1rem;padding-top:3rem;padding-left:calc((100vw - 71.25rem)/2)}@media screen and (min-width: 1440px){.home .hero__left{padding-left:9.375rem}}@media screen and (max-width: 1210px){.home .hero__left{padding-left:2rem}}@media screen and (width < 48rem){.home .hero__left{padding-left:1rem;padding-right:1rem}}.home .hero__title{font-size:5.375rem;font-family:var(--ff-main);font-weight:600;color:var(--color-primary);margin:0;line-height:1;text-transform:uppercase}@media screen and (width < 48rem){.home .hero__title{font-size:3rem}}.home .hero__subtitle{font-size:2.25rem;line-height:1.2;margin:0;font-weight:300;font-family:var(--ff-main)}@media screen and (width < 48rem){.home .hero__subtitle{font-size:1.5rem}}.home .hero__description{max-width:30rem}.home .hero__description p{margin:.5rem 0;font-size:1.25rem;line-height:1.5;font-family:var(--ff-main);font-weight:400}.home .hero__button{display:inline-block;padding:1rem 2rem;background:var(--color-primary);color:var(--color-secondary);text-decoration:none;border-radius:var(--radius-big);font-family:var(--ff-main);font-size:.875rem;font-weight:600;transition:transform .3s var(--timing-animation);width:fit-content}.home .hero__button:hover{background-color:var(--color-primarylight)}.home .hero__collaboration{margin-top:5rem;display:flex;align-items:center;gap:1.3rem}@media screen and (max-width: 769px){.home .hero__collaboration{flex-wrap:wrap}}.home .hero__collaboration-text{font-size:.875rem;font-weight:400;font-family:var(--ff-main);white-space:nowrap;flex-shrink:0}.home .hero__logos{display:flex;gap:2rem;align-items:center}@media screen and (width < 48rem){.home .hero__logos{gap:1.5rem}}.home .hero__logo{height:2.6875rem;flex-shrink:0}@media screen and (width < 48rem){.home .hero__logo{height:3rem}}.home .hero__logo img{height:100%;width:auto;object-fit:contain;filter:brightness(0) invert(1)}@media screen and (width < 48rem){.home .hero__right{order:-1;padding:0 1rem}}.home .hero__team-image{--aspect-ratio: 710 / 519;max-width:44.375rem;max-height:32.4375rem;border-radius:var(--radius-medium) 0 0 var(--radius-medium);overflow:hidden;box-shadow:0 1.25rem 3.75rem #0000004d}@media screen and (width < 48rem){.home .hero__team-image{width:100%;height:auto;aspect-ratio:710/519;border-radius:var(--radius-medium)}}.home .hero__team-image img{width:100%;height:100%;display:block;object-fit:cover;object-position:center 35%}.home .hero__bottom{margin-bottom:2rem}@media screen and (width < 48rem){.home .hero__bottom{margin-top:2rem}}.home .hero__scroll-link{color:var(--color-primary);text-decoration:none;font-size:.875rem;font-weight:400;display:flex;align-items:center;justify-content:center;gap:.5rem;opacity:.8;transition:opacity .3s var(--timing-animation);font-family:var(--ff-main)}.home .hero__scroll-link:hover{opacity:1}.home .section-2{position:relative;background:var(--color-white);padding:4rem 2rem}.home .section-2__divider{position:absolute;top:-1.5rem;left:50%;transform:translate(-50%);width:.0625rem;height:100%;background:var(--color-primary);z-index:1}@media screen and (width < 48rem){.home .section-2__divider{z-index:1;height:10rem}}.home .section-2__wrapper{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:start}@media screen and (max-width: 1024px){.home .section-2__wrapper{gap:4rem}}@media screen and (width < 48rem){.home .section-2__wrapper{grid-template-columns:1fr;padding:0 1rem;gap:2rem}}.home .section-2__left{position:relative;z-index:2}.home .section-2__image-sticky{--aspect-ratio: 496 / 597;width:100%;height:100%;border-radius:var(--radius-small);overflow:hidden;box-shadow:0 1rem 3rem #0000001a;z-index:2}@media screen and (width < 48rem){.home .section-2__image-sticky{position:static;top:0;width:100%;height:auto}}.home .section-2__image-sticky img{width:100%;height:100%;object-fit:cover}.home .section-2__right{padding:0 0 2rem}@media screen and (width < 48rem){.home .section-2__right{padding:0}}.home .section-2__text-reveal p{font-size:1.125rem;line-height:1.5;color:var(--color-text);font-family:var(--ff-main);font-weight:600}@media screen and (width < 48rem){.home .section-2__text-reveal p{font-size:1.25rem;line-height:1.5;font-weight:400}}.home .section-2__text-reveal .line{opacity:0;transform:translateY(1.25rem)}.home .section-2__text-reveal .line-visible{opacity:1;transform:translateY(0)}.home .section-2__button{display:inline-block;margin-top:2.8125rem;padding:1rem 2rem;background:var(--color-primary);color:var(--color-secondary);text-decoration:none;border-radius:var(--radius-big);font-family:var(--ff-main);font-size:.875rem;font-weight:600;transition:background-color .3s var(--timing-animation);text-align:center}@media screen and (width < 48rem){.home .section-2__button{display:block;margin-left:auto;margin-right:auto;width:fit-content}}.home .section-2__button:hover{background-color:var(--color-primarylight)}.home .section-divider{width:.0625rem;height:3rem;margin:3rem auto;background-color:var(--color-primary)}.home .section-5{margin-top:7.625rem;padding:7rem 0;background:transparent linear-gradient(150deg,#fff,#c2cfd8) 0% 0% no-repeat padding-box}@media screen and (width < 48rem){.home .section-5{padding:3rem 0;margin-top:2rem}}.home .research-topics{padding:2rem 0}@media screen and (width < 48rem){.home .research-topics{padding:1.5rem 0}}.home .research-topics__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem}@media screen and (width < 48rem){.home .research-topics__header{flex-direction:column;gap:1.5rem;text-align:center;margin-bottom:2rem}}.home .research-topics__title{max-width:30rem}.home .research-topics__title p{font-size:2.625rem;font-weight:400;color:var(--color-text);line-height:1.2}@media screen and (width < 48rem){.home .research-topics__title p{font-size:2rem}}.home .research-topics__button{display:inline-block;padding:.825rem 2rem;background:var(--color-primary);color:var(--color-secondary);text-decoration:none;border-radius:var(--radius-big);font-family:var(--ff-main);font-size:.875rem;font-weight:600;transition:transform .3s var(--timing-animation);width:fit-content}.home .research-topics__button:hover{background-color:var(--color-primarylight)}.home .research-topics__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}@media screen and (width < 48rem){.home .research-topics__grid{grid-template-columns:1fr;gap:1.5rem}}.home .research-card{display:flex;flex-direction:column;gap:2rem;padding:2rem;background:var(--color-white);border-radius:var(--radius-small);height:100%}@media screen and (width < 48rem){.home .research-card{padding:1.5rem}}.home .research-card__icon{width:3.3475rem;height:3.3475rem}.home .research-card__icon img{width:100%;height:100%;object-fit:contain}.home .research-card__title{font-size:1.125rem;font-weight:600;color:var(--color-text)}.home .research-card__description p{font-size:.875rem;line-height:1.5;color:var(--color-text);font-weight:300}.home .research-card__projects{display:flex;flex-direction:column;gap:1rem;color:var(--color-text);margin-top:auto}.home .research-card__projects-title{font-size:.875rem;font-weight:500}.home .research-card__projects-list{display:flex;flex-direction:column;gap:1.25rem;border-left:4px solid rgba(0,74,152,.1);padding-left:1.5rem}@media screen and (width < 48rem){.home .research-card__projects-list{gap:2rem}}.home .research-card__project{display:flex;gap:1.5rem;align-items:center}@media screen and (width < 48rem){.home .research-card__project{flex-direction:column;gap:1rem;align-items:flex-start}}.home .research-card__project-image{flex-shrink:0;width:7.5rem;height:5.3125rem;display:flex;align-items:center;justify-content:center}.home .research-card__project-image img{width:100%;height:100%;display:block;object-fit:contain}@media screen and (width < 48rem){.home .research-card__project-image img{width:100%;height:auto}}.home .research-card__project-content{display:flex;flex-direction:column;gap:.54rem}.home .research-card__project-title{font-size:.875rem;font-weight:500}.home .research-card__project-text{font-size:.875rem;line-height:1.5;font-weight:300;font-family:var(--ff-main)}.home .research-card__project-button{display:inline-block;padding:1rem 2rem;background:#e6edf5;color:var(--color-secondary);text-decoration:none;border-radius:var(--radius-small);font-family:var(--ff-main);font-size:1rem;font-weight:400;transition:background-color .3s var(--timing-animation);width:100%;margin-top:.5rem;text-transform:uppercase;text-align:center}.home .research-card__project-button:hover{background-color:var(--color-primarylight)}.home .collaborative-research{padding:2rem 0}@media screen and (width < 48rem){.home .collaborative-research{padding:1.5rem 0}}.home .collaborative-research__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem}@media screen and (width < 48rem){.home .collaborative-research__header{flex-direction:column;gap:1.5rem;text-align:center;margin-bottom:2rem}}.home .collaborative-research__title{max-width:30rem}.home .collaborative-research__title p{font-size:2.625rem;font-weight:400;color:var(--color-text);line-height:1.2}@media screen and (width < 48rem){.home .collaborative-research__title p{font-size:2rem}}.home .collaborative-research__button{display:inline-block;padding:.825rem 2rem;background:var(--color-primary);color:var(--color-secondary);text-decoration:none;border-radius:var(--radius-big);font-family:var(--ff-main);font-size:.875rem;font-weight:600;transition:transform .3s var(--timing-animation);width:fit-content}.home .collaborative-research__button:hover{background-color:var(--color-primarylight)}.home .collaborative-research__wrapper{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:stretch}@media screen and (width < 48rem){.home .collaborative-research__wrapper{grid-template-columns:1fr;gap:2rem}}.home .collaborative-research__left{display:flex;flex-direction:column}.home .collaborative-research__cards{display:flex;flex-direction:column;gap:2rem}@media screen and (width < 48rem){.home .collaborative-research__cards{gap:1.5rem}}.home .collaborative-research__right{display:flex;flex-direction:column;height:100%}.home .collaborative-research__image{width:100%;height:100%;flex:1;border-radius:var(--radius-small);overflow:hidden;--aspect-ratio: auto / auto}.home .collaborative-research__image .image{height:100%;width:auto}.home .collaborative-research__image img{width:100%;height:100%;object-fit:cover;display:block}.home .collaborative-card{padding:2rem;background:var(--color-white);border-radius:var(--radius-small)}@media screen and (width < 48rem){.home .collaborative-card{padding:1.5rem}}.home .collaborative-card__header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.home .collaborative-card__icon{width:1.75rem;height:1.75rem}.home .collaborative-card__icon img{width:100%;height:100%;object-fit:contain}.home .collaborative-card__title{font-size:1.125rem;font-weight:600;color:var(--color-text)}.home .collaborative-card__description{margin-bottom:1rem}.home .collaborative-card__description p{font-size:.875rem;line-height:1.5;color:var(--color-text);font-weight:300}.home .collaborative-card__projects{display:flex;flex-direction:column;gap:1.5rem}.home .collaborative-card__project-simple p{font-size:.875rem;line-height:1.5;color:var(--color-text);font-weight:300}.home .collaborative-card__project-complex{display:flex;flex-direction:column;gap:1rem}.home .collaborative-card__project-columns{display:grid;grid-template-columns:.5fr 1fr}@media screen and (width < 48rem){.home .collaborative-card__project-columns{grid-template-columns:1fr 1fr}}.home .collaborative-card__project-column{font-size:.875rem;line-height:1.5;color:var(--color-text);font-weight:300;font-family:var(--ff-main)}.home .collaborative-card__project-column p{font-size:.875rem;line-height:1.5;color:var(--color-text);font-weight:300}.home .collaborative-card__project-column:first-child{margin-left:1rem}.home .collaborative-card__project-column:first-child ul li,.home .collaborative-card__project-column:first-child ol li{position:relative;width:fit-content}.home .collaborative-card__project-column:first-child ul li:after,.home .collaborative-card__project-column:first-child ol li:after{content:"";position:absolute;left:110%;top:50%;width:10rem;height:.0625rem;background-color:#003459;transform:translateY(-50%)}@media screen and (width < 48rem){.home .collaborative-card__project-column:first-child ul li:after,.home .collaborative-card__project-column:first-child ol li:after{display:none}}.home .collaborative-card__project-column:last-child{background-color:#fff;z-index:2;padding-left:.5rem}@media screen and (width < 48rem){.home .collaborative-card__project-column:last-child{text-align:right}}.home .collaborative-card__project-logos{display:flex;gap:1.5rem;flex-wrap:wrap;align-items:center}@media screen and (width < 48rem){.home .collaborative-card__project-logos{gap:.75rem;justify-content:center}}.home .collaborative-card__project-logo{width:8rem;height:5rem;display:flex;align-items:center;justify-content:center}@media screen and (width < 48rem){.home .collaborative-card__project-logo{width:5rem;height:3rem}}.home .collaborative-card__project-logo img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;display:block}.home .blog-job-section-wrapper{background:transparent linear-gradient(139deg,#ffffff4d,#87eaa84d) 0% 0% no-repeat padding-box}.home .collaborators-section{padding:6.25rem 0}@media screen and (width < 48rem){.home .collaborators-section{padding:1.5rem 0}}.home .collaborators-section__title{padding:0 10rem 2rem}@media screen and (width < 48rem){.home .collaborators-section__title{padding:0}}.home .collaborators-section__title p{text-align:center;font-size:2.625rem;font-weight:400;color:var(--color-text);line-height:1.2}@media screen and (width < 48rem){.home .collaborators-section__title p{font-size:1.5rem;margin-bottom:2rem}}.home .collaborators-section__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem}@media screen and (width < 48rem){.home .collaborators-section__grid{grid-template-columns:1fr;gap:1.5rem}}.home .collaborator-card{display:flex;flex-direction:column;gap:1rem;padding:1.5rem;background:var(--color-white);border-radius:var(--radius-small);box-shadow:0 .25rem 1rem #0000000d;transition:all .3s var(--timing-animation)}@media screen and (width < 48rem){.home .collaborator-card{padding:1.5rem;gap:1rem}}.home .collaborator-card__header{display:flex;justify-content:space-between;align-items:center;gap:1rem}@media screen and (width < 48rem){.home .collaborator-card__header{flex-direction:column;align-items:flex-start}}.home .collaborator-card__meta{display:flex;align-items:center;font-family:var(--ff-main);font-size:.875rem;font-weight:600;color:var(--color-text);gap:.25rem;flex-wrap:wrap}.home .collaborator-card__type:after{content:" - "}.home .collaborator-card__location{display:flex;align-items:center;gap:.25rem;font-size:.875rem;color:var(--color-text);font-family:var(--ff-main);font-weight:500}.home .collaborator-card__location svg{width:1rem;height:.825rem;flex-shrink:0}.home .collaborator-card__description p{font-size:.875rem;line-height:1.5;color:var(--color-text);font-weight:500}.home .collaborator-card__footer{display:flex;justify-content:space-between;align-items:center;gap:1rem}@media screen and (width < 48rem){.home .collaborator-card__footer{flex-direction:column;align-items:flex-start}}.home .collaborator-card__date{font-size:.875rem;color:var(--color-text);font-weight:300;font-family:var(--ff-main)}.home .collaborator-card__link{display:inline-flex;align-items:center;font-size:.875rem;font-weight:500;color:var(--color-text);text-decoration:none;font-family:var(--ff-main);transition:all .3s var(--timing-animation)}.home .collaborator-card__link svg{width:1.5rem;height:1.5rem;transition:transform .3s var(--timing-animation)}.home .collaborator-card__link svg *{stroke:var(--color-text)}.home .collaborator-card__link:hover{color:var(--color-primarylight)}.home .collaborator-card__link:hover svg{transform:translate(.25rem)}.home .collaborator-card__link:hover svg *{stroke:var(--color-primarylight)}
