:root {
    --primary: #317c6f;
    --on-suface-container: #24283e;
    --surface: #f3f5f5
}

html {
    scroll-padding-top: 92px
}

body {
    overflow-x: hidden;
    font-family: Arial, Helvetica, sans-serif
}

.skip-link {
    position: fixed;
    top: -80px;
    left: 16px;
    z-index: 2000;
    padding: 12px 18px;
    color: #fff;
    background: var(--primary)
}

.skip-link:focus {
    top: 0
}

.text-logo a, .text-logo {
    color: #fff;
    font-size: clamp(20px, 2vw, 28px);
    font-weight: 800;
    letter-spacing: .07em;
    line-height: 1;
    white-space: nowrap
}

.text-logo a:after, .text-logo:after {
    content: "";
    display: block;
    width: 44%;
    height: 3px;
    margin-top: 7px;
    background: #adf9eb
}

.header.header-bg {
    position: fixed;
    top: 0;
    margin: 0;
    background: var(--on-suface-container);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .12)
}

.header .mobile-button {
    display: none;
    width: 48px;
    height: 48px;
    padding: 12px;
    background: transparent
}

.header .mobile-button span {
    display: block;
    width: 100%;
    height: 2px;
    margin: 5px 0;
    background: #fff
}

.page-title-home {
    position: relative;
    min-height: 800px;
    background: #24283e
}

.hero-track {
    position: relative;
    min-height: 800px
}

.hero-slide {
    position: absolute;
    inset: 0;
    min-height: 800px;
    display: flex;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity .7s ease
}

.hero-slide.active {
    opacity: 1;
    visibility: visible
}

.hero-slide:after {
    position: absolute;
    inset: 0;
    z-index: 0;
    content: "";
    background: linear-gradient(90deg, rgba(18, 23, 38, .88) 0%, rgba(18, 23, 38, .54) 55%, rgba(18, 23, 38, .18) 100%)
}

.hero-slide .tf-container {
    position: relative;
    z-index: 1
}

.page-title-content {
    max-width: 760px;
    padding-top: 80px
}

.page-title-content h1,
.page-title-content h2 {
    color: #fff;
    font-size: clamp(56px, 6vw, 86px);
    line-height: 1.03;
    letter-spacing: -.04em
}

.page-title-content .sub-title {
    max-width: 690px;
    margin: 25px 0 35px;
    color: rgba(255, 255, 255, .8)
}

.hero-kicker {
    display: inline-block;
    margin-bottom: 18px;
    color: #adf9eb;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .11em;
    text-transform: uppercase
}

.hero-slider .tf-btn-arrow {
    position: absolute;
    z-index: 4;
    top: 50%;
    display: grid;
    width: 52px;
    height: 52px;
    place-items: center;
    color: #fff;
    background: rgba(255, 255, 255, .14);
    border: 1px solid rgba(255, 255, 255, .32);
    border-radius: 50%;
    transform: translateY(-50%)
}

.hero-prev {
    left: 28px
}

.hero-next {
    right: 28px
}

.hero-dots {
    position: absolute;
    z-index: 4;
    bottom: 34px;
    left: 50%;
    display: flex;
    gap: 9px;
    transform: translateX(-50%)
}

.hero-dots button {
    width: 9px;
    height: 9px;
    padding: 0;
    background: rgba(255, 255, 255, .45);
    border-radius: 50%
}

.hero-dots button.active {
    width: 28px;
    background: #adf9eb;
    border-radius: 9px
}

.tf-spacing-2, .tf-spacing-3, .tf-spacing-31, .tf-spacing-12 {
    padding-top: 110px !important;
    padding-bottom: 110px !important
}

.tag {
    display: inline-block;
    margin-bottom: 18px;
    color: var(--primary);
    font-weight: 700
}

.section-about .about-content-left {
    padding-right: 65px
}

.about-content-right {
    height: 100%;
    padding: 32px;
    background: var(--surface)
}

.topic-marker {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 35px
}

.topic-marker i {
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    color: #fff;
    background: var(--primary);
    border-radius: 50%;
    font-size: 28px
}

.wg-tab {
    display: flex;
    gap: 8px;
    margin-bottom: 22px
}

.tab-link {
    min-height: 44px;
    padding: 8px 13px;
    color: #6d7074;
    background: #fff;
    border: 1px solid #e4e4e4
}

.tab-link.active {
    color: black;
    background: var(--primary)
}

.tab-pane {
    display: none
}

.tab-pane.active {
    display: block
}

