#page-wrapper {
    padding: 0;
}

@media only screen and (max-width: 1200px) {
    #wrapper-navbar .navbar {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    #wrapper-navbar .navbar:before {
        background: linear-gradient(180deg, #1C386B 4.73%, rgba(28, 56, 107, 0) 100%);
    }
}

#main {
    font-family: 'RalewayAlt', sans-serif;
}

#main h2 {
    color: #1C386B;
    font-weight: 700;
}

#main .container {
    position: relative;

    width: 100%;
    max-width: 1650px;

    padding: 0;
    margin: 0 auto;
}

#hero .hero-inner {
    position: relative;
    padding: 0 108px;
}

#hero .hero-inner .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 40px 0;
    margin: 0 auto;
}

#hero .hero-inner h1,
#hero .hero-inner .container > p,
#hero .hero-inner .hero-inner__link a {
    color: #fff;
}

#hero .hero-inner h1 {
    margin: 0;

    font-size: 40px;
    font-weight: 700;
    line-height: 120%;
}

#hero .hero-inner .container > p {
    margin: 0 0 auto;
    font-size: 26px;
    font-weight: 500;
    line-height: 118%;
}

#hero .hero-inner .hero-inner__links {
    display: flex;
    flex-direction: row;
    align-items: center;

    gap: 0 48px;
    padding: 0;
    margin: 0;

    list-style-type: none;
}

#hero .hero-inner .hero-inner__link a {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0 12px;

    font-size: 21px;
    font-weight: 600;
    line-height: 32px;
    color: #fff;
}

#stats {
    padding: 104px 108px;
}

#stats .stats-inner {
    width: 100%;
    max-width: 1650px;
    margin: 0 auto;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 32px;
}

#stats .stats-inner_stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px 0;
    text-align: center;
}

#stats .stats-inner_stat figure {
    height: 72px;

    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

#stats .stats-inner_stat > strong {
    font-family: 'Nunito', sans-serif;
    font-size: 72px;
    font-weight: 700;
    line-height: 72px;
    color: #1C386B;
}

#stats .stats-inner_stat p {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
}

#stats .stats-inner_stat p strong {
    font-weight: 400;
    color: #00A8E3;
}

#alerts .alerts-inner {
    padding: 0 108px;
}

#alerts .alerts-inner .container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 106px 0;
    gap: 0 36px;
}

#alerts .alerts-inner h2 {
    white-space: nowrap;
    font-size: 44px;
    font-weight: 700;
    line-height: 100%;
    flex-shrink: 0;
}

#alerts .alerts-inner h2 img {
    position: relative;
    top: -3px;
}

#alerts .alerts-inner .wpcf7 {
    width: 100%;
    max-width: 640px;
    margin: 0 !important;
}

#alerts .alerts-inner .wpcf7-form {
    display: flex;
    flex-direction: column;
    gap: 36px 0;
}

#alerts .alerts-inner .wpcf7 .form-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0 32px;
    margin: 0;
}

#alerts .alerts-inner .wpcf7 .form-group {
    position: relative;
    width: 100%;
    margin: 0;
}

#alerts .alerts-inner .wpcf7 .form-group label {
    display: none;
}

#alerts .alerts-inner .wpcf7 .form-group:nth-child(3) {
    position: relative;
    margin: 0;

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

#alerts .alerts-inner .wpcf7 .wpcf7-form-control-wrap {
    width: 100%;
}

#alerts .alerts-inner .wpcf7 .form-group input:not([type="submit"]) {
    height: auto;
    max-height: unset;
    padding: 11px 36px;

    border: 2px solid #1C386B;
    border-radius: 100px;

    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    color: #1C386B;
}

#alerts .alerts-inner .wpcf7 .wpcf7-not-valid-tip {
    position: absolute;
}

#alerts .alerts-inner .wpcf7 .wpcf7-spinner {
    display: none !important;
}

#alerts .alerts-inner .wpcf7 .form-group input:not([type="submit"])::placeholder {
    color: #1C386B;
}

#alerts .alerts-inner .wpcf7 .form-group input[type="submit"] {
    width: 100%;
    max-width: 200px;

    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;

    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    text-transform: none;

    border: none;
}

#alerts .alerts-inner .wpcf7 .form-group input[type="submit"]:hover,
#alerts .alerts-inner .wpcf7 .form-group input[type="submit"]:focus {
    color: #00A8E3 !important;
    border: 1px solid #00A8E3 !important;
}

#alerts .alerts-inner .wpcf7-form small {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    color: #ABAEAD;
}

#chart .chart-inner {
    padding: 0 108px;
}

#contact .contact-inner {
    padding: 36px 108px;
    background: linear-gradient(261.81deg, #1C386B 54.98%, #00A8E3 103.13%);
}

#contact .contact-inner h2,
#contact .contact-inner span {
    font-size: 16px;
    color: #fff;
}

