.intro-section {
    width: 100vw;
    background-color: white;
}

.carousel-container {
    max-width: 1440px;
    margin: auto;
    position: relative;
}

.progress-bar-menu {
    position: absolute;
    top: 25%;
    right: 20px;
    z-index: 6;
    display: flex;
    flex-direction: column;
    align-items: end;
}

.progress-bar-menu-node {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    color: #a8a8a8;
    transition-duration: 0.8s;
}

.progress-bar-menu-node:hover,
.progress-bar-menu-node-active,
.progress-bar-menu-node-active:hover {
    cursor: pointer;
    color: #44bfeb;
    transition-duration: 0.8s;
}

.progress-bar-menu-node-button {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 10px;
    border: 1px solid #44bfeb;
    border-radius: 50%;
    transition-duration: 0.8s;
}

.progress-bar-menu-node:hover .progress-bar-menu-node-button {
    width: 20px;
    height: 20px;
    border: 3px solid #44bfeb;
    background-color: #44bfeb;
    border-color: white;
    box-shadow: 0 0 0 2px #44bfeb;
    transition-duration: 0.8s;
}

.progress-bar-menu-node-button-active {
    width: 20px;
    height: 20px;
    border: 3px solid #44bfeb;
    background-color: #44bfeb;
    border-color: white;
    box-shadow: 0 0 0 2px #44bfeb;
    transition-duration: 0.8s;
}

.progress-bar-connector {
    width: 1px;
    height: 80px;
    background: #cfd6e9;
    margin: -10px 20px;
}

.progress-bar-connector-active {
    background: #44bfeb;
    width: 2px;
}

.menu-header-homepage {
    position: relative;
    width: 100%;
    margin: auto;
}

.carousel-box-content {
    position: relative;
    padding: 112px 77px 0 73px;
    overflow: hidden;
    height: 912px;
    z-index: 3;
    width: 100%;
}

.carousel-inner h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 61px;
    line-height: 66px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #ffd0db;
    mix-blend-mode: normal;
    position: relative;
    z-index: 5;
    top: 155px;
}

.carousel-inner h5 {
    position: absolute;
    width: 232.21px;
    height: 90px;
    left: 100px;
    top: 389px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    color: #2d86aa;
    z-index: 5;
}

.home-rectangle {
    position: absolute;
    width: 294px;
    height: 116px;
    left: 100px;
    top: 370px;
    background: rgba(217, 240, 255, 0.5);
    filter: blur(35px);
    border-radius: 4px;
    z-index: 4;
}

.carousel-box-company-logo {
    position: absolute;
    height: 120px;
    top: 32px;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: 35px;
    z-index: 5;
}

.carousel-box-company-logo-mobile {
    position: absolute;
    height: 92px;
    top: 32px;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: 35px;
    z-index: 5;
}

.carousel-box-item-image,
.carousel-box-item-image-2,
.carousel-box-item-image-3 {
    position: relative;
    top: 43%;
    left: 41%;
    width: 57vw;
    min-width: 524px;
    max-width: 821px;
    transform: translate(-50%, -50%);
}

.carousel-bg {
    position: absolute;
    width: 100%;
    height: 1628px;
    right: -6px;
    margin: auto;
    top: -60px;
    z-index: 4;
}

.news-section {
    background: #f1fbff;
    border-radius: 8px;
    position: relative;
    z-index: 2;
    padding-bottom: 30px;
    padding-top: 24px;
    height: auto;
    display: flex;
    flex-direction: column;
}

.news-section h3 {
    font-weight: 500;
    font-size: 42px;
    line-height: 43px;
    text-align: center;
    letter-spacing: -0.4px;
    color: #1e0e62;
    margin-bottom: 33px;
}

.news-container {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 120px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 20px;
}

.news-item,
.news-item-responsive-hidden {
    display: flex;
    width: 45%;
    gap: 40px;
    flex-grow: 1;
}

.news-item-date {
    font-size: 16px;
    line-height: 33px;
    color: #00202e;
    margin: 0;
    white-space: nowrap;
}

.news-item-text {
    font-size: 16px;
    line-height: 26px;
    color: #00202e;
    margin: 0;
}

.about-bg {
    position: absolute;
    right: 0;
    opacity: 0.44;
}

.about-section {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding: 80px 120px 0px;
}

.about-section h3 {
    font-size: 42px;
    line-height: 52px;
    text-align: center;
    letter-spacing: -0.4px;
    color: #1e0e62;
}

