.atf-service {
    padding: 90px 0px 99px;
    overflow: hidden;
    position: relative;
}

.atf-service .circle {
    position: absolute;
    top: -240px;
    left: calc(100vw - 22.3vw);
    z-index: 10;
    transition: all 0.2s ease-in-out;
}

.atf-service .container {
    position: relative;
}

.atf-service .atf-title {
    display: flex;
    flex-direction: column;
    gap: 21px;
    position: static;
    margin-bottom: 32px;
    z-index: 1;
}

.atf-service.with-video .atf-title {
    position: static;
    margin-bottom: 32px;
}

.atf-service h1 {
    font-size: 100px;
    color: var(--primary);
    font-weight: 600;
    line-height: 100%;
    margin: 0px;
    text-shadow: 0px 0px 3px rgba(225,225,225,0.3);
}

.atf-service .subtitle {
    color: var(--secondary);
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
}

.atf-service .atf-img-wrapper {
    border-radius: 10px;
    height: 339px;
    margin-bottom: 75px;
    position: relative;
    overflow: hidden;
}

.atf-service .atf-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.atf-service .atf-img-wrapper::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.7), transparent)
}

.atf-service.with-video .atf-img-wrapper {
    height: 450px;
}


.atf-service.with-video .atf-img-wrapper::before {
    content: none;
}

.section-services {
    background: linear-gradient(108deg, #16335D 2.46%, #2D5288 96.29%);
    padding: 85px 0px 107px;
    color: white;
    position: relative;
}

.section-services .container {
    position: relative;
    z-index: 2;
}

.section-services h2 {
    margin-bottom: 32px;
}

.section-services .services-wrapper {
    margin-top: 85px;
    display: flex;
    flex-direction: column;
}

.section-services .service {
    width: 100%;
    height: fit-content;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    padding: 25px 36px 21px 0px;
    text-decoration: none;
    color: white;
    border-top: 1px solid rgb(255, 255, 255, 0.4);
    border-bottom: 1px solid rgb(255, 255, 255, 0.4);
    position: relative;
    transition: all 0.2s ease-in-out;
}

.section-services .service:before {
    content: '';
    width: 100vw;
    height: calc(100% + 4px);
    background-color: var(--secondary);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    opacity: 0;
    pointer-events: none;
    transition: all 0.2s ease-in-out;
}

.section-services .service:hover {
    border-color: var(--secondary);
    transition: all 0.2s ease-in-out;
}

.section-services .service:hover + .service {
    border-top-color: var(--secondary);
}

.section-services .service:hover:before {
    opacity: 1;
    transition: all 0.2s ease-in-out;
}

.section-services .service:hover .excerpt img {
    opacity: 0;
    transition: all 0.2s ease-in-out;
}

.section-services .service .title {
    font-size: 30px;
    font-weight: 300;
    line-height: 100%;
    width: fit-content;
    position: relative;
}

.section-services .service .excerpt {
    display: flex;
    align-items: center;
    gap: 120px;
    position: relative;
}

.section-services .service .excerpt p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    max-width: 278px;
}

.section-services .service .description {
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    position: relative;
}


.section-services .service .excerpt img {
    width: 26px;
    height: 26px;
    object-fit: contain;
    transition: all 0.2s ease-in-out;
}

.section-services .bg {
    position: absolute;
    bottom: -391px;
    right: -247px;
    z-index: 0;
}

.bg-ellipses {
    position: relative;
}

.bg-ellipses .section-innovation {
    background-image: none;
    background-color: var(--light-grey);
}

.bg-ellipses .section-innovation .slide {
    background-color: white;
}

.section-accordions {
    position: relative;
    z-index: 2;
    padding: 83px 0px 92px;
}

.section-accordions h2 {
    margin-bottom: 55px;
}

.accordions-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.accordion {
    padding: 27px 20px;
    background: var(--light-grey);
    border-radius: 8px;
    border: 1px solid transparent;
    transition: all 0.2s ease-in-out;
    min-height: 64px;
}

.accordion .bottom {
    display: none;
}

.accordion.open {
    border: 1px solid var(--primary);
    transition: all 0.2s ease-in-out;
}

.accordion.open .bottom {
    display: block;
}

.accordion p {
    margin: 0px;
}

.accordion .top {
    display: flex;
    align-items: center;
    gap: 16px;
    cursor: pointer;
    position: relative;
}

.accordion .top .title {
    max-width: 85%;
    font-weight: 600;
    line-height: 100%;
}

.accordion .top .title::after {
    content:"+";
    font-size: 40px;
    font-weight: 300;
    line-height: 24px;
    height: 100%;
    color: var(--primary);
    position: absolute;
    display: flex;
    align-items: flex-start;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.accordion.open .top .title::after {
    content:"-";
}

.accordion .top img {
    position: static !important;
    transform: none !important;
    height: 32px;
    width: 32px;
}

.accordion .bottom {
    padding-top: 13px;
    margin-top: 18px;
    border-top: 1px solid rgb(0, 38, 61, 0.2);
}

.bg-ellipses .bg {
    position: absolute;
    bottom: 119px;
    left: -332px;
    width: 808px;
    height: 808px;
    pointer-events: none;
}

@media screen and (min-width: 1441px) {
    .atf-service .circle {
        top: -230px;
        left: calc(100vw - 30.5vw);
        transition: all 0.2s ease-in-out;
    }

    .bg-ellipses .bg {
        position: absolute;
        bottom: 135px;
        left: -135px;
        width: 808px;
        height: 808px;
    }
}

@media screen and (max-width: 992px) {
    .atf-service {
        padding: 69px 0px 63px;
    }
    
    .atf-service .circle {
        top: -227px;
        left: calc(100vw - 47.94vw);
        height: 340px;
        width: 340px;
    }
    
    .atf-service .atf-title {
        gap: 10px;
        left: 32px;
        top: -25px;
    }
    
    .atf-service h1 {
        font-size: 33px;
        line-height: 100%;
        font-weight: 700;
    }
    
    .atf-service .subtitle {
        font-size: 26px;
        line-height: 35px;
    }

    .atf-service .atf-img-wrapper {
        height: 313px;
        margin-bottom: 40px;
    }

    .section-services {
        padding: 57px 0px 67px;
    }
    
    .section-services h2 {
        margin-bottom: 23px;
    }
    
    .section-services .services-wrapper {
        margin-top: 48px;
    }
    
    .section-services .service {
        width: 100%;
        height: fit-content;
        display: flex;
        justify-content: space-between;
        padding: 27px 9px 27px 0px;
        text-decoration: none;
    }
    
    .section-services .service .title {
        font-size: 22px;
        line-height: 100%;
    }
    
    .section-services .service .excerpt {
        gap: 0px;
    }
    
    .section-services .service .excerpt p {
        display: none;
    }
    
    .section-services .service .excerpt img {
        width: 13px;
        height: 13px;
        object-fit: contain;
        transition: all 0.2s ease-in-out;
    }
    
    .section-services .bg {
        width: 446px;
        height: 446px;
        bottom: -259px;
        right: -205px;
    }

    .section-accordions {
        position: relative;
        z-index: 2;
        padding: 80px 0px 58px;
        background-image: url("/assets/img/bg-ellipses-2.svg");
        background-size: 528px 528px;
        background-repeat: no-repeat;
        background-position: -289px -180px;
    }
    
    .section-accordions h2 {
        margin-bottom: 40px;
    }
    
    .accordions-wrapper {
        display: flex;
        flex-direction: column;
        gap: 13px;
    }
    
    .accordion {
        padding: 9px 19px;
        min-height: 67px;
        position: relative;
    }

    .accordion .top {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 19px;
        right: 19px;
    }
    
    .accordion .top .title {
        max-width: 85%;
    }
    
    .accordion .top img {
        height: 23px;
        width: 23px;
    }
    
    .accordion .bottom {
        padding-top: 13px;
        margin-top: 12px;
    }

    .accordion.open .top {
        position: relative;
        top: 0px;
        left: 0px;
        transform: none;
        margin-top: 12px;
    }
    
    .bg-ellipses .bg {
        display: none;
    }
}