.box-icon-list {
    display: grid !important;
    grid-template-columns:repeat(4, 1fr)
}

.box-icon-list .box-icon {
    max-width: none !important
}

.box-icon .icon {
    margin-bottom: 25px;
    color: var(--primary);
    font-size: 42px
}

.box-icon h5 {
    margin-bottom: 12px
}

.service-grid {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    gap: 28px;
    margin-top: 55px
}

.service-card {
    display: grid;
    grid-template-columns:220px 1fr;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e4e4e4
}

.service-card > img {
    width: 100%;
    height: 100%;
    min-height: 270px;
    object-fit: cover
}

.service-card > div {
    padding: 30px
}

.service-card span {
    color: var(--primary);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .1em
}

.service-card h4 {
    margin: 18px 0 12px
}

.service-card a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
    font-weight: 600
}

.process-list {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 24px;
    margin-top: 55px
}

.process-item {
    min-height: 270px;
    padding: 34px;
    border: 1px solid #e4e4e4;
    transition: .25s
}

.process-item:hover, .process-item.active {
    color: #fff;
    background: var(--primary);
    transform: translateY(-6px)
}

.process-item > span {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .1em
}

.process-item h4 {
    margin: 65px 0 14px
}

.process-item:hover h4, .process-item.active h4 {
    color: #fff
}

.section-project {
    padding: 110px 0
}

.section-project .heading-section {
    max-width: 700px
}

.project-grid {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    gap: 20px;
    margin-top: 50px
}

.project-card {
    position: relative;
    display: block;
    min-height: 480px;
    overflow: hidden;
    color: #fff
}

.project-card:after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(180deg, transparent 35%, rgba(20, 24, 39, .93))
}

.project-card img {
    width: 100%;
    height: 100%;
    min-height: 480px;
    object-fit: cover;
    transition: .4s
}

.project-card:hover img {
    transform: scale(1.04)
}

.project-card span, .project-card h4 {
    position: absolute;
    z-index: 2;
    left: 25px;
    right: 25px;
    color: #fff
}

.project-card span {
    bottom: 82px;
    color: #adf9eb;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.project-card h4 {
    bottom: 25px;
    font-size: 22px;
    line-height: 1.25
}

.notice-grid {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 24px;
    margin-top: 50px
}

.notice-grid article {
    padding: 36px;
    background: var(--surface);
    border-top: 3px solid var(--primary)
}

.notice-grid i {
    color: var(--primary);
    font-size: 38px
}

.notice-grid h5 {
    margin: 28px 0 12px
}

.section-faqs-inner {
    display: grid !important;
    grid-template-columns:1fr 1fr;
    gap: 60px !important
}

.title-according {
    position: relative;
    width: 100%;
    padding: 22px 45px 22px 0;
    text-align: left;
    color: var(--on-suface-container);
    background: transparent;
    border-bottom: 1px solid #d7dddd;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.35
}

.title-according span:after {
    position: absolute;
    right: 5px;
    content: "+";
    font-size: 28px
}

.title-according[aria-expanded=true] span:after {
    content: "−"
}

.according-content {
    display: none;
    padding: 18px 0
}

.according-content.open {
    display: block
}

.article-grid {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 28px;
    margin-top: 45px
}

.article-card {
    display: block
}

.article-card img {
    width: 100%;
    height: 300px;
    object-fit: cover
}

