.home-banner-hero {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 95vh;
    min-height: 750px;
    overflow: hidden;
    padding-top: 88px;
}

body.on-scroll .home-banner-hero {
    padding-top: 72px;
}

.home-banner-video-wrapper {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.home-banner-hero,
.home-banner-hero a {
    color: var(--iedc-clr-open-space-50);
}

.home-banner-hero .container {
    width: 100%;
    margin: 0 auto;
    max-width: 1360px;
    padding: 0 40px 0;
}

.home-banner-hero .container-bottom {
    position: relative;
    z-index: 10;
}

.home-banner-hero .container-top > *:not(.home-banner-video-wrapper) {
    position: relative;
    z-index: 10;
}

@media screen and (max-width: 1023px) {

    .home-banner-hero .banner-hero-title br {
        display: none;
    }
    
}

.home-banner-hero .banner-hero-text {
    max-width: 660px;
    margin: 32px 0 24px;
}

.home-banner-hero .banner-hero-cards {
    margin-top: 8.88vh;
    display: flex;
    align-items: flex-end;
    gap: 40px;
}

.home-banner-hero .banner-hero-cards .card {
    display: inline-flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    width: clamp(260px,22.22vw,320px);
    padding: 24px;
    background-color: var(--iedc-clr-blue-sky-500);
    border-radius: 4px;
    border-bottom: 2px solid var(--iedc-clr-midnight-100);
}

.home-banner-hero .btn-play-pause {
    margin-left: 3.75vw;
}

@media screen and (max-width: 1023px) {

    .home-banner-hero {
        padding-top: 0;
        height: auto;
        min-height: 0;
    }

    body.on-scroll .home-banner-hero {
        padding-top: 0;
    }

    .home-banner-hero .container-top {
        height: auto;
        min-height: 0;
    }

    .home-banner-hero .container {
        padding: 0 24px;
    }

    .home-banner-hero .container-bottom {
        padding-bottom: 32px;
    }

    .home-banner-hero .container-top {
        position: relative;
        display: flex;
        justify-content: center;
        flex-direction: column;
        height: calc(100vh - 100px);
        height: calc(var(--iedc-site-body-h) - 100px);
        min-height: 700px;
        padding-top: 80px;
    }


    body.on-scroll .home-banner-hero .container-top {
        padding-top: 64px;
    }

    
    .home-banner-hero .banner-hero-text {
        margin: 24px 0 32px;
    }

    .home-banner-hero .banner-hero-cards {
        gap: 16px;
        margin-top: 32px;
        flex-direction: column;
    }

    .home-banner-hero .banner-hero-cards .card {
        width: 100%;
    }

    .home-banner-hero .btn-play-pause {
        position: absolute;
        transform: translateY(-100px);
    }

} /* @media screen and (max-width: 1023px) { */

.home-section.section10 {
    padding: 104px 0;
    background-color: var(--iedc-clr-open-space-100);
}

.home-section.section10 .container {
    max-width: 1360px;
    padding: 0 40px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    gap: 20px;
}

.home-section.section10 .section-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 205px;
}

.home-section .section-title {
    color: var(--iedc-clr-blue-sky-500);
}

.home-section.section10 .section-desc {
    margin: 16px 0 32px;
}

.home-section.section10 .swiper-slide {
    position: relative;
    overflow: hidden;
}

.home-section.section10 .swiper-slide:before {
    content: '';
    position: absolute;
    z-index: 2 !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: var(--iedc-clr-blue-sky-500);
    transition: opacity 350ms ease-in-out;
}

.home-section.section10 .swiper-slide * {
    position: relative;
    z-index: 10;
}

.home-section.section10 .card-text {
    position: absolute;
    bottom: 72px;
    width: calc(100% - 48px);
    font-family: var(--iedc-typog-body-family);
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
    text-align: left;
    color: var(--iedc-clr-open-space-50);
    transform: translateY(-150px);
    opacity: 0;
    transition: all 350ms ease-in-out;
}

