html{font-size:16px}:root{--body-background: #1E1E1E;--body-font-color: #ffffff;--body-font-dark: #3C0F49;--hr-color: #C000F54D;--pink-color: #C000F5}*,*::before,*::after{box-sizing:border-box}body{background-color:var(--body-background);color:var(--body-font-color);margin:0;padding:0;font-family:"Inter",sans-serif;font-optical-sizing:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body a{color:var(--body-font-color)}.row{margin:0 -1rem;display:flex}.row .col{display:flex;padding:0 1em;flex-direction:column;margin-bottom:1em}.row .col.col-2{width:12.5%}.row .col.col-2-5{width:20.8333%}.row .col.col-3{width:33.3333%}.row .col.col-4{width:25%}.row .col.col-5{width:41.6666%}.row .col.col-6{width:50%}.row .col.col-7{width:58.3333%}.row .col.col-8{width:75%}.row .col.col-9{width:66.6666%}.row .col.col-10{width:83.3333%}.container-wrapper{max-width:1440px;margin:0 auto}.container{max-width:80%;margin:0 auto}main{width:100%;margin:0 auto;padding:4.2rem 0 0;background-image:url(../img/dark_background.png);background-size:100%;overflow-x:hidden}main .header{z-index:2;position:relative}main .lang-bar-container .lang-bar{position:relative;z-index:2;margin:0;list-style-type:none;padding:0;display:flex;justify-content:flex-end}main .lang-bar-container .lang-bar li a{font-weight:300;padding:0 .6rem;font-size:1.1rem;text-decoration:none;display:flex;position:relative;opacity:.85;transition:opacity .2s ease-in-out}main .lang-bar-container .lang-bar li a::after{opacity:0;transition:opacity .2s ease-in-out;content:"";position:absolute;left:50%;bottom:-0.2rem;width:calc(100% - 1.2rem);height:1px;border-bottom:1px solid var(--body-font-color);transform:translate(-50%, 0)}main .lang-bar-container .lang-bar li a.active,main .lang-bar-container .lang-bar li a:hover{opacity:1}main .lang-bar-container .lang-bar li a.active::after,main .lang-bar-container .lang-bar li a:hover::after{opacity:1}main .top-bar{display:flex;align-items:flex-end;justify-content:space-between;padding:0 .6rem;margin-top:1rem}main .top-bar a{display:flex}main .top-bar a.photsat-logo{width:262px;max-width:40%}main .top-bar a.ieec-logo{width:157px;max-width:27%}main .top-bar a img{width:100%}main section{position:relative;margin:8.7rem 0}main section .container{position:relative;z-index:2}main section h1{text-transform:uppercase;font-weight:400;font-size:3.9rem;line-height:3.6rem;margin:0 0 2rem 0}main section h3{text-transform:uppercase;font-weight:400;font-size:1.6rem;line-height:1.3rem;margin:0 0 1rem 0}main section .description{font-family:"Zilla Slab",serif;font-weight:300;font-style:normal;font-size:1.7rem;line-height:2.3rem}main section.photometry{margin-bottom:8.7rem}main section.photometry h1{font-size:5.1rem;letter-spacing:-0.05rem;line-height:4.6rem}main section.photometry .container{position:relative}main section.photometry .description{max-width:70%}main section.photometry .text-content{width:70%}main section.photometry img.satellite{position:absolute;max-width:40%;right:0;top:50%;transform:translate(0, -55%)}main section.photometry .star-bounds{max-width:1440px;width:100%;height:100%;position:absolute;top:-18.75rem;left:50%;transform:translate(calc(-50% + 31.25rem), 0)}main section.photometry .star-bounds .star-background{position:absolute;background-image:url(../img/star_1.webp);background-size:contain;background-repeat:no-repeat;background-position:right;height:62.5rem;width:100%;right:0;z-index:0}main section.science{margin-top:6.6rem}main section.science .content{margin:0 -2rem;display:flex;flex-direction:row}main section.science .content .col{width:50%;flex:1;padding:2rem}main section.science .content .description{font-size:1.4rem;line-height:1.9rem;max-width:unset;margin-bottom:2rem}main section.science .star-bounds{max-width:1440px;width:100%;height:100%;position:absolute;left:50%;transform:translate(calc(-50% - 80px), 0)}main section.science .star-bounds .star-background{position:absolute;background-image:url(../img/star_2.webp);background-size:contain;background-repeat:no-repeat;height:100%;width:100%;left:0;top:14%;z-index:0}main section.science .science-photo{max-width:100%}main section.satellite{margin-top:6.6rem}main section.satellite .grid-container{display:grid;grid-template-columns:repeat(3, 1fr);gap:1rem;align-items:stretch;margin-top:4rem}main section.satellite .grid-container .grid-item{color:var(--body-font-dark);background-color:#fff;border-radius:1.1rem;padding:2.5rem 2rem;box-shadow:0 2px 6px rgba(0,0,0,.1);height:100%}main section.satellite .grid-container .grid-item .title{font-family:"Zilla Slab",serif;font-weight:600;margin-top:5rem;margin-bottom:1rem;font-size:2rem}main section.satellite .grid-container .grid-item .description{font-family:"Inter",sans-serif;font-size:1.1rem;line-height:1.5rem;font-weight:400}main section.satellite .grid-container .grid-item .icon{height:3.4rem;opacity:0;transition:opacity .7s ease-out,transform .7s ease-out}main section.satellite .grid-container .grid-item .icon.visible{opacity:1}main section.satellite .star-bounds{max-width:1440px;width:100%;height:100%;position:absolute;left:50%;top:-12%;transform:translate(calc(-50% + 8rem), 0)}main section.satellite .star-bounds .star-background{position:absolute;background-image:url(../img/star_3.webp);background-position:right;background-size:contain;background-repeat:no-repeat;height:100%;width:100%;right:0;z-index:0}main section.team{background-color:#fff;color:var(--body-font-dark);padding:6.6rem 0;margin-bottom:0}main section.team .content{margin:0 -2rem;display:flex;flex-direction:row}main section.team .content .col{width:50%;padding:2rem}main section.team .content .col.col-3{width:33.3333%}main section.team .content .col.col-9{width:66.6666%}main section.team .content .team-intro{font-family:"Zilla Slab",serif;font-size:1.4rem;line-height:1.9rem;font-weight:300}main section.team .content .team-container .page{border-top:1px solid var(--body-font-dark);border-bottom:1px solid var(--body-font-dark)}main section.team .content .team-container .page .member{border-bottom:1px solid var(--body-font-dark);display:flex;padding:1rem 0;font-size:1.2rem;font-weight:400}main section.team .content .team-container .page .member div{flex-basis:50%}main section.team .content .team-container .page .member:last-child{border-bottom:none}main section.team .content .team-container .page .member .name{color:var(--pink-color);padding-right:1em}main section.team .content .team-container .page .member .position{padding-left:1em}main section.sponsorship{margin:0;padding:6.6rem 0;background-image:url(../img/light_background.png);background-repeat:no-repeat;background-position:top center;background-size:cover;font-family:"Zilla Slab",serif;font-size:1.4rem;line-height:1.9rem;font-weight:300}main section.sponsorship p{margin:0}main section.sponsorship p.sponsorship-description{max-width:47rem}main section.sponsorship .sponsors{margin:3rem -1rem 4rem;display:flex;justify-content:space-between;flex-wrap:wrap}main section.sponsorship .sponsors img{max-height:3.2rem;margin-bottom:1rem;padding:0 1em}main section.sponsorship .row{margin:0 -1rem;display:flex}main section.sponsorship .row .col{display:flex;flex-direction:column;padding:0 1em;width:50%}main section.sponsorship .row .col p{margin-bottom:2rem}main section.sponsorship .row .col img{margin-top:auto}main section.sponsorship .row .col img.logo-ase{max-width:8rem}main section.sponsorship .row .col img.logo-open{max-width:15rem}main hr{position:relative;z-index:2;margin:3rem auto;max-width:80%;border:none;border-bottom:1px solid var(--hr-color)}footer{width:100%;background:#3c0f49;color:#fff;padding:6.6rem 0;font-weight:300}footer .social{margin-top:auto;padding-top:1em;display:flex;justify-content:space-between;max-width:12em}footer .social .icon{display:flex;width:1.9rem;height:1.9rem;background-size:contain;background-position:center;background-repeat:no-repeat}footer .social .icon.instagram{background-image:url(../img/social/instagram.svg)}footer .social .icon.x{background-image:url(../img/social/x.svg)}footer .social .icon.linkedin{background-image:url(../img/social/linkedin.svg)}footer .social .icon.bluesky{background-image:url(../img/social/bluesky.svg)}footer .col1{width:55%}footer .col2{width:24%}footer .col3{width:21%}footer .policies{padding-top:1em;margin:auto -0.5rem 0;display:flex;align-items:center}footer .policies a{padding:0 .5rem;border-right:1px solid var(--pink-color);color:var(--pink-color)}footer .policies a:last-of-type{border-right:none}footer .policies.only-mobile{display:none}footer p{margin:0;font-size:1em;line-height:1.5em}@media(max-width: 1360px){.container{max-width:90%}}@media(max-width: 1200px){html{font-size:14px}main section.satellite .grid-container .grid-item .description{font-size:1.3rem;line-height:1.6rem}}@media(max-width: 991px){html{font-size:12px}footer .row{flex-wrap:wrap}footer .row .col1{width:50%}footer .row .col2{width:28%}footer .row .col3{width:22%}}@media(max-width: 767px){.container{max-width:90%}main{padding-top:0}main .lang-bar-container{position:relative;z-index:2;background:var(--pink-color);padding:1.5rem 0;margin-bottom:4rem}main .lang-bar-container .lang-bar li a{font-size:1.4rem}main .header{margin-bottom:6rem}main section{margin:7rem 0}main section.photometry{margin-bottom:4rem}main section.photometry h1{font-size:3.9rem;line-height:3.6rem}main section.photometry .description{max-width:unset;width:100%}main section.photometry .text-content{width:100%}main section.photometry .satellite-container{display:flex;justify-content:flex-end;margin-top:2rem}main section.photometry .satellite-container img.satellite{position:static;max-width:50%;transform:none !important}main section.science{margin-top:4rem}main section.science h1{margin-bottom:0}main section.science .content{flex-direction:column}main section.science .content .col{width:100%;padding-top:0}main section.science .content .col:last-of-type{padding-bottom:0}main section.satellite{margin-top:4rem}main section.satellite .grid-container{grid-template-columns:repeat(2, 1fr)}main section.satellite .grid-container .grid-item .description{font-size:1.3rem}main section.team{padding:4rem 0}main section.team .content{flex-direction:column}main section.team .content .col{width:100% !important;padding-top:0}main section.team .content .col:last-of-type{padding-bottom:0}main section.sponsorship .sponsors{flex-direction:column;align-items:flex-start}main hr{max-width:90%;margin:0 auto}footer .row col1,footer .row .col2,footer .row .col3{margin-bottom:1em;width:100%}footer .policies{display:none}footer .policies.only-mobile{display:flex}}@media(max-width: 575px){main section.satellite .grid-container{grid-template-columns:repeat(1, 1fr);gap:1.5rem}main section.sponsorship .row{flex-direction:column}main section.sponsorship .row .col{width:100%;margin-bottom:2em}main section.sponsorship .row .col:last-of-type{margin-bottom:0}}/*# sourceMappingURL=style.css.map */
