header {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    left: 0;
    background-color: var(--blue);
    padding: 1rem 7%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .navbar {
    /* display: flex; */
    padding: 0.8rem 0.8rem;
    /* justify-content: space-between; */
}
header .navbar a {
    margin-right: 0.2rem;
    font-size: small;
    padding: 0.5rem 0.5rem;
}
header .navbar #home {
    color: var(--white);
}
header .navbar #about {
    color: var(--white);
}
header .navbar select {
    font-size: 14px;
    width: 8rem;
    padding: 0.5rem 0.5rem;
    color: var(--white);
    background: transparent;
}

header .navbar select option {
    font-size: 14px;
    width: 8rem;
    padding: 0.5rem 0.5rem;
    color: #7e7e7e;
    background-color: var(--white);
}

.proerms1 {
    background-color: var(--black);

    margin-top: 5.5rem;
    padding-top: 4rem;
    padding-left: 6.5%;
    padding-right: 6.5%;
    position: relative;
    padding-bottom: 6%;
}
.proerms1 .legal {
    text-align: right;
    color: var(--white);
    font-size: 13px;
    padding-bottom: 2%;
    /* padding-right: 2%; */
}
.proerms1 #proerms1-title-picture {
    display: flex;
    justify-content: center;
    width: 50rem;
    position: absolute;
    top: 13%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.proerms1 #proerms1-app-preview {
    width: 100%;
    margin-top: 10rem;
}
.proerms1 .text {
    bottom: 18%;
    color: var(--white);
    font-size: 1.4rem;
    text-align: center;
}

.proerms2 {
    display: flex;
    justify-content: space-around;
    padding-left: 1.5%;
    padding-right: 7.5%;
    background-color: var(--black);
    padding-top: 5.5rem;
    padding-bottom: 11%;
}

.proerms2 .content {
    color: var(--white);
}
.proerms2 .content #proerms2-logo {
    width: 35rem;
}
.proerms2 .content .module {
    display: flex;
    color: var(--white);
    margin-top: 0.8rem;
}
.proerms2 .content .module .name {
    background-color: var(--blue);
    font-weight: 300;
    padding: 0.5rem;
    width: 13rem;
    text-align: center;
}
.proerms2 .content .module .risk {
    margin-left: 0.5rem;
    font-weight: 300;
    padding: 0.5rem;
}
.proerms2 .content .superiority {
    margin-top: 2rem;
    font-weight: 400;
    font-size: 3.5rem;
}
.proerms2 .content .definition {
    margin-top: 1rem;
    font-size: 1.4rem;
}
.proerms2 .content .integrated {
    margin-top: 2rem;
    font-size: 3.5rem;
    font-weight: 300;
}
.proerms2 .content .list-module {
    font-weight: 300;
    margin-top: 1rem;
}
.proerms2 .content .text {
    margin-top: 2.5rem;
    font-size: 1.4rem;
}
.proerms2 .preview-app {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1rem;
}
.proerms2 .preview-app img {
    width: 25rem;
}

.proerms3 {
    padding-left: 8.5%;
    display: flex;
    justify-content: space-between;
    /* position: absolute; */
    /* background: linear-gradient(to right, blue, pink); */
}
.proerms3 .content {
    width: 50%;
    padding-top: 4%;
    color: var(--white);
}
.proerms3 .content .module {
    display: flex;
    margin-top: 2%;
}
.proerms3 .content .module .name {
    background-color: var(--blue);
    font-weight: 300;
    padding: 0.5rem;
    width: 13rem;
    text-align: center;
}
.proerms3 .content .module .risk {
    margin-left: 0.5rem;
    font-weight: 300;
    padding: 0.5rem;
}
.proerms3 .content .title {
    font-size: 3.5rem;
    font-weight: 300;
    margin-top: 3%;
}
.proerms3 .content .text {
    font-size: 1.4rem;
    margin-top: 3%;
}
.proerms3 .content .action .button {
    background-color: var(--blue2);
    color: var(--white);
    border-radius: 5px;
    margin-top: 5%;
    padding: 1.5%;
    width: 14rem;
    text-align: center;
}
.proerms3 .content #proerms3-logo {
    width: 40rem;
}
.proerms3 .picture {
    width: 48%;
}
.proerms3 .picture #app-preview-proerms3 {
    width: 100%;
}

.proerms4 {
    display: flex;
    padding: 10rem;
    justify-content: space-between;
}
.proerms4 .content {
    /* width: 35%; */
    padding-top: 4%;
    color: var(--white);
}
.proerms4 .content #proerms4-logo {
    width: 40rem;
}
.proerms4 .content .module {
    display: flex;
    margin-top: 2%;
}
.proerms4 .content .module .name {
    background-color: var(--blue);
    font-weight: 300;
    padding: 0.5rem;
    width: 13rem;
    text-align: center;
}
.proerms4 .content .module .risk {
    margin-left: 0.5rem;
    font-weight: 300;
    padding: 0.5rem;
}
.proerms4 .content .title {
    font-size: 3.5rem;
    font-weight: 300;
    margin-top: 3%;
}
.proerms4 .content .text {
    font-size: 1.4rem;
    margin-top: 3%;
}
.proerms4 .content .action .button {
    background-color: var(--blue2);
    color: var(--white);
    border-radius: 5px;
    margin-top: 5%;
    padding: 1.5%;
    width: 14rem;
    text-align: center;
}
.proerms4 #list-technology {
    width: 60%;
}

.proerms5 {
    position: relative;
    padding-top: 1.5%;
}
.proerms5 .title {
    text-align: center;
    color: var(--white);
    font-size: 4rem;
    font-weight: 300;
}
.proerms5 .content {
    display: grid;
    padding-left: 12.5%;
    padding-right: 6.5%;
    padding-top: 6%;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
    position: relative;
}
.proerms5 .content .erms img {
    width: 30rem;
}
.proerms5 .content .module-market {
    color: var(--white);
    margin-top: 3%;
    display: flex;
    font-size: 1.5rem;
}
.proerms5 .content .module-market .name {
    background-color: var(--blue);
    font-weight: 300;
    padding: 0.5rem;
    width: 13rem;
    text-align: center;
}
.proerms5 .content .module-market .risk {
    margin-left: 0.5rem;
    font-weight: 300;
    padding: 0.5rem;
}

.proerms5 .content .module-financial {
    color: var(--white);
    margin-top: 3%;
    display: flex;
    font-size: 1.5rem;
}
.proerms5 .content .module-financial .name {
    background-color: #ec913e;
    font-weight: 300;
    padding: 0.5rem;
    width: 13rem;
    text-align: center;
}
.proerms5 .content .module-financial .risk {
    margin-left: 0.5rem;
    font-weight: 300;
    padding: 0.5rem;
}