.home-section.section10 .card-graphic {
    margin-top: auto;
    position: relative;
    opacity: 1;
    transition: all 350ms ease-in-out;
}

.home-section.section10 .card-graphic + .card-graphic {
    margin-top: 8px;
}

.home-section.section10 .card-background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.home-section.section10 .swiper-slide:hover:before {
    opacity: 0;
}

.home-section.section10 .swiper-slide:hover .card-text {
    transform: translateY(0);
    opacity: 1;
}

.home-section.section10 .swiper-slide:hover .card-graphic {
    transform: translateY(150px);
    opacity: 0;
}
    
@media (min-width: 1024px) and (max-width: 1200px) {

    .home-section.section10 .swiper-slide .iedc-typog-display-3-m-xl-super,
    .home-section.section10 .swiper-slide .iedc-typog-display-3-xs-xl-bold {
        font-size: 50px;
    }

    .home-section.section10 .card .iedc-typog-display-3-m-xl-superscript {
        line-height: 35px;
    }

}

@media screen and (min-width: 1024px) {

    .home-section.section10 .home-section10-cards {
        flex: 1;
    }

    .home-section.section10 .swiper-wrapper {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }

    .home-section.section10 .paragraph {
        min-height: 95px;
        display: block;
    }

    .home-section.section10 .swiper-slide {
        width: calc(50% - 20px);
        height: 330px;
        border-radius: 4px;
        padding: 28px 24px;
    }

    .home-section.section10 .swiper-button-prev,
    .home-section.section10 .swiper-button-next {
        display: none;
    }
    
} /* @media screen and (min-width: 1024px) */
    
@media screen and (min-width: 1200px) {

    .home-section.section10 .container {
        gap: 40px;
    }

    .home-section.section10 .section-header {
        width: 261px;
    }

    .home-section.section10 .swiper-wrapper {
        gap: 40px;
    }

}

@media screen and (max-width: 1023px) {

    .home-section.section10 .section-desc {
        margin-top: 8px;
    }

    .home-section.section10 {
        padding: 88px 0;
    }

    .home-section.section10 .container {
        padding: 0 0 0 24px;
        flex-direction: column;
    }

    .home-section.section10 .section-title {
        font-size: 46px;
    }
    
    .home-section.section10 .section-header {
        width: 100%;
        padding-right: 24px;
    }

    .home-section.section30 .section-desc {
        margin-top: 8px !important;
    }

    .home-section.section10 .home-section10-cards,
    .home-section.section20 .home-swiper-news {
        width: 100%;
        padding-bottom: 80px;
    }

    .home-section.section10 .home-section10-cards .swiper-button-prev,
    .home-section.section10 .home-section10-cards .swiper-button-next,
    .home-section.section20 .home-swiper-news .swiper-button-prev,
    .home-section.section20 .home-swiper-news .swiper-button-next {
        bottom: 0;
        top: auto;
        right: auto;
        margin: 0;
        width: 48px;
        height: 48px;
        background: transparent;
    }

    .home-section.section10 .home-section10-cards .swiper-button-prev:before,
    .home-section.section10 .home-section10-cards .swiper-button-next:before,
    .home-section.section20 .home-swiper-news .swiper-button-prev:before,
    .home-section.section20 .home-swiper-news .swiper-button-next:before {
        content: '';
        position: absolute;
        z-index: 1;
        top: 50%;
        left: 50%;
        transform: translate3d(-50%,-50%,0);
        display: block;
        width: 39px;
        height: 39px;
        border-radius: 2px;
        background-color: var(--iedc-clr-dark);
    }

    .home-section.section10 .home-section10-cards .swiper-button-prev:after,
    .home-section.section10 .home-section10-cards .swiper-button-next:after,
    .home-section.section20 .home-swiper-news .swiper-button-prev:after,
    .home-section.section20 .home-swiper-news .swiper-button-next:after {
        content: '';
        font-size: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate3d(-50%,-50%,0);
        display: block;
        width: 18px;
        height: 12px;
        z-index: 10;
        background: url('https://astriata.dev/html_templates/iedc-new-homepage/dist/images/icon-arrow-right.svg') no-repeat center;
    }

    .home-section.section10 .home-section10-cards .swiper-button-prev:after,
    .home-section.section20 .home-swiper-news .swiper-button-prev:after {
        transform: translate3d(-50%,-50%,0) rotate(180deg);
    }

    .home-section.section10 .home-section10-cards .swiper-button-next,
    .home-section.section20 .home-swiper-news .swiper-button-next {
        transform: translateX(56px);
    }

    .home-section.section10 .home-section10-cards .card {
        padding: 24px;
        border-radius: 4px;
        border-bottom: 2px solid #929292;
        height: auto;
        display: flex;
        flex-direction: column;
    }

    .home-section.section10 .card-graphic {
        margin-top: 0;
    }

    .home-section.section10 .card .btn-link {
        margin-top: auto;
    }

    .home-section.section10 .card .iedc-typog-display-3-m-xl-super {
        font-variation-settings: "wdth" 112, "wght" 800;
    }

    .home-section.section10 .card .iedc-typog-display-3-m-xl-superscript {
        transform: translateY(-60%);
        font-family: var(--iedc-typog-headline-family);
        font-size: 24px;
        font-variation-settings: "wdth" 125, "wght" 700;
        line-height: 24px;
    }

} /* @media screen and (max-width: 1023px) */