.about-component {
    display: flex;
}

.about-image {
    position: relative;
}

.about-image-bg-overlay {
    width: 493px;
    height: 439px;
    background: #e9f5ff;
    filter: blur(10px);
    border-radius: 8px;
}

.about-image-bg-overlay-2 {
    position: absolute;
    width: 437px;
    height: 424px;
    left: 169px;
    top: 87px;
    background: #eefffc;
    filter: blur(10px);
    border-radius: 8px;
}

.about-image-bg-overlay-3 {
    position: absolute;
    width: 675px;
    height: 685px;
    left: 0px;
    top: 23px;
}

.about-content {
    padding-top: 113px;
    padding-left: 135px;
}

.about-content p {
    font-weight: 500;
    font-size: 24px;
    line-height: 160%;
    color: #00202e;
}

.about-image-mark {
    position: absolute;
    width: 362.15px;
    height: 126.87px;
    bottom: -111px;
    right: 20px;
}

.question-section {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding: 215px 20px 52px;
}

.question-section h3 {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 10px;
}

.question-mobile-section {
    width: 100%;
    padding: 143px 20px 52px 20px;
    position: relative;
    z-index: 99;
}

.question-mobile-section h3 {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 10px;
}

.question-wall {
    width: 6px;
    height: 53px;
    background: #2d86aa;
    border-radius: 4px;
}

.question-wall-text {
    padding: 0;
    margin: 0;
    font-weight: 500;
    font-size: 32px;
    line-height: 33px;
    text-align: center;
    letter-spacing: -0.4px;
    color: #1e0e62;
}

.flex-custom-home {
    display: flex;
    align-items: center;
}

.question-box {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 27px;
    position: relative;
    z-index: 99;
}

.question-box-image {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.question-box-image img {
    width: 72px;
    height: 72px;
}

.question-box-image div {
    width: 1px;
    height: 100%;
    background: #cfd6e9;
}

.question-box-text {
    position: relative;
    z-index: 99;
    flex: 1;
}

.question-box-text h3 {
    font-size: 22px;
    line-height: 23px;
    color: #1e0e62;
    margin-top: 23px;
    margin-bottom: 16px;
}

.question-box-text-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #00202e;
    mix-blend-mode: normal;
    opacity: 0.7;
}

.icon-check {
    margin-right: 8px;
}

.question-text-content {
    font-size: 16px;
    line-height: 17px;
    color: #00202e;
    mix-blend-mode: normal;
    opacity: 0.7;
}

.question-text-color {
    color: #ff4e00;
}

.mt-15 {
    margin-top: 15px;
    padding-left: 15px;
}

.mt-16 {
    padding-left: 15px;
}

.mt-19 {
    margin-top: 19px;
    display: flex;
}

.mb-12 {
    margin-bottom: 12px !important ;
}

.question-apostrophe {
    color: #fb2047;
    font-size: 30px;
    position: relative;
    top: 5px;
    left: 10px;
}

.question-text-content-paragraph {
    font-size: 16px;
    line-height: 25px;
    color: #00202e;
    mix-blend-mode: normal;
    opacity: 0.7;
    position: relative;
    top: -5px;
    margin-bottom: 0;
}

/* Overwrite Bootstrap 5 carousel */
#carouselIndicatorContainer {
    position: relative;
    z-index: 5;
    background-color: white;
}

.carousel-indicators {
    margin: auto;
    z-index: 5 !important;
}

.carousel-indicators button {
    width: 12px !important;
    height: 12px !important;
    border-radius: 50%;
    background-color: #f4f4f4 !important;
    opacity: 1 !important;
}

.carousel-indicators .active {
    background-color: #2090be !important;
}

.mt-40 {
    padding-left: 15px;
    margin-top: 50px !important;
}

.mt-12 {
    margin-top: 12px;
    display: flex;
}

.mb-12 {
    margin-bottom: 6px !important;
}

.bg-bottom-overlay {
    position: absolute;
    left: 0;
    bottom: -456px;
}
@media screen and (max-width: 1280px) {
    .about-image-bg-overlay {
        width: 100%;
    }

    .about-image-bg-overlay-3 {
        width: 100%;
    }

    .about-content {
        width: 100%;
        padding: 0;
    }

    .about-content p {
        margin-left: 0;
    }

    .about-image {
        flex-basis: 50%;
    }

    .about-component {
        flex-direction: column;
        margin-top: 48px;
    }

    .about-content p {
        margin-top: 175px;
    }

    .news-container {
        flex-direction: column;
    }

    .news-item {
        width: 100%;
    }

    .news-item-responsive-hidden {
        display: none;
    }
}

