@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-color: #FDDE41;
    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: 168px;
    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: 367px;
    height: auto;
}

.banner-header {
    margin: 36px 0;
}

.wrapper-left .card:not(:first-child) {
    margin-top: 10px;
}

.card {
    padding: 20px;
    background-color: #fff;
    position: relative;
    border-radius: 20px;
}

.card:not(.banner) .card-img {
    float: left;
    margin-right: 10px;
}

.card .card-body {
    font-weight: 400;
    font-size: 16px;
    color: #152438;
}

.card .card-link {
    margin-top: 10px;
    text-align: right;
}

.card .card-link a {
    font-weight: 700;
    color: #6663A7;
}

.card .card-link a:hover {
    color: #535188;
}

.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 20px 38px;
    background-color: #6663A7;
    background-image: url("../img/bg-banner-1.png"), url("../img/bg-banner-1.png"), url("../img/bg-banner-1.png");
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: -37px -7px, 129px 59px, -37px 125px;
    border-radius: 12px;
}

.card.banner .card-title {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 73px;
}

.card.banner .card-img {
    display: block;
    margin: 52px auto 65px;
}

.btn {
    display: inline-flex;
    white-space: nowrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    padding: 8px 16px;
    border: 1px solid transparent;
    line-height: 1;
    box-sizing: border-box;
    border-radius: 12px;
    height: 40px;
    transition-property: background-color, color, border-color, box-shadow;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
}

.btn.btn-lg {
    font-size: 18px;
    border-radius: 8px;
    height: 57px;
}

.btn.w-100 {
    padding-left:0;
    padding-right: 0;
}

.btn-primary {
    color: #ffffff;
    background-color: #6663a7;
    border-color: #6663a7;
}

.btn-primary:hover {
    background-color: #000000;
}

.btn-yellow {
    color: #000000;
    background-color: #fdde41;
    border-color: #fdde41;
}

.btn-yellow:hover {
    background-color: #E7C51B;
    border-color: #E7C51B;
}

.ta-center {
    text-align: center;
}

.btn-block {
    display: block !important;
}

.text-primary {
    color: #9e0e11;
}
.text-white {
    color: #fff;
}

.w-100 {
    width: 100%;
}

.wrapper-right .card.banner.banner-type-2 {
    margin-top: 62px;
    padding: 38px 0;
    background: url("../img/bg-banner-2.png") -334px -176px no-repeat transparent;
    background-size: 900px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 506px;
}

.wrapper-right .card.banner.banner-type-2 .card-img {
    width: 100%;
    height: auto;
    display: none;
}

.wrapper-right .card.banner.banner-type-2 .card-title {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 26px;
}

.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: 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 {
        margin-top: 0;
        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 {
        margin: 16px 0 0;
    }

    .banner-header, .icon-logo {
        flex-direction: column;
    }

    .icon-logo img {
        width: 174px;
        margin-bottom: 28px;
    }

    .wrapper-right {
        flex-direction: column;
    }

    .wrapper-right .card {
        width: auto;
    }
}