.article-card > span {
    display: block;
    margin-top: 20px;
    color: var(--primary);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.article-card h5 {
    margin: 10px 0
}

.learning-badges {
    display: grid !important;
    grid-template-columns:repeat(5, 1fr);
    gap: 18px !important;
    margin-top: 55px
}

.learning-badges span {
    display: flex;
    min-height: 145px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 20px;
    text-align: center;
    background: var(--surface);
    font-weight: 600
}

.learning-badges i {
    color: var(--primary);
    font-size: 38px
}

.section-cta .cta-inner {
    position: relative;
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    overflow: hidden
}

.section-cta .cta-inner .image {
    z-index: 1
}

.section-cta .cta-content {
    z-index: 2
}

.footer {
    padding-top: 80px;
    color: #a2a3ab;
    background: var(--on-suface-container)
}

.footer-top {
    display: grid !important;
    grid-template-columns:1.2fr 1fr .9fr;
    gap: 60px
}

.footer-logo {
    margin-bottom: 28px
}

.support-mail {
    display: inline-block;
    margin-top: 20px;
    color: #fff;
    font-weight: 600
}

.footer-center {
    display: grid !important;
    grid-template-columns:repeat(2, 1fr);
    gap: 30px
}

.footer-content h6 {
    margin-bottom: 20px;
    color: #fff
}

.footer-content a {
    display: block;
    margin: 10px 0;
    color: #a2a3ab
}

.footer-content a:hover {
    color: #fff
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    padding: 25px 0;
    border-top: 1px solid rgba(255, 255, 255, .14)
}

.footer-bottom a {
    color: #a2a3ab
}

.mobile-panel {
    display: none
}

.tf-btn, .mobile-button, .mobile-close, .tf-btn-arrow, .tab-link, .title-according {
    min-height: 44px
}

.tf-btn:focus-visible, a:focus-visible, button:focus-visible {
    outline: 3px solid #f0b429;
    outline-offset: 3px
}

@media (max-width: 1199px) {
    .header .header-content .header-left {
        gap: 45px
    }

    .menu-primary-menu {
        gap: 16px
    }

    .menu-primary-menu .menu-item .item-link {
        font-size: 16px
    }

    .project-grid {
        grid-template-columns:repeat(2, 1fr)
    }
}

@media (max-width: 991px) {
    html {
        scroll-padding-top: 76px
    }

    .main-menu, .nav-btn {
        display: none
    }

    .header .mobile-button {
        display: block
    }

    .header.style-absolute {
        margin-bottom: -76px
    }

    .header .header-content {
        min-height: 76px
    }

    .mobile-panel {
        position: fixed;
        inset: 0;
        z-index: 1500;
        display: block;
        padding: 22px;
        background: var(--on-suface-container);
        visibility: hidden;
        pointer-events: none;
        transform: translateX(100%);
        transition: .3s
    }

    .mobile-panel.open {
        visibility: visible;
        pointer-events: auto;
        transform: none
    }

    .mobile-panel-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 22px;
        border-bottom: 1px solid rgba(255, 255, 255, .15)
    }

    .mobile-close {
        position: relative;
        width: 46px;
        background: transparent
    }

    .mobile-close span {
        position: absolute;
        left: 10px;
        top: 22px;
        width: 26px;
        height: 2px;
        background: #fff
    }

    .mobile-close span:first-child {
        transform: rotate(45deg)
    }

    .mobile-close span:last-child {
        transform: rotate(-45deg)
    }

    .mobile-panel nav {
        display: flex;
        flex-direction: column;
        margin-top: 28px
    }

    .mobile-panel nav a {
        display: flex;
        min-height: 56px;
        align-items: center;
        color: #fff;
        border-bottom: 1px solid rgba(255, 255, 255, .13);
        font-size: 20px
    }

    .menu-open {
        overflow: hidden
    }

    .page-title-home, .hero-track, .hero-slide {
        min-height: 700px
    }

    .page-title-content {
        padding-top: 50px
    }

    .hero-prev {
        left: 16px
    }

    .hero-next {
        right: 16px
    }

    .tf-spacing-2, .tf-spacing-3, .tf-spacing-31, .tf-spacing-12 {
        padding-top: 80px !important;
        padding-bottom: 80px !important
    }

    .section-about .about-content-left {
        padding-right: 0;
        margin-bottom: 40px
    }

    .box-icon-list {
        grid-template-columns:repeat(2, 1fr)
    }

    .service-card {
        grid-template-columns:180px 1fr
    }

    .process-list {
        grid-template-columns:1fr
    }

    .section-faqs-inner {
        grid-template-columns:1fr
    }

    .notice-grid {
        grid-template-columns:1fr
    }

    .learning-badges {
        grid-template-columns:repeat(3, 1fr)
    }

    .footer-top {
        grid-template-columns:1fr 1fr
    }

    .footer-left {
        grid-column: 1/-1
    }
}

