body {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    background-color: #fefefe;
    margin-bottom: 1.15rem;
    font-family: "Source Sans Pro", sans-serif;
    line-height: 1.5rem;
    font-style: normal;
    flex-direction: column;
    color: #353535;
    font-size: 0.875rem; /* 14px */
}

@media (min-width: 37.5rem) { /* 600px */
    .container {
        max-width: 75rem; /* 1200px */
        width: min(100%, 62.5rem); /* 1000px */
    }
    .header {
        max-width: 75rem; /* 1200px */
        width: min(100%, 62.5rem); /* 1000px */
    }
}

.container {
    margin-left: 6.25rem; /* 100px */
    margin-right: auto;
    position: relative;
    padding-left: 0.9375rem; /* 15px */
    padding-right: 0.9375rem; /* 15px */
    display: block;
    margin-top: 0.9375rem; /* 15px */
    margin-bottom: 2.5rem; /* 40px */
}

.ansys-content {
    box-shadow: none;
    border-radius: 0.5rem; /* 8px */
    border: none;
    position: relative;
    padding: 1rem;
    background-color: #f5f5f5;
}

.cla-heading {
    font-size: 1.875rem; /* 30px */
    line-height: 2.5rem; /* 40px */
    font-weight: 700;
    text-decoration: underline;
    color: #000000;
}

.header {
    width: 100%;
    padding: 1rem;
    display: flex;
    align-items: center;
    height: fit-content;
    box-shadow: 0 0.125rem 0.25rem 0 rgb(216, 216, 216);
    max-width: 100vw;
    z-index: 1030;
}

.logo-container {
    margin-left: 6.25rem; /* 100px */
}

.logo {
    width: 9.375rem; /* 150px */
    height: 3.125rem; /* 50px */
}

p {
    line-height: 1.5rem; /* 24px */
    font-weight: 400;
    letter-spacing: 0.01rem; /* 0.16px */
}

.button-container {
    margin-top: 1.25rem; /* 20px */
}

.agree-button {
    display: flex;
    padding: 0.625rem 1.25rem; /* 10px 20px */
    font-size: 0.875rem; /* 14px */
    font-weight: bold;
    color: #fff;
    background-color: #1e6ddc;
    border: none;
    border-radius: 0.3125rem; /* 5px */
    text-decoration: none;
    transition: background-color 0.3s;
    align-items: center;
    justify-content: center;
}

.agree-button:hover {
    background-color: #1856af;
}

li {
    margin-bottom: 0.625rem; /* 10px */
}