@media screen and (min-width: 769px) {
    .carousel-mobile {
        display: none;
    }

    .new-custom-mobile {
        display: block;
    }

    .about-image-bg-overlay-3-mobile {
        display: none;
    }

    .question-section {
        display: block;
    }

    .question-mobile-section {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .carousel-box-company-logo {
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 50px;
    }

    .carousel-box-content h3 {
        color: #ffd0db;
        text-align: center;
        font-size: 36px;
        font-family: 'Japanese Generic1';
        line-height: 66px;
        letter-spacing: 3.6px;
        text-transform: uppercase;
        position: relative;
        top: 53px;
    }

    #carouselIndicatorContainer {
        display: none;
    }

    .carousel-mobile {
        position: relative;
    }

    .carousel-mobile-bg {
        width: 100%;
        position: absolute;
        z-index: 4;
        height: 75%;
    }

    .progress-bar-menu {
        transform: translateZ(0) scale(0.7) !important;
        right: 0px;
    }

    .carousel-box-content {
        padding-left: 0;
        padding-right: 0;
        height: 793px;
        background: white;
    }

    .carousel-box-item-image {
        width: 100vw;
        left: -150px;
        top: 200px;
        height: 326px;
        transform: none;
    }

    .carousel-box-content h5 {
        width: 232.21px;
        height: 90px;
        color: #2d86aa;
        font-size: 16px;
        font-family: Poppins;
        font-weight: 600;
        line-height: 19px;
        text-transform: uppercase;
        position: absolute;
        left: 18px;
        top: 327px;
        z-index: 5;
    }

    .home-rectangle {
        left: 0;
        top: 290px;
    }

    .news-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .news-section h3 {
        font-size: 20px;
        margin-bottom: 29px;
        line-height: 26px;
    }

    .news-item {
        align-items: baseline;
        gap: 20px;
        padding: 0 5px 0 9px;
    }

    .news-item-date {
        font-size: 14px;
    }

    .news-item-text {
        font-size: 14px;
    }

    .news-section a {
        font-size: 12px;
        gap: 12px;
    }

    .news-section a img {
        width: 22px;
        height: 6px;
    }

    .about-section {
        padding: 114px 20px 0px;
    }

    .about-section h3 {
        font-size: 20px;
        padding-right: 0;
        font-weight: 500;
    }

    .about-component {
        flex-direction: column;
    }

    .about-image-bg-overlay-2 {
        display: none;
    }

    .about-image-bg-overlay {
        width: 100%;
        background-color: #fafafa;
        height: 276px;
    }

    .about-image-bg-overlay-3-mobile {
        width: 100%;
        height: 447px;
        top: -46px;
        position: absolute;
    }

    .about-content {
        width: 100%;
        left: 0;
    }

    .about-content-text {
        letter-spacing: -0.1em;
    }

    .about-content p {
        margin-top: 70px;
        margin-left: 0;
        font-size: 14px;
        font-weight: 500;
    }

    .about-image-bg-overlay-3 {
        display: none;
    }

    .about-image-mark {
        width: 191.309px;
        height: 61.263px;
        bottom: -74px;
        right: 20px;
    }

    .question-section {
        display: none;
    }

    .question-image-1 {
        width: 44px;
        height: 44px;
    }

    .question-wall-text {
        font-size: 20px;
    }

    .question-box-text-title {
        font-size: 14px;
        margin-bottom: 29px;
    }

    .question-text-content-mobile {
        font-family: 'Japanese Generic1';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 17px;
        color: #00202e;
        mix-blend-mode: normal;
        opacity: 0.7;
        display: flex;
        gap: 12px;
    }

    .question-apostrophe {
        height: 100%;
        display: block;
        top: 0px;
    }

    .question-text-content-paragraph {
        opacity: 0.8;
    }

    .question-text-content {
        font-size: 14px;
        line-height: 26px;
    }

    .question-h3-mobile {
        margin-top: 59px;
    }

    .question-mobile-flex {
        display: flex;
        align-items: start;
        gap: 5px;
    }

    .question-mobile-image {
        position: relative;
        height: 24px;
    }

    .icon-check {
        margin-top: 6px;
    }

    .about-bg {
        width: 52%;
    }
}

@media screen and (max-width: 456px) {
    .carousel-box-item-image {
        left: -215px;
    }
}