.home-section.section20 {
    padding: 104px 0;
    background-color: #fff;
}

.home-section.section20 .container {
    width: 100%;
    max-width: 1360px;
    padding: 0 40px;
    margin: 0 auto;
}

.home-section.section20 .section-header {
    display: flex;
    justify-content: space-between;
}

.home-section.section20 .section-filter {
    position: relative;
    z-index: 10;
    display: flex;
    gap: 8px;
}

.home-section.section20 .filter-menu {
    position: relative;
}

.home-section.section20 .filter-menu-label {
    position: relative;
    display: flex;
    gap: 8px;
    align-items: center;
    padding: 10px 16px;
    border-radius: 4px;
    border: 2px solid var(--iedc-clr-open-space-400);
    font-family: var(--iedc-typog-body-family);
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
    color: var(--iedc-clr-midnight-200);
}

.home-section.section20 .filter-menu-label:hover {
    border: 2px solid var(--iedc-clr-midnight-200);
}

.home-section.section20 .filter-menu-label:hover:after {
    transform: rotate(0);
}

.home-section.section20 .filter-menu-label:active,
.home-section.section20 .filter-menu-label.open {
    color: var(--iedc-clr-blue-sky-800);
    border: 2px solid var(--iedc-clr-blue-sky-800);
}

.home-section.section20 .filter-menu-label.open:after,
.home-section.section20 .filter-menu-label:active:after {
    background-image: url('../images/icon-arrow-select-active.svg');
    transform: rotate(0);
}

.home-section.section20 .filter-menu-label:after {
    content: '';
    width: 16px;
    height: 16px;
    background: url('../images/icon-arrow-select.svg') no-repeat center;
    transform: rotate(180deg);
}

.home-section.section20 .filter-menu-label.open + .filter-options {
    display: block;
}

.home-section.section20 .filter-menu-label:has(+ .filter-options .filter-checkbox:checked) {
    color: var(--iedc-clr-blue-sky-800);
    border: 2px solid var(--iedc-clr-blue-sky-800);
}

.home-section.section20 .filter-menu-label:has(+ .filter-options .filter-checkbox:checked):after {
    background-image: url('../images/icon-arrow-select-active.svg');
    transform: rotate(0);
}


.home-section.section20 .filter-options {
    display: none;
    position: absolute;
    right: 0;
    top: 99%;
    width: 235px;
    padding: 8px;
    list-style: none;
    border: 2px solid var(--iedc-clr-open-space-400);
    border-radius: 4px;
    box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.25);
    background-color: var(--iedc-clr-open-space-50);
}

