body {
    margin: 0;
    background: #f3f3f3;
    font-family: Arial, Helvetica, sans-serif;
    color: #111
}

.top {
    height: 130px;
    background: #fff;
    border-bottom: 3px solid #99bd22;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #888
}

.nav {
    height: 92px;
    background: #fff;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #eee
}

.nav div {
    width: 190px;
    border-left: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 800;
    color: #de8500
}

.nav div:last-child {
    border-right: 1px solid #eee
}

.uni-promo.inner {
    position: relative !important;
    overflow: hidden !important;
    background: linear-gradient(90deg, #fff 0%, #fff7ea 28%, #f1c27d 60%, #df8a1e 100%) !important;
    box-shadow: 0 16px 34px rgba(0, 0, 0, .08) !important;
}

.upm-container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 24px
}

.upm-grid {
    display: grid;
    grid-template-columns:1.4fr 1fr 1fr .95fr;
    gap: 28px;
    min-height: 300px;
    align-items: stretch
}

.upm-col {
    padding: 32px 0 30px
}

.upm-badge {
    display: inline-flex;
    align-items: center;
    margin: 0 0 12px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .78);
    color: #c87200;
    font-size: 11px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: .04em
}

.upm-title {
    display: block;
    margin: 0 0 12px;
    color: #111;
    text-decoration: none
}

.upm-title strong {
    display: block;
    font-size: 28px;
    line-height: 1.05;
    letter-spacing: -.02em
}

.upm-title span {
    display: block;
    margin-top: 6px;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 800;
    color: #2d2d2d
}

.upm-text {
    max-width: 420px;
    margin: 0 0 18px;
    color: #2a2a2a;
    font-size: 14px;
    line-height: 1.56
}

.upm-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap
}

.upm-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 18px;
    border-radius: 7px;
    font-size: 13px;
    line-height: 1;
    font-weight: 900;
    text-decoration: none;
    transition: .15s
}

.uni-promo .upm-btn-primary {
    background: #000;
    color: #fff !important;
}

.upm-btn-primary:hover {
    background: #252525
}

.upm-btn-light {
    background: rgba(255, 255, 255, .82);
    color: #111;
    border: 1px solid rgba(0, 0, 0, .16)
}

.upm-btn-light:hover {
    background: #fff;
    border-color: #111
}

.upm-heading {
    margin: 5px 0 15px;
    color: #c87200;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 900
}

.upm-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.upm-list li {
    margin: 0 0 7px
}

.upm-list a {
    position: relative;
    display: block;
    padding-left: 16px;
    color: #111;
    text-decoration: none;
    font-size: 13.4px;
    line-height: 1.24;
    font-weight: 800
}

.upm-list a:before {
    content: "";
    position: absolute;
    left: 0;
    top: .52em;
    width: 6px;
    height: 6px;
    background: #d98108
}

.upm-list a:hover {
    color: #c87200;
    text-decoration: underline
}

.upm-mini {
    display: grid;
    gap: 10px;
    margin-top: 2px
}

.upm-mini-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 11px 12px;
    border-radius: 10px;
    background: rgba(255, 255, 255, .58);
    border: 1px solid rgba(255, 255, 255, .65)
}

.upm-mini-icon {
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #111;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 900
}

.upm-mini-title {
    margin: 0 0 2px;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.2
}

.upm-mini-text {
    margin: 0;
    color: #3b3b3b;
    font-size: 12px;
    line-height: 1.35
}

.upm-panel {
    height: 207px;
    min-height: 207px !important;
    margin: 42px 0 0;
    padding: 16px 18px;
    border-radius: 13px;
    background: rgba(255, 255, 255, .82);
    border: 1px solid rgba(255, 255, 255, .85);
    box-shadow: 0 18px 34px rgba(0, 0, 0, .12);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center
}

.upm-panel-num {
    font-size: 34px;
    line-height: .95;
    font-weight: 950;
    color: #d98108;
    letter-spacing: -.04em
}

.upm-panel-label {
    max-width: 170px;
    margin: 6px auto 10px;
    color: #111;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 900
}

.upm-panel-points {
    width: 100%;
    margin: 0 0 12px;
    padding: 10px 0;
    border-top: 1px solid rgba(0, 0, 0, .12);
    border-bottom: 1px solid rgba(0, 0, 0, .12);
    display: grid;
    gap: 7px;
    color: #333;
    font-size: 12px;
    font-weight: 800
}

.upm-panel-link {
    color: #111;
    text-decoration: none;
    font-size: 13px;
    font-weight: 900
}

.upm-panel-link:hover {
    color: #c87200;
    text-decoration: underline
}

.division-img {
    position: absolute;
    right: 70px;
    bottom: 18px;
    width: 300px;
    opacity: .18;
    pointer-events: none
}

.content {
    height: 500px;
    background: #fff
}

@media (max-width: 900px) {
    .upm-grid {
        grid-template-columns:1fr 1fr
    }

    .division-img {
        display: none
    }
}

@media (max-width: 620px) {
    .upm-grid {
        grid-template-columns:1fr
    }

    .upm-col {
        padding: 22px 0 0
    }

    .upm-panel {
        margin: 10px 0 24px
    }
}
