﻿.hero-section{height:calc(100svh - var(--header-height) - 18svh - 3.75rem);margin-bottom:3.75rem;}@media(max-width:1024px){.hero-section{height:calc(100svh - var(--header-height) - 12rem);margin-bottom:2.5rem;}}.hero-section .pagination{position:absolute;left:4.375rem!important;bottom:3.75rem!important;z-index:1;}@media(max-width:1024px){.hero-section .pagination{left:3.125rem!important;bottom:1.25rem!important;}}@media(max-width:520px){.hero-section .pagination{left:1.875rem!important;}}.hero-section .swiper{height:100%;}.hero-section .hero-item{overflow:hidden;position:relative;border-radius:1.875rem;height:100%;}@media(max-width:1499px){.hero-section .hero-item{zoom:.8;}}.hero-section .hero-item .cover{position:relative;width:100%;height:100%;}.hero-section .hero-item .cover img{width:100%;height:100%;object-fit:cover;}.hero-section .hero-item .cover::before{content:"";position:absolute;inset:0;background-color:var(--primary-color);mix-blend-mode:multiply;opacity:.6;}.hero-section .hero-item .item-inner{position:absolute;inset:0;display:flex;justify-content:center;align-items:center;padding:7.5rem;padding-left:4.375rem;}@media(max-width:1024px){.hero-section .hero-item .item-inner{flex-direction:column;padding:3.75rem;}}@media(max-width:520px){.hero-section .hero-item .item-inner{padding-inline:1.875rem;}}.hero-section .hero-item .item-content{position:relative;font-size:4rem;color:var(--primary-foreground-color);max-width:50%;line-height:1.1;}@media(max-width:1024px){.hero-section .hero-item .item-content{max-width:100%;}}@media(max-width:768px){.hero-section .hero-item .item-content{font-size:3.125rem;}}@media(max-width:520px){.hero-section .hero-item .item-content{font-size:2.5rem;}}.hero-section .hero-item .item-content .pattern{position:absolute;left:50%;bottom:0;transform:translate(0,50%);}@media(max-width:1024px){.hero-section .hero-item .item-content .pattern{transform:translate(-20%,50%);}}.marquee-section{padding-block:5rem 2.5rem;background-color:#edf7ff;}@media(max-width:768px){.marquee-section{padding-top:2.5rem;}}.marquee-section .section-header{display:flex;gap:6.25rem;}@media(max-width:1024px){.marquee-section .section-header{gap:3.125rem;}}@media(max-width:768px){.marquee-section .section-header{flex-direction:column;gap:1.25rem;}}.society-card{position:relative;color:var(--primary-foreground-color);display:block;}.society-card>i{--size:5.625rem;position:absolute;transform:translateY(-50%);left:1.125rem;display:flex;align-items:center;justify-content:center;width:var(--size);height:var(--size);border-radius:999px;background-color:var(--secondary-color);font-size:2.375rem;z-index:1;}.society-card .cover{position:relative;overflow:hidden;border-radius:1.875rem;}.society-card .cover img{width:100%;object-fit:cover;aspect-ratio:403/313;}.society-card .cover:before{content:"";position:absolute;inset:0;background:linear-gradient(0deg,var(--primary-color),transparent);mix-blend-mode:multiply;}.society-card .card-content{position:absolute;top:auto;bottom:1.5625rem;width:100%;padding-inline:2rem;}.society-card .card-content .card-title{width:100%;font-size:1.5625rem;}.society-card .card-content .card-title>*{font-size:inherit;}.society-card .card-content i{display:block;}.widget-card{overflow:hidden;position:relative;padding:1.875rem 3.125rem;padding-bottom:6.25rem;border-radius:1.875rem;color:var(--primary-darker-foreground-color);}@media(max-width:768px){.widget-card{padding:.9375rem 1.5625rem;padding-bottom:4.6875rem;}}.widget-card .cover{position:absolute;inset:0;}.widget-card .cover img{width:100%;height:100%;object-fit:cover;}.widget-card .cover::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,var(--primary-darker-color),transparent);}.widget-card .card-content{position:relative;max-width:38.125rem;line-height:1.2;}@media(max-width:768px){.widget-card .card-content{zoom:.8;}}.widget-card .card-content>*:not(:last-child){margin-bottom:10px;}.widget-card .card-content>a{margin-top:25px;}.widget-card .card-content p{font-size:1rem;}.widget-card .card-content p span{font-size:2.75rem;}.widget-card .card-content p span strong{font-size:3rem;}.project-card{overflow:hidden;position:relative;display:block;border-radius:1.875rem;color:#fff;line-height:1.3;}.project-card .cover{position:relative;}.project-card .cover:before{content:"";position:absolute;inset:0;background:linear-gradient(0deg,#262626,transparent);opacity:.4;}.project-card .cover img{width:100%;object-fit:cover;aspect-ratio:611/448;}.project-card .card-content{position:absolute;inset:0;top:auto;display:flex;flex-direction:column;gap:.5rem;padding:1.875rem 45px 2.1875rem 3.125rem;}@media(max-width:1499px){.project-card .card-content{padding:1.25rem 45px 1.375rem 2.1875rem;}}@media(max-width:768px){.project-card .card-content{zoom:.9;}}@media(max-width:520px){.project-card .card-content{padding:1.25rem;padding-right:45px;}}@media(max-width:380px){.project-card .card-content{zoom:.8;}}.project-card .card-content .card-title{font-size:1.625rem;font-weight:500;}.project-card .card-content i{font-size:2.375rem;position:absolute;right:.6875rem;transform:translateY(-50%);top:50%;}.project-card .card-content>p{font-size:1rem;}.news-card{display:grid;grid-template-rows:auto 1fr auto;gap:1.125rem;height:100%;}.news-card .cover{overflow:hidden;border-radius:1.875rem;}.news-card .cover img{width:100%;object-fit:cover;aspect-ratio:397/273;}.news-card .card-content{display:grid;grid-template-rows:auto 1fr;gap:8px;}.news-card ul.card-tags{display:flex;gap:5px;flex-wrap:wrap;font-size:.875rem;}.news-card .card-title *{font-size:1.25rem;font-weight:500;}.news-card .card-link{display:flex;align-items:center;gap:.4375rem;font-size:1.0625rem;color:var(--primary-color);}.news-card .card-link i{font-size:10px;transition:.3s ease;}.news-card .card-link:hover i{margin-left:5px;}.marquee-slider{--gap:10px;position:relative;display:flex;gap:var(--gap);margin-top:4.375rem;z-index:1;overflow-x:clip;}.marquee-slider .marquee-slider-wrapper{display:flex;align-items:center;gap:var(--gap);animation:marquee 25s linear infinite;flex-shrink:0;justify-content:space-around;min-width:100%;}.marquee-slider .marquee-item{width:100%;}.marquee-slider[data-marquee-type=default] .marquee-item{display:flex;flex-direction:column;justify-content:space-between;gap:11px;height:100%;width:21.0416667vw;}@media(max-width:768px){.marquee-slider[data-marquee-type=default] .marquee-item{width:10rem;}}.marquee-slider[data-marquee-type=default] .marquee-item img{width:100%;border-radius:1.875rem;}@media(max-width:768px){.marquee-slider[data-marquee-type=default] .marquee-item img{border-radius:.9375rem;}}.blue-background{position:relative;overflow:hidden;}.blue-background:after{content:"";position:absolute;left:7.29166667vw;bottom:0;width:100vw;height:100%;background-color:#075289;z-index:-1;}@media(max-width:1599px){.blue-background:after{left:3vw;}}@media(max-width:1024px){.blue-background:after{left:0;}}.blue-background.background-half:after{height:50%;}