@import url("https://use.typekit.net/xom0cdw.css");

.m-homepageBanner2022 {
    background-color: #edf7fd;
    padding: 0 0 70px
}

.m-homepageBanner2022 .text {
    padding: 40px 20px 0
}

.m-homepageBanner2022 .services {
    position: relative;
    z-index: 10;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 60px 0 rgba(23, 42, 106, .08), 0 2px 20px 0 rgba(23, 42, 106, .12);
    padding: 20px;
    margin-top: 25px
}

.m-homepageBanner2022 .selectWrapper {
    position: relative
}

.m-homepageBanner2022 .selectWrapper:first-of-type:before {
    content: "";
    position: absolute;
    background-image: url(../../../../images/icons/svg/services-icon.svg);
    background-repeat: no-repeat;
    left: 15px;
    top: 12px;
    height: 20px;
    width: 25px;
    z-index: 40
}

.m-homepageBanner2022 .selectWrapper:nth-of-type(2):before {
    content: "";
    background-image: url(../../../../images/icons/svg/location-icon.svg);
    position: absolute;
    left: 15px;
    top: 12px;
    height: 20px;
    width: 20px;
    z-index: 40
}

.m-homepageBanner2022 select {
    margin-bottom: 10px;
    border-radius: 6px;
    position: relative;
    font-weight: 500;
    padding-left: 40px
}

.m-homepageBanner2022 h4 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 24px;
    position: relative;
    z-index: 10;
    color: #172a6a;
    line-height: 1.33;
    margin-bottom: 17px
}

.m-homepageBanner2022 .btn {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: normal;
    margin-top: 0;
    width: 100%
}

.m-homepageBanner2022 .btn2022 {
    max-width: 100%
}

.m-homepageBanner2022 p {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 24px;
    position: relative;
    z-index: 10;
    color: #172a6a;
    line-height: 1.47;
    font-weight: 300 !important;
    font-family: proxima-nova, arial, sans-serif
}

.m-homepageBanner2022 h1 {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 24px;
    position: relative;
    z-index: 10;
    color: #172a6a;
    line-height: 1.19
}

@media (max-width:767px) {
    .m-homepageBanner2022 .container {
        padding: 0 !important
    }

    .m-homepageBanner2022 .image {
        width: 110%;
        margin-left: -5%
    }

    .m-homepageBanner2022 .image img {
        border-bottom-right-radius: 245% 70%;
        border-bottom-left-radius: 245% 70%
    }

    .m-homepageBanner2022 .inner {
        display: flex;
        flex-direction: column-reverse
    }

    .m-homepageBanner2022 .mobileServicesButton {
        margin-top: 20px;
        border-radius: 5px
    }

    .m-homepageBanner2022 .mobileServicesButton a {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 24px;
        width: 100%;
        color: #172a6a !important;
        position: relative;
        padding: 12px 17px
    }

    .m-homepageBanner2022 .mobileServicesButton img {
        margin-right: 2px
    }
}

@media (min-width:768px) {
    .m-homepageBanner2022 {
        padding: 0;
        background-color: #fff
    }

    .m-homepageBanner2022 .background {
        position: relative;
        padding: 70px 0 130px
    }

    .m-homepageBanner2022 .background:before {
        content: "";
        position: absolute;
        background-color: #edf7fd;
        top: 0;
        left: -5%;
        width: 110%;
        height: 100%;
        border-bottom-right-radius: 350% 75%;
        border-bottom-left-radius: 350% 75%
    }

    .m-homepageBanner2022 .mobileServicesButton {
        display: none
    }

    .m-homepageBanner2022 .inner {
        display: flex;
        justify-content: space-between;
        align-items: flex-start
    }

    .m-homepageBanner2022 .image {
        position: relative
    }

    .m-homepageBanner2022 .image img {
        border-radius: 10px;
        position: relative;
        z-index: 10
    }

    .m-homepageBanner2022 .image:before {
        top: -20px;
        left: -20px;
        width: 50%;
        height: 45%;
        opacity: .2
    }

    .m-homepageBanner2022 .image:after,
    .m-homepageBanner2022 .image:before {
        content: "";
        position: absolute;
        background-color: #0094df;
        border-radius: 10px;
        z-index: 5
    }

    .m-homepageBanner2022 .image:after {
        bottom: -20px;
        right: -20px;
        width: 70%;
        height: 50%;
        opacity: .1
    }

    .m-homepageBanner2022 .services {
        padding: 25px;
        margin-top: 25px
    }

    .m-homepageBanner2022 .text {
        flex-basis: 45%;
        max-width: 45%;
        padding: 0
    }

    .m-homepageBanner2022 p {
        font-size: 20px;
        font-size: 2rem;
        line-height: 24px;
        line-height: 1.5
    }
}

@media (min-width:992px) {
    .m-homepageBanner2022 .background {
        padding: 100px 0
    }

    .m-homepageBanner2022 .image:before {
        top: -35px;
        left: -35px;
        height: 50%
    }

    .m-homepageBanner2022 .image:after {
        bottom: -35px;
        right: -35px;
        width: 65%;
        height: 60%
    }

    .m-homepageBanner2022 .text {
        padding-right: 50px
    }

    .m-homepageBanner2022 .services {
        padding: 40px;
        margin-top: 35px
    }

    .m-homepageBanner2022 h1 {
        font-size: 44px;
        font-size: 4.4rem;
        line-height: 24px;
        line-height: 1.21
    }
}

@media (min-width:1200px) {
    .m-homepageBanner2022 .background {
        padding: 120px 0 160px
    }

    .m-homepageBanner2022 .image:before {
        top: -45px;
        left: -45px;
        height: 50%
    }

    .m-homepageBanner2022 .image:after {
        bottom: -45px;
        right: -45px;
        width: 75%;
        height: 75%
    }

    .m-homepageBanner2022 .text {
        flex-basis: 45%;
        max-width: 45%
    }

    .m-homepageBanner2022 p {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 24px;
        line-height: 1.5
    }

    .m-homepageBanner2022 h1 {
        font-size: 50px;
        font-size: 5rem;
        line-height: 24px;
        line-height: 1.21
    }
}

@media (min-width:1430px) {
    .m-homepageBanner2022 h1 {
        font-size: 58px;
        font-size: 5.8rem;
        line-height: 24px;
        line-height: 1.21
    }
}

.m-homepageBannerImg {
    height: auto;
    width: auto
}