@media (max-width: 767px) {
    .tf-container {
        padding-left: 20px;
        padding-right: 20px
    }

    .text-logo a, .text-logo {
        font-size: 20px
    }

    .page-title-home, .hero-track, .hero-slide {
        min-height: 650px
    }

    .page-title-content h1,
    .page-title-content h2 {
        font-size: 44px;
        line-height: 1.06
    }

    .page-title-content .sub-title {
        font-size: 17px;
        line-height: 1.6
    }

    .hero-slider .tf-btn-arrow {
        top: auto;
        bottom: 25px;
        width: 46px;
        height: 46px
    }

    .hero-prev {
        left: 20px
    }

    .hero-next {
        right: 20px
    }

    .hero-dots {
        bottom: 42px
    }

    .tf-spacing-2, .tf-spacing-3, .tf-spacing-31, .tf-spacing-12 {
        padding-top: 68px !important;
        padding-bottom: 68px !important
    }

    .h3, h3 {
        font-size: 34px;
        line-height: 1.18
    }

    .box-icon-list {
        grid-template-columns:1fr
    }

    .service-grid {
        grid-template-columns:1fr
    }

    .service-card {
        grid-template-columns:1fr
    }

    .service-card > img {
        height: 235px;
        min-height: 0
    }

    .project-grid {
        grid-template-columns:1fr
    }

    .project-card, .project-card img {
        min-height: 390px
    }

    .article-grid {
        grid-template-columns:1fr
    }

    .article-card img {
        height: 240px
    }

    .learning-badges {
        grid-template-columns:1fr
    }

    .learning-badges span {
        min-height: 110px
    }

    .section-cta .cta-inner .image {
        display: none
    }

    .section-cta .cta-content {
        max-width: 100% !important;
        padding: 50px 25px !important
    }

    .footer-top {
        grid-template-columns:1fr
    }

    .footer-left {
        grid-column: auto
    }

    .footer-bottom {
        flex-direction: column;
        gap: 10px
    }
}

@media (max-height: 700px) and (min-width: 992px) {
    .page-title-home, .hero-track, .hero-slide {
        min-height: 650px
    }

    .page-title-content h1,
    .page-title-content h2 {
        font-size: 64px
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto
    }

    *, *:before, *:after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important
    }
}

html, body {
    overflow-x: clip !important
}

.page-title-home .hero-track {
    position: relative !important
}

.page-title-home .hero-slide {
    position: absolute !important;
    inset: 0 !important;
    margin: 0 !important
}

.header .mobile-button {
    position: relative !important
}

.header .mobile-button span {
    position: static !important;
    inset: auto !important;
    width: 100% !important
}

.hero-slider .tf-btn-arrow {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    line-height: 1 !important
}

.hero-slider .tf-btn-arrow i {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 1em;
    height: 1em;
    margin: 0 !important;
    line-height: 1 !important;
    transform: none !important
}

.section-faqs {
    background: #edf3f1
}

.section-faqs .section-faqs-inner {
    align-items: stretch
}

.section-faqs .faq-intro {
    position: relative;
    overflow: hidden;
    padding: 52px;
    background: var(--on-suface-container)
}

.section-faqs .faq-intro:after {
    position: absolute;
    right: -82px;
    bottom: -96px;
    width: 230px;
    height: 230px;
    border: 1px solid rgba(173, 249, 235, .18);
    border-radius: 50%;
    content: ""
}

.section-faqs .faq-intro .heading-section {
    position: relative;
    z-index: 1;
    max-width: 480px
}

.section-faqs .faq-intro .tag {
    color: #adf9eb;
    background: transparent !important
}

.section-faqs .faq-intro h3 {
    color: #fff
}

.section-faqs .faq-intro .sub-title {
    max-width: 430px;
    color: rgba(255, 255, 255, .72)
}

.faq-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    margin-top: 42px;
    padding-top: 28px;
    border-top: 1px solid rgba(255, 255, 255, .16);
    color: rgba(255, 255, 255, .72)
}

.faq-meta span {
    display: flex;
    align-items: baseline;
    gap: 8px
}

.faq-meta strong {
    color: #adf9eb;
    font-size: 24px;
    font-weight: 600
}

.faq-note {
    margin-top: 28px;
    color: rgba(255, 255, 255, .52);
    font-size: 14px
}

.section-faqs .right {
    padding: 14px 0
}

.section-faqs .wg-according {
    display: grid;
    gap: 12px;
    counter-reset: faq
}

.section-faqs .according-item {
    position: relative;
    padding-left: 72px;
    background: #fff;
    border: 1px solid rgba(49, 124, 111, .14);
    counter-increment: faq;
    transition: border-color .25s ease, box-shadow .25s ease
}

.section-faqs .according-item:before {
    position: absolute;
    top: 24px;
    left: 24px;
    color: var(--primary);
    content: "0" counter(faq);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .1em
}

.section-faqs .according-item:has(.title-according[aria-expanded=true]) {
    border-color: rgba(49, 124, 111, .45);
    box-shadow: 0 14px 34px rgba(36, 40, 62, .08)
}

.section-faqs .according-item h5 {
    margin: 0
}

