.about-details-wrap{border-radius:2rem;background:linear-gradient(0deg,#e3f2ff,#fff);display:flex;gap:3.5rem}@media screen and (max-width:768px){.about-details-wrap{flex-direction:column;gap:2rem;padding:0 2rem}}.about-details-wrap .img-title-wrap{max-width:21rem;display:flex;flex-direction:column;gap:3rem;flex:0 0 21rem;justify-content:space-between}@media screen and (max-width:768px){.about-details-wrap .img-title-wrap{margin:0 auto;gap:2rem}}.about-details-wrap .img-title-wrap h1{color:var(--footer-bg-color);font-size:3rem;text-align:center;font-weight:700;padding:3rem 1rem 0;line-height:normal}@media screen and (max-width:550px){.about-details-wrap .img-title-wrap h1{font-size:2rem}}.about-details-wrap .img-title-wrap img{width:21rem;aspect-ratio:.96/1}@media screen and (max-width:550px){.about-details-wrap .img-title-wrap img{width:unset}}.about-details-wrap .text-wrap{padding:3rem 2rem 1.875rem 0;display:flex;flex-direction:column}@media screen and (max-width:768px){.about-details-wrap .text-wrap{padding-top:0}}.about-details-wrap .text-wrap p{color:var(--black-20);font-size:.875rem;white-space:break-spaces}.about-details-wrap .text-wrap h2,.about-details-wrap .text-wrap h3{color:var(--footer-bg-color);font-size:1rem}.about-details-wrap .text-wrap h2{font-weight:700}.about-details-wrap.is-tablet{flex-direction:column;align-items:center;gap:2.5rem}.about-details-wrap.is-tablet .img-title-wrap{max-width:100%;flex:unset;align-items:center;text-align:center}.about-details-wrap.is-tablet .text-wrap{padding:0 2rem 2rem;align-items:center;text-align:left}.about-details-wrap.is-mobile{flex-direction:column;align-items:center;gap:2rem;padding:0 1rem}.about-details-wrap.is-mobile .img-title-wrap{max-width:100%;flex:unset;align-items:center;text-align:center}.about-details-wrap.is-mobile .img-title-wrap img{width:100%;max-width:18rem}.about-details-wrap.is-mobile .text-wrap{padding:0 1rem 2rem;align-items:center;text-align:left}.info-card-wrap{display:flex;flex-direction:column}.info-card-wrap:nth-child(2) .img-wrap img{width:10rem}.info-card-wrap .img-wrap{border-radius:1rem;border:1.005px solid var(--cu-card-border-color);background:linear-gradient(106deg,#e3f2ff -6.26%,#fff 109.38%);aspect-ratio:1.61/1;padding:1rem;display:flex;justify-content:center;align-items:center;overflow:hidden}.info-card-wrap .img-wrap img{width:17rem;height:unset}.info-card-wrap .text-wrap{background:var(--footer-bg-color);display:flex;justify-content:center;align-items:center;padding:1rem;flex-direction:column;border-radius:1rem;min-height:10rem}.info-card-wrap .text-wrap h2{font-size:4.5rem;font-weight:700}.info-card-wrap .text-wrap h3{font-size:1rem;font-weight:600}.info-card-wrap .text-wrap h2,.info-card-wrap .text-wrap h3{color:var(--cu-white);line-height:normal}.person-info{display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(40%,1fr))}@media screen and (max-width:768px){.person-info{grid-template-columns:repeat(auto-fill,minmax(100%,1fr))}}.person-info-card{display:flex;justify-content:space-between;flex-direction:column;gap:2rem;border-radius:1.5rem;padding:2rem;box-shadow:0 0 10px 0 var(--cu-card-box-shadow-color)}.person-info-card p{color:var(--black-20);font-size:14px;white-space:break-spaces}.person-info-card .profile-wrap{display:flex;gap:.75rem;align-items:center}.person-info-card .profile-wrap .profile-img{width:5rem;aspect-ratio:1;border-radius:3rem;overflow:hidden}.person-info-card .profile-wrap .profile-img img{width:100%;height:100%}.person-info-card .profile-wrap h3{font-size:1.25rem;color:var(--footer-bg-color)}.person-info-card .profile-wrap h4{font-size:1rem;color:var(--paragraph-text-color)}.news-info{display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(40%,1fr))}@media screen and (max-width:900px){.news-info{grid-template-columns:repeat(auto-fill,minmax(100%,1fr))}}.news-card{border-radius:1.5rem;padding:2rem;box-shadow:0 0 10px 0 var(--cu-card-box-shadow-color)}.news-card .news-wrap{display:flex;justify-content:space-between;flex-direction:column;gap:2rem}.news-card .news-wrap .news-img{position:relative;background-repeat:no-repeat;background-size:100% 100%;width:100%;border-radius:1rem;aspect-ratio:1.99/1}.news-card .news-wrap .news-img h5{position:absolute;bottom:1rem;left:1rem;right:1rem;font-size:1.25rem;color:var(--cu-news-title-color)}.news-card .details{flex-direction:column;padding:0 1rem}.news-card .details .label-wrapper{width:100%;border-bottom:1px solid var(--cu-date-border-color)}.news-card .details .label-wrapper label{font-size:.75rem;padding-bottom:.625rem;color:var(--cu-date-label-color)}