.page-template-home-5 .mprad-promo-trigger {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    min-height: 38px;
    padding: 0;
    border-radius: 50%;
    overflow: hidden;
    color: #ffffff;
    text-decoration: none;
    background: linear-gradient(135deg, rgba(166, 99, 28, 0.24), rgba(159, 26, 27, 0.32));
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(12px);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.page-template-home-5 .mprad-promo-trigger:hover,
.page-template-home-5 .mprad-promo-trigger:focus {
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-1px);
    border-color: rgba(255, 255, 255, 0.28);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.page-template-home-5 .main-header .nav-outer {
    display: flex;
    align-items: center;
    gap: 18px;
}

.page-template-home-5 .main-header .nav-outer .main-menu {
    float: none;
    margin-right: 10px;
}

.page-template-home-5 .main-header .nav-outer .main-menu .navigation > li {
    margin-left: 34px;
}

.page-template-home-5 .main-header .outer-box {
    float: none;
    margin-left: 0;
}

.page-template-home-5 .mprad-main-teaser {
    position: relative;
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    padding: 5px 0;
}

.page-template-home-5 .mprad-hero-teaser {
    display: none;
}

.page-template-home-5 .mprad-landscape-teaser {
    display: none;
}

.page-template-home-5 .mprad-promo-trigger--main {
    justify-content: flex-start;
    width: auto;
    min-width: 0;
    height: 39px;
    min-height: 39px;
    padding: 9px 16px 9px 12px;
    border-radius: 10px;
    gap: 11px;
    box-sizing: border-box;
    background: linear-gradient(135deg, rgba(166, 99, 28, 0.88), rgba(159, 26, 27, 0.92));
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.page-template-home-5 .mprad-promo-trigger--main:hover,
.page-template-home-5 .mprad-promo-trigger--main:focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.page-template-home-5 .mprad-promo-trigger--main:focus-visible {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.page-template-home-5 .mprad-promo-trigger--main .mprad-promo-trigger__icon {
    width: 20px;
    height: 20px;
    font-size: 9px;
    box-shadow: 0 2px 6px rgba(159, 26, 27, 0.16);
}

.page-template-home-5 .mprad-promo-trigger--main .mprad-promo-trigger__text {
    font-size: 14px;
    line-height: 20px;
}

.page-template-home-5 .mprad-promo-trigger--hero {
    justify-content: flex-start;
    width: auto;
    min-width: 0;
    height: 50px;
    min-height: 50px;
    padding: 10px 20px 10px 14px;
    border-radius: 10px;
    gap: 12px;
    box-sizing: border-box;
}

.page-template-home-5 .mprad-promo-trigger--hero .mprad-promo-trigger__icon {
    width: 24px;
    height: 24px;
    font-size: 10px;
}

.page-template-home-5 .mprad-promo-trigger--hero .mprad-promo-trigger__text {
    font-size: 16px;
    line-height: 30px;
}

.page-template-home-5 .mprad-promo-trigger--landscape {
    justify-content: flex-start;
    width: auto;
    min-width: 0;
    height: 40px;
    min-height: 40px;
    padding: 10px 16px 10px 12px;
    border-radius: 10px;
    gap: 10px;
    box-sizing: border-box;
}

.page-template-home-5 .mprad-promo-trigger--landscape .mprad-promo-trigger__icon {
    width: 20px;
    height: 20px;
    font-size: 9px;
}

.page-template-home-5 .mprad-promo-trigger--landscape .mprad-promo-trigger__text {
    font-size: 14px;
    line-height: 20px;
}

.page-template-home-5 .mprad-promo-trigger__text {
    position: relative;
    z-index: 1;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.01em;
    color: inherit;
    white-space: nowrap;
}

.page-template-home-5 .mprad-promo-trigger:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.16), 0 18px 40px rgba(0, 0, 0, 0.26);
}

.page-template-home-5 .mprad-promo-trigger--main:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.page-template-home-5 .mprad-promo-trigger::before,
.page-template-home-5 .mprad-promo-trigger::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.page-template-home-5 .mprad-promo-trigger::before {
    inset: 1px;
    border-radius: inherit;
    background:
        radial-gradient(circle at 14% 50%, rgba(166, 99, 28, 0.34), transparent 40%),
        radial-gradient(circle at 84% 50%, rgba(159, 26, 27, 0.3), transparent 38%);
}

.page-template-home-5 .mprad-promo-trigger::after {
    inset: -20% -40%;
    background: linear-gradient(112deg, transparent 34%, rgba(255, 255, 255, 0) 42%, rgba(255, 255, 255, 0.55) 50%, rgba(255, 255, 255, 0) 58%, transparent 66%);
    opacity: 0;
    transform: translateX(-180%) skewX(-22deg);
    animation: mpradPromoSweep 5.4s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}

.page-template-home-5 .mprad-promo-trigger__icon {
    position: relative;
    z-index: 1;
}

.page-template-home-5 .mprad-promo-trigger__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    font-size: 10px;
    background: linear-gradient(135deg, #c78637, #9f1a1b);
    box-shadow: 0 8px 18px rgba(159, 26, 27, 0.32);
}

@media only screen and (min-width: 1024px) {
    .mprad-nav-outer-promo {
        display: flex;
        align-items: center;
        gap: 18px;
        float: right;
    }

    .mprad-nav-outer-promo .main-menu {
        float: none;
        margin-right: 10px;
    }

    .mprad-nav-outer-promo .main-menu .navigation > li {
        margin-left: 34px;
    }

    .mprad-nav-outer-promo .outer-box {
        float: none;
        margin-left: 0;
    }

    .mprad-main-teaser--default-header {
        position: relative;
        display: flex;
        align-items: center;
        flex: 0 0 auto;
        padding: 5px 0;
    }

    .mprad-main-teaser--default-header .mprad-promo-trigger {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: flex-start;
        width: auto;
        min-width: 0;
        height: 39px;
        min-height: 39px;
        padding: 9px 16px 9px 12px;
        border-radius: 10px;
        overflow: hidden;
        gap: 11px;
        box-sizing: border-box;
        color: #ffffff;
        text-decoration: none;
        background: linear-gradient(135deg, rgba(166, 99, 28, 0.88), rgba(159, 26, 27, 0.92));
        border: 1px solid rgba(255, 255, 255, 0.12);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
    }

    .mprad-main-teaser--default-header .mprad-promo-trigger:hover,
    .mprad-main-teaser--default-header .mprad-promo-trigger:focus {
        color: #ffffff;
        text-decoration: none;
        transform: translateY(-1px);
        border-color: rgba(255, 255, 255, 0.28);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
    }

    .mprad-main-teaser--default-header .mprad-promo-trigger:focus-visible {
        outline: 0;
        box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.18);
    }

    .mprad-main-teaser--default-header .mprad-promo-trigger::before,
    .mprad-main-teaser--default-header .mprad-promo-trigger::after {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
    }

    .mprad-main-teaser--default-header .mprad-promo-trigger::before {
        inset: 1px;
        border-radius: inherit;
        background:
            radial-gradient(circle at 14% 50%, rgba(166, 99, 28, 0.34), transparent 40%),
            radial-gradient(circle at 84% 50%, rgba(159, 26, 27, 0.3), transparent 38%);
    }

    .mprad-main-teaser--default-header .mprad-promo-trigger::after {
        inset: -20% -40%;
        background: linear-gradient(112deg, transparent 34%, rgba(255, 255, 255, 0) 42%, rgba(255, 255, 255, 0.55) 50%, rgba(255, 255, 255, 0) 58%, transparent 66%);
        opacity: 0;
        transform: translateX(-180%) skewX(-22deg);
        animation: mpradPromoSweep 5.4s cubic-bezier(0.22, 1, 0.36, 1) infinite;
    }

    .mprad-main-teaser--default-header .mprad-promo-trigger__icon {
        position: relative;
        z-index: 1;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        font-size: 9px;
        background: linear-gradient(135deg, #c78637, #9f1a1b);
        box-shadow: 0 2px 6px rgba(159, 26, 27, 0.16);
    }

    .mprad-main-teaser--default-header .mprad-promo-trigger__text {
        position: relative;
        z-index: 1;
        display: inline-block;
        font-size: 14px;
        font-weight: 600;
        line-height: 20px;
        letter-spacing: 0.01em;
        color: inherit;
        white-space: nowrap;
    }
}

.mprad-promo-modal-open {
    overflow: hidden;
}

.mprad-promo-modal {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.mprad-promo-modal.is-open {
    opacity: 1;
    visibility: visible;
}

.mprad-promo-modal__backdrop {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top left, rgba(166, 99, 28, 0.2), transparent 34%),
        radial-gradient(circle at top right, rgba(159, 26, 27, 0.24), transparent 38%),
        rgba(5, 9, 16, 0.82);
    backdrop-filter: blur(14px);
}

.mprad-promo-modal__dialog {
    position: relative;
    z-index: 1;
    width: min(960px, 100%);
    opacity: 0;
    transform: translateY(28px) scale(0.985);
    transition: opacity 0.34s ease, transform 0.34s cubic-bezier(0.2, 0.8, 0.2, 1);
    outline: none;
}

.mprad-promo-modal.is-open .mprad-promo-modal__dialog {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.mprad-promo-modal__chrome {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    padding: 26px;
    background: linear-gradient(160deg, rgba(9, 13, 23, 0.97), rgba(26, 12, 14, 0.95));
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.mprad-promo-modal__chrome::before,
.mprad-promo-modal__chrome::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(10px);
}

.mprad-promo-modal__chrome::before {
    top: -80px;
    left: -70px;
    width: 240px;
    height: 240px;
    background: radial-gradient(circle, rgba(166, 99, 28, 0.42), rgba(166, 99, 28, 0));
}

.mprad-promo-modal__chrome::after {
    right: -90px;
    bottom: -110px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(159, 26, 27, 0.42), rgba(159, 26, 27, 0));
}

.mprad-promo-modal__meta,
.mprad-promo-modal__player-shell {
    position: relative;
    z-index: 1;
}

.mprad-promo-modal__meta {
    max-width: 620px;
    margin-bottom: 18px;
    padding-right: 54px;
}

.mprad-promo-modal__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.34em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.76);
}

.mprad-promo-modal__eyebrow::before {
    content: "";
    width: 36px;
    height: 1px;
    background: linear-gradient(90deg, #a6631c, rgba(255, 255, 255, 0.18));
}

.mprad-promo-modal__title {
    margin: 0 0 12px;
    color: #ffffff;
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.05;
    letter-spacing: -0.03em;
}

.mprad-promo-modal__player-shell {
    padding: 5px;
    border-radius: 18px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.mprad-promo-modal__player-shell::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(135deg, rgba(166, 99, 28, 0.12), transparent 35%, rgba(159, 26, 27, 0.1));
    pointer-events: none;
}

.mprad-promo-modal__player {
    position: relative;
    padding-top: 56.25%;
    border-radius: 14px;
    overflow: hidden;
    background: #04070d;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.32);
}

.mprad-promo-modal__player::before,
.mprad-promo-modal__player::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.28s ease, transform 0.28s ease;
}

.mprad-promo-modal__player::before {
    z-index: 2;
    background:
        radial-gradient(circle at top left, rgba(166, 99, 28, 0.18), transparent 34%),
        radial-gradient(circle at bottom right, rgba(159, 26, 27, 0.22), transparent 38%),
        #04070d;
}

.mprad-promo-modal__player::after {
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    width: 54px;
    height: 54px;
    margin: -27px 0 0 -27px;
    z-index: 3;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background:
        radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.04)),
        rgba(7, 10, 17, 0.82);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 14px 28px rgba(0, 0, 0, 0.24);
    transform: translateY(8px) scale(0.92);
}

.mprad-promo-modal.is-player-loading .mprad-promo-modal__player::before,
.mprad-promo-modal.is-player-loading .mprad-promo-modal__player::after {
    opacity: 1;
}

.mprad-promo-modal.is-player-loading .mprad-promo-modal__player::after {
    transform: translateY(0) scale(1);
}

.mprad-promo-modal__player-frame,
.mprad-promo-modal__player iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    opacity: 1;
    transition: opacity 0.28s ease;
}

.mprad-promo-modal.is-player-loading .mprad-promo-modal__player-frame,
.mprad-promo-modal.is-player-loading .mprad-promo-modal__player iframe {
    opacity: 0;
}

.mprad-promo-modal__close {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    appearance: none;
    -webkit-appearance: none;
    color: #ffffff !important;
    background: linear-gradient(180deg, rgba(20, 26, 38, 0.96), rgba(10, 14, 22, 0.94)) !important;
    background-color: rgba(14, 18, 28, 0.96) !important;
    background-image: none !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 10px 24px rgba(0, 0, 0, 0.2);
    transition: transform 0.24s ease, background-color 0.24s ease, box-shadow 0.24s ease;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    outline: none !important;
    text-decoration: none;
}

.mprad-promo-modal__close-icon {
    display: block;
    line-height: 1;
    font-size: 28px;
    font-weight: 300;
    color: inherit !important;
    -webkit-text-fill-color: currentColor;
}

.mprad-promo-modal__close::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mprad-promo-modal__close:hover,
.mprad-promo-modal__close:focus {
    background: linear-gradient(180deg, rgba(34, 40, 54, 0.98), rgba(18, 22, 32, 0.96)) !important;
    transform: rotate(90deg);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14), 0 10px 20px rgba(0, 0, 0, 0.18);
}

.mprad-promo-modal__close:focus {
    outline: none;
}

.mprad-promo-modal__close:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

@keyframes mpradPromoSweep {
    0%,
    58% {
        opacity: 0;
        transform: translateX(-180%) skewX(-22deg);
    }

    68% {
        opacity: 0.25;
        transform: translateX(-88%) skewX(-22deg);
    }

    80% {
        opacity: 0.42;
        transform: translateX(8%) skewX(-22deg);
    }

    100% {
        opacity: 0;
        transform: translateX(180%) skewX(-22deg);
    }
}

@media only screen and (max-width: 1023px) {
    .mprad-main-teaser--default-header {
        display: none !important;
    }

    .page-template-home-5 .main-header,
    .page-template-home-5 .main-header .main-box,
    .page-template-home-5 .main-header .header-top-two,
    .page-template-home-5 .main-header .logo-box,
    .page-template-home-5 .main-header .nav-outer,
    .page-template-home-5 .main-header .mobile-nav-toggler {
        transition: none !important;
    }

    .page-template-home-5 .main-header.header-style-two.alternate-two.fixed-header .header-top-two {
        display: block !important;
    }

    .page-template-home-5 .main-header.header-style-two.fixed-header .main-box {
        padding: 0 !important;
        background-color: transparent !important;
    }
}

@media only screen and (max-width: 1023px) and (max-height: 540px) and (orientation: landscape) {
    .page-template-home-5 .header-top-two .top-right {
        position: relative;
        min-height: 46px;
        padding-left: 14px;
        padding-right: 14px;
        text-align: left;
    }

    .page-template-home-5 .header-top-two .top-right .social-icons {
        display: inline-flex;
        align-items: center;
        float: none;
        position: relative;
        z-index: 1;
    }

    .page-template-home-5 .header-top-two .top-right .social-icons li {
        margin-left: 0;
        margin-right: 14px;
        padding: 10px 0;
    }

    .page-template-home-5 .header-top-two .top-right .mprad-landscape-teaser {
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 2;
    }

    .mprad-promo-modal {
        padding: 10px;
        align-items: flex-start;
        overflow-y: auto;
    }

    .mprad-promo-modal__dialog {
        width: min(100%, 560px, calc((100vh - 96px) * 1.7778));
        margin: auto;
    }

    .mprad-promo-modal__chrome {
        padding: 16px 14px 14px;
        border-radius: 22px;
    }

    .mprad-promo-modal__meta {
        margin-bottom: 10px;
        padding-right: 42px;
    }

    .mprad-promo-modal__eyebrow {
        margin-bottom: 0;
        font-size: 10px;
        letter-spacing: 0.24em;
    }

    .mprad-promo-modal__player-shell {
        padding: 4px;
        border-radius: 16px;
    }

    .mprad-promo-modal__player {
        border-radius: 12px;
    }

    .mprad-promo-modal__close {
        top: 12px;
        right: 12px;
        width: 38px;
        height: 38px;
    }

    .mprad-promo-modal__close-icon {
        font-size: 24px;
    }
}

@media only screen and (max-width: 1024px) {
    .page-template-home-5 .mprad-main-teaser {
        display: none;
    }

    .page-template-home-5 .main-header .nav-outer .main-menu {
        margin-right: 0;
    }

    .page-template-home-5 .main-header .nav-outer .main-menu .navigation > li {
        margin-left: 45px;
    }
}

@media only screen and (max-width: 767px) {
    .mprad-promo-modal {
        padding: 16px;
    }

    .mprad-promo-modal__chrome {
        padding: 20px 16px 16px;
        border-radius: 24px;
    }

    .mprad-promo-modal__meta {
        padding-right: 46px;
        margin-bottom: 18px;
    }

    .mprad-promo-modal__title {
        font-size: 28px;
    }
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
    .page-template-home-5 .banner-conference-two .content-box .mprad-hero-teaser {
        display: block;
        margin-top: 36px;
        margin-bottom: 14px;
    }

    .page-template-home-5 .banner-conference-two .content-box .mprad-hero-teaser + .btn-box {
        margin-top: 0;
    }
}

@media only screen and (max-width: 575px) {
    .page-template-home-5 .mprad-promo-trigger--main {
        padding-right: 14px;
        padding-left: 10px;
        gap: 10px;
    }

    .page-template-home-5 .mprad-promo-trigger--hero {
        padding-right: 16px;
        padding-left: 12px;
        gap: 10px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .page-template-home-5 .mprad-promo-trigger,
    .mprad-promo-modal,
    .mprad-promo-modal__dialog,
    .mprad-promo-modal__close,
    .mprad-promo-modal__player::before,
    .mprad-promo-modal__player::after,
    .mprad-promo-modal__player-frame,
    .mprad-promo-modal__player iframe {
        transition: none;
    }

    .page-template-home-5 .mprad-promo-trigger::after {
        animation: none;
        opacity: 0;
    }
}
