html, body {
    display: block !important;
}

#article-page {
    background-color: white;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
    font-family: Poppins, sans-serif;
    font-weight: 300;
}

#article-page #navbar {
    justify-content: flex-start;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    background: rgb(255, 255, 255, 0.7);
    mix-blend-mode: initial;
    opacity: 1;
}

#article-page #navbar-contact {
    margin-left: auto;
}

#home-slide-contact {
    opacity: 1;
}

#return-to-waigeo {
    position: relative;
    display: flex;
    align-items: center;
    padding-right: 50px;
}

#return-to-waigeo svg {
    fill: #04afff;
    width: 28px;
    height: 28px;
    margin-right: 22px;
}

#return-to-waigeo-logo {
    width: 76px;
    height: auto;
    image-rendering: -webkit-optimize-contrast;
    object-fit: contain;
}

#news-container {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    z-index: 5;
}

#news {
    text-align: center;
    flex: 1;
    box-sizing: border-box;
    padding: 0 100px 0 50px;
    color: white;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    max-height: 100vh;
    position: relative;
}

#news::-webkit-scrollbar, #news-container::-webkit-scrollbar {
    display: none;
}

.news-title {
    position: relative;
    font-size: 30px;
    font-weight: 600;
    padding-top: 30px;
    padding-bottom: 40px;
    color: #0079D6;
    line-height: 38px;
    z-index: 3;
}

.news-content {
    position: relative;
    text-align: justify;
    color: rgb(50, 60, 70);
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 400;
    z-index: 3;
    line-height: 20px;
    padding: 30px 0;
    text-align: justify;
}

.news-content.no-padding-top {
    padding-top: 0;
}

.news-content span {
    color: #0079D6;
}

#news-content-1 {
    width: calc(100% - 310px);
    align-self: flex-start;
}

#news-content-2 div {
    margin-left: 370px;
}

.news-content.with-image {
    display: flex;
    align-items: center;
    gap: 25px;
    padding-top: 0;
}

.news-content.with-image img {
    width: 80px;
    height: auto;
    max-height: 80px;
    object-fit: contain;
}

#news-image {
    width: 48vw;
    height: 100vh;
    box-sizing: border-box;
    margin-bottom: 80px;
}

#news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 60% 50%;
}

#news-image-circle {
    position: fixed;
    width: 100vw;
    height: 180vh;
    top: -40vh;
    right: -52vw;
    box-shadow: 0 0 0 150px white;
    z-index: 2;   
    border-radius: 50%; 
}

#return-btn {
    height: 40px;
    color: #286A9E;
    border: 1px solid rgba(40, 106, 158, 0.25);
    background-color: transparent;
    border-radius: 30px;
    padding: 0 20px;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.15s ease;
    position: relative;
    margin: 120px auto 0 auto;
    width: -moz-fit-content;
    width: fit-content;
    flex-shrink: 0;
    z-index: 3;
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 50px;
    text-decoration: none;
}

#return-btn:hover {
    border-color: rgba(40, 106, 158, 0.4);
}

#return-btn svg {
    fill: #286A9E;
    width: 14px;
    height: 14px;
    margin-right: 8px;
}

#article-footer {
    position: relative;
    margin-top: auto;
    padding: 50px 0 30px 0;
    z-index: 3;
}

#article-footer > div:last-child {
    display: flex;
    justify-content: center;
    gap: 50px;
    color: rgb(150, 160, 170);
    font-family: Poppins, sans-serif;
    font-size: 12px;
}

#article-footer a {
    color: rgb(150, 160, 170);
    text-decoration: none;
}

#article-page #home-slide-contact-us-btn {
    margin-bottom: 30px;
    background-color: #0079d6;
    color: white;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    border: none;
    font-size: 18px;
    padding: 12px 30px;
    border-radius: 40px;
    cursor: pointer;
    position: relative;
    transition: 0.15s ease;
    overflow: hidden;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 50px auto;
    flex-shrink: 0;
    text-decoration: none;
    display: flex;
}

#article-page #home-slide-contact-us-btn:hover {
    background-color: #0083e8;
}

#mobile-menu-btn {
    opacity: 1;
}

#background-image {
    width: calc(100vw + 100px);
    height: 400px;
    z-index: 1;
    position: absolute;
    top: -50px;
    left: -50px;
    opacity: 0.3;
    filter: blur(50px);
    display: none;
}