.home-section.section20 .filter-checkbox {
    position: absolute;
    left: -9999px;
}

.home-section.section20 .filter-option-label {
    position: relative;
    padding: 9px 8px;
    display: flex;
    gap: 8px;
    align-items: center;
    cursor: pointer;
    font-family: var(--iedc-typog-body-family);
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
    color: var(--iedc-clr-midnight-200);
    border-radius: 2px;
}

.home-section.section20 .filter-option-label:before {
    content: '';
    width: 16px;
    min-width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid var(--iedc-clr-midnight-200);
}

.home-section.section20 .filter-checkbox:checked + .filter-option-label:before {
    background-color: var(--iedc-clr-dark);
    border-color: var(--iedc-clr-dark);
}

.home-section.section20 .filter-checkbox:checked + .filter-option-label:after {
    content: '';
    position: absolute;
    left: 12px;
    top: 47%;
    display: inline-block;
    transform: rotate(45deg) translateY(-50%);
    height: 6px;
    width: 4px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}

@media screen and (hover: hover) {
    
    .home-section.section20 .filter-option-label:hover {
        background-color: var(--iedc-clr-open-space-100);
        color: var(--iedc-clr-blue-sky-800);
    }
    
}

.home-section.section20 .section-news {
    position: relative;
    z-index: 1;
    margin-top: 40px;
    margin-bottom: 40px;
}


@media screen and (min-width: 1024px) {

    .home-section.section20 .swiper-wrapper {
        display: flex;
        flex-wrap: wrap;
        gap: 40px;
    }

    .home-section.section20 .news-item:first-child {
        width: 100%;
        gap: 88px;
    }
    
    .home-section.section20 .news-item:first-child .news-item-col.col-10,
    .home-section.section20 .news-item:first-child .news-item-col.col-20 {
        width: 50%;
    }
        
    .home-section.section20 .swiper-button-prev,
    .home-section.section20 .swiper-button-next {
        display: none;
    }
    
} /* @media screen and (min-width: 1024px) */

.home-section.section20 .news-item:first-child .news-item-col.col-10 {
    display: flex;
    flex-direction: column;
}

.home-section.section20 .news-item:first-child .news-meta {
    margin-top: auto;
}

.home-section.section20 .news-item {
    display: flex;
    gap: 16px;
    padding: 24px;
    width: calc(50% - 20px);
    background-color: var(--iedc-clr-open-space-100);
    border-radius: 4px;
    border-bottom: 2px solid #929292;
}

.home-section.section20 .news-item .col-20 {
    min-width: 15vw;
}

