/* =========================================================
   01. Base / Layout
========================================================= */
.gcsa-home {
    background: #f9f9f9;
    overflow-x: hidden;
    font-family: "Urbanist", sans-serif;
}
.gcsa-section {
    position: relative;
}
.gcsa-panel {
    position: relative;
    background: #f9f9f9;
    padding: 65px 0;
}
.gcsa-panel .gcsa-color-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.gcsa-section-title-wrap {
    display: flex;
    align-items: stretch;
    gap: 16px;
}
.gcsa-title-bar {
    display: inline-block;
    width: 6px;
    min-width: 6px;
    margin: 6px 0;
    background: #49a9d9;
}
.gcsa-section-title {
    font-size: clamp(28px, 3vw, 54px);
    line-height: 1.12;
    font-weight: 500;
    color: #333;
}
.gcsa-block-title {
    font-size: 25px;
    line-height: 25px;
    font-weight: 500;
    color: #333;
}
.gcsa-readmore-btn {
    display: inline-block;
    padding: 0 20px;
    border-radius: 999px;
    background: #fff;
    color: #42a9d1;
    font-size: 16px;
    line-height: 40px;
	position: absolute;
	right: 0;
	bottom: 0;
}
.gcsa-readmore-btn:hover {
    background: #42a9d1;
    color: #fff;
}
/* =========================================================
   02. Intro Section
========================================================= */
.gcsa-intro-section {
    z-index: 2;
    margin-top: -70px;
}
.gcsa-intro-section::before, .gcsa-intro-section::after {
    position: absolute;
    top: 70px;
    display: block;
    width: 27px;
    height: 97px;
    content: "";
    pointer-events: none;
    background: no-repeat url("../media/misc/paper-shadow.png");
}
.gcsa-intro-section::before {
    left: 63px;
}
.gcsa-intro-section::after {
    right: 63px;
    transform: scaleX(-1);
}
.gcsa-intro-section > .container-xxl {
    max-width: 100% !important;
    padding: 0 90px;
}
.gcsa-intro-text p {
    color: #444;
    font-size: 16px;
    line-height: 25px;
}
/* =========================================================
   03. Hero
========================================================= */
.gcsa-hero-swiper-section {
    position: relative;
    overflow: hidden;
    padding-bottom: 15px;
    background: #000;
}
.gcsa-hero-swiper-section::after {
    position: absolute;
    bottom: 0;
    z-index: 2;
    display: block;
    width: 100%;
    height: 235px;
    content: "";
    pointer-events: none;
    background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 21.9%, rgba(0, 0, 0, 0.55) 47.3%, rgba(0, 0, 0, 0) 67.7%, rgba(0, 0, 0, 0) 100%);
}
.gcsa-hero-swiper {
    width: 100%;
    height: 380px;
    overflow: visible;
}
.gcsa-hero-swiper .swiper-wrapper {
    align-items: stretch;
}
.gcsa-hero-swiper .swiper-slide {
    width: 1366px;
    height: 380px;
    overflow: hidden;
    flex-shrink: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.gcsa-hero-swiper .swiper-slide:not(.swiper-slide-active) {
    opacity: 0.92;
}
.gcsa-hero-slide-link, .gcsa-hero-slide-link picture, .gcsa-hero-slide-img {
    display: block;
    width: 100%;
    height: 100%;
}
.gcsa-hero-slide-link {
    text-decoration: none;
}
.gcsa-hero-slide-img {
    object-fit: cover;
    object-position: center center;
}
.gcsa-hero-prev, .gcsa-hero-next {
    top: 50%;
    width: 46px;
    height: 46px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.28);
    color: #fff;
    transform: translateY(-50%);
}
.gcsa-hero-prev::after, .gcsa-hero-next::after {
    font-size: 18px;
    font-weight: 700;
}
.gcsa-hero-prev {
    left: max(16px, calc((100vw - 1366px) / 2 + 16px));
}
.gcsa-hero-next {
    right: max(16px, calc((100vw - 1366px) / 2 + 16px));
}
.gcsa-hero-pagination {
    bottom: 14px !important;
}
.gcsa-hero-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 5px !important;
    background: rgba(255, 255, 255, 0.7);
    opacity: 1;
}
.gcsa-hero-pagination .swiper-pagination-bullet-active {
    background: #fff;
}
/* =========================================================
   04. Index Blocks 1~4
========================================================= */
#index-block-1 {
    padding: 0 72px 30px;
}
#index-block-1 .gcsa-section-title-wrap {
    margin-bottom: 36px;
}
#index-block-2 {
    padding-bottom: 65px;
}
#index-block-2 .gcsa-block-title {
    margin-bottom: 36px;
}
#index-block-2 > .row {
    gap: clamp(30px, 5vw, 65px);
    column-gap: clamp(40px, 6vw, 90px);
}
#index-block-2 .col-img {
    flex: 0 0 40%;
}
#index-block-2 .col-list {
    flex: 1 1 40%;
    font-size: 16px;
    line-height: 25px;
}
.gcsa-mission-image {
    display: block;
}
.gcsa-mission-list li {
    position: relative;
    margin-bottom: 18px;
    padding-left: 33px;
    color: #444;
    line-height: 1.8;
}
.gcsa-mission-list li::before {
    position: absolute;
    top: 5px;
    left: 0;
    width: 16px;
    height: 16px;
    content: "";
    background: no-repeat center url("../media/home/check.svg");
}
#index-block-3 {
    padding-bottom: 60px;
}
#index-block-3 .gcsa-block-title {
    margin-bottom: 36px;
}
#index-block-3 > .row {
    column-gap: 60px;
}
#index-block-3 > .row > * {
    padding: 0;
}
.gcsa-feature-item {
    padding: 0;
}
.gcsa-feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    border-radius: 18px;
    background: linear-gradient(180deg, #ffb607 0%, #f47976 100%);
}
#index-block-3 .gcsa-feature-icon {
    margin-bottom: 60px;
}
.gcsa-feature-icon img {
    width: 90px;
    height: 90px;
    object-fit: contain;
}
.gcsa-feature-title {
    margin-bottom: 25px;
    color: #231f20;
    font-size: 25px;
    line-height: 26px;
    font-weight: 500;
}
#index-block-3 p {
    color: #444;
    font-size: 16px;
    line-height: 25px;
    text-align: left;
}
#index-block-4 {
    margin-bottom: 210px;
}
#index-block-4 .gcsa-block-title {
    margin-bottom: 36px;
}
#index-block-4 > .row {
    gap: 40px;
	align-items: stretch;
}
/* =========================================================
   05. Date Cards
========================================================= */
.gcsa-date-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 110px;
    padding: 15px 12px;
    border: 1px solid #bcbec0;
    background-color: #fff;
    background-image: linear-gradient(#79d357);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% 0%;
    color: #000;
    text-align: center;
    text-decoration: none;
    transition: background-size 0.2s ease-in-out;
	height: 100%;
}
.gcsa-date-card:hover, .gcsa-date-card.is-active {
    border-color: #b8d83c;
    background-size: 100% 100%;
    color: #fff;
}
.gcsa-date-icon {
    width: 20px;
    height: 20px;
    margin: 0 auto 15px;
    object-fit: contain;
}
.gcsa-date-card:hover .gcsa-date-icon img, .gcsa-date-card.is-active .gcsa-date-icon img {
    filter: brightness(0) invert(1);
}
.gcsa-date-label {
    font-size: 16px;
    line-height: 26px;
}
.gcsa-date-value {
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
}
#index-block-4 .gcsa-date-note {
    margin-top: 45px;
    color: #231f20;
    font-size: 16px;
    line-height: 25px;
}
.gcsa-date-note a {
    color: #49a9d9;
    text-decoration: none;
}
/* =========================================================
   06. Awards
========================================================= */
.gcsa-awards-section {
    padding: 80px 0 70px;
    background: #ededed;
}
#index-block-5 {
    position: relative;
    z-index: 2;
    padding: 0 170px 100px;
	margin-bottom: 0;
    background: repeat center 40% url("../media/misc/web-topic-bg.png");
}
#index-block-5::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 43px;
    content: "";
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0));
}
#index-block-5 .row {
    gap: 40px;
}
#index-block-5 .row > * {
    padding: 0;
}
#index-block-5 .gcsa-award-trophy {
    position: relative;
    top: -150px;
    z-index: 1;
}
.gcsa-award-card {
    max-width: 280px;
}
.gcsa-award-block {
    position: relative;
    display: flex;
    gap: 20px;
}
.gcsa-award-block::before {
    position: absolute;
    top: 100px;
    right: -15px;
    display: block;
    width: 80px;
    height: 35px;
    content: "";
    border-top: 15px solid;
    border-right: 15px solid;
}
.gcsa-award-block-left.gcsa-award-block::before {
    border-color: #7da735;
}
.gcsa-award-block-right.gcsa-award-block::before {
    border-color: #256a9f;
}
.gcsa-award-trophy img {
    width: clamp(70px, 10vw, 120px);
}
.gcsa-award-content {
    margin-top: 140px;
}
.gcsa-award-name {
    margin-bottom: 30px;
    font-family: "Oswald", sans-serif;
    font-size: 60px;
    line-height: 60px;
    font-weight: 400;
}
.text-green {
    color: #7da735;
}
.text-blue {
    color: #256a9f;
}
.gcsa-award-content p {
    padding-bottom: 90px;
    color: #231f20;
    font-size: 16px;
    line-height: 25px;
}
/* =========================================================
   07. Videos
========================================================= */
.gcsa-home-videos {
	padding: 100px 60px 108px;
    background: linear-gradient(180deg, #4fc6cf 0%, #53bfe1 100%);
}
.gcsa-home-videos__inner {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
}
.gcsa-home-videos__swiper {
    overflow: hidden;
    visibility: hidden;
}
.gcsa-home-videos__swiper.swiper-initialized {
    visibility: visible;
}
.gcsa-home-videos__swiper .swiper-slide {
    height: auto;
}
.gcsa-video-trigger {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    color: #fff;
    text-align: left;
    cursor: pointer;
}
.gcsa-video-thumb {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #000;
}
.gcsa-video-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}
.gcsa-video-trigger:hover .gcsa-video-thumb img {
    transform: scale(1.04);
}
.gcsa-video-thumb .gcsa-color-bar {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.gcsa-video-thumb::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 43px;
    content: "";
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}
.gcsa-video-thumb::after {
    position: absolute;
    top: 15px;
    left: 15px;
    display: block;
    width: 100px;
    height: 26px;
    content: "";
    pointer-events: none;
    background: no-repeat center url("../media/logos/footer-white.svg");
    background-size: contain;
}
.gcsa-video-title {
    margin-top: 16px;
    color: #fff;
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
}
.gcsa-play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 72px;
    height: 50px;
    border-radius: 16px;
    background: #ff1f1f;
    transform: translate(-50%, -50%);
}
.gcsa-play::before {
    position: absolute;
    top: 14px;
    left: 29px;
    content: "";
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-left: 18px solid #fff;
}
.gcsa-video-prev, .gcsa-video-next {
    position: absolute;
    top: 28%;
    z-index: 5;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-50%);
    transition: background-color 0.2s ease;
}
.gcsa-video-prev:hover, .gcsa-video-next:hover {
    background: rgba(255, 255, 255, 0.45);
}
.gcsa-video-prev::before, .gcsa-video-next::before {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    content: "";
    border-top: 2px solid #000;
    border-right: 2px solid #000;
}
.gcsa-video-prev {
    left: -52px;
}
.gcsa-video-prev::before {
    left: 2px;
    transform: rotate(-135deg);
}
.gcsa-video-next {
    right: -52px;
}
.gcsa-video-next::before {
    left: -2px;
    transform: rotate(45deg);
}
.gcsa-home-videos__inner.is-single .gcsa-video-prev, .gcsa-home-videos__inner.is-single .gcsa-video-next {
    display: none;
}
.gcsa-video-modal .modal-dialog {
    max-width: min(1200px, calc(100vw - 32px));
}
.gcsa-video-modal .modal-content, .gcsa-video-modal .modal-header {
    background: #000;
    border: 0;
}
.gcsa-video-modal .modal-title {
    color: #fff;
    font-size: 16px;
    line-height: 1.4;
}
.gcsa-video-modal iframe {
    width: 100%;
    height: 100%;
    border: 0;
}
/* =========================================================
   08. Home Cards
========================================================= */
#index-block-card {
    position: relative;
}
#index-block-card .container {
    max-width: 100% !important;
    padding: 0;
}
#index-block-card::before, #index-block-card::after {
    position: absolute;
    top: 70px;
    z-index: 1;
    display: block;
    width: 27px;
    height: 97px;
    content: "";
    pointer-events: none;
    background: no-repeat url("../media/misc/paper-shadow.png");
}
#index-block-card::before {
    left: 63px;
}
#index-block-card::after {
    right: 63px;
    transform: scaleX(-1);
}
.home-card-block {
    position: relative;
    z-index: 3;
    margin-top: -70px;
    padding-bottom: 40px;
}
.home-card-block .home-card-block__panel {
    position: relative;
    margin: 0 90px;
    padding: 88px 76px 0;
    overflow: visible;
    background: #f9f9f9;
}
.home-card-swiper {
    overflow: hidden;
    visibility: hidden;
}
.home-card-swiper.swiper-initialized {
    visibility: visible;
}
.home-card-block .swiper-slide {
    height: auto;
}
.home-card-block .home-card-item {
    position: relative;
    display: block;
    overflow: hidden;
    color: inherit;
    text-decoration: none;
}
.home-card-block .home-card-item__media {
    position: relative;
    width: 100%;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    background: #dcdcdc;
}
.home-card-block .home-card-item__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}
.home-card-block .home-card-item:hover .home-card-item__media img {
    transform: scale(1.04);
}
.home-card-block .home-card-item__caption {
    position: absolute;
    right: 12px;
	height: 54px;
    bottom: 12px;
    left: 12px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.96);
    color: #222;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    transition: height 0.35s ease, background-color 0.35s ease, color 0.35s ease;
}
.home-card-block .home-card-item__caption-inner {
    padding: 12px 16px;
}
.home-card-block .home-card-item__title {
    margin: 0;
    overflow: hidden;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 38px;
}
.home-card-block .home-card-item__desc {
    margin-top: 10px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(14px);
    font-size: 13px;
    line-height: 17px;
    transition: opacity 0.28s ease, transform 0.35s ease, max-height 0.35s ease;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.home-card-block .home-card-block__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 38px;
}
.home-card-block .home-card-block__progress {
    position: relative;
    flex: 1 1 auto;
    height: 3px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.12);
}
.home-card-block .home-card-block__progress-fill {
    position: absolute;
    inset: 0 auto 0 0;
    width: 0;
    background: #42a9d1;
    transition: width 0.3s ease;
}
.home-card-block .home-card-block__nav {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 0 0 auto;
}
.home-card-block .home-card-block__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    padding: 0;
    border: 2px solid #42a9d1;
    border-radius: 50%;
    background: transparent;
    color: #42a9d1;
    cursor: pointer;
    transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