.proerms5 .content .module-industry {
    color: var(--white);
    margin-top: 3%;
    display: flex;
    font-size: 1.5rem;
}
.proerms5 .content .module-industry .name {
    background-color: #3f6490;
    font-weight: 300;
    padding: 0.5rem;
    width: 13rem;
    text-align: center;
}
.proerms5 .content .module-industry .risk {
    margin-left: 0.5rem;
    font-weight: 300;
    padding: 0.5rem;
}
.proerms5 .content .erms .text {
    color: var(--white);
    font-size: 1.4rem;
    margin-top: 10%;
}

.proerms5 .content .erms .status {
    margin-top: 6%;
    font-size: 3.5rem;
    font-weight: 300;
    color: var(--white);
}

.proerms5 .action-btn {
    display: flex;
    justify-content: center;
    padding-bottom: 3rem;
}
.proerms5 .action-btn .button {
    background-color: var(--blue2);
    color: var(--white);
    padding: 0.7rem;
    width: 14rem;
    margin-top: 3%;
    border-radius: 5px;
    text-align: center;
}

.proerms5 footer {
    display: flex;
    color: var(--white);
    display: flex;
    padding: 1rem 7%;
    justify-content: space-between;
}
.proerms5 footer .copyright {
    display: flex;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 30px;
    border: 1px solid #888;
    width: 50%; /* Could be more or less, depending on screen size */
}
.modal-content .title {
    font-size: 3rem;
    color: var(--blue2);
    font-style: italic;
}
.modal-content .text {
    font-size: 1.5rem;
}
.modal-content .danger-text {
    color: var(--red1);
    margin-top: 1rem;
}
.modal-content .input-email {
    width: 100%;
    padding: 1rem;
    border-radius: 5px;
    margin-top: 1rem;
    background-color: var(--bg-input);
    border: var(--border-grey) solid 1.5px;
}
.modal-content .name-list {
    margin-top: 2rem;
    font-size: 1.4rem;
    font-weight: 600;
}
.modal-content .product {
    display: grid;
    margin-bottom: 0.2rem;
    grid-template-columns: 14rem 14rem;
}
.modal-content .product span {
    margin-top: 0.2rem;
    display: flex;
    align-items: center;
}
.modal-content .product span input {
    margin-right: 0.3rem;
    border: var(--blue2) solid 2px;
}
.modal-content .product span p {
    font-size: 1.3rem;
}
.modal-content .listproduct {
    display: grid;
}
.modal-content .listproduct span {
    display: flex;
    align-items: center;
    margin-top: 0.2rem;
}
.modal-content .listproduct span input {
    margin-right: 0.3rem;
    border: var(--blue2) solid 2px;
}
.modal-content .listproduct span p {
    font-size: 1.3rem;
}
.modal-content .additional {
    margin-top: 2rem;
    font-size: 1.4rem;
    font-weight: 600;
}
.modal-content textarea {
    border: var(--border-grey) solid 2px;
    color: var(--bg-input);
    padding: 1rem;
    width: 100%;
    height: 13rem;
    border-radius: 5px;
}
.modal-content .action {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
    font-size: 1.4rem;
}
.modal-content .action input {
    margin-right: 1rem;
}
.modal-content .action-button {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}
.modal-content .action-button .btn {
    background-color: var(--blue2);
    padding: 0.8rem;
    width: 14rem;
    color: var(--white);
    border-radius: 5px;
    border: var(--blue2) solid 2px;
    cursor: pointer;
}
/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.dropbtn {
    background: transparent;
    color: white;
    font-size: 14px;
    border: none;
    cursor: pointer;
}

.dropbtn:hover,
.dropbtn:focus {
    background: transparent;
}