.home-section.section20 .news-item .news-item-image {
    display: block;
    width: 100%;
    height: 135px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.home-section.section20 .news-item:first-child .news-item-image {
    height: 290px;
}

.home-section.section20 .news-title a {
    color: var(--iedc-clr-midnight-400);
    text-decoration: none;
}

.home-section.section20 .news-tag {
    margin-top: 8px;
    font-family: var(--iedc-typog-body-family);
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    color: var(--iedc-clr-midnight-300);
}

@media (min-width: 1024px) {
    
    .home-section.section20 .news-tag {
        visibility: hidden;
    }

    .home-section.section20 .news-item:hover {
        background-color: var(--iedc-clr-open-space-200);
    }

    .home-section.section20 .news-item:hover .news-tag {
        visibility: visible;
    }
    
}

.home-section.section20 .news-meta {
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    font-family: var(--iedc-typog-body-family);
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    color: var(--iedc-clr-midnight-300);
}

@media screen and (max-width: 1023px) {

    .home-section.section20 {
        padding: 88px 0;
    }

    .home-section.section20 .container {
        padding: 0 0 0 24px;
        position: relative;
    }

    .home-section.section20 .section-news {
        margin-bottom: 0;
    }

    .home-section.section20 .section-header {
        padding-right: 24px;
        flex-direction: column;
        gap: 32px;
    }

    .home-section.section20 .section-title {
        font-size: 46px;
        line-height: 42px;
    }

    .home-section.section20 .filter-options {
        left: 0;
        right: auto;
    }

    .home-section.section20 .filter-menu:last-child .filter-options {
        transform: translateX(-50%);
    }

    .home-section.section20 .news-item {
        flex-direction: column;
        min-height: 412px;
    }

    .home-section.section20 .swiper-slide {
        height: auto;
    }

    .home-section.section20 .news-item .news-item-col {
        display: flex;
        flex-direction: column;
    }

    .home-section.section20 .news-item .news-meta {
        margin-top: auto;
    }

    .home-section.section20 .news-item .col-10 {
        order: 2;
        flex: 1;
    }

    .home-section.section20 .news-title {
        font-size: 23px;
        line-height: 22px;
    }

    .home-section.section20 .news-item .news-item-image,
    .home-section.section20 .news-item:first-child .news-item-image {
        height: 142px;
    }

    .home-section.section20 .btn-link {
        position: absolute;
        bottom: 10px;
        left: 220px;
    }

} /* @media screen and (max-width: 1023px) */

.home-section.section30 {
    position: relative;
    padding: 17.77vh 0;
    background-color: #fff;
    min-height: 600px;
    display: flex;
    align-items: center;
}

.home-section.section30:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: url('https://astriata.dev/html_templates/iedc-new-homepage/dist/images/home-talent-on-demand.jpg') no-repeat;
    background-position: center;
    background-size: 135% auto;
    opacity: .45;
}

.home-section.section30 .container {
    position: relative;
    z-index: 10;
    width: 100%;
    max-width: 1360px;
    padding: 0 40px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.home-section.section30 .section-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 261px;
    width: clamp(200px,18.12vw,261px);
}

@media (max-width: 1023px) {
    
    .home-section.section30 .section-header {
        width: 71vw;
    }

}

.home-section.section30 .section-data {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    width: 692px;
    width: clamp(600px,48vw,710px);
}

.home-section.section30 .section-desc {
    margin-top: 16px;
}

.home-section.section30 .btn-primary {
    margin-top: 32px;
}

.home-section.section30 .section-data-number {
    position: relative;
    width: calc(50% - 20px);
    padding-left: 72px;
    color: var(--iedc-clr-blue-sky-500);
}

.home-section.section30 .section-data-number:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 64px;
    height: 44px;
    background: url('https://astriata.dev/html_templates/iedc-new-homepage/dist/images/icon-angular.svg') no-repeat center;
}

.home-section.section30 .section-data-number .text {
    margin-top: 4px;
}

@media screen and (max-width: 1023px) {

    .home-section.section30 {
        padding: 88px 0;
    }

    .home-section.section30:before {
        background-size: auto 100%;
        background-position: 37% top;
    }

    .home-section.section30 .container {
        padding: 0 24px;
        flex-direction: column;
    }

    .home-section.section30 .section-data {
        width: 100%;
        margin-top: 64px;
        flex-direction: column;
    }

    .home-section.section30 .section-data-number {
        width: 100%;
    }

    .home-section.section30 .section-data-number .text {
        font-size: 29px;
        line-height: 30px;
        letter-spacing: .2px;
    }

} /* @media screen and (max-width: 1023px) */

.home-section.section40 {
    position: relative;
    padding: 104px 0;
    background-color: #fff;
    display: flex;
    align-items: center;
}

.home-section.section40 .container {
    position: relative;
    width: 100%;
    max-width: 1360px;
    padding: 0 40px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.home-section.section40 .section-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 261px;
}

.home-section.section40 .section-desc {
    margin-top: 16px;
}

.home-section.section40 .btn-primary {
    margin-top: 32px;
}

.home-section.section40 .home-testimonials-swiper {
    width: 565px;
    width: clamp(450px,39.23vw,565px);
    margin-left: 16.94vw;
}

