html,
body {
    overflow-x: hidden;
    background: #EFEFF9;
}

.page-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    background: #EFEFF9;
    gap: 6.5vh;
    overflow: auto;
}

.white-container {
    position: relative;
    display: flex;
    flex-direction: row;
    border: none;
    border-radius: 3vh;
    background: white;
    width: 76%;
    height: 48.5vh;
    min-height: 400px;
    align-self: flex-start;
    margin-top: 1rem;
    margin-left: 3%;
    justify-content: start;
}

.titles-and-logo {
    position: relative;
    display: flex;
    flex-direction: row;
}

.title-container {
    display: flex;
    flex-direction: column;
    width: 30%;
    margin-left: 8.5%;
    margin-right: 5.5%;
    margin-top: 8.5%;
}

.title-1 {
    font-family: Poppins;
    font-weight: 550;
    font-size: min(4.2vh, 2.2vw);
    line-height: 4.2vh;
    letter-spacing: 0%;
    color: #161925;
}

.title-1-1 {
    font-family: Poppins;
    font-weight: 550;
    font-size: min(4.2vh, 2.2vw);
    line-height: 4.6vh;
    letter-spacing: 0%;
    color: #161925;
    margin-top: 1%;
}

.title-2 {
    font-family: Poppins;
    font-weight: 900 !important;
    font-size: min(3.8vh, 2.2vw);
    line-height: 4vh;
    letter-spacing: 0%;
    color: #161925;
    white-space: nowrap;
    margin-top: 1%;
}

.text {
    font-family: Poppins;
    font-weight: 400;
    font-size: min(1.98vh, 1.3vw);
    line-height: 150%;
    letter-spacing: 0%;
    color: #161925;
    display: inline-block;
    margin-left: 2.7%;
    margin-right: 17%;
    margin-top: 7.5%;
}

.blue-divider {
    margin-top: 7.5%;
    height: 47%;
    border: 0.1vw solid;
    border-color: #0062FF;
}

.gray-divider {
    width: 80%;
    border: 0.1vw solid;
    height: 0.1px;
    border-color: #B7B7D9;
    margin-top: 5%;
    margin-left: 10%;
}

.blue-button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: #0062FF;
    border-radius: 3.25vh;
    width: 19vh;
    height: 5.3vh;
    margin: 15% 0 20%;
    font-size: 2.0vh;
    border: none;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0;
    vertical-align: middle;
    color: white;
    cursor: pointer;
    transition: 
      background 0.3s ease, 
      box-shadow 0.3s ease, 
      transform 0.2s ease;
}

.blue-button:hover {
    background: #0052CC;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
}



.block-image {
    position: absolute;
    width: 32%;
    max-width: 25vw;
    max-height: 25vw;
    height: auto;
    right: -17.6%;
    top: -4%;
}

.gear-image {
    position: absolute;
    width: 32%;
    height: auto;
    left: -15.625vw;
    top: 1vh;
}

.title-container-2 {
    display: flex;
    flex-direction: column;
    width: 30%;
    margin-left: 16.5%;
    margin-right: 5.5%;
    margin-top: 10.5%;
}

.title-3 {
    font-family: Poppins;
    font-weight: 550;
    font-size: min(3.8vh, 2.2vw);
    line-height: 3.8vh;
    letter-spacing: 0%;
    color: #161925;
    padding-left: 25%;
}

.title-4 {
    font-family: Poppins;
    font-weight: 900 !important;
    font-size: min(3.6vh, 2.0vw);
    line-height: 3.6vh;
    letter-spacing: 0%;
    color: #161925;
    padding-left: 25%;
    white-space: nowrap;
    margin-top: 2%;
}

.text-2 {
    font-family: Poppins;
    font-weight: 400;
    font-size: min(1.98vh, 1.3vw);
    line-height: 150%;
    letter-spacing: 0%;
    color: #161925;
    display: inline-block;
    margin-left: 2.7%;
    margin-right: 6%;
    margin-top: 10.5%;
}

.blue-divider-2 {
    border: 0.02vw solid;
    margin-top: 10.5%;
    height: 30%;
    margin-left: 7%;
    border-color: #0062FF !important;
}

.blue-button-2 {
    width: 19vh;
    height: 5.3vh;
    margin-top: 10%;
    font-size: 2.0vh;
    border: none;
    font-family: Poppins;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: white;
    margin-bottom: 20%;
    display: flex;
    flex-direction: row;
    background: #0062FF;
    justify-content: center;
    align-items: center;
    border-radius: 3.25vh;
    margin-left: 25%;
    cursor: pointer;
    transition: 
      background 0.3s ease, 
      box-shadow 0.3s ease, 
      transform 0.2s ease;
}

.blue-button-2:hover {
    background: #0052CC;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
}


.block-image-2 {
    position: absolute;
    width: 32%;
    max-width: 25vw;
    max-height: 25vw;
    height: auto;
    right: -22.6%;
    top: -4%;
}