.dropdown {
    position: relative;
    display: inline-block;
    padding-left: 3rem;
    padding-right: 3rem;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown a:hover {
    background-color: #ddd;
}

.show {
    display: block;
}
@media only screen and (max-width: 380px) {
    header #prospero_logo {
        width: 6rem;
    }

    .proerms1 {
        margin-top: 5.5rem;
        padding-top: 0px;
        padding-left: 6.5%;
        padding-right: 6.5%;
        height: 100%;
        padding-bottom: 6%;
    }
    .proerms1 .legal {
        text-align: right;
        color: var(--white);
        font-size: 0.9rem;
        padding-bottom: 2%;
        padding-top: 4%;
        padding-right: 1%;
    }
    .proerms1 #proerms1-title-picture {
        width: 27rem;
        margin-top: 1rem;
    }
    .proerms1 #proerms1-app-preview {
        width: 100%;
        /* margin-top: 2rem; */
    }
    .proerms1 .text {
        color: var(--white);
        font-size: 1.2rem;
        text-align: center;
    }

    .proerms2 {
        display: flex;
        flex-direction: column;
        padding-left: 3%;
        padding-right: 7.5%;
        background-color: var(--black);
        padding-top: 5.5rem;
        padding-bottom: 11%;
    }

    .proerms2 .content {
        color: var(--white);
    }
    .proerms2 .content #proerms2-logo {
        width: 25rem;
    }
    .proerms2 .content .module {
        display: flex;
        color: var(--white);
        margin-top: 0.8rem;
    }
    .proerms2 .content .module .name {
        background-color: var(--blue);
        font-weight: 300;
        padding: 0.5rem;
        width: 13rem;
        text-align: center;
    }
    .proerms2 .content .module .risk {
        margin-left: 0.5rem;
        font-weight: 300;
        padding: 0.5rem;
    }
    .proerms2 .content .superiority {
        margin-top: 2rem;
        font-weight: 400;
        font-size: 2rem;
    }
    .proerms2 .content .definition {
        margin-top: 1rem;
        font-size: 1.2rem;
    }
    .proerms2 .content .integrated {
        margin-top: 2rem;
        font-size: 2rem;
        font-weight: 300;
    }
    .proerms2 .content .list-module {
        font-weight: 300;
        margin-top: 1.2rem;
    }
    .proerms2 .content .text {
        margin-top: 1rem;
        font-size: 1.2rem;
    }
    .proerms2 .preview-app {
        display: grid;
        margin-top: 1rem;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 1rem;
    }
    .proerms2 .preview-app img {
        width: 14rem;
    }

    .proerms3 {
        padding-left: 2.5%;
        padding-right: 2.5%;
        display: flex;
        flex-direction: column;
    }
    .proerms3 .content {
        width: 100%;
        padding-top: 4%;
        color: var(--white);
    }
    .proerms3 .content .module {
        display: flex;
        margin-top: 2%;
    }
    .proerms3 .content .module .name {
        background-color: var(--blue);
        font-weight: 300;
        padding: 0.5rem;
        width: 13rem;
        text-align: center;
    }
    .proerms3 .content .module .risk {
        margin-left: 0.5rem;
        font-weight: 300;
        padding: 0.5rem;
    }
    .proerms3 .content .title {
        font-size: 2rem;
        font-weight: 300;
        margin-top: 3%;
    }
    .proerms3 .content .text {
        font-size: 1.2rem;
        margin-top: 3%;
    }
    .proerms3 .content .button {
        background-color: var(--blue2);
        color: var(--white);
        border-radius: 5px;
        margin-top: 5%;
        padding: 2%;
        width: 16rem;
    }
    .proerms3 .content #proerms3-logo {
        width: 25rem;
    }
    .proerms3 .picture {
        margin-top: 2rem;
        width: 100%;
        padding-left: 3%;
    }

    .proerms3 .picture #app-preview-proerms3 {
        width: 80%;
    }

    .proerms4 {
        display: flex;
        padding: 3%;
        padding-left: 2.5%;
        padding-right: 2.5%;
        flex-direction: column;
    }
    .proerms4 .content {
        /* width: 35%; */
        padding-top: 4%;
        color: var(--white);
    }
    .proerms4 .content #proerms4-logo {
        width: 25rem;
    }
    .proerms4 .content .module {
        display: flex;
        margin-top: 2%;
    }
    .proerms4 .content .module .name {
        background-color: var(--blue);
        font-weight: 300;
        padding: 0.5rem;
        width: 13rem;
        text-align: center;
    }
    .proerms4 .content .module .risk {
        margin-left: 0.5rem;
        font-weight: 300;
        padding: 0.5rem;
    }
    .proerms4 .content .title {
        font-size: 2rem;
        font-weight: 300;
        margin-top: 3%;
    }
    .proerms4 .content .text {
        font-size: 1.2rem;
        margin-top: 3%;
    }
    .proerms4 .content .action .button {
        background-color: var(--blue2);
        color: var(--white);
        border-radius: 5px;
        margin-top: 5%;
        padding: 2%;
        width: 16rem;
    }
    .proerms4 .picture {
        padding: 0;
    }
    .proerms4 #list-technology {
        width: 60%;
    }

    .proerms5 .content {
        display: grid;
        padding-left: 9.5%;
        padding-right: 6.5%;
        padding-top: 3%;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 1rem;
        position: relative;
    }
    .proerms5 .content .erms img {
        width: 25rem;
        margin-top: 2rem;
    }
    .proerms5 .content .module-market {
        color: var(--white);
        margin-top: 3%;
        display: flex;
        font-size: 1.2rem;
    }
    .proerms5 .content .module-market .name {
        background-color: var(--blue);
        font-weight: 300;
        padding: 0.2rem;
        width: 13rem;
        text-align: center;
    }
    .proerms5 .content .module-market .risk {
        margin-left: 0.5rem;
        font-weight: 300;
        padding: 0.2rem;
    }

    .proerms5 .content .module-financial {
        color: var(--white);
        margin-top: 3%;
        display: flex;
        font-size: 1.2rem;
    }
    .proerms5 .content .module-financial .name {
        background-color: #ec913e;
        font-weight: 300;
        padding: 0.2rem;
        width: 13rem;
        text-align: center;
    }
    .proerms5 .content .module-financial .risk {
        margin-left: 0.5rem;
        font-weight: 300;
        padding: 0.2rem;
    }

    .proerms5 .content .module-industry {
        color: var(--white);
        margin-top: 3%;
        display: flex;
        font-size: 1.2rem;
    }
    .proerms5 .content .module-industry .name {
        background-color: #3f6490;
        font-weight: 300;
        padding: 0.2rem;
        width: 13rem;
        text-align: center;
    }
    .proerms5 .content .module-industry .risk {
        margin-left: 0.5rem;
        font-weight: 300;
        padding: 0.2rem;
    }
    .proerms5 .content .erms .text {
        color: var(--white);
        font-size: 1.2rem;
        margin-top: 3%;
    }

    .proerms5 .content .erms .status {
        margin-top: 6%;
        font-size: 2rem;
        font-weight: 400;
        color: var(--white);
    }

    .proerms5 .action-btn .button {
        background-color: var(--blue2);
        color: var(--white);
        padding: 0.7rem;
        width: 16rem;
        margin-top: 3%;
        border-radius: 5px;
    }
    .proerms5 footer {
        font-size: 0.8rem;
    }

    /* The Modal (background) */
    .modal {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 1; /* Sit on top */
        left: 0;
        top: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        background-color: rgb(0, 0, 0); /* Fallback color */
        background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
    }

    /* Modal Content/Box */
    .modal-content {
        background-color: #fefefe;
        margin: 15% auto; /* 15% from the top and centered */
        padding: 30px;
        border: 1px solid #888;
        width: 90%; /* Could be more or less, depending on screen size */
    }
    .modal-content .title {
        font-size: 3rem;
        color: var(--blue2);
        font-style: italic;
    }
    .modal-content .text {
        font-size: 1.5rem;
    }
    .modal-content .danger-text {
        color: var(--red1);
        margin-top: 1rem;
    }
    .modal-content .input-email {
        width: 100%;
        padding: 1rem;
        border-radius: 5px;
        margin-top: 1rem;
        background-color: var(--bg-input);
        border: var(--border-grey) solid 1.5px;
    }
    .modal-content .name-list {
        margin-top: 2rem;
        font-size: 1.4rem;
        font-weight: 600;
    }
    .modal-content .product {
        display: grid;
        margin-bottom: 0.2rem;
        grid-template-columns: 14rem 14rem;
    }
    .modal-content .product span {
        margin-top: 0.2rem;
        display: flex;
        align-items: center;
    }
    .modal-content .product span input {
        margin-right: 0.3rem;
        border: var(--blue2) solid 2px;
    }
    .modal-content .product span p {
        font-size: 1.3rem;
    }
    .modal-content .listproduct {
        display: grid;
    }
    .modal-content .listproduct span {
        display: flex;
        align-items: center;
        margin-top: 0.2rem;
    }
    .modal-content .listproduct span input {
        margin-right: 0.3rem;
        border: var(--blue2) solid 2px;
    }
    .modal-content .listproduct span p {
        font-size: 1.3rem;
    }
    .modal-content .additional {
        margin-top: 2rem;
        font-size: 1.4rem;
        font-weight: 600;
    }
    .modal-content textarea {
        border: var(--border-grey) solid 2px;
        color: var(--bg-input);
        padding: 1rem;
        width: 100%;
        height: 13rem;
        border-radius: 5px;
    }
    .modal-content .action {
        display: flex;
        justify-content: center;
        margin-top: 2rem;
        font-size: 1.4rem;
    }
    .modal-content .action input {
        margin-right: 1rem;
    }
    .modal-content .action-button {
        display: flex;
        justify-content: center;
        margin-top: 2rem;
    }
    .modal-content .action-button .btn {
        background-color: var(--blue2);
        padding: 0.8rem;
        width: 14rem;
        color: var(--white);
        border-radius: 5px;
        border: var(--blue2) solid 2px;
        cursor: pointer;
    }
    /* The Close Button */
    .close {
        color: #aaa;
        float: right;
        font-size: 28px;
        font-weight: bold;
    }

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }
    .dropdown {
        padding: 0;
    }
}
@media only screen and (max-width: 425px) and (min-width: 381px) {
    .proerms1 {
        margin-top: 5.5rem;
        padding-top: 0px;
        padding-left: 6.5%;
        padding-right: 6.5%;
        height: 100%;
        padding-bottom: 6%;
    }
    .proerms1 .legal {
        text-align: right;
        color: var(--white);
        font-size: 0.9rem;
        padding-bottom: 2%;
        padding-top: 4%;
        padding-right: 1%;
    }
    .proerms1 #proerms1-title-picture {
        width: 30rem;
        margin-top: 1rem;
    }
    .proerms1 #proerms1-app-preview {
        width: 100%;
        /* margin-top: 2rem; */
    }
    .proerms1 .text {
        color: var(--white);
        font-size: 1.2rem;
        text-align: center;
    }

    .proerms2 {
        display: flex;
        flex-direction: column;
        padding-left: 7.5%;
        padding-right: 7.5%;
        background-color: var(--black);
        padding-top: 5.5rem;
        padding-bottom: 11%;
    }

    .proerms2 .content {
        color: var(--white);
    }
    .proerms2 .content #proerms2-logo {
        width: 25rem;
    }
    .proerms2 .content .module {
        display: flex;
        color: var(--white);
        margin-top: 0.8rem;
    }
    .proerms2 .content .module .name {
        background-color: var(--blue);
        font-weight: 300;
        padding: 0.5rem;
        width: 13rem;
        text-align: center;
    }
    .proerms2 .content .module .risk {
        margin-left: 0.5rem;
        font-weight: 300;
        padding: 0.5rem;
    }
    .proerms2 .content .superiority {
        margin-top: 2rem;
        font-weight: 400;
        font-size: 2rem;
    }
    .proerms2 .content .definition {
        margin-top: 1rem;
        font-size: 1.2rem;
    }
    .proerms2 .content .integrated {
        margin-top: 2rem;
        font-size: 2rem;
        font-weight: 300;
    }
    .proerms2 .content .list-module {
        font-weight: 300;
        margin-top: 1.2rem;
    }
    .proerms2 .content .text {
        margin-top: 1.3rem;
        font-size: 1.2rem;
    }
    .proerms2 .preview-app {
        display: grid;
        margin-top: 1rem;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 1rem;
    }
    .proerms2 .preview-app img {
        width: 15rem;
    }

    .proerms3 {
        padding-left: 2.5%;
        padding-right: 2.5%;
        padding-bottom: 10%;
        display: flex;
        flex-direction: column;
    }
    .proerms3 .content {
        width: 100%;
        padding-top: 4%;
        color: var(--white);
    }
    .proerms3 .content .module {
        display: flex;
        margin-top: 2%;
    }
    .proerms3 .content .module .name {
        background-color: var(--blue);
        font-weight: 300;
        padding: 0.5rem;
        width: 13rem;
        text-align: center;
    }
    .proerms3 .content .module .risk {
        margin-left: 0.5rem;
        font-weight: 300;
        padding: 0.5rem;
    }
    .proerms3 .content .title {
        font-size: 2rem;
        font-weight: 300;
        margin-top: 3%;
    }
    .proerms3 .content .text {
        font-size: 1.2rem;
        margin-top: 3%;
    }
    .proerms3 .content .button {
        background-color: var(--blue2);
        color: var(--white);
        border-radius: 5px;
        margin-top: 5%;
        padding: 2%;
        width: 16rem;
    }
    .proerms3 .content #proerms3-logo {
        width: 25rem;
    }
    .proerms3 .picture {
        margin-top: 2rem;
        width: 100%;
    }

    .proerms3 .picture #app-preview-proerms3 {
        width: 80%;
    }

    .proerms4 {
        display: flex;
        padding: 3%;
        padding-left: 5%;
        flex-direction: column;
    }
    .proerms4 .content {
        /* width: 35%; */
        padding-top: 4%;
        color: var(--white);
    }
    .proerms4 .content #proerms4-logo {
        width: 25rem;
    }
    .proerms4 .content .module {
        display: flex;
        margin-top: 2%;
    }
    .proerms4 .content .module .name {
        background-color: var(--blue);
        font-weight: 300;
        padding: 0.5rem;
        width: 13rem;
        text-align: center;
    }
    .proerms4 .content .module .risk {
        margin-left: 0.5rem;
        font-weight: 300;
        padding: 0.5rem;
    }
    .proerms4 .content .title {
        font-size: 2rem;
        font-weight: 300;
        margin-top: 3%;
    }
    .proerms4 .content .text {
        font-size: 1.2rem;
        margin-top: 3%;
    }
    .proerms4 .content .button {
        background-color: var(--blue2);
        color: var(--white);
        border-radius: 5px;
        margin-top: 5%;
        padding: 2%;
        width: 16rem;
    }
    .proerms4 .picture {
        padding-left: 10%;
        padding-top: 10%;
        padding-right: 10%;
    }
    .proerms4 #list-technology {
        width: 60%;
    }

    .proerms5 .content {
        display: grid;
        padding-left: 9.5%;
        padding-right: 6.5%;
        padding-top: 3%;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 1rem;
        position: relative;
    }
    .proerms5 .content .erms img {
        width: 25rem;
        margin-top: 2rem;
    }
    .proerms5 .content .module-market {
        color: var(--white);
        margin-top: 3%;
        display: flex;
        font-size: 1.2rem;
    }
    .proerms5 .content .module-market .name {
        background-color: var(--blue);
        font-weight: 300;
        padding: 0.2rem;
        width: 13rem;
        text-align: center;
    }
    .proerms5 .content .module-market .risk {
        margin-left: 0.5rem;
        font-weight: 300;
        padding: 0.2rem;
    }

    .proerms5 .content .module-financial {
        color: var(--white);
        margin-top: 3%;
        display: flex;
        font-size: 1.2rem;
    }
    .proerms5 .content .module-financial .name {
        background-color: #ec913e;
        font-weight: 300;
        padding: 0.2rem;
        width: 13rem;
        text-align: center;
    }
    .proerms5 .content .module-financial .risk {
        margin-left: 0.5rem;
        font-weight: 300;
        padding: 0.2rem;
    }

    .proerms5 .content .module-industry {
        color: var(--white);
        margin-top: 3%;
        display: flex;
        font-size: 1.2rem;
    }
    .proerms5 .content .module-industry .name {
        background-color: #3f6490;
        font-weight: 300;
        padding: 0.2rem;
        width: 13rem;
        text-align: center;
    }
    .proerms5 .content .module-industry .risk {
        margin-left: 0.5rem;
        font-weight: 300;
        padding: 0.2rem;
    }
    .proerms5 .content .erms .text {
        color: var(--white);
        font-size: 1.2rem;
        margin-top: 3%;
    }

    .proerms5 .content .erms .status {
        margin-top: 6%;
        font-size: 2rem;
        font-weight: 400;
        color: var(--white);
    }

    .proerms5 .action-btn .button {
        background-color: var(--blue2);
        color: var(--white);
        padding: 0.7rem;
        width: 16rem;
        margin-top: 3%;
        border-radius: 5px;
    }

    /* The Modal (background) */
    .modal {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 1; /* Sit on top */
        left: 0;
        top: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        background-color: rgb(0, 0, 0); /* Fallback color */
        background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
    }

    /* Modal Content/Box */
    .modal-content {
        background-color: #fefefe;
        margin: 15% auto; /* 15% from the top and centered */
        padding: 30px;
        border: 1px solid #888;
        width: 90%; /* Could be more or less, depending on screen size */
    }
    .modal-content .title {
        font-size: 3rem;
        color: var(--blue2);
        font-style: italic;
    }
    .modal-content .text {
        font-size: 1.5rem;
    }
    .modal-content .danger-text {
        color: var(--red1);
        margin-top: 1rem;
    }
    .modal-content .input-email {
        width: 100%;
        padding: 1rem;
        border-radius: 5px;
        margin-top: 1rem;
        background-color: var(--bg-input);
        border: var(--border-grey) solid 1.5px;
    }
    .modal-content .name-list {
        margin-top: 2rem;
        font-size: 1.4rem;
        font-weight: 600;
    }
    .modal-content .product {
        display: grid;
        margin-bottom: 0.2rem;
        grid-template-columns: 14rem 14rem;
    }
    .modal-content .product span {
        margin-top: 0.2rem;
        display: flex;
        align-items: center;
    }
    .modal-content .product span input {
        margin-right: 0.3rem;
        border: var(--blue2) solid 2px;
    }
    .modal-content .product span p {
        font-size: 1.3rem;
    }
    .modal-content .listproduct {
        display: grid;
    }
    .modal-content .listproduct span {
        display: flex;
        align-items: center;
        margin-top: 0.2rem;
    }
    .modal-content .listproduct span input {
        margin-right: 0.3rem;
        border: var(--blue2) solid 2px;
    }
    .modal-content .listproduct span p {
        font-size: 1.3rem;
    }
    .modal-content .additional {
        margin-top: 2rem;
        font-size: 1.4rem;
        font-weight: 600;
    }
    .modal-content textarea {
        border: var(--border-grey) solid 2px;
        color: var(--bg-input);
        padding: 1rem;
        width: 100%;
        height: 13rem;
        border-radius: 5px;
    }
    .modal-content .action {
        display: flex;
        justify-content: center;
        margin-top: 2rem;
        font-size: 1.4rem;
    }
    .modal-content .action input {
        margin-right: 1rem;
    }
    .modal-content .action-button {
        display: flex;
        justify-content: center;
        margin-top: 2rem;
    }
    .modal-content .action-button .btn {
        background-color: var(--blue2);
        padding: 0.8rem;
        width: 14rem;
        color: var(--white);
        border-radius: 5px;
        border: var(--blue2) solid 2px;
        cursor: pointer;
    }
    /* The Close Button */
    .close {
        color: #aaa;
        float: right;
        font-size: 28px;
        font-weight: bold;
    }

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }
    .dropdown {
        padding: 0;
    }
}