.home-card-block .home-card-block__arrow:hover {
    background: #42a9d1;
    color: #fff;
}
.home-card-block .home-card-block__arrow span {
    font-size: 22px;
    line-height: 1;
    transform: translateY(-1px);
}
/* =========================================================
   09. News
========================================================= */
.home-news {
    padding: 60px 90px 50px;
    background: #f9f9f9;
}
.home-news .container {
    max-width: 100%;
}
.home-news__head {
    margin-bottom: 50px;
    text-align: center;
}
.home-news__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    border-radius: 999px;
    background: #d1d3d4;
    color: #fff;
    font-size: 16px;
    line-height: 36px;
}
.home-news__featured {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 40px;
    margin-bottom: 35px;
}
.news-card__link {
    display: block;
    color: inherit;
    text-decoration: none;
}
.news-card__image {
    aspect-ratio: 230 / 170;
    overflow: hidden;
    background: #ddd;
}
.news-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-card__meta {
    margin-top: 12px;
    color: #808285;
    font-size: 11px;
    line-height: 17px;
}
.news-card__title {
    margin: 6px 0 0;
    min-height: 2.9em;
    overflow: hidden;
    color: #231f20;
    font-size: 13px;
    line-height: 17px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-card__more {
    margin-top: 35px;
    color: #42a9d1;
    font-size: 13px;
    line-height: 17px;
    text-align: right;
}
.news-card:hover .news-card__more {
    color: #0e2649;
}
.home-news__list {
    margin: 0 auto;
}
.news-list-item {
    border-bottom: 1px solid #bcbec0;
}
.news-list-item__link {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr);
    gap: 24px;
    align-items: center;
    padding: 16px 0;
    color: inherit;
    text-decoration: none;
}
.news-list-item__date {
    color: #808285;
    font-size: 11px;
    line-height: 17px;
}
.news-list-item__title {
    overflow: hidden;
    color: #231f20;
    font-size: 16px;
    line-height: 25px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-list-item__link:hover .news-list-item__date, .news-list-item__link:hover .news-list-item__title {
    color: #42a9d1;
}
.home-news__footer {
    margin-top: 42px;
    text-align: center;
}
.home-news__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    border-radius: 999px;
    background: #fff;
    color: #42a9d1;
    font-size: 16px;
    line-height: 40px;
    text-decoration: none;
}
.home-news__btn:hover {
    background: #42a9d1;
    color: #fff;
}
/* =========================================================
   10. Partners
========================================================= */
#gcsa-block-partner {
    padding: 100px;
	margin-bottom: 0;
    background: repeat center 40% url("../media/misc/web-topic-bg.png");
}
#gcsa-block-partner::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 43px;
    content: "";
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0));
}
#gcsa-block-partner .gcsa-pill-title {
    margin-bottom: 50px;
    padding: 0 13px;
    border-radius: 999px;
    background: #d1d3d4;
    color: #fff;
    font-size: 16px;
    line-height: 36px;
}
.gcsa-partners {
    width: 100%;
}
.gcsa-partners__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 40px;
}
.gcsa-partners__item {
    display: flex;
    justify-content: center;
    flex: 0 0 calc((100% - 40px) / 2);
	min-width: 140px;
}
.gcsa-partners__logo-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 220px;
    height: 80px;
    margin: 0 auto;
    text-decoration: none;
    transition: transform 0.2s ease, opacity 0.2s ease;
}
.gcsa-partners__logo-box:hover {
    opacity: 0.85;
    transform: translateY(-2px);
}
.gcsa-partner-logo {
    display: block;
    width: auto;
    height: auto;
    max-width: 90%;
    max-height: 100%;
    object-fit: contain;
}
/* =========================================================
   11. Responsive <= 1399
========================================================= */
@media (max-width: 1399.98px) {
    .home-card-block .home-card-block__panel {
        padding: 56px 90px 0;
    }
}
/* =========================================================
   12. Responsive <= 1199
========================================================= */
@media (max-width: 1199.98px) {
    .gcsa-video-prev {
        left: -18px;
    }
    .gcsa-video-next {
        right: -18px;
    }
}
@media (max-width: 1250.99px) {
	#index-block-4 {
		margin-bottom: 10px;
	}
	#index-block-5 .gcsa-award-trophy {
		top:-50px;
	}
	.gcsa-award-trophy img {
		width: 94px;
	}
	.gcsa-award-name {
		font-size: 40px;
		line-height: 40px;
	}
}
/* =========================================================
   13. Responsive <= 991
========================================================= */
@media (max-width: 991.98px) {
	.gcsa-hero-swiper-section::after {
		height: 130px;
	    background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 32.3%, rgba(0, 0, 0, 0.55) 52.7%, rgba(0, 0, 0, 0) 78.1%, rgba(0, 0, 0, 0) 100%);
	}
    .gcsa-hero-swiper {
        height: 225px;
        overflow: hidden;
    }
    .gcsa-hero-swiper .swiper-slide {
        width: 100%;
        height: 225px;
        opacity: 1;
    }
    .gcsa-hero-prev, .gcsa-hero-next {
        width: 34px;
        height: 34px;
    }
    .gcsa-hero-prev::after, .gcsa-hero-next::after {
        font-size: 14px;
    }
    .gcsa-hero-prev {
        left: 10px;
    }
    .gcsa-hero-next {
        right: 10px;
    }
    .gcsa-hero-pagination {
        bottom: 8px !important;
    }
    .gcsa-intro-section {
        margin-top: -40px;
    }
    .gcsa-intro-section > .container-xxl {
        padding: 0 30px;
    }
    .gcsa-intro-section::before, .gcsa-intro-section::after {
        top: 40px;
        height: 75px;
        width: 21px;
    }
    .gcsa-intro-section::before {
        left: 9px;
    }
    .gcsa-intro-section::after {
        right: 9px;
    }
	#index-block-1 {
		padding: 0 30px 30px;
	}
    .gcsa-panel {
        padding: 24px 0;
    }
    .gcsa-title-bar {
        margin-top: 3px;
    }
    .gcsa-block-title {
        font-size: 24px;
    }
	#index-block-2 {
		padding: 0 30px 45px;
	}
    #index-block-2 .col-img, #index-block-2 .col-list {
        flex: 0 0 100%;
    }
	#index-block-3 {
		padding: 0 30px 45px;
	}
	#index-block-3 > .row {
		column-gap: 40px;
	}
	#index-block-4 > .row .col {
		flex: 1 1 40%;
	}
	#index-block-5 .row {
		gap: 200px;
		flex-direction: column;
	}
	.gcsa-award-name {
		font-size: 60px;
		line-height: 60px;
	}
    .gcsa-award-card {
        max-width: 210px;
    }
    .gcsa-awards-section {
        padding: 60px 0;
    }
    .gcsa-award-block {
        align-items: flex-start;
    }
    .gcsa-award-block-left, .gcsa-award-block-right {
        margin-top: 0;
    }
    .gcsa-home-videos {
        padding-top: 64px;
        padding-bottom: 140px;
    }
    .gcsa-video-title {
        margin-top: 14px;
        font-size: 16px;
    }
    .gcsa-play {
        width: 58px;
        height: 40px;
        border-radius: 12px;
    }
    .gcsa-play::before {
        top: 11px;
        left: 24px;
        border-top-width: 9px;
        border-bottom-width: 9px;
        border-left-width: 14px;
    }
    .gcsa-video-prev, .gcsa-video-next {
        top: 32%;
        width: 34px;
        height: 34px;
    }
    .gcsa-video-prev {
        left: 8px;
    }
    .gcsa-video-next {
        right: 8px;
    }
	.home-card-block {
		margin-top: -40px;
	}
    .home-card-block .home-card-block__panel {
        padding: 42px 30px 0;
		margin: 0 30px;
    }
	#index-block-card::before, #index-block-card::after {
        top: 40px;
        height: 75px;
        width: 21px;
    }
	#index-block-card::before {
        left: 9px;
    }
	#index-block-card::after {
        right: 9px;
    }
    .home-card-block .home-card-item__caption {
        right: 10px;
        bottom: 10px;
        left: 10px;
        height: auto;
        min-height: 72px;
        background: rgba(255, 255, 255, 0.96);
        color: #222;
    }
    .home-card-block .home-card-item__caption-inner {
        padding: 12px 14px;
    }
    .home-card-block .home-card-item__title {
        max-height: none;
        font-size: 15px;
        line-height: 1.25;
    }
    .home-card-block .home-card-item__desc {
        margin-top: 8px;
        max-height: none;
        opacity: 1;
        transform: none;
        font-size: 12px;
        line-height: 1.45;
        -webkit-line-clamp: 3;
    }
    .home-news {
        padding: 70px 60px 64px;
    }
    .home-news__featured {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 40px;
    }
    .news-card__title {
        font-size: 15px;
    }
    .news-list-item__link {
        grid-template-columns: 100px minmax(0, 1fr);
        gap: 18px;
    }
    .news-list-item__title {
        font-size: 15px;
    }
    .gcsa-partners__item {
        flex: 0 0 calc((100% - 40px * 3) / 4);
    }
}
/* =========================================================
   14. Responsive 640~767
========================================================= */
@media (min-width: 640px) and (max-width: 767.98px) {
    .home-card-block .home-card-block__panel {
        padding: 34px 30px 0;
    }
    .home-card-block .home-card-item__media {
        aspect-ratio: 3 / 4.35;
    }
    .home-card-block .home-card-item__caption {
        right: 8px;
        bottom: 8px;
        left: 8px;
        min-height: 64px;
    }
    .home-card-block .home-card-item__caption-inner {
        padding: 10px 12px;
    }
    .home-card-block .home-card-item__title {
        font-size: 14px;
        line-height: 1.2;
    }
    .home-card-block .home-card-item__desc {
        margin-top: 6px;
        font-size: 11px;
        line-height: 1.4;
        -webkit-line-clamp: 2;
    }
    .home-card-block .home-card-block__footer {
        gap: 16px;
        margin-top: 26px;
    }
}
/* =========================================================
   15. Responsive <= 767
========================================================= */
@media (max-width: 767.98px) {
	#index-block-3 > .row {
        gap: 40px;
		flex-direction: column;
		align-items: center;
    }
	#index-block-3 > .row .col {
		max-width: 475px;
	}
    .gcsa-section-title-wrap {
        gap: 12px;
    }
    .gcsa-section-title {
        font-size: clamp(24px, 6vw, 34px);
    }
    .gcsa-feature-title {
        font-size: 20px;
    }
    .gcsa-date-card {
        min-height: 96px;
        padding: 14px 10px;
    }
    .gcsa-date-value {
        font-size: 16px;
    }
	#index-block-5 {
		padding: 0 90px 100px;
	}
	.gcsa-award-name {
		font-size: 60px;
		line-height: 60px;
	}
    .gcsa-award-block {
        flex-direction: row;
        gap: 14px;
    }
    .gcsa-award-content {
        max-width: none;
    }
	#index-block-5 .row {
		gap: 100px;
	}
}
/* =========================================================
   16. Responsive <= 639
========================================================= */
@media (max-width: 639.98px) {
    .home-card-block {
        padding-bottom: 28px;
    }
    .home-card-block .home-card-block__panel {
        padding: 28px 30px 0;
    }
    .home-card-block .home-card-item__media {
        aspect-ratio: 4 / 5;
    }
    .home-card-block .home-card-item__caption {
        right: 10px;
        bottom: 10px;
        left: 10px;
        min-height: 78px;
    }
    .home-card-block .home-card-item__title {
        font-size: 15px;
    }
    .home-card-block .home-card-item__desc {
        font-size: 13px;
        line-height: 1.5;
        -webkit-line-clamp: 3;
    }
    .home-card-block .home-card-block__footer {
        gap: 16px;
        margin-top: 28px;
    }
    .home-card-block .home-card-block__arrow {
        width: 34px;
        height: 34px;
    }
	#index-block-5 {
		padding: 0 60px 100px;
	}
}
/* =========================================================
   17. Responsive <= 575
========================================================= */
@media (max-width: 575.98px) {
    .gcsa-intro-text p, .gcsa-feature-item p, .gcsa-award-content p {
        font-size: 13px;
        line-height: 1.8;
    }
    .gcsa-feature-icon {
        width: 54px;
        height: 54px;
        border-radius: 14px;
    }
    .gcsa-feature-icon img {
        width: 24px;
        height: 24px;
    }
    .gcsa-home-videos {
        padding-top: 48px;
        padding-bottom: 130px;
		padding-left: 40px;
		padding-right: 40px;
    }
    .gcsa-video-prev, .gcsa-video-next {
        width: 30px;
        height: 30px;
    }
	.gcsa-video-prev {
		left: -38px;
	}
	.gcsa-video-next {
		right: -38px;;	
	}
    .gcsa-video-prev::before, .gcsa-video-next::before {
        width: 8px;
        height: 8px;
    }
    .home-news {
        padding: 52px 30px 48px;
    }
    .home-news__head {
        margin-bottom: 36px;
    }
    .home-news__featured {
        gap: 40px;
        margin-bottom: 36px;
    }
    .news-card__meta {
        margin-top: 10px;
        font-size: 11px;
    }
    .news-card__title {
        font-size: 14px;
        line-height: 1.4;
    }
    .news-card__more {
        font-size: 13px;
    }
    .home-news__list {
        max-width: 100%;
    }
    .news-list-item__link {
        grid-template-columns: 1fr;
        gap: 6px;
        padding: 14px 0;
    }
    .news-list-item__date {
        font-size: 12px;
    }
    .news-list-item__title {
        font-size: 14px;
        line-height: 1.45;
        white-space: normal;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .home-news__footer {
        margin-top: 32px;
    }
	#index-block-5 {
		padding: 0 30px 100px;
	}
}
@media (max-width: 490px) {
    .gcsa-award-name {
        font-size: 50px;
        line-height: 50px;
    }
}
@media (max-width: 440px) {
	#index-block-5 .gcsa-award-trophy {
		top: -10px;
		width: 65px;
	}
	.gcsa-award-trophy img {
		width: 65px;
	}
    .gcsa-award-name {
        font-size: 40px;
        line-height: 40px;
    }
	.home-news__featured {
        grid-template-columns: minmax(0, 1fr);
    }
	.news-card__more {
		margin-top: 5px;
	}
}
/* =========================================================
   18. Responsive >= 768 / >= 992 / >= 1400
========================================================= */
@media (min-width: 768px) and (max-width: 991.98px) {
    .home-card-block .home-card-item__media {
        aspect-ratio: 3 / 4.2;
    }
    .home-card-block .home-card-item__caption {
        min-height: 68px;
    }
    .home-card-block .home-card-item__desc {
        -webkit-line-clamp: 3;
    }
}
@media (min-width: 768px) {
    .gcsa-partners__item {
        flex: 0 0 calc((100% - 40px * 3) / 4);
        min-width: 140px;
    }
}
@media (min-width: 992px) {
    .home-card-block .home-card-item:hover .home-card-item__caption {
        height: 136px;
        background: #66c9e7;
        color: #fff;
    }
    .home-card-block .home-card-item:hover .home-card-item__desc {
        max-height: 92px;
        opacity: 1;
        transform: translateY(0);
    }
}
@media (min-width: 1400px) {
    .gcsa-partners__item {
        flex: 0 0 calc((100% - 40px * 5) / 6);
    }
}
@media (max-width: 420px) {
  .gcsa-partners__list {
    gap: 28px;
  }

  .gcsa-partners__item {
    flex: 0 0 100%;
    min-width: 0;
  }

  .gcsa-partners__logo-box {
    width: min(100%, 200px);
    height: 72px;
  }
}