.title-5 {
    font-family: Poppins;
    font-weight: 550;
    font-size: min(4.2vh, 2.2vw);
    line-height: 4.2vh;
    letter-spacing: 0%;
    color: #161925;
}

.title-5-1 {
    font-family: Poppins;
    font-weight: 550;
    font-size: min(4.2vh, 2.2vw);
    line-height: 4.6vh;
    letter-spacing: 0%;
    color: #161925;
    margin-top: 1%;
}

.title-6 {
    font-family: Poppins;
    font-weight: 900 !important;
    font-size: min(3.8vh, 2.2vw);
    line-height: 4vh;
    letter-spacing: 0%;
    color: #161925;
    white-space: nowrap;
    margin-top: 1%;
}

.blue-divider-3 {
    margin-top: 7.5%;
    height: 47%;
    border: 0.1vw solid;
    border-color: #0062FF;
}

@media (max-width: 1600px) {
    .blue-divider-3 {
        margin-top: 7.5%;
        height: 37%;
        border: 0.1vw solid;
        border-color: #0062FF;
    }
}

.blue-button-3 {
    display: flex;
    flex-direction: row;
    background: #0062FF;
    justify-content: center;
    align-items: center;
    border-radius: 3.25vh;
    width: 19vh;
    height: 5.3vh;
    margin-top: 15%;
    font-size: 2.0vh;
    border: none;
    font-family: Poppins;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: white;
    margin-bottom: 20%;
}

.end-area {
    width: 100vw;
    height: 200px;
    background: #EFEFF9;
}

::-webkit-scrollbar {
    width: 0;
}

@media (max-width: 1200px) {
    .page-container {
        gap: 2rem;
    }

    .white-container {
        flex-direction: column;
        border-radius: 32px;
        background: white;
        width: 90% !important;
        height: auto !important;
        margin-top: 3rem;
        margin-left: 3.3vw;
        margin-right: 5vw;
        justify-content: start;
        padding: 0;
        min-height: 0px;
    }

    .title-container {
        position: relative;
        margin-left: 0;
        margin-right: 0;
    }

    .title-1 {
        font-size: max(1.4rem, 4.2vw) !important;
        line-height: max(1.4rem, 4.2vw) !important;
        margin-top: 33%;
        margin-left: 33%;
        white-space: nowrap;
    }

    .title-1-1 {
        font-family: Poppins;
        font-weight: 600 !important;
        font-size: max(1.4rem, 4.2vw);
        line-height: max(1.4rem, 4.2vw);
        letter-spacing: 0%;
        color: #161925;
        margin-left: 33%;
        margin-top: 10%;
        white-space: nowrap;

    }

    .title-2 {
        font-size: max(1.4rem, 4.2vw);
        line-height: max(1.4rem, 4.2vw);
        margin-left: 33%;
        margin-top: 10%;
    }

    .text {
        font-size: 3vw;
        line-height: 1.8;
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
        margin-top: 5%;
    }

    .blue-button {
        border-radius: max(3vh, 25px);
        width: 20vh;
        height: 6vh;
        min-width: 200px;
        min-height: 50px;
        font-size: max(2vh, 16.67px);
        margin-left: 10%;
        margin-right: 0%;
        margin-top: 10%;
        margin-bottom: 20%;
    }

    .block-image {
        position: relative;
        width: 40%;
        height: auto;
        padding-left: 30%;
        top: -5%;
        right: 0;
    }

    .gear-image {
        position: relative;
        width: 45%;
        height: auto;
        padding-left: 30%;
        margin: 0;
        padding-top: 0%;
        top: -10%;
        left: 0 !important;
    }

    .title-3 {
        font-size: max(1.4rem, 4.2vw);
        line-height: max(1.4rem, 4.2vw);
        margin-left: 33%;
        margin-top: 30%;
        white-space: nowrap;
        padding-left: 0px;
    }

    .title-4 {
        font-size: max(1.4rem, 4.2vw);
        line-height: max(1.4rem, 4.2vw);
        white-space: nowrap;
        margin-left: 33%;
        margin-top: 10%;
        padding-left: 0px;
    }


    .block-image-2 {
        width: 40%;
        height: auto;
        padding-left: 60%;
        margin: 0;
        padding-top: 0%;
        top: -8%;
        left: 12%;
        right: 0;
        transform: rotate(-30.45deg);
    }

    .title-5 {
        font-size: max(1.4rem, 4.2vw);
        line-height: max(1.4rem, 4.2vw);
        margin-left: 33%;
        margin-top: 40%;
        white-space: nowrap;
    }

    .title-5-1 {
        font-weight: 550;
        font-size: max(1.4rem, 4.2vw);
        line-height: max(1.4rem, 4.2vw);
        margin-left: 33%;
        margin-top: 10%;
    }

    .title-6 {
        font-size: max(1.4rem, 4.2vw);
        line-height: max(1.4rem, 4.2vw);
        margin-left: 33%;
        margin-top: 10%;
    }

    .end-area {
        width: 100vw;
        height: 0px;
        background: #EFEFF9;
    }

}