.screen-campus{background-color:rgba(var(--color-surface),1)}.screen-campus__establishments{--campus-establishments-columns-number:1;grid-column-gap:56px;-moz-column-gap:56px;grid-template-columns:repeat(1,minmax(0,1fr));grid-template-columns:repeat(var(--campus-establishments-columns-number),minmax(0,1fr));column-gap:56px;padding-top:120px;padding-bottom:120px;display:grid}@media (width>=768px){.screen-campus__establishments{--campus-establishments-columns-number:2;padding-top:140px;padding-bottom:100px}}.screen-campus__establishments-title{color:rgba(var(--color-on-surface-variant),1);text-transform:uppercase;font-family:var(--typeface-plain);letter-spacing:0;font-optical-sizing:auto;font-variation-settings:"wdth";cursor:default;opacity:0;width:fit-content;margin-top:0;margin-bottom:16px;font-size:40px;font-weight:800;line-height:48px;animation:1.2s cubic-bezier(.2,.8,.2,1) forwards slide-in-left;position:relative}.screen-campus__establishments-title:after{content:"";background-color:rgba(var(--color-primary),1);transform-origin:50%;width:100%;height:3px;transition:transform .4s cubic-bezier(.25,.46,.45,.94);position:absolute;bottom:-4px;left:0;transform:scaleX(0)}.screen-campus__establishments-title:hover:after{transform:scaleX(1)}@keyframes slide-in-left{0%{opacity:0;transform:translate(80%)}to{opacity:1;transform:translate(0)}}.screen-campus__establishments-summary{color:rgba(var(--color-on-surface),1);font-family:var(--typeface-plain);letter-spacing:.0025em;font-optical-sizing:auto;font-variation-settings:"wdth";margin-bottom:32px;margin-left:auto;margin-right:auto;font-size:16px;font-weight:400;line-height:24px}.screen-campus__establishments-features{flex-direction:column;row-gap:24px;display:flex}.screen-campus__establishments-feature{-moz-column-gap:24px;align-items:center;column-gap:24px;display:flex}.screen-campus__establishments-feature-icon{--icon-width:42px;--icon-height:42px;width:60px;height:60px;color:rgba(var(--color-on-primary),1);background-color:rgba(var(--color-primary),1);border-radius:100px;flex:none;justify-content:center;align-items:center;display:flex}.screen-campus__establishments-feature-name{color:rgba(var(--color-on-surface-variant),1);font-family:var(--typeface-brand);letter-spacing:.0015em;font-optical-sizing:auto;font-variation-settings:"wdth";cursor:default;width:fit-content;margin-top:0;margin-bottom:0;font-size:18px;font-weight:600;line-height:24px;position:relative}.screen-campus__establishments-feature-name:after{content:"";background-color:rgba(var(--color-primary),1);transform-origin:50%;width:100%;height:3px;transition:transform .4s cubic-bezier(.25,.46,.45,.94);position:absolute;bottom:-4px;left:0;transform:scaleX(0)}.screen-campus__establishments-feature-name:hover:after{transform:scaleX(1)}.screen-campus__establishments-feature-summary{color:rgba(var(--color-on-surface-variant),1);font-family:var(--typeface-plain);letter-spacing:.0025em;font-optical-sizing:auto;font-variation-settings:"wdth";margin-bottom:0;font-size:16px;font-weight:400;line-height:24px}.screen-campus__establishments-location{aspect-ratio:16/9;width:100%}@media (width<=767.98px){.screen-campus__establishments-location{margin-top:16px;margin-bottom:42px}}@media (width>=768px){.screen-campus__establishments-location{margin-top:24px}}.screen-campus__establishments-location iframe{display:block}