/* GLOBAL */
.ip-banner {
	display: none;
}
#content-sidebar, #content-full {
	margin: 0;
}
#inner-page-wrapper {
	margin-bottom: 0;
}
#inner-page-wrapper > .container {
	width: 100%;
	padding: 0;
}

/*banner*/
.Banner-module--wrapper {
    height: 100%;
    overflow: hidden;
    width: 100%;
}

.Banner-module--outer-container {
    padding: 96px 15px 57px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.Banner-module--container {
    max-width: 1260px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
}

.Banner-module--content {
    width: 65.396%;
}

.Banner-module--logo-title img {
    margin: 0 auto 24px;
}

.Banner-module--devices > div {
    margin-right: -52px;
}

.Banner-module--sponsor {
    color: #44A1E7;
    text-align: center;
    text-shadow: 0px 0px 40px rgba(255, 255, 255, 0.50);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.76px;
    text-transform: uppercase;
    position: relative;
    margin-top: -38px;
    padding-left: 70px;
}

.Banner-module--sponsor-logo img {
    margin: 9px auto 0;
    max-width: 220px;
}

.Banner-module--form-wrapper {
    width: 34.604%;
    background: #fff;
    position: relative;
    z-index: 5;
}

.Banner-module--form-heading {
    background: #44A1E7;
    padding: 24px 20px;
    text-align: center;
}

.Banner-module--form-heading h2 {
    text-align: center;
    font-family: var(--EBGaramond);
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: #fff;
}

.Banner-module--form-ty-message {
    min-height: 38.3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 15px;
    gap: 30px;
}

.Banner-module--form-ty-message h2 {
    color: #0A2762;
    text-align: center;
    font-family: var(--EBGaramond);
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: 52px;
    letter-spacing: 0.84px;
    text-transform: capitalize;
}

.Banner-module--form-ty-message a {
    color: #5F5F5F;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.76px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-transform: capitalize;
}

header#header_wrap,
#footer_wrap.lp-footer {
    display: none;
}

.aios-mobile-header-wrapper {
    display: none !important;
}

@media (min-width: 1024px) {
    .Banner-module--outer-container {
        height: 100vh;
    }
}

@media only screen and (max-width: 991px) {
    .Banner-module--outer-container {
        padding: 113px 15px 46px;
    }

    .Banner-module--content,
    .Banner-module--form-wrapper {
        width: 100%;
    }

    .Banner-module--devices>div {
        margin-right: 0;
    }

    .Banner-module--sponsor {
        margin-top: 15px;
        margin-bottom: 0;
        padding: 0;
    }

    .Banner-module--form .sendmsg_form {
        max-width: 100%;
    }

    .Banner-module--form .sendmsg_form .fsSubmit {
        max-width: 100% !important;
        padding-bottom: 0;
    }

}