@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;500;600&display=swap");
body {
    padding: 0;
    margin: 0;
    font-family: "Poppins", sans-serif;
}
.container {
    width: 1310px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
}
@media only screen and (max-width: 2000px) {
    .container {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}
.btn {
    padding: 10px 50px;
    background-color: #d6d6d6;
    color: #414141;
    text-decoration: none;
    box-sizing: border-box;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    font-size: 39px;
}
@media only screen and (max-width: 2000px) {
    .btn {
        padding: 10px 30px;
        font-size: 30px;
    }
}
@media only screen and (max-width: 899px) {
    .btn {
        padding: 8px 10px;
        font-size: 20px;
    }
}
#display {
    width: 100%;
    overflow: hidden;
    position: relative;
}
header {
    background-color: #de3030;
}
header .container {
    padding: 20px 0;
    box-sizing: border-box;
}
@media only screen and (max-width: 899px) {
    header .container {
        padding: 10px 0;
    }
}
header .container p {
    text-align: center;
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 500;
}
@media only screen and (max-width: 2000px) {
    header .container p {
        font-size: 22px;
    }
}
@media only screen and (max-width: 899px) {
    header .container p {
        font-size: 16px;
    }
}
footer {
    background-color: #414141;
}
footer .container {
    width: 1060px;
    max-width: 100%;
}
footer .container > div {
    text-align: center;
}
footer .container > div p {
    margin-top: 0;
    margin-bottom: 0;
    color: #fff;
    font-weight: 100;
    font-size: 20px;
}
@media only screen and (max-width: 2000px) {
    footer .container > div p {
        font-size: 16px;
    }
}
@media only screen and (max-width: 2000px) {
    footer .container > div p {
        font-size: 14px;
    }
}
footer .container > div p.larger {
    font-size: 29px;
}
@media only screen and (max-width: 2000px) {
    footer .container > div p.larger {
        font-size: 20px;
    }
}
@media only screen and (max-width: 2000px) {
    footer .container > div p.larger {
        font-size: 18px;
    }
}
footer .container > div p.margin-bottom {
    margin-bottom: 55px;
}
@media only screen and (max-width: 2000px) {
    footer .container > div p.margin-bottom {
        margin-bottom: 40px;
    }
}
footer.footer {
    background-color: #003365;
    color: #fff;
    padding: 40px 0;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    margin-top: 40px;
}
footer .disclaimer h3 {
    font-weight: 400;
    text-transform: up;
}
footer .footer-links {
    display: flex;
    justify-content: center;
    list-style: none;
}
footer .footer-links li {
    margin-right: 30px;
    font-size: 14px;
}
footer .footer-links li:last-child {
    margin-right: 0;
}
footer .nav.footer-links a {
    color: #3b97d3 !important;
}
footer .seperator {
    width: 100%;
    background-color: #355575;
    height: 1px;
    display: block;
}
footer .l {
    font-weight: 100;
    text-align: left;
}
@media (max-width: 375px) {
    .footer-links li {
        margin: 0;
    }
    .footer-links {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}
main section.section-top {
    background-color: #043c9c;
}
main section.section-top .container {
    padding: 90px 0;
}
@media only screen and (max-width: 2000px) {
    main section.section-top .container {
        padding: 60px 0;
    }
}
@media only screen and (max-width: 899px) {
    main section.section-top .container {
        padding: 20px 0;
    }
}
main section.section-top .container .main-title-section {
    width: 100%;
    text-align: center;
}
main section.section-top .container .main-title-section h1 {
    color: #fff;
    font-weight: 500;
    font-size: 65px;
    line-height: 98px;
    margin-top: 0;
    margin-bottom: 0;
}
@media only screen and (max-width: 2000px) {
    main section.section-top .container .main-title-section h1 {
        font-size: 50px;
        line-height: 70px;
    }
}
@media only screen and (max-width: 899px) {
    main section.section-top .container .main-title-section h1 {
        font-size: 22px;
        line-height: 26px;
    }
}
main section.section-top .container .main-title-section h2 {
    color: #5cd0ee;
    font-size: 39px;
    font-weight: 500;
    margin-top: 55px;
    margin-bottom: 0;
}
@media only screen and (max-width: 2000px) {
    main section.section-top .container .main-title-section h2 {
        margin-top: 30px;
        font-size: 32px;
    }
}
@media only screen and (max-width: 899px) {
    main section.section-top .container .main-title-section h2 {
        margin-top: 0;
        font-size: 15px;
    }
}
main section.section-top .container .white-wrapper {
    margin-top: 50px;
    width: 100%;
    background-color: #fff;
    padding: 40px 80px;
    box-sizing: border-box;
    text-align: center;
}
@media only screen and (max-width: 2000px) {
    main section.section-top .container .white-wrapper {
        margin-top: 20px;
        padding: 30px 60px;
    }
}
@media only screen and (max-width: 899px) {
    main section.section-top .container .white-wrapper {
        padding: 20px 30px;
    }
}
main section.section-top .container .white-wrapper h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 53px;
    color: #414141;
}
@media only screen and (max-width: 2000px) {
    main section.section-top .container .white-wrapper h3 {
        font-size: 45px;
    }
}
@media only screen and (max-width: 899px) {
    main section.section-top .container .white-wrapper h3 {
        font-size: 20px;
    }
}
main section.section-top .container .white-wrapper .percentage-bar {
    margin-top: 20px;
    width: 100%;
    background-color: #efefef;
    height: 24px;
    border-radius: 39px;
}
main section.section-top .container .white-wrapper .percentage-bar > div {
    background-color: #f9bc2a;
    height: 100%;
    border-radius: 39px;
}
main section.section-top .container .white-wrapper .percentage-wrapper {
    margin-top: 47px;
    width: 671px;
    max-width: 100%;
    display: inline-flex;
}
main section.section-top .container .white-wrapper .percentage-wrapper > div {
    width: 100%;
    box-sizing: border-box;
}
main section.section-top .container .white-wrapper .percentage-wrapper > div:first-child {
    padding-right: 12.5px;
}
main section.section-top .container .white-wrapper .percentage-wrapper > div:last-child {
    padding-left: 12.5px;
}
main section.section-top .container .white-wrapper .percentage-wrapper > div a {
    width: 100%;
    display: block;
}
main section.section-top .container .white-wrapper .percentage-wrapper > div a.btn-yes {
    background-color: #de3030;
    color: #fff;
}
main section.section-top .container .image-button-wrapper {
    margin-top: 20px;
    width: 100%;
    text-align: center;
}
main section.section-top .container .image-button-wrapper a {
    cursor: pointer;
}
main section.section-top .container .image-button-wrapper img {
    max-width: 100%;
}
main section.section-top .container .image-button-wrapper img.desktop {
    display: inline-block;
}
@media only screen and (max-width: 899px) {
    main section.section-top .container .image-button-wrapper img.desktop {
        display: none;
    }
}
main section.section-top .container .image-button-wrapper img.mobile {
    display: none;
}
@media only screen and (max-width: 899px) {
    main section.section-top .container .image-button-wrapper img.mobile {
        display: inline-block;
    }
}
main section.section-top .container .para-wrapper {
    text-align: center;
    margin-top: 73px;
}
@media only screen and (max-width: 899px) {
    main section.section-top .container .para-wrapper {
        margin-top: 35px;
    }
}
main section.section-top .container .para-wrapper p {
    color: #fff;
    font-size: 29px;
    font-weight: 100;
    margin-top: 0;
    margin-bottom: 0;
}
@media only screen and (max-width: 2000px) {
    main section.section-top .container .para-wrapper p {
        font-size: 20px;
    }
}
@media only screen and (max-width: 899px) {
    main section.section-top .container .para-wrapper p {
        font-size: 13px;
    }
}
main section.section-top .container .para-wrapper p + p {
    margin-top: 55px;
}
@media only screen and (max-width: 2000px) {
    main section.section-top .container .para-wrapper p + p {
        margin-top: 40px;
    }
}
@media only screen and (max-width: 899px) {
    main section.section-top .container .para-wrapper p + p {
        margin-top: 20px;
    }
}
main section.section-top .container .yellow-wrapper {
    margin-top: 58px;
    padding: 30px 50px;
    box-sizing: border-box;
    background-color: #c1eeff;
    border: 2px solid #45a8bf;
    text-align: center;
    display: flex;
    align-items: center;
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
}
@media only screen and (max-width: 2000px) {
    main section.section-top .container .yellow-wrapper {
        margin-top: 50px;
        padding: 20px 30px;
    }
}
@media only screen and (max-width: 899px) {
    main section.section-top .container .yellow-wrapper {
        max-width: 100%;
        flex-direction: column;
        margin-top: 30px;
        padding: 20px 40px;
    }
}
main section.section-top .container .yellow-wrapper > div {
    box-sizing: border-box;
}
main section.section-top .container .yellow-wrapper > div:first-child {
    padding-right: 10px;
}
@media only screen and (max-width: 2000px) {
    main section.section-top .container .yellow-wrapper > div:first-child img {
        max-width: 150px;
    }
}
@media only screen and (max-width: 899px) {
    main section.section-top .container .yellow-wrapper > div:first-child {
        padding-right: 0;
        width: 100%;
    }
}
main section.section-top .container .yellow-wrapper > div:last-child {
    padding-left: 10px;
    text-align: left;
}
@media only screen and (max-width: 899px) {
    main section.section-top .container .yellow-wrapper > div:last-child {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
        text-align: center;
    }
}
main section.section-top .container .yellow-wrapper p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 28px;
    font-weight: 100;
}
@media only screen and (max-width: 2000px) {
    main section.section-top .container .yellow-wrapper p {
        font-size: 23px;
    }
}
@media only screen and (max-width: 899px) {
    main section.section-top .container .yellow-wrapper p {
        font-size: 14px;
    }
}
main section.section-top .container .button-section-wrapper {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 48px;
}
main section.section-top .container .button-section-wrapper > a {
    background: #ffffa7;
    background: -moz-linear-gradient(top, #ffffa7 0%, #ffd710 100%);
    background: -webkit-linear-gradient(top, #ffffa7 0%, #ffd710 100%);
    background: linear-gradient(to bottom, #ffffa7 0%, #ffd710 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffa7', endColorstr='#ffd710', GradientType=0);
    text-decoration: none;
    padding: 38px 160px;
    box-sizing: border-box;
    font-size: 80px;
    cursor: pointer;
}
@media only screen and (max-width: 2000px) {
    main section.section-top .container .button-section-wrapper > a {
        font-size: 60px;
        padding: 28px 140px;
    }
}
main section.section-middle .container {
    text-align: center;
    width: 1627px;
    max-width: 100%;
    padding-top: 77px;
    padding-bottom: 77px;
    box-sizing: border-box;
}
@media only screen and (max-width: 899px) {
    main section.section-middle .container {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
main section.section-middle .container h2 {
    font-size: 56px;
    margin-top: 0;
    margin-bottom: 0;
    color: #de3030;
}
@media only screen and (max-width: 2000px) {
    main section.section-middle .container h2 {
        font-size: 50px;
    }
}
@media only screen and (max-width: 2000px) {
    main section.section-middle .container h2 {
        font-size: 30px;
    }
}
main section.section-middle .container .item-wrapper-flex {
    display: flex;
}
@media only screen and (max-width: 899px) {
    main section.section-middle .container .item-wrapper-flex {
        flex-direction: column;
    }
}
main section.section-middle .container .item-wrapper-flex > div {
    flex: 1;
    padding: 60px;
    box-sizing: border-box;
}
@media only screen and (max-width: 2000px) {
    main section.section-middle .container .item-wrapper-flex > div {
        padding: 40px;
    }
}
@media only screen and (max-width: 899px) {
    main section.section-middle .container .item-wrapper-flex > div {
        padding: 20px;
    }
}
main section.section-middle .container .item-wrapper-flex > div > div:first-child {
    height: 145px;
}
@media only screen and (max-width: 2000px) {
    main section.section-middle .container .item-wrapper-flex > div > div:first-child {
        height: 125px;
    }
}
@media only screen and (max-width: 2000px) {
    main section.section-middle .container .item-wrapper-flex > div > div:first-child {
        height: auto;
    }
}
main section.section-middle .container .item-wrapper-flex > div > div:first-child img {
    max-height: 100%;
}
main section.section-middle .container .item-wrapper-flex > div > div:last-child {
    margin-top: 60px;
}
@media only screen and (max-width: 2000px) {
    main section.section-middle .container .item-wrapper-flex > div > div:last-child {
        margin-top: 30px;
    }
}
main section.section-middle .container .item-wrapper-flex > div > div:last-child h3 {
    font-size: 34px;
    color: #414141;
    line-height: 50px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0;
}
@media only screen and (max-width: 2000px) {
    main section.section-middle .container .item-wrapper-flex > div > div:last-child h3 {
        font-size: 23px;
    }
}
@media only screen and (max-width: 2000px) {
    main section.section-middle .container .item-wrapper-flex > div > div:last-child h3 {
        font-size: 18px;
    }
}
main section.section-middle .container .item-wrapper-flex > div > div:last-child p {
    font-size: 24px;
    font-weight: 100;
}
@media only screen and (max-width: 2000px) {
    main section.section-middle .container .item-wrapper-flex > div > div:last-child p {
        font-size: 20px;
    }
}
@media only screen and (max-width: 2000px) {
    main section.section-middle .container .item-wrapper-flex > div > div:last-child p {
        font-size: 14px;
    }
}
.age-group-selection {
    grid-template-columns: 1fr;
    grid-column-gap: 24px;
    grid-row-gap: 16px;
    display: grid;
}
.age-group-selection a.btn {
    color: #fff;
    border-radius: 3px;
    padding: 10px 24px;
    border-width: 1px;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    text-decoration: none;
    font-size: 26px;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2385d0;
    font-weight: 600;
    text-align: center;
}
@media (min-width: 972px) {
    .age-group-selection {
        grid-template-columns: repeat(3, 1fr);
    }
    .age-group {
        margin-bottom: 12px;
    }
}
.section-below-content .container {
    width: 1060px;
    max-width: 100%;
}
.section-below-content a {
    color: #2385d0;
}
.btn-learn {
    display: block;
    background-color: #db2828;
    color: #fff !important;
    text-shadow: none;
}
@media only screen and (max-width: 899px) {
    .btn-learn {
        margin-top: 20px;
    }
}
.highlight-back {
    background-color: #cce2ff;
    padding: 5px;
}
/*# sourceMappingURL=style.css.map */