@media only screen and (min-width: 1025px) and (max-width: 1480px) {

    #contact .contact-inner ul li {
        gap: 0 12px;
    }

    #contact .contact-inner h2,
    #contact .contact-inner span {
        font-size: 15px;
    }
}

#contact .contact-inner h2 {
    margin: 0 0 32px;

    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
}

#contact .contact-inner ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0 28px;

    padding: 0;
    margin: 0;

    list-style-type: none;
}

#contact .contact-inner ul li {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0 16px;
}

#contact .contact-inner ul li strong {
    font-weight: 600;
}

@media only screen and (min-width: 1025px) and (max-width: 1479px) {

    #stats .stats-inner {
        flex-wrap: wrap;
        justify-content: center;
        gap: 48px 32px;
    }

    /*#stats .stats-inner_stat {*/
    /*    width: calc(25% - 24px);*/
    /*}*/

    .stats-inner--financial .stats-inner_stat__label {
        font-size: 22px;
    }

    #stats .stats-inner_stat > strong {
        font-size: 52px;
        line-height: 56px;
    }

    #stats .stats-inner_stat p {
        font-size: 18px;
    }

    #stats .stats-inner_stat small {
        max-width: 200px;
        display: block;
        text-align: center;
    }
}

@media only screen and (max-width: 1024px) {

    #hero .hero-inner,
    #stats,
    #alerts .alerts-inner {
        padding-left: 24px;
        padding-right: 24px;
    }

    #hero .hero-inner .container {
        height: 488px;
        padding-top: 0;
        padding-bottom: 0;
    }

    #hero .hero-inner h1 {
        max-width: 210px;

        font-size: 30px;
        font-weight: 700;
        line-height: 120%;

        text-shadow: none;
    }

    #hero .hero-inner h1 br {
        display: none;
    }

    #stats {
        padding: 25px 24px 40px;
    }

    #stats .stats-inner {
        gap: 48px 20px;
        grid-template-columns: repeat(2, 1fr);
    }

    #stats .stats-inner_stat {
        gap: 6px 0;
    }

    #stats .stats-inner_stat figure {
        height: 60px;
    }

    #stats .stats-inner_stat figure img {
        max-width: 100%;
        max-height: 100%;
    }

    #stats .stats-inner_stat > strong {
        font-size: 38px;
        line-height: 42px;
    }

    #stats .stats-inner_stat p {
        margin: 0;
        font-size: 12px;
        line-height: 16px;
    }

    #alerts .alerts-inner .container {
        gap: 45px 0;
        flex-direction: column;
        align-items: flex-start;
    }

    #alerts .alerts-inner .container {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    #alerts .alerts-inner h2 {
        align-self: center;
        font-size: 30px;
        font-weight: 700;
        line-height: 100%;
    }

    #alerts .alerts-inner h2 img {
        width: 46px;
        height: auto;
    }

    #alerts .alerts-inner {
        align-items: center;
    }

    #alerts .alerts-inner .wpcf7 {
        margin: 0 auto !important;
    }

    #alerts .alerts-inner .wpcf7-form {
        gap: 40px 0;
    }

    #alerts .alerts-inner .wpcf7 .form-row {
        flex-wrap: wrap;
        gap: 40px 0;
    }

    #alerts .alerts-inner .wpcf7 .form-row br,
    #alerts .alerts-inner .wpcf7 .form-group br {
        display: none;
    }

    #alerts .alerts-inner .wpcf7 .form-group input[type="submit"] {
        width: 100%;
        max-width: 250px;

        position: relative;
        top: auto; right: auto; bottom: auto; left: auto;

        padding: 14px 40px;
        margin: 0 auto;
    }

    #alerts .alerts-inner .wpcf7 .form-group:nth-child(3) {
        gap: 40px 0;
        flex-direction: column;
    }

    #alerts .alerts-inner .wpcf7 .form-group input:not([type="submit"]) {
        padding: 14px 35px;
        font-size: 17.37px;
        line-height: 25.65px;
    }

    #alerts .alerts-inner .wpcf7-form small {
        font-size: 12px;
        line-height: 20px;
        text-align: center;
    }

    #contact .contact-inner {
        padding: 88px 48px;
    }

    #contact .contact-inner h2 {
        position: relative;

        display: flex;
        flex-direction: column;
        gap: 8px 0;
        margin: 0 0 64px;

        font-size: 20px;
        font-weight: 600;
        line-height: 40px;
    }

    #contact .contact-inner h2:after {
        content: '';
        display: block;

        width: 124px;
        height: 2px;

        background: #fff;
    }

    #contact .contact-inner ul {
        flex-direction: column;
        align-items: unset;
        gap: 32px 0;
    }

    #contact .contact-inner ul li {
        width: 100%;
        align-items: flex-end;
    }

    #contact .contact-inner ul li > span {
        order: -1;
        margin-right: auto;

        font-size: 14px;
        line-height: 30px;
    }

    #contact .contact-inner ul li span span {
        display: none;
    }

    #contact .contact-inner ul li span strong {
        display: block;
    }
}