#content.site-content {
    margin-top: 0;
}
.hero_large--for_institutions {
    background: #0A4561 url(../images/bg-hero-for-institutions.webp) top center no-repeat;
    background-size: cover;
    padding: 0 0 160px 0;
}
.hero_large .hero-home__header {
    padding-top: 32px;
    position: relative;
    margin-bottom: 72px;
}
img.hero-home__header__logo {
    width: 270px;
}
.hero-home__header .navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.hero-home__header__links__item {
    display: inline-block;
}
.hero-home__header__links__item a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    padding: 0 10px;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    border-radius: 20px;
}
.hero-home__header__links__item--special {
    margin-left: 16px;
}
.hero-home__header__links__item--special a {
    padding: 0 24px;
    border: 1px solid #fff;
}
.hero-home__header .dropdown-menu {
    background: rgba(0, 0, 0, 0.50);
    color: #fff;
}
.hero-home__header__links__item a:hover {
    background: rgba(0, 0, 0, 0.24);
    color: #fff;
}
.hero_large__content {
    padding-top: 72px;
}
h1.h1-bluish-video-bg {
    font-size: 64px;
    letter-spacing: -1.2px;
    line-height: 72px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin-top: 24px;
    padding-bottom: 10px;
}
.btn{
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.4s ease;
}
.btn-lg {
    line-height: 56px;
    padding: 0 40px;
    font-size: 16px;
}
.btn-xl {
    line-height: 64px;
    padding: 0 56px;
    font-size: 20px;
}
.hero_bluish_video_bg .btn.btn-primary, .hero_large .btn.btn-primary {
    background: #FB3466;
    color: #fff;
    border: 2px solid #fff;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.8);
}
.btn.btn-prominent {
    background: #ED3967;
    color: #fff;
    border: 1px solid #ED3967;
}
.btn:hover {
    transform: scale(1.02,1.02);
}


.why_for_institutions {
    margin: 160px 0 120px 0;
}
.why_for_institutions__prime {
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
}
.why_for_institutions__prime__heading {
    font-size: 64px;
    letter-spacing: -2px;
    line-height: 72px;
    font-weight: bold;
    margin-bottom: 32px;
}
.why_for_institutions__prime__heading strong {
    font-weight: 800;
    color: #00709C;
}
.why_for_institutions__prime__body {
    color: #4E6172;
    font-size: 18px;
    line-height: 32px;
}
.why_for_institutions__block {
    position: relative;
    margin-bottom: 168px;
}
.why_for_institutions__block:last-child {
    margin-bottom: 0;
}
.why_for_institutions__block__copy {
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
}
.why_for_institutions__block__copy__heading {
    color: #282323;
    font-size: 40px;
    letter-spacing: -1.24px;
    line-height: 48px;
    margin-bottom: 24px;
    font-weight: 600;
}
.why_for_institutions__block__copy__body {
    color: #4E6172;
    font-size: 16px;
    letter-spacing: -0.16px;
    line-height: 24px;
}
.why_for_institutions__block__number {
    position: absolute;
    top: 12px;
    left: -100px;
    z-index: 1;
    color: #4E6172;
    opacity: 0.12;
    font-size: 220px;
    letter-spacing: -11px;
    font-weight: bold;
    cursor: default;
    pointer-events: none;
}
.box_info_large {
    padding: 72px;
    padding-right: 40%;
    border-radius: 16px;
    margin-bottom: 80px;
    color: #fff;
    background-color: #002838;
    background-image: url(../images/bg-box-info-large-for-institutions.webp);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: auto 100%;
}
.box_info_large__heading {
    margin-top: -16px;
    margin-bottom: 32px;
    font-size: 56px;
    letter-spacing: -2.4px;
    line-height: 72px;
    font-weight: bold;
}
.box_info_large__body__block {
    margin-bottom: 40px;
    padding-left: 28px;
    position: relative;
}
.box_info_large__body__block:last-child {
    margin-bottom: 0;
}
.box_info_large__body__block__heading {
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
}
.box_info_large__body__block__heading:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 4px;
    background: white;
    height: 24px;
    border-radius: 2px;
}
.box_info_large__body__block__body {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    line-height: 22px;
}
.box_info_large__body__block__body:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 4px;
    background: rgba(255, 255, 255, 0.12);
    height: 100%;
    border-radius: 2px;
}
.box_info_large__body__block__body strong {
    color: #fff;
}