@media only screen and (max-width: 600px) {
    /* erms 3 */
    .proerms3 .content .action {
        display: flex;
        justify-content: center;
    }
    .proerms3 .picture {
        display: flex;
        justify-content: center;
    }
    /* end erms 3 */

    /* erms 4 */
    .proerms4 .content .action {
        display: flex;
        justify-content: center;
    }
    .proerms4 .picture {
        display: flex;
        justify-content: center;
    }
    /* end erms 4 */
}
@media only screen and (max-width: 600px) and (min-width: 426px) {
    .proerms1 {
        margin-top: 5.5rem;
        padding-top: 0px;
        padding-left: 6.5%;
        padding-right: 6.5%;
        height: 100%;
        padding-bottom: 6%;
    }
    .proerms1 .legal {
        text-align: right;
        color: var(--white);
        font-size: 0.9rem;
        padding-bottom: 2%;
        padding-top: 4%;
        padding-right: 1%;
    }
    .proerms1 #proerms1-title-picture {
        width: 30rem;
        margin-top: 1rem;
    }
    .proerms1 #proerms1-app-preview {
        width: 100%;
        /* margin-top: 2rem; */
    }
    .proerms1 .text {
        color: var(--white);
        font-size: 1.2rem;
        text-align: center;
    }

    .proerms2 {
        display: flex;
        flex-direction: column;
        padding-left: 7.5%;
        padding-right: 7.5%;
        background-color: var(--black);
        padding-top: 5.5rem;
        padding-bottom: 11%;
    }

    .proerms2 .content {
        color: var(--white);
    }
    .proerms2 .content #proerms2-logo {
        width: 25rem;
    }
    .proerms2 .content .module {
        display: flex;
        color: var(--white);
        margin-top: 0.8rem;
    }
    .proerms2 .content .module .name {
        background-color: var(--blue);
        font-weight: 300;
        padding: 0.5rem;
        width: 13rem;
        text-align: center;
    }
    .proerms2 .content .module .risk {
        margin-left: 0.5rem;
        font-weight: 300;
        padding: 0.5rem;
    }
    .proerms2 .content .superiority {
        margin-top: 2rem;
        font-weight: 400;
        font-size: 2rem;
    }
    .proerms2 .content .definition {
        margin-top: 1.2rem;
        font-size: 1.2rem;
    }
    .proerms2 .content .integrated {
        margin-top: 2rem;
        font-size: 2rem;
        font-weight: 300;
    }
    .proerms2 .content .list-module {
        font-weight: 300;
        margin-top: 1.2rem;
    }
    .proerms2 .content .text {
        margin-top: 1.2rem;
        font-size: 1.2rem;
    }
    .proerms2 .preview-app {
        display: grid;
        margin-top: 1rem;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 1rem;
    }
    .proerms2 .preview-app img {
        width: 15rem;
    }

    .proerms3 {
        padding-left: 5.5%;
        display: flex;
        flex-direction: column;
        padding-bottom: 10%;
    }
    .proerms3 .content {
        width: 100%;
        padding-top: 4%;
        color: var(--white);
    }
    .proerms3 .content .module {
        display: flex;
        margin-top: 2%;
    }
    .proerms3 .content .module .name {
        background-color: var(--blue);
        font-weight: 300;
        padding: 0.5rem;
        width: 13rem;
        text-align: center;
    }
    .proerms3 .content .module .risk {
        margin-left: 0.5rem;
        font-weight: 300;
        padding: 0.5rem;
    }
    .proerms3 .content .title {
        font-size: 2rem;
        font-weight: 300;
        margin-top: 3%;
    }
    .proerms3 .content .text {
        font-size: 1.2rem;
        margin-top: 3%;
    }
    .proerms3 .content .button {
        background-color: var(--blue2);
        color: var(--white);
        border-radius: 5px;
        margin-top: 5%;
        padding: 2%;
        width: 16rem;
    }
    .proerms3 .content #proerms3-logo {
        width: 25rem;
    }
    .proerms3 .picture {
        margin-top: 2rem;
        width: 100%;
    }
    .proerms3 .picture #app-preview-proerms3 {
        width: 90%;
    }

    .proerms4 {
        display: flex;
        padding: 3%;
        padding-left: 5%;
        flex-direction: column;
    }
    .proerms4 .content {
        /* width: 35%; */
        padding-top: 4%;
        color: var(--white);
    }
    .proerms4 .content #proerms4-logo {
        width: 25rem;
    }
    .proerms4 .content .module {
        display: flex;
        margin-top: 2%;
    }
    .proerms4 .content .module .name {
        background-color: var(--blue);
        font-weight: 300;
        padding: 0.5rem;
        width: 13rem;
        text-align: center;
    }
    .proerms4 .content .module .risk {
        margin-left: 0.5rem;
        font-weight: 300;
        padding: 0.5rem;
    }
    .proerms4 .content .title {
        font-size: 2rem;
        font-weight: 300;
        margin-top: 3%;
    }
    .proerms4 .content .text {
        font-size: 1.2rem;
        margin-top: 3%;
    }
    .proerms4 .content .button {
        background-color: var(--blue2);
        color: var(--white);
        border-radius: 5px;
        margin-top: 5%;
        padding: 2%;
        width: 16rem;
    }
    .proerms4 .picture {
        padding-left: 10%;
        padding-top: 10%;
        padding-right: 10%;
    }
    .proerms4 #list-technology {
        width: 60%;
    }

    .proerms5 .content {
        display: grid;
        padding-left: 9.5%;
        padding-right: 6.5%;
        padding-top: 3%;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 1rem;
        position: relative;
    }
    .proerms5 .content .erms img {
        width: 25rem;
        margin-top: 2rem;
    }
    .proerms5 .content .module-market {
        color: var(--white);
        margin-top: 3%;
        display: flex;
        font-size: 1.2rem;
    }
    .proerms5 .content .module-market .name {
        background-color: var(--blue);
        font-weight: 300;
        padding: 0.2rem;
        width: 13rem;
        text-align: center;
    }
    .proerms5 .content .module-market .risk {
        margin-left: 0.5rem;
        font-weight: 300;
        padding: 0.2rem;
    }

    .proerms5 .content .module-financial {
        color: var(--white);
        margin-top: 3%;
        display: flex;
        font-size: 1.2rem;
    }
    .proerms5 .content .module-financial .name {
        background-color: #ec913e;
        font-weight: 300;
        padding: 0.2rem;
        width: 13rem;
        text-align: center;
    }
    .proerms5 .content .module-financial .risk {
        margin-left: 0.5rem;
        font-weight: 300;
        padding: 0.2rem;
    }

    .proerms5 .content .module-industry {
        color: var(--white);
        margin-top: 3%;
        display: flex;
        font-size: 1.2rem;
    }
    .proerms5 .content .module-industry .name {
        background-color: #3f6490;
        font-weight: 300;
        padding: 0.2rem;
        width: 13rem;
        text-align: center;
    }
    .proerms5 .content .module-industry .risk {
        margin-left: 0.5rem;
        font-weight: 300;
        padding: 0.2rem;
    }
    .proerms5 .content .erms .text {
        color: var(--white);
        font-size: 1.2rem;
        margin-top: 3%;
    }

    .proerms5 .content .erms .status {
        margin-top: 6%;
        font-size: 2rem;
        font-weight: 400;
        color: var(--white);
    }

    .proerms5 .action-btn .button {
        background-color: var(--blue2);
        color: var(--white);
        padding: 0.7rem;
        width: 16rem;
        margin-top: 3%;
        border-radius: 5px;
    }

    /* The Modal (background) */
    .modal {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 1; /* Sit on top */
        left: 0;
        top: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        background-color: rgb(0, 0, 0); /* Fallback color */
        background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
    }

    /* Modal Content/Box */
    .modal-content {
        background-color: #fefefe;
        margin: 15% auto; /* 15% from the top and centered */
        padding: 30px;
        border: 1px solid #888;
        width: 90%; /* Could be more or less, depending on screen size */
    }
    .modal-content .title {
        font-size: 3rem;
        color: var(--blue2);
        font-style: italic;
    }
    .modal-content .text {
        font-size: 1.5rem;
    }
    .modal-content .danger-text {
        color: var(--red1);
        margin-top: 1rem;
    }
    .modal-content .input-email {
        width: 100%;
        padding: 1rem;
        border-radius: 5px;
        margin-top: 1rem;
        background-color: var(--bg-input);
        border: var(--border-grey) solid 1.5px;
    }
    .modal-content .name-list {
        margin-top: 2rem;
        font-size: 1.4rem;
        font-weight: 600;
    }
    .modal-content .product {
        display: grid;
        margin-bottom: 0.2rem;
        grid-template-columns: 14rem 14rem;
    }
    .modal-content .product span {
        margin-top: 0.2rem;
        display: flex;
        align-items: center;
    }
    .modal-content .product span input {
        margin-right: 0.3rem;
        border: var(--blue2) solid 2px;
    }
    .modal-content .product span p {
        font-size: 1.3rem;
    }
    .modal-content .listproduct {
        display: grid;
    }
    .modal-content .listproduct span {
        display: flex;
        align-items: center;
        margin-top: 0.2rem;
    }
    .modal-content .listproduct span input {
        margin-right: 0.3rem;
        border: var(--blue2) solid 2px;
    }
    .modal-content .listproduct span p {
        font-size: 1.3rem;
    }
    .modal-content .additional {
        margin-top: 2rem;
        font-size: 1.4rem;
        font-weight: 600;
    }
    .modal-content textarea {
        border: var(--border-grey) solid 2px;
        color: var(--bg-input);
        padding: 1rem;
        width: 100%;
        height: 13rem;
        border-radius: 5px;
    }
    .modal-content .action {
        display: flex;
        justify-content: center;
        margin-top: 2rem;
        font-size: 1.4rem;
    }
    .modal-content .action input {
        margin-right: 1rem;
    }
    .modal-content .action-button {
        display: flex;
        justify-content: center;
        margin-top: 2rem;
    }
    .modal-content .action-button .btn {
        background-color: var(--blue2);
        padding: 0.8rem;
        width: 14rem;
        color: var(--white);
        border-radius: 5px;
        border: var(--blue2) solid 2px;
        cursor: pointer;
    }
    /* The Close Button */
    .close {
        color: #aaa;
        float: right;
        font-size: 28px;
        font-weight: bold;
    }

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }
    .dropdown {
        padding: 0;
    }
}