.home-section.section40 .testimonial-text {
    position: relative;
    margin-top: 48px;
    padding: 50px 0;
    color: var(--iedc-clr-blue-sky-500);
}

.home-section.section40 .testimonial-text:before,
.home-section.section40 .testimonial-text:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 50px;
    background-repeat: no-repeat;
    background-size: auto 50%;
}

.home-section.section40 .testimonial-text:before {
    top: 0;
    background-image: url('https://astriata.dev/html_templates/iedc-new-homepage/dist/images/icon-quote-top.svg');
}

.home-section.section40 .testimonial-text:after {
    bottom: 0;
    background-image: url('https://astriata.dev/html_templates/iedc-new-homepage/dist/images/icon-quote-bottom.svg');
    background-position: right bottom;
}

.home-section.section40 .testimonial-name {
    margin-top: 56px;
    color: var(--iedc-clr-blue-sky-500);
}

.home-section.section40 .testimonial-position {
    margin-top: 32px;
    color: var(--iedc-clr-midnight-400);
}

.home-section.section40 .swiper-button-prev,
.home-section.section40 .swiper-button-next {
    bottom: 0;
    top: auto;
    right: auto;
    left: 0;
    margin: 0;
    width: 48px;
    height: 48px;
    background: transparent;
    transform: translateX(40px);
}

.home-section.section40 .swiper-button-prev:before,
.home-section.section40 .swiper-button-next:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%,-50%,0);
    display: block;
    width: 39px;
    height: 39px;
    border-radius: 2px;
    background-color: var(--iedc-clr-dark);
}

.home-section.section40 .swiper-button-prev:hover:before,
.home-section.section40 .swiper-button-next:hover:before {
    background-color: var(--iedc-clr-blue-sky-600);
}

.home-section.section60 .swiper-button-prev:hover:before,
.home-section.section60 .swiper-button-next:hover:before {
    background-color: var(--iedc-clr-blue-sky-600);
}


.home-section.section40 .swiper-button-prev:after,
.home-section.section40 .swiper-button-next:after {
    content: '';
    font-size: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%,-50%,0);
    display: block;
    width: 18px;
    height: 12px;
    z-index: 10;
    background: url('https://astriata.dev/html_templates/iedc-new-homepage/dist/images/icon-arrow-right.svg') no-repeat center;
}

.home-section.section40 .swiper-button-prev:after {
    transform: translate3d(-50%,-50%,0) rotate(180deg);
}

.home-section.section40 .swiper-button-next {
    transform: translateX(96px);
}

@media screen and (max-width: 1023px) {

    .home-section.section40 {
        padding: 88px 0;
    }

    .home-section.section40 .container {
        padding: 0 24px 64px;
        flex-direction: column;
    }

    .home-section.section40 .section-header {
        width: 100%;
    }

    .home-section.section40 .home-testimonials-swiper {
        width: 100%;
        margin-left: 0;
        margin-top: 64px;
    }

    .home-section.section40 .section-title {
        font-size: 46px;
    }

    .home-section.section40 .section-desc {
        margin-top: 8px;
    }

    .home-section.section40 .btn-primary {
        margin-top: 24px;
    }

    .home-section.section40 .testimonial-text {
        font-size: 15px;
    }

    .home-section.section40 .testimonial-name {
        margin-top: 32px;
    }

    .home-section.section40 .testimonial-position {
        font-size: 12px;
    }

    .home-section.section40 .swiper-button-prev {
        transform: translateX(24px);
    }

    .home-section.section40 .swiper-button-next {
        transform: translateX(80px);
    }

} /* @media screen and (max-width: 1023px) */

.home-banner-secondary {
    position: relative;
    padding: 72px 64px;
    border-radius: 4px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.home-banner-secondary:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1 !important;
    background: rgba(0, 76, 151, 0.2);
}

.home-banner-secondary * {
    position: relative;
    z-index: 10;
}

