@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

html, body {
    height: auto;
    min-height: 100vh;
}

body {
    background: url("../img/bg.png") 0 0 no-repeat #F6F7F9;
    background-size: contain;
    display: flex;
    justify-content: center;
    max-width: none;
}

.popup-social, .popup-social-mobile {
    display: none !important;
}

.header, .content {
    background-color: #fff;
}

.tabs {
    margin-bottom: 0;
    z-index: 1;
}

h1 {
    margin-top: 0;
    padding-top: 0.67em;
}

.wrapper {
    order: 2;
    background-color: transparent;
    width: 1230px;
    box-sizing: border-box;
}

.wrapper-left {
    order: 1;
    margin-right: 10px;
}

.wrapper-right {
    order: 3;
}

.wrapper-left, .wrapper-right {
    font-family: 'Inter', sans-serif;
    display: flex;
    flex-direction: column;
    height: 100vh;
    padding-top: 102px;
    box-sizing: border-box;
}

.wrapper-left {
    width: 335px;
}

.wrapper-right {
    width: 290px;
}

.banner-header, .icon-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'Inter', sans-serif;
}

.icon-logo img {
    width: 200px;
    height: auto;
}

.banner-header {
    margin: 30px 0;
}

.icon-logo-title {
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    font-size: 26px;
    border-left: 2px solid #fff;
    padding-left: 22px;
    margin-left: 30px;
    margin-top: -6px;
}
.icon-laurel {
    width: 340px;
    display: flex;
    justify-content: space-between;
}

.icon-laurel img {
    width: 100px;
    height: auto;
}

.wrapper-left .card:not(:first-child) {
    margin-top: 10px;
}

.card {
    padding: 10px;
    background-color: #fff;
    position: relative;
}

.card .card-img {
    float: left;
    margin-right: 10px;
}

.card .card-body {
    font-weight: 400;
    font-size: 14px;
    color: #152438;
}

.card .card-link {
    margin-top: 10px;
    text-align: right;
}

.card .card-link a {
    font-weight: 700;
    color: #4372BA;
}

.card .card-link a:hover {
    color: #33588E;
}

.card .card-full-link:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
}

.card.banner {
    padding: 28px 0 38px;
    background: url("../img/bg-banner-1.png") 0 100% no-repeat #DEE1E8;
    background-size: cover;
}

.card.banner .card-body, .card.banner .card-bottom {
    padding-left: 24px;
    padding-right: 24px;
}

.card.banner .card-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
}

.card.banner .card-img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.btn {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    padding: 8px 38px;
    border: 1px solid transparent;
    line-height: 1;
    box-sizing: border-box;
}

.btn.btn-lg {
    font-size: 18px;
    padding: 15px 64px;
}

.btn.w-100 {
    padding-left:0;
    padding-right: 0;
}

.btn-primary {
    background-color: #152438;
    border-color: #152438;
    color: #fff;
}

.btn-primary:hover {
    background-color: #243D5F;
}

.ta-center {
    text-align: center;
}

.btn-block {
    display: block !important;
}

.text-primary {
    color: #9e0e11;
}

.w-100 {
    width: 100%;
}

.wrapper-right .card.banner.banner-type-2 {
    padding: 28px 0 38px;
    background: url("../img/bg-banner-2.png") 0 0 no-repeat transparent;
    background-size: contain;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 540px;
}

.wrapper-right .card.banner.banner-type-2 .card-img {
    display: none;
}

.sticky {
    position: sticky;
    top: 0;
    left: 0;
    padding-top: 0;
}

.mark {
    font-size: 12px;
    font-weight: 400;
    padding: 0 5px;
    position: absolute;
    top: 0;
    left: 0;
}

@media (max-width: 1469.98px) {
    .icon-logo-title {
        display: none;
    }
}

@media (max-width: 1229.98px) {
    body {
        flex-direction: column;
        justify-content: flex-start;
    }

    footer {
        padding-bottom: 20px;
    }

    .sticky {
        position: relative;
    }

    .wrapper {
        order: 1;
        width: 100%;
    }

    .wrapper-left {
        order: 3;
        margin-right: 0;
        padding: 20px;
    }

    .wrapper-right {
        order: 2;
        margin-left: 0;
        padding-top: 0;
    }

    .wrapper-left, .wrapper-right {
        justify-content: flex-start;
        height: auto;
        width: 100%;
    }

    .wrapper-right {
        flex-direction: row;
    }

    .wrapper-right .card {
        width: 50%;
    }

    .wrapper-right .card.banner.banner-type-2 {
        background: none;
        height: auto;
    }

    .wrapper-right .card.banner {
        padding: 28px 0;
    }

    .wrapper-right .card.banner.banner-type-2 .card-img {
        display: block;
    }
}

@media (min-width: 700px) and (max-width: 1230px) {
    .wrapper-left .d-md-block, .wrapper-right .d-md-block {
        display: none !important;
    }
    .wrapper-left .d-md-none, .wrapper-right .d-md-none {
        display: block !important;
    }
}

@media (max-width: 575.98px) {
    body {
        background-size: auto;
    }

    .banner-header, .icon-logo {
        flex-direction: column;
    }

    .icon-logo img {
        width: 174px;
        margin-bottom: 28px;
    }

    .icon-laurel {
        width: 100%;
        justify-content: space-around;
    }

    .icon-laurel img {
        width: 92px;
    }

    .wrapper-right {
        flex-direction: column;
    }

    .wrapper-right .card {
        width: auto;
    }
}