.section-faqs .title-according {
    padding: 22px 68px 22px 0;
    border: 0;
    font-weight: 600
}

.section-faqs .title-according span:after {
    top: 50%;
    right: 22px;
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    color: var(--primary);
    background: #edf3f1;
    border-radius: 50%;
    font-size: 22px;
    line-height: 1;
    transform: translateY(-50%)
}

.section-faqs .according-content {
    padding: 0 68px 24px 0;
    color: #62666d
}

@media (max-width: 991px) {
    .mobile-panel {
        display: none;
        inset: 0;
        width: 100vw;
        max-width: 100vw;
        overflow-y: auto;
        visibility: visible;
        pointer-events: auto;
        transform: none;
        transition: none
    }

    .mobile-panel.open {
        display: block
    }

    .mobile-panel-head .text-logo {
        display: block !important;
        color: #fff !important;
        opacity: 1 !important;
        visibility: visible !important
    }

    .mobile-panel nav a {
        display: flex !important;
        color: #fff !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important
    }
}

@media (max-width: 767px) {
    .section-faqs .faq-intro {
        padding: 36px 26px
    }

    .faq-meta {
        gap: 18px;
        margin-top: 30px
    }

    .section-faqs .right {
        padding: 0
    }

    .section-faqs .according-item {
        padding-left: 52px
    }

    .section-faqs .according-item:before {
        left: 18px
    }

    .section-faqs .title-according {
        padding-right: 58px;
        font-size: 18px
    }

    .section-faqs .according-content {
        padding-right: 24px
    }
}

.notice-grid {
    gap: 28px;
    counter-reset: notice
}

.notice-grid article {
    position: relative;
    padding: 38px 32px 32px;
    background: #fff;
    border: 1px solid rgba(49, 124, 111, .14);
    border-radius: 18px;
    counter-increment: notice;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease
}

.notice-grid article:before {
    position: absolute;
    top: 26px;
    right: 28px;
    color: rgba(49, 124, 111, .28);
    content: "0" counter(notice);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .1em
}

.notice-grid article:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 48px rgba(36, 40, 62, .12);
    border-color: rgba(49, 124, 111, .4)
}

.notice-grid i {
    display: grid;
    width: 56px;
    height: 56px;
    place-items: center;
    color: #fff;
    background: var(--primary);
    border-radius: 14px;
    font-size: 24px
}

.notice-grid h5 {
    margin: 26px 0 10px
}

.section-cta .cta-inner {
    border-radius: 28px;
    box-shadow: 0 24px 48px rgba(36, 40, 62, .16)
}

.section-cta .cta-inner:before {
    position: absolute;
    z-index: 0;
    top: -70px;
    right: -70px;
    width: 220px;
    height: 220px;
    border: 1px solid rgba(173, 249, 235, .28);
    border-radius: 50%;
    content: ""
}

.section-cta .cta-content {
    position: relative
}

.section-cta .cta-content .tag {
    letter-spacing: .08em
}

.section-cta .tf-btn.style-1.bg-white {
    transition: transform .25s ease, box-shadow .25s ease
}

.section-cta .tf-btn.style-1.bg-white:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 30px rgba(0, 0, 0, .2)
}

@media (max-width: 767px) {
    .notice-grid article {
        padding: 30px 24px 24px
    }

    .section-cta .cta-inner {
        border-radius: 20px
    }
}

.about-content-right {
    position: relative;
    padding: 36px;
    background: #fff;
    border: 1px solid rgba(49, 124, 111, .14);
    border-radius: 20px;
    box-shadow: 0 20px 44px rgba(36, 40, 62, .08)
}

.topic-marker i {
    border-radius: 14px;
    background: linear-gradient(135deg, var(--primary), #255d53);
    box-shadow: 0 10px 22px rgba(49, 124, 111, .28)
}

.wg-tab.style-small {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 5px;
    background: var(--surface);
    border-radius: 999px;
    margin-bottom: 0
}

.wg-tab.style-small .tab-link {
    min-height: 38px;
    padding: 8px 16px;
    background: transparent;
    border: 0;
    border-radius: 999px;
    font-weight: 600;
    transition: background .25s ease, color .25s ease, box-shadow .25s ease
}

.wg-tab.style-small .tab-link.active {
    box-shadow: 0 10px 20px rgba(49, 124, 111, .28)
}

.info-tabs .tab-content {
    margin-top: 20px
}

.info-tabs .tab-pane {
    color: #5b6167;
    line-height: 1.6
}