#background-image img {
    object-fit: cover;
}

#mobile-menu-btn.under-image .menu-bar {
    background-color: #004173;
}

ul {
    padding-inline-start: 18px;
}

#about-us-waigeo-logo {
    width: 180px;
    display: block;
    margin: 120px auto -10px auto;
}

#images-area-1 {
    display: flex;
    gap: 6px;
    width: 100%;
    height: 220px;
    position: relative;
    z-index: 3;
    flex-shrink: 0;
}

#images-area-1 div:nth-child(1) {
    flex: 1;
    position: relative;
    border-radius: 30px 0 0 30px;
    overflow: hidden;
    display: flex;
}

#images-area-1 div:nth-child(1) img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

#images-area-1 div:nth-child(2) {
    flex: 2;
    position: relative;
    border-radius: 0 30px 30px 0;
    overflow: hidden;
}

#images-area-1 div:nth-child(2) img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: 0% 20%;
}

#images-area-1 div:nth-child(3) {
    position: absolute;
    top: 40%;
    right: 20px;
    background-color: #E62074;
    color: white;
    width: 165px;
    height: 165px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#images-area-1 div:nth-child(3) svg {
    width: 32px;
    height: 32px;
    fill: white;
    margin-bottom: 8px;
}

#images-area-1 div:nth-child(3) span:nth-child(2) {
    font-size: 12px;
}

#images-area-1 div:nth-child(3) span:nth-child(3) {
    font-weight: 600;
    font-size: 16px;
}

#images-area-1 div:nth-child(4) {
    position: absolute;
    top: 92%;
    right: 140px;
    background-color: #F19106;
    color: white;
    width: 125px;
    height: 125px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
}

#images-area-1 div:nth-child(4) span:nth-child(1), #images-area-1 div:nth-child(4) span:nth-child(3) {
    font-size: 12px;
    line-height: 14px;
}

#images-area-1 div:nth-child(4) span:nth-child(2) {
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    padding: 5px 0;
}

#images-area-2 {
    display: flex;
    gap: 6px;
    width: 100%;
    height: 260px;
    position: relative;
    z-index: 3;
    margin-top: 40px;
    flex-shrink: 0;
}

#images-area-2 div:nth-child(1) {
    flex: 3;
    position: relative;
    border-radius: 30px 0 0 30px;
    overflow: hidden;
    display: flex;
}

#images-area-2 div:nth-child(1) img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: 50% 35%;
}

#images-area-2 div:nth-child(2) {
    flex: 2;
    position: relative;
    border-radius: 0 30px 30px 0;
    overflow: hidden;
}

#images-area-2 div:nth-child(2) img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: 0% 40%;
}

#images-area-2 div:nth-child(3) {
    position: absolute;
    top: 68%;
    left: 20px;
    background-color: #BDBB04;
    color: white;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 25px;
    box-sizing: border-box;
}

#images-area-2 div:nth-child(3) span:nth-child(1), #images-area-2 div:nth-child(3) span:nth-child(3) {
    font-size: 12px;
    line-height: 14px;
}

#images-area-2 div:nth-child(3) span:nth-child(2) {
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    padding: 5px 0;
}

#images-area-2 div:nth-child(4) {
    position: absolute;
    top: 84%;
    left: 150px;
    background-color: #39A7DF;
    color: white;
    width: 180px;
    height: 180px;
    padding: 0 10px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

#images-area-2 div:nth-child(4) span:nth-child(1) {
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    padding-bottom: 4px;
}

#images-area-2 div:nth-child(4) span:nth-child(2) {
    font-size: 12px;
    line-height: 14px;
}

@media screen and (max-width: 1700px) {

    #news-image {
        width: 40vw;
    }

    #news-image-circle {
        right: -60vw;
    }

}

@media screen and (max-width: 1450px) {

    #news-image, #news-image-circle {
        display: none;
    }

    #news {
        max-width: 800px;
        margin: 0 auto;
        padding: 0;
        overflow-y: initial;
        box-sizing: border-box;
    }

    #news-container {
        overflow-y: auto;
    }

    #return-btn {
        left: 0;
    }

    #article-page {
        height: auto;
    }

    #news {
        max-height: initial;
    }

    html, body {
        overflow-y: auto;
    }

}

@media screen and (max-width: 1400px) {

    #return-to-waigeo {
        padding-right: 40px;
    }

}