@media only screen and (max-width: 992px) and (min-width: 601px) {
    .proerms1 {
        background-color: var(--black);
        margin-top: 5.5rem;
        padding-top: 4rem;
        padding-left: 6.5%;
        padding-right: 6.5%;
        position: relative;
        padding-bottom: 6%;
    }
    .proerms1 .legal {
        text-align: right;
        color: var(--white);
        font-size: 13px;
        padding-bottom: 2%;
    }
    .proerms1 #proerms1-title-picture {
        width: 50rem;
        position: absolute;
        top: 20%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .proerms1 #proerms1-app-preview {
        width: 100%;
        margin-top: 10rem;
    }
    .proerms1 .text {
        bottom: 18%;
        color: var(--white);
        font-size: 1.5rem;
        text-align: center;
    }

    .proerms2 {
        display: flex;
        justify-content: space-between;
        padding-left: 7.5%;
        padding-right: 7.5%;
        background-color: var(--black);
        padding-top: 5.5rem;
        padding-bottom: 11%;
    }

    .proerms2 .content {
        color: var(--white);
    }
    .proerms2 .content #proerms2-logo {
        width: 25rem;
    }
    .proerms2 .content .module {
        display: flex;
        color: var(--white);
        margin-top: 0.8rem;
    }
    .proerms2 .content .module .name {
        background-color: var(--blue);
        font-weight: 300;
        padding: 0.5rem;
        width: 13rem;
        text-align: center;
    }
    .proerms2 .content .module .risk {
        margin-left: 0.5rem;
        font-weight: 300;
        padding: 0.5rem;
    }
    .proerms2 .content .superiority {
        margin-top: 2rem;
        font-weight: 400;
        font-size: 2rem;
    }
    .proerms2 .content .definition {
        margin-top: 1rem;
        font-size: 1rem;
    }
    .proerms2 .content .integrated {
        margin-top: 2rem;
        font-size: 2rem;
        font-weight: 300;
    }
    .proerms2 .content .list-module {
        font-weight: 300;
        margin-top: 1.2rem;
    }
    .proerms2 .content .text {
        margin-top: 1rem;
    }
    .proerms2 .preview-app {
        display: grid;
        margin-top: 1rem;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 1rem;
    }
    .proerms2 .preview-app img {
        width: 16rem;
    }

    /* .proerms3 {
    padding-bottom: 11%;
  } */
    .proerms3 .content #proerms3-logo {
        width: 20rem;
    }

    .proerms4 {
        display: flex;
        padding: 3%;
        padding-left: 8.5%;
        justify-content: space-between;
    }
    .proerms4 .content {
        /* width: 35%; */
        padding-top: 4%;
        color: var(--white);
    }
    .proerms4 .content #proerms4-logo {
        width: 20rem;
    }
    .proerms4 .content .module {
        display: flex;
        margin-top: 2%;
    }
    .proerms4 .content .module .name {
        background-color: var(--blue);
        font-weight: 300;
        padding: 0.5rem;
        width: 13rem;
        text-align: center;
    }
    .proerms4 .content .module .risk {
        margin-left: 0.5rem;
        font-weight: 300;
        padding: 0.5rem;
    }
    .proerms4 .content .title {
        font-size: 3rem;
        font-weight: 300;
        margin-top: 3%;
    }
    .proerms4 .content .text {
        font-size: 1rem;
        margin-top: 3%;
    }
    .proerms4 .content .button {
        background-color: var(--blue2);
        color: var(--white);
        border-radius: 5px;
        margin-top: 5%;
        padding: 1.5%;
        width: 14rem;
    }
    .proerms4 .picture #erms-picture {
        width: 50rem;
    }

    .proerms5 .content {
        display: grid;
        padding-left: 9.5%;
        padding-right: 6.5%;
        padding-top: 3%;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 1rem;
        position: relative;
    }
    .proerms5 .content .erms img {
        width: 25rem;
        margin-top: 2rem;
    }
    .proerms5 .content .module-market {
        color: var(--white);
        margin-top: 3%;
        display: flex;
        font-size: 1.2rem;
    }
    .proerms5 .content .module-market .name {
        background-color: var(--blue);
        font-weight: 300;
        padding: 0.2rem;
        width: 13rem;
        text-align: center;
    }
    .proerms5 .content .module-market .risk {
        margin-left: 0.5rem;
        font-weight: 300;
        padding: 0.2rem;
    }

    .proerms5 .content .module-financial {
        color: var(--white);
        margin-top: 3%;
        display: flex;
        font-size: 1.2rem;
    }
    .proerms5 .content .module-financial .name {
        background-color: #ec913e;
        font-weight: 300;
        padding: 0.2rem;
        width: 13rem;
        text-align: center;
    }
    .proerms5 .content .module-financial .risk {
        margin-left: 0.5rem;
        font-weight: 300;
        padding: 0.2rem;
    }

    .proerms5 .content .module-industry {
        color: var(--white);
        margin-top: 3%;
        display: flex;
        font-size: 1.2rem;
    }
    .proerms5 .content .module-industry .name {
        background-color: #3f6490;
        font-weight: 300;
        padding: 0.2rem;
        width: 13rem;
        text-align: center;
    }
    .proerms5 .content .module-industry .risk {
        margin-left: 0.5rem;
        font-weight: 300;
        padding: 0.2rem;
    }
    .proerms5 .content .erms .text {
        color: var(--white);
        font-size: 14px;
        margin-top: 3%;
    }

    .proerms5 .content .erms .status {
        margin-top: 6%;
        font-size: 2rem;
        font-weight: 400;
        color: var(--white);
    }

    .proerms5 .action-btn .button {
        background-color: var(--blue2);
        color: var(--white);
        padding: 0.7rem;
        width: 16rem;
        margin-top: 3%;
        border-radius: 5px;
    }

    /* The Modal (background) */
    .modal {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 1; /* Sit on top */
        left: 0;
        top: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        background-color: rgb(0, 0, 0); /* Fallback color */
        background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
    }

    /* Modal Content/Box */
    .modal-content {
        background-color: #fefefe;
        margin: 15% auto; /* 15% from the top and centered */
        padding: 30px;
        border: 1px solid #888;
        width: 90%; /* Could be more or less, depending on screen size */
    }
    .modal-content .title {
        font-size: 3rem;
        color: var(--blue2);
        font-style: italic;
    }
    .modal-content .text {
        font-size: 1.5rem;
    }
    .modal-content .danger-text {
        color: var(--red1);
        margin-top: 1rem;
    }
    .modal-content .input-email {
        width: 100%;
        padding: 1rem;
        border-radius: 5px;
        margin-top: 1rem;
        background-color: var(--bg-input);
        border: var(--border-grey) solid 1.5px;
    }
    .modal-content .name-list {
        margin-top: 2rem;
        font-size: 1.4rem;
        font-weight: 600;
    }
    .modal-content .product {
        display: grid;
        margin-bottom: 0.2rem;
        grid-template-columns: 14rem 14rem;
    }
    .modal-content .product span {
        margin-top: 0.2rem;
        display: flex;
        align-items: center;
    }
    .modal-content .product span input {
        margin-right: 0.3rem;
        border: var(--blue2) solid 2px;
    }
    .modal-content .product span p {
        font-size: 1.3rem;
    }
    .modal-content .listproduct {
        display: grid;
    }
    .modal-content .listproduct span {
        display: flex;
        align-items: center;
        margin-top: 0.2rem;
    }
    .modal-content .listproduct span input {
        margin-right: 0.3rem;
        border: var(--blue2) solid 2px;
    }
    .modal-content .listproduct span p {
        font-size: 1.3rem;
    }
    .modal-content .additional {
        margin-top: 2rem;
        font-size: 1.4rem;
        font-weight: 600;
    }
    .modal-content textarea {
        border: var(--border-grey) solid 2px;
        color: var(--bg-input);
        padding: 1rem;
        width: 100%;
        height: 13rem;
        border-radius: 5px;
    }
    .modal-content .action {
        display: flex;
        justify-content: center;
        margin-top: 2rem;
        font-size: 1.4rem;
    }
    .modal-content .action input {
        margin-right: 1rem;
    }
    .modal-content .action-button {
        display: flex;
        justify-content: center;
        margin-top: 2rem;
    }
    .modal-content .action-button .btn {
        background-color: var(--blue2);
        padding: 0.8rem;
        width: 14rem;
        color: var(--white);
        border-radius: 5px;
        border: var(--blue2) solid 2px;
        cursor: pointer;
    }
    /* The Close Button */
    .close {
        color: #aaa;
        float: right;
        font-size: 28px;
        font-weight: bold;
    }

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1200px) {
    .proerms4 .picture #erms-picture {
        width: 55rem;
    }
    /* The Modal (background) */

    .proerms5 {
        position: relative;
        padding-top: 6%;
    }
    .proerms5 .title {
        text-align: center;
        color: var(--white);
        font-size: 4rem;
        font-weight: 300;
    }
    .proerms5 .content {
        display: grid;
        padding-left: 6.5%;
        padding-right: 6.5%;
        padding-top: 6%;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 1rem;
        position: relative;
    }
    .proerms5 .content .erms img {
        width: 30rem;
    }
    .proerms5 .content .module-market {
        color: var(--white);
        margin-top: 3%;
        display: flex;
        font-size: 1.5rem;
    }
    .proerms5 .content .module-market .name {
        background-color: var(--blue);
        font-weight: 300;
        padding: 0.5rem;
        width: 13rem;
        text-align: center;
    }
    .proerms5 .content .module-market .risk {
        margin-left: 0.5rem;
        font-weight: 300;
        padding: 0.5rem;
    }

    .proerms5 .content .module-financial {
        color: var(--white);
        margin-top: 3%;
        display: flex;
        font-size: 1.5rem;
    }
    .proerms5 .content .module-financial .name {
        background-color: #ec913e;
        font-weight: 300;
        padding: 0.5rem;
        width: 13rem;
        text-align: center;
    }
    .proerms5 .content .module-financial .risk {
        margin-left: 0.5rem;
        font-weight: 300;
        padding: 0.5rem;
    }

    .proerms5 .content .module-industry {
        color: var(--white);
        margin-top: 3%;
        display: flex;
        font-size: 1.5rem;
    }
    .proerms5 .content .module-industry .name {
        background-color: #3f6490;
        font-weight: 300;
        padding: 0.5rem;
        width: 13rem;
        text-align: center;
    }
    .proerms5 .content .module-industry .risk {
        margin-left: 0.5rem;
        font-weight: 300;
        padding: 0.5rem;
    }
    .proerms5 .content .erms .text {
        color: var(--white);
        font-size: 14px;
        margin-top: 10%;
    }

    .proerms5 .content .erms .status {
        margin-top: 6%;
        font-size: 3rem;
        font-weight: 300;
        color: var(--white);
    }

    .proerms5 .action-btn {
        display: flex;
        justify-content: center;
    }
    .proerms5 .action-btn .button {
        background-color: var(--blue2);
        color: var(--white);
        padding: 0.7rem;
        width: 14rem;
        margin-top: 3%;
        border-radius: 5px;
    }

    .proerms5 footer {
        display: flex;
        color: var(--white);
        display: flex;
        padding: 1rem 7%;
        justify-content: space-between;
    }
    .proerms5 footer .copyright {
        display: flex;
    }
    .modal {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 1; /* Sit on top */
        left: 0;
        top: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        background-color: rgb(0, 0, 0); /* Fallback color */
        background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
    }

    /* Modal Content/Box */
    .modal-content {
        background-color: #fefefe;
        margin: 15% auto; /* 15% from the top and centered */
        padding: 30px;
        border: 1px solid #888;
        width: 50%; /* Could be more or less, depending on screen size */
    }
    .modal-content .title {
        font-size: 3rem;
        color: var(--blue2);
        font-style: italic;
    }
    .modal-content .text {
        font-size: 1.5rem;
    }
    .modal-content .danger-text {
        color: var(--red1);
        margin-top: 1rem;
    }
    .modal-content .input-email {
        width: 100%;
        padding: 1rem;
        border-radius: 5px;
        margin-top: 1rem;
        background-color: var(--bg-input);
        border: var(--border-grey) solid 1.5px;
    }
    .modal-content .name-list {
        margin-top: 2rem;
        font-size: 1.4rem;
        font-weight: 600;
    }
    .modal-content .product {
        display: grid;
        margin-bottom: 0.2rem;
        grid-template-columns: 14rem 14rem;
    }
    .modal-content .product span {
        margin-top: 0.2rem;
        display: flex;
        align-items: center;
    }
    .modal-content .product span input {
        margin-right: 0.3rem;
        border: var(--blue2) solid 2px;
    }
    .modal-content .product span p {
        font-size: 1.3rem;
    }
    .modal-content .listproduct {
        display: grid;
    }
    .modal-content .listproduct span {
        display: flex;
        align-items: center;
        margin-top: 0.2rem;
    }
    .modal-content .listproduct span input {
        margin-right: 0.3rem;
        border: var(--blue2) solid 2px;
    }
    .modal-content .listproduct span p {
        font-size: 1.3rem;
    }
    .modal-content .additional {
        margin-top: 2rem;
        font-size: 1.4rem;
        font-weight: 600;
    }
    .modal-content textarea {
        border: var(--border-grey) solid 2px;
        color: var(--bg-input);
        padding: 1rem;
        width: 100%;
        height: 13rem;
        border-radius: 5px;
    }
    .modal-content .action {
        display: flex;
        justify-content: center;
        margin-top: 2rem;
        font-size: 1.4rem;
    }
    .modal-content .action input {
        margin-right: 1rem;
    }
    .modal-content .action-button {
        display: flex;
        justify-content: center;
        margin-top: 2rem;
    }
    .modal-content .action-button .btn {
        background-color: var(--blue2);
        padding: 0.8rem;
        width: 14rem;
        color: var(--white);
        border-radius: 5px;
        border: var(--blue2) solid 2px;
        cursor: pointer;
    }
    /* The Close Button */
    .close {
        color: #aaa;
        float: right;
        font-size: 28px;
        font-weight: bold;
    }

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }
}