.home-banner-secondary .col-10 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.home-banner-secondary .col-20 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.home-banner-secondary-text {
    color: var(--iedc-clr-open-space-50);
}

.home-banner-secondary .btn-primary {
    margin-top: 32px;
}

.home-section.section50 {
    padding: 104px 0;
}

.home-section.section50 .container {
    width: 100%;
    max-width: 1360px;
    padding: 0 40px;
    margin: 0 auto;
}

.home-section.section50 .home-banner-secondary {
    display: flex;
    justify-content: space-between;
    background-image: url('https://astriata.dev/html_templates/iedc-new-homepage/dist/images/home-banner-readi-bg.jpg');
    border-bottom: 2px solid #929292
}

.home-section.section50 .home-banner-secondary:before {
    background: linear-gradient(270deg, rgba(0, 76, 151, 0) 0%, rgba(0, 76, 151, 0.6) 100%);
}


.home-section.section50 .home-banner-secondary-text {
    max-width: 363px;
    margin-top: 16px;
}

@media screen and (max-width: 1023px) {

    .home-banner-secondary {
        padding: 56px 24px;
    }

    .home-section.section50 {
        padding: 56px 0;
    }

    .home-section.section50 .container {
        padding: 0 24px;
    }

    .home-section.section50 .home-banner-secondary {
        flex-direction: column;
    }

    .home-section.section50 .home-banner-secondary:before {
        background: linear-gradient(360deg, rgba(0, 76, 151, 0) 0.03%, rgba(0, 76, 151, 0.6) 53.71%);
    }

    .home-section.section50 .home-banner-secondary-text {
        max-width: 61vw;
    }

    .home-section.section50 .col-20 {
        margin-top: 72px;
        max-width: 50vw;
    }

} /* @media screen and (max-width: 1023px) */

.home-section.section60 {
    position: relative;
    padding: 104px 0;
    min-height: 630px;
    display: flex;
    align-items: center;
    background: #FCFCFC;
    overflow: hidden;
}

.home-section.section60:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: url('https://astriata.dev/html_templates/iedc-new-homepage/dist/images/home-indiana-goes-deep-bg.jpg') no-repeat center;
    background-size: cover;
    opacity: .45;
}

.home-section.section60 .container {
    width: 100%;
}

.home-section.section60 .section-header {
    position: absolute;
    z-index: 10;
    top: 104px;
    left: 50%;
    transform: translateX(-585px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 261px;
}

.home-section.section60 .section-desc {
    margin-top: 16px;
}

.home-section.section60 .btn-primary {
    margin-top: 32px;
}

.home-resources-swiper {
    width: 65.625vw;
    position: relative;
    left: 50%;
    margin-left: 0 !important;
    transform: translateX(-247px);
    padding-bottom: 80px !important;
}

.home-section.section60 .swiper-slide {
    width: 25.3vw;
}

.home-resources-swiper .resource-image {
    border-radius: 4px;
    border-bottom: 2px solid #929292
}

.home-resources-swiper .resource-image,
.home-resources-swiper .resource-image a {
    height: 204px;
}

.home-resources-swiper .resource-image a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-resources-swiper .resource-item:nth-child(1) .resource-image {
    background-color: var(--iedc-clr-blue-sky-50);
}

.home-resources-swiper .resource-item:nth-child(2) .resource-image {
    background-color: #024E7F;
}

.home-resources-swiper .resource-item:nth-child(3) .resource-image {
    background-color: var(--iedc-clr-blue-sky-500);
}

.home-resources-swiper .resource-item:nth-child(4) .resource-image {
    background-color: #0B294F;
}

.home-resources-swiper .resource-item:nth-child(5) .resource-image {
    background-color: #0B294F;
}

.home-resources-swiper .resource-link {
    position: relative;
    display: inline-block;
    padding-right: 32px;
    margin-top: 16px;
    text-decoration: none;
    color: var(--iedc-clr-blue-sky-500);
}

.home-resources-swiper .resource-link:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 24px;
    height: 24px;
    background: url('https://astriata.dev/html_templates/iedc-new-homepage/dist/images/icon-link-square.svg') no-repeat center;
}

.home-resources-swiper .resource-text {
    margin-top: 8px;
}

.home-section.section60 .swiper-button-prev,
.home-section.section60 .swiper-button-next {
    bottom: 0;
    top: auto;
    right: auto;
    left: 0;
    margin: 0;
    width: 48px;
    height: 48px;
    background: transparent;
}

.home-section.section60 .swiper-button-prev:before,
.home-section.section60 .swiper-button-next:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%,-50%,0);
    display: block;
    width: 39px;
    height: 39px;
    border-radius: 2px;
    background-color: var(--iedc-clr-dark);
}

.home-section.section60 .swiper-button-prev:after,
.home-section.section60 .swiper-button-next:after {
    content: '';
    font-size: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%,-50%,0);
    display: block;
    width: 18px;
    height: 12px;
    z-index: 10;
    background: url('https://astriata.dev/html_templates/iedc-new-homepage/dist/images/icon-arrow-right.svg') no-repeat center;
}

.home-section.section60 .swiper-button-prev:after {
    transform: translate3d(-50%,-50%,0) rotate(180deg);
}

.home-section.section60 .swiper-button-next {
    transform: translateX(56px);
}

@media screen and (min-width: 1024px) {

    .home-section.section60 .swiper-slide:last-child {
        padding-right: 20px;
    }
    
}

@media screen and (max-width: 1250px) and (min-width: 1024px) {
    
    .home-section.section60 .section-header {
        transform: none;
        left: 40px;
    }

    .home-section.section60 .home-resources-swiper {
        left: 34.72vw;
        transform: translateX(0);
    }

} /* @media screen and (max-width: 1250px) and (min-width: 1024px) */

@media screen and (max-width: 1023px) {

    .home-section.section60 {
        padding: 88px 0;
    }

    .home-section.section60 .container {
        position: relative;
        z-index: 10;
        padding: 0 0 0 24px;
    }

    .home-section.section60 .section-header {
        position: static;
        transform: none;
        max-width: 75.8vw;
        padding-right: 24px;
    }

    .home-section.section60 .section-title {
        font-size: 46px;
    }

    .home-section.section60 .section-desc {
        margin-top: 8px;
    }

    .home-section.section60 .home-resources-swiper {
        position: relative;
        left: auto;
        width: 100%;
        margin-top: 32px;
        transform: none;
    }

    .home-resources-swiper .resource-link {
        font-size: 29px;
        line-height: 28px;
    }

} /* @media screen and (max-width: 1023px) */

.home-section.section70 {
    padding: 104px 0;
}

.home-section.section70 .container {
    width: 100%;
    max-width: 1360px;
    padding: 0 40px;
    margin: 0 auto;
    display: flex;
    gap: 58px;
}

.home-section.section70 .home-banner-secondary {
    width: calc(50% - 29px);
}

.home-section.section70 .home-banner-secondary:nth-child(1) {
    background-image: url('https://astriata.dev/html_templates/iedc-new-homepage/dist/images/bg-see-pluginready.jpg');
}

.home-section.section70 .home-banner-secondary:nth-child(2) {
    background-image: url('https://astriata.dev/html_templates/iedc-new-homepage/dist/images/bg-see-why-living.jpg');
}

.home-section.section70 .home-banner-secondary .img-title {
    max-width: 90%;
}

.home-section.section70 .home-banner-secondary .col-20 {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
}

@media screen and (max-width: 1023px) {

    .home-section.section70 {
        padding: 88px 0;
    }

    .home-section.section70 .container {
        padding: 0 24px;
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }

    .home-section.section70 .home-banner-secondary {
        width: 100%;
    }

    .home-section.section70 .home-banner-secondary .col-20 {
        margin-top: 72px;
    }
    
}