@media screen and (max-width: 1250px) {

    #return-to-waigeo {
        padding-right: 30px;
    }

    #navbar-links, #navbar-contact {
        gap: 30px;
    }

}

@media screen and (max-width: 1100px) {

    #about-us-waigeo-logo {
        width: 160px;
        margin-top: 30px;
    }

    #return-btn {
        margin-top: 30px;
    }

    #news-container::-webkit-scrollbar {
        display: none;
    }

}

@media screen and (max-width: 950px) {

    #news {
        max-width: calc(100vw - 100px);
    }

}

@media screen and (max-width: 800px) {

    #news {
        max-width: calc(100vw - 60px);
    }

    #news-content-2 {
        padding-top: 140px;
    }

    #news-content-2 div {
        margin-left: 0;
    }

    #images-area-1 {
        height: 240px;
    }

    #images-area-1 div:nth-child(1) {
        flex: 2;
    }

    #images-area-1 div:nth-child(2) {
        flex: 3;
    }

    #images-area-1 div:nth-child(3) {
        top: 162px;
        right: calc(50% - 25px);
    }

    #images-area-1 div:nth-child(4) {
        top: 188px;
        right: calc(50% - 140px);
    }

    #news-content-1 {
        width: 100%;
        padding-top: 110px;
    }

    #images-area-2 {
        margin-top: 10px;
        height: 300px;
    }

    #images-area-2 div:nth-child(3) {
        top: 250px;
        left: calc(50% - 160px);
    }

    #images-area-2 div:nth-child(4) {
        top: 232px;
        left: calc(50% - 20px);
    }

}

@media screen and (max-width: 750px) {

    #article-footer > div:last-child {
        flex-direction: column;
        gap: 8px;
    }

    #article-page #home-slide-contact-us-btn {
        margin-bottom: 50px;
    }

}

@media screen and (max-width: 650px) {

    #news {
        max-width: calc(100vw - 40px);
    }

    #images-area-1 {
        height: 225px;
    }

    #images-area-2 {
        height: 250px;
    }

    #images-area-2 div:nth-child(3) {
        top: 200px;
    }

    #images-area-2 div:nth-child(4) {
        top: 182px;
    }

    #news-content-1 {
        padding-top: 125px;
    }

}

@media screen and (max-width: 600px) {

    .news-title {
        font-size: 28px;
        padding-bottom: 30px;
    }

    #images-area-1 {
        height: 200px;
    }

    #images-area-1 div:nth-child(3) {
        top: 137px;
    }

    #images-area-1 div:nth-child(4) {
        top: 163px;
    }

    #images-area-2 div:nth-child(2) img {
        object-position: 0% 60%;
    }

    #news {
        max-width: calc(100vw - 30px);
    }

}

@media screen and (max-width: 500px) {

    #images-area-1 div:nth-child(1) {
        flex: 5;
        border-radius: 20px 0 0 20px;
    }

    #images-area-1 div:nth-child(2) {
        flex: 6;
        border-radius: 0 20px 20px 0;
    }

    #images-area-1 div:nth-child(2) img {
        object-position: 10% 20%;
    }

    #images-area-2 div:nth-child(1) {
        border-radius: 20px 0 0 20px;
    }

    #images-area-2 div:nth-child(2) {
        border-radius: 0 20px 20px 0;
    }

    #return-btn {
        padding: 0;
        width: 40px;
        height: 40px;
    }

    #return-btn span {
        display: none;
    }

    #return-btn svg {
        margin-right: 0;
    }

}

@media screen and (max-width: 450px) {

    #images-area-1 {
        height: 180px;
    }

    #news-content-1 {
        padding-top: 140px;
    }

    #images-area-2 {
        height: 230px;
        margin-top: 0;
    }

    #news-content-2 {
        padding-top: 150px;
    }

    .news-title {
        font-size: 26px;
        padding-bottom: 25px;
    }

}

@media screen and (max-width: 400px) {

    #images-area-1 {
        height: 160px;
    }

    #images-area-1 div:nth-child(3) {
        top: 117px;
    }

    #images-area-1 div:nth-child(4) {
        top: 143px;
    }

    #images-area-2 {
        height: 210px;
        margin-top: 0;
    }

    #images-area-2 div:nth-child(3) {
        top: 180px;
    }

    #images-area-2 div:nth-child(4) {
        top: 162px;
    }

}