.membership_topics {
    background: url(../images/bg-membership-topics-for-institutions.webp) top center no-repeat;
    background-size: cover;
    padding: 112px 0 70px;
    color: #fff;
}
.membership_topics h2 {
    color: #fff;
    margin-bottom: 80px;
    margin-top: 24px;
    padding-bottom: 10px;
}
.font-weight-400 {
    font-weight: 400 !important;
}
.membership_topics .topics {
    display: grid;
    grid-column-gap: 0;
    grid-row-gap: 0;
    grid-template-columns: auto auto auto auto auto;
}

.membership_topics .topics__item {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 56px;
    cursor: default;
    list-style: none;
}
.membership_topics .topics__item img {
    width: 88px;
    display: inline-block;
    margin-bottom: 8px;
}
.membership_topics .topics__item span {
    font-size: 12px;
    opacity: 0.56;
    font-weight: normal;
}
.membership_topics a {
    color: #fff;
}


.modal_cta_form{
    padding-right: 0 !important;
}
.modal_cta_form .modal-body {
    padding: 10px;
}
.modal_cta_form__copy h2 {
    margin-bottom: 32px;
    font-size: 32px;
    letter-spacing: -0.2px;
    line-height: 30px;
    text-align: center;
    margin-top: 24px;
    padding-bottom: 10px;
}
form .form-group {
    margin-bottom: 32px;
    position: relative;
    z-index: 1 !important;
    transform: scale(0.95, 0.95);
    opacity: 0;
    animation: fadeIn 1s forwards;
}
form .form-group:nth-child(1) {
    animation-delay: 0.25s;
}
form .form-group:nth-child(2) {
animation-delay: 0.5s;
}
form .form-group:nth-child(3) {
animation-delay: 0.75s;
}
form .form-group:nth-child(4) {
animation-delay: 1s;
}
form .form-group:nth-child(5) {
animation-delay: 1.25s;
}
form .form-group:nth-child(6) {
animation-delay: 1.5s;
}
form .form-group:nth-child(7) {
animation-delay: 1.75s;
}
form .form-group:nth-child(8) {
animation-delay: 2s;
}
form .form-group:nth-child(9) {
animation-delay: 2.25s;
}
form .form-group:nth-child(10) {
animation-delay: 2.5s;
}
form .form-group:nth-child(11) {
animation-delay: 2.75s;
}
form .form-group:nth-child(12) {
animation-delay: 3s;
}
form .form-group:nth-child(13) {
animation-delay: 3.25s;
}
button:disabled {
    cursor: not-allowed;
    border: 1px solid #999 !important;
    background: #999 !important;
}
@keyframes fadeIn {
    100% {
      opacity: 1;
      transform: scale(1, 1);
    }
}
form label {
    font-size: 16px;
    font-weight: 600;
}
form input[type=text], form input[type=number], form input[type=email], form select {
    font-size: 16px;
    border: 1px solid #AAA;
    height: inherit;
    min-height: inherit;
    padding: 14px 24px !important;
}
.input_typeahead {
    position: relative;
    z-index: 999;
}
.input_typeahead__suggestions {
    display: none;
    position: absolute;
    top: 56px;
    left: 0;
    width: 100%;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.24);
}
.input_typeahead__suggestions li {
    font-size: 14px;
    border-bottom: 1px solid #EEE;
    cursor: pointer;
    padding: 16px 46px;
    background: url(../images/icon-location-pin.svg) 12px 16px no-repeat;
    background-color: #fff;
    transition: all 0.4s ease;
    list-style: none;
}
form select {
    border-radius: 4px !important;
    padding: 14px 14px !important;
    min-width: 176px;
    margin-right: 6px;
    height: 54px !important;
}
.modal_cta_form__cta {
    width: auto;
    text-align: center;
    margin-top: 40px;
}
.modal_cta_form__cta .btn {
    background: #282323;
    display: inline-block;
    padding: 8px 40px;
    font-size: 16px;
    margin-bottom: 16px;
}
.dropdown-menu {
    min-width: 20rem;
    font-size: 16px;
}
@media screen and (max-width: 1200px){
    .hero-home__header {
        margin-bottom: 32px;
        padding-top: 0;
    }
    img.hero-home__header__logo {
        width: 200px;
    }
    .hero-home__header .dropdown-menu {
        text-align: center;
    }
}
@media screen and (max-width: 1199px){
    .navbar-nav .dropdown-menu {
        box-shadow: none;
        border: none;
    }
    .navbar-dark .dropdown-item {
        color: #fff;
    }
}
@media screen and (max-width: 991px){
    img.hero-home__header__logo {
        width: 240px;
        margin-top: 6px;
    }
    .modal_cta_form .modal-body {
        padding: 10px;
    }
}
@media screen and (max-width: 767px){
    .hero_large {
        padding-bottom: 80px;
    }
    img.hero-home__header__logo {
        margin-top: 0;
    }
    .hero-home__header__links__item a {
        height: 30px;
        line-height: 30px;
        font-size: 16px;
        padding: 0 12px;
    }
    h1.h1-bluish-video-bg {
        font-size: 40px;
        line-height: 48px;
        letter-spacing: -0.32px;
    }
    .box_info_large__heading {
        font-size: 40px;
        letter-spacing: -0.4px;
        line-height: 48px;
        margin-bottom: 48px;
    }
    .why_for_institutions {
        margin: 64px 0;
    }
    .why_for_institutions__prime {
        position: inherit;
        top: auto;
        margin-bottom: 88px;
    }
    .why_for_institutions__prime__heading {
        font-size: 40px;
        letter-spacing: -0.4px;
        line-height: 48px;
        margin-bottom: 16px;
    }
    .why_for_institutions__block {
        margin-bottom: 96px;
    }
    .why_for_institutions__block__number {
        top: 12px;
        left: -56px;
        font-size: 160px;
        letter-spacing: -7px;
        font-weight: bold;
        cursor: default;
        pointer-events: none;
    }
    .box_info_large {
        padding: 48px;
        background-image: none;
    }
    .membership_topics {
        background: linear-gradient(0deg, #001b27 0%, #005c80 100%);
        padding: 56px 0;
    }
    .membership_topics h2 {
        margin-bottom: 48px;
    }
    .membership_topics .topics {
        grid-column-gap: 0;
        grid-row-gap: 32px;
        grid-template-columns: auto auto auto;
    }
    .membership_topics .topics__item img {
        width: 56px;
        margin-bottom: 4px;
    }
    .membership_topics .topics__item span {
        font-size: 16px;
    }
    .membership_topics .topics__item {
        font-size: 12px;
        margin-bottom: 0;
    }
    .btn-xl {
        padding: 0 40px;
        line-height: 48px;
        font-size: 16px;
    }
    .modal_cta_form__copy h2 {
        font-size: 24px;
    }
    form label {
        font-size: 14px;
        line-height: 22px;
    }
    .input_typeahead__suggestions li {
        font-size: 12px;
        line-height: 18px;
        padding: 12px 46px;
        background-position: 12px 8px;
    }
}
@media screen and (max-width: 575px){
    .membership_topics .topics {
        grid-column-gap: 0;
        grid-row-gap: 32px;
        grid-template-columns: auto auto;
    }
    .why_for_institutions__block__copy__heading {
        font-size: 35px;
    }
    .why_for_institutions__block__number {
        left: -10px;
        font-size: 140px;
    }
}
@media screen and (max-width: 420px){
    .box_info_large__heading {
        font-size: 30px;
    }
}