:root {
    --mwdi-bg: #222222;
    --mwdi-text: #f4f3f1;
    --mwdi-muted: #c8c5c1;
    --mwdi-gold: #af8b39;
    --mwdi-line: rgba(255, 255, 255, 0.68);
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    background: var(--mwdi-bg);
}

body {
    margin: 0;
    min-width: 320px;
    background: var(--mwdi-bg);
    color: var(--mwdi-text);
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

button,
input {
    font: inherit;
}

img {
    display: block;
    max-width: 100%;
}

.mwdi-page {
    width: 100%;
    overflow: hidden;
    background: var(--mwdi-bg);
}

.mwdi-hero {
    position: relative;
    isolation: isolate;
    min-height: 1180px;
    background-color: var(--mwdi-bg);
    background-image: url("/mwdi-assets/img/hero.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    text-align: center;
}

.mwdi-hero::before {
    position: absolute;
    inset: 0;
    content: "";
    pointer-events: none;
    background:
        linear-gradient(180deg, var(--mwdi-bg) 0%, rgba(34, 34, 34, 0.72) 8%, rgba(20, 15, 14, 0.05) 24%, rgba(34, 34, 34, 0.1) 56%, var(--mwdi-bg) 80%),
        linear-gradient(90deg, rgba(18, 12, 12, 0.2), transparent 36%, transparent 64%, rgba(18, 12, 12, 0.2));
}

.mwdi-hero::after {
    position: absolute;
    z-index: 0;
    inset: 0;
    content: "";
    pointer-events: none;
    background: rgba(34, 34, 34, 0.02);
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    -webkit-mask-image: linear-gradient(180deg, #000 0%, transparent 19%, transparent 63%, #000 100%);
    mask-image: linear-gradient(180deg, #000 0%, transparent 19%, transparent 63%, #000 100%);
}

.mwdi-hero__content,
.mwdi-event {
    position: relative;
    z-index: 1;
}

.mwdi-hero__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 180px 40px 0;
}

.mwdi-brand {
    position: relative;
    display: block;
    width: 340px;
    height: 72px;
    color: var(--mwdi-gold);
    text-decoration: none;
}

.mwdi-brand__finex {
    position: absolute;
    top: 0;
    left: 0;
    width: 197px;
    height: 71px;
}

.mwdi-brand__divider {
    position: absolute;
    top: 0;
    left: 230px;
    width: 1px;
    height: 71px;
    background: var(--mwdi-gold);
}

.mwdi-brand__mark,
.mwdi-brand__year,
.mwdi-brand__caption {
    position: absolute;
}

.mwdi-brand__mark {
    top: 0;
    left: 263px;
    width: 37px;
    height: 53px;
}

.mwdi-brand__year {
    top: 0;
    left: 300px;
    width: 40px;
    height: 71px;
}

.mwdi-brand__caption {
    top: 63px;
    left: 271px;
    width: 26px;
    height: 10px;
}

.mwdi-hero h1 {
    margin: 116px 0 0;
    color: var(--mwdi-gold);
    font-size: clamp(30px, 2vw, 38px);
    font-weight: 300;
    line-height: 1.35;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.mwdi-hero__lead {
    margin: 79px 0 0;
    font-size: 24px;
    line-height: 1.45;
    letter-spacing: 0.12em;
}

.mwdi-event {
    position: absolute;
    right: 0;
    bottom: 68px;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mwdi-event img {
    width: 164px;
}

.mwdi-event__stand {
    margin: 12px 0 0;
    font-size: 16px;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.mwdi-event__task {
    margin: 49px 0 0;
    font-size: 25px;
    line-height: 1.35;
    letter-spacing: 0.12em;
}

.mwdi-story {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(620px, 0.9fr);
    gap: 3.75vw;
    align-items: start;
    padding: 78px 7vw 79px 0;
}

.mwdi-story__visual,
.mwdi-story__visual img {
    width: 100%;
}

.mwdi-story__visual img {
    aspect-ratio: 1280 / 859;
    object-fit: cover;
}

.mwdi-story__copy {
    padding-top: 11px;
}

.mwdi-story h2 {
    margin: 0;
    font-size: 40px;
    font-weight: 300;
    line-height: 1.35;
    letter-spacing: 0.06em;
}

.mwdi-story blockquote {
    margin: 171px 0 0;
    font-size: 24px;
    line-height: 1.45;
    letter-spacing: 0.1em;
}

.mwdi-story blockquote p {
    margin: 0;
}

.mwdi-story cite {
    display: block;
    margin-top: 6px;
    font-style: normal;
    text-align: right;
}

.mwdi-entry,
.mwdi-partners,
.mwdi-location {
    width: min(1170px, calc(100% - 80px));
    margin-inline: auto;
}

.mwdi-rule {
    width: 100%;
    height: 1px;
    background: var(--mwdi-line);
}

.mwdi-entry {
    min-height: 655px;
    text-align: center;
}

.mwdi-entry h2,
.mwdi-partners h2,
.mwdi-location h2 {
    margin: 59px 0 0;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.35;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.mwdi-form {
    position: relative;
    width: 508px;
    margin: 85px auto 0;
    text-align: left;
}

.mwdi-form__field {
    display: block;
    margin-bottom: 20px;
}

.mwdi-form__field input {
    display: block;
    width: 100%;
    height: 36px;
    border: 1px solid #d7d7d7;
    border-radius: 0;
    outline: none;
    background: #f0f0f0;
    color: #1e1e1e;
    padding: 0 16px;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.08em;
    transition: border-color 160ms ease, box-shadow 160ms ease;
}

.mwdi-form__field input:focus-visible {
    border-color: var(--mwdi-gold);
    box-shadow: 0 0 0 2px rgba(175, 139, 57, 0.28);
}

.mwdi-form__field input[aria-invalid="true"] {
    border-color: #c65757;
}

.mwdi-form__agreements {
    margin-top: 36px;
}

.mwdi-check {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    margin-bottom: 11px;
    color: #999795;
    font-size: 10px;
    line-height: 1.25;
    letter-spacing: 0.06em;
    cursor: pointer;
}

.mwdi-check input {
    appearance: none;
    -webkit-appearance: none;
    width: 12px;
    height: 12px;
    flex: 0 0 12px;
    margin: 0;
    border: 1px solid #8f8d8b;
    border-radius: 0;
    background: transparent;
    cursor: pointer;
}

.mwdi-check input:checked {
    border-color: var(--mwdi-gold);
    background: var(--mwdi-gold);
    box-shadow: inset 0 0 0 2px var(--mwdi-bg);
}

.mwdi-check input[aria-invalid="true"] {
    outline: 1px solid #c65757;
}

.mwdi-check a {
    color: inherit;
    text-decoration: none;
}

.mwdi-check a:focus-visible {
    outline: 1px solid var(--mwdi-gold);
    outline-offset: 2px;
}

.mwdi-form__submit {
    display: block;
    width: 122px;
    height: 36px;
    margin-top: 23px;
    border: 0;
    border-radius: 0;
    background: #eeeeee;
    color: #101010;
    font-size: 14px;
    font-weight: 400;
    text-transform: lowercase;
    cursor: pointer;
    transition: background-color 160ms ease, color 160ms ease, opacity 160ms ease;
}

.mwdi-form__submit:hover,
.mwdi-form__submit:focus-visible {
    background: var(--mwdi-gold);
    color: #fff;
}

.mwdi-form__submit:disabled {
    cursor: wait;
    opacity: 0.65;
}

.mwdi-form__message {
    min-height: 0;
    margin: 14px 0 0;
    color: #e8c2c2;
    font-size: 12px;
    line-height: 1.4;
}

.mwdi-form__message:empty {
    display: none;
}

.mwdi-form-success {
    min-height: 360px;
    padding-top: 100px;
    text-align: center;
}

.mwdi-form-success h3 {
    margin: 0;
    font-size: 34px;
    font-weight: 300;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.mwdi-form-success p {
    margin: 26px 0 0;
    font-size: 20px;
    letter-spacing: 0.09em;
}

.mwdi-form__honeypot {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
}

.mwdi-prizes {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 15px;
    width: min(1305px, calc(100% - 80px));
    margin: 17px auto 0;
}

.mwdi-prize {
    position: relative;
    overflow: hidden;
    aspect-ratio: 315 / 450;
    border-radius: 7px;
    background: #4c4a49;
}

.mwdi-prize > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mwdi-prize:nth-child(1) > img {
    object-position: 52% center;
}

.mwdi-prize:nth-child(2) > img {
    object-position: center 47%;
}

.mwdi-prize:nth-child(3) > img {
    object-position: center;
}

.mwdi-prize:nth-child(4) > img {
    object-position: center 26%;
}

.mwdi-prize__shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 45%, rgba(22, 22, 22, 0.12) 55%, rgba(23, 23, 23, 0.9) 100%);
}

.mwdi-prize__copy {
    position: absolute;
    right: 17px;
    bottom: 20px;
    left: 17px;
    text-transform: uppercase;
}

.mwdi-prize__copy span {
    display: block;
    font-size: 44px;
    line-height: 0.95;
    letter-spacing: 0.02em;
}

.mwdi-prize__copy p {
    margin: 9px 0 0;
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: 0.06em;
}

.mwdi-partners {
    margin-top: 77px;
}

.mwdi-partners > h2 {
    margin-top: 57px;
    text-align: center;
}

.mwdi-partner {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 68px;
    align-items: center;
    min-height: 292px;
}

.mwdi-partner:first-of-type {
    margin-top: 42px;
}

.mwdi-partner + .mwdi-partner {
    margin-top: 22px;
}

.mwdi-partner__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 150px;
    text-align: center;
}

.mwdi-partner__logo--centersvet {
    font-size: 50px;
    line-height: 1;
    letter-spacing: -0.06em;
}

.mwdi-partner__logo--sabir {
    font-size: 27px;
    font-weight: 600;
    line-height: 1.24;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.mwdi-partner__logo--como img {
    width: 260px;
}

.mwdi-partner__copy p {
    margin: 0;
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: 0.09em;
}

.mwdi-partner__link {
    display: inline-block;
    margin-top: 28px;
    color: inherit;
    font-size: 16px;
    letter-spacing: 0.1em;
    text-decoration: none;
}

.mwdi-partner__link:hover,
.mwdi-partner__link:focus-visible {
    color: var(--mwdi-gold);
}

.mwdi-partner__link b {
    display: inline-block;
    margin-left: 8px;
    font-size: 24px;
    font-weight: 300;
    line-height: 0;
}

.mwdi-location {
    padding: 0 0 72px;
    text-align: center;
}

.mwdi-location h2 {
    margin-top: 57px;
}

.mwdi-location p {
    margin: 60px 0 0;
    font-size: 25px;
    line-height: 1.35;
    letter-spacing: 0.08em;
}

.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

[hidden] {
    display: none !important;
}

@media (max-width: 1100px) {
    .mwdi-story {
        grid-template-columns: minmax(0, 1.15fr) minmax(390px, 0.85fr);
        gap: 42px;
        padding-right: 42px;
    }

    .mwdi-story blockquote {
        margin-top: 90px;
        font-size: 18px;
    }

    .mwdi-prize__copy p {
        font-size: 13px;
    }

    .mwdi-partner__copy p {
        font-size: 19px;
    }
}

@media (max-width: 700px) {
    html {
        scrollbar-width: none;
    }

    html::-webkit-scrollbar {
        display: none;
    }

    .desktop-only {
        display: none;
    }

    .mwdi-hero {
        min-height: 360px;
        background-image: url("/mwdi-assets/img/hero-mobile.jpg");
        background-size: 100% auto;
    }

    .mwdi-hero::before {
        background: linear-gradient(180deg, var(--mwdi-bg) 0%, rgba(34, 34, 34, 0.62) 7%, transparent 24%, rgba(34, 34, 34, 0.08) 48%, var(--mwdi-bg) 68%);
    }

    .mwdi-hero::after {
        -webkit-backdrop-filter: blur(4px);
        backdrop-filter: blur(4px);
        -webkit-mask-image: linear-gradient(180deg, #000 0%, transparent 18%, transparent 54%, #000 72%);
        mask-image: linear-gradient(180deg, #000 0%, transparent 18%, transparent 54%, #000 72%);
    }

    .mwdi-hero__content {
        padding: 47px 20px 0;
    }

    .mwdi-brand {
        width: 145px;
        height: 31px;
    }

    .mwdi-brand__finex {
        width: 84px;
        height: 30px;
    }

    .mwdi-brand__divider {
        left: 98px;
        height: 30px;
    }

    .mwdi-brand__mark {
        left: 112px;
        width: 16px;
        height: 23px;
    }

    .mwdi-brand__year {
        left: 128px;
        width: 17px;
        height: 30px;
    }

    .mwdi-brand__caption {
        top: 27px;
        left: 115px;
        width: 11px;
        height: 4px;
    }

    .mwdi-hero h1 {
        width: min(335px, 100%);
        margin-top: 40px;
        font-size: 12px;
        line-height: 1.42;
        letter-spacing: 0.12em;
    }

    .mwdi-hero__lead {
        display: none;
    }

    .mwdi-event {
        bottom: 23px;
    }

    .mwdi-event img {
        width: 93px;
    }

    .mwdi-event__stand {
        margin-top: 4px;
        font-size: 10px;
    }

    .mwdi-event__task {
        margin-top: 22px;
        font-size: 9px;
        line-height: 1.35;
        letter-spacing: 0.08em;
    }

    .mwdi-story {
        display: block;
        padding: 33px 0 45px;
    }

    .mwdi-story__visual {
        display: block;
        width: 240px;
    }

    .mwdi-story__copy {
        padding: 21px 20px 0;
    }

    .mwdi-story h2 {
        font-size: 16px;
        line-height: 1.28;
        letter-spacing: 0.08em;
    }

    .mwdi-story blockquote {
        margin-top: 20px;
        font-size: 9px;
        line-height: 1.35;
        letter-spacing: 0.03em;
    }

    .mwdi-story cite {
        margin-top: 8px;
        font-size: 10px;
    }

    .mwdi-entry,
    .mwdi-partners,
    .mwdi-location {
        width: calc(100% - 40px);
    }

    .mwdi-entry {
        min-height: 468px;
    }

    .mwdi-entry h2,
    .mwdi-partners h2,
    .mwdi-location h2 {
        margin-top: 42px;
        font-size: 11px;
        line-height: 1.35;
        letter-spacing: 0.08em;
    }

    .mwdi-form {
        width: 100%;
        margin-top: 53px;
    }

    .mwdi-form__field {
        margin-bottom: 17px;
    }

    .mwdi-form__field input {
        height: 31px;
        padding-inline: 14px;
        font-size: 10px;
    }

    .mwdi-form__agreements {
        margin-top: 29px;
    }

    .mwdi-check {
        gap: 5px;
        margin-bottom: 10px;
        font-size: 7.5px;
        letter-spacing: 0.025em;
    }

    .mwdi-check input {
        width: 10px;
        height: 10px;
        flex-basis: 10px;
    }

    .mwdi-form__submit {
        width: 108px;
        height: 30px;
        margin-top: 19px;
        font-size: 12px;
    }

    .mwdi-form__message {
        font-size: 10px;
    }

    .mwdi-form-success {
        min-height: 350px;
        padding-top: 110px;
    }

    .mwdi-form-success h3 {
        font-size: 24px;
    }

    .mwdi-form-success p {
        font-size: 14px;
    }

    .mwdi-prizes {
        display: block;
        width: 280px;
        margin-top: 11px;
    }

    .mwdi-prize {
        width: 280px;
        min-height: 365px;
        margin-bottom: 20px;
        aspect-ratio: 280 / 365;
    }

    .mwdi-prize__copy {
        right: 14px;
        bottom: 18px;
        left: 14px;
    }

    .mwdi-prize__copy span {
        font-size: 38px;
    }

    .mwdi-prize__copy p {
        margin-top: 7px;
        font-size: 14px;
    }

    .mwdi-partners {
        margin-top: 114px;
    }

    .mwdi-partners > h2 {
        margin-top: 25px;
    }

    .mwdi-partner {
        display: block;
        min-height: 0;
        padding: 35px 8px 25px;
    }

    .mwdi-partner:first-of-type {
        margin-top: 0;
    }

    .mwdi-partner + .mwdi-partner {
        margin-top: 14px;
    }

    .mwdi-partner__logo {
        min-height: 0;
        margin-bottom: 20px;
    }

    .mwdi-partner__logo--sabir {
        font-size: 25px;
        font-weight: 600;
        line-height: 1.25;
        letter-spacing: 0.08em;
        text-transform: uppercase;
    }

    .mwdi-partner__logo--como img {
        width: 230px;
    }

    .mwdi-partner__logo--como {
        height: 90px;
    }

    .mwdi-partner__logo--centersvet {
        font-size: 40px;
    }

    .mwdi-partner__copy p {
        font-size: 9px;
        line-height: 1.35;
        letter-spacing: 0.04em;
    }

    .mwdi-partner:last-of-type {
        padding-top: 28px;
        padding-bottom: 50px;
    }

    .mwdi-partner:last-of-type .mwdi-partner__logo {
        margin-bottom: 30px;
    }

    .mwdi-partner:last-of-type .mwdi-partner__link {
        margin-top: 14px;
    }

    .mwdi-partner__link {
        margin-top: 14px;
        font-size: 11px;
    }

    .mwdi-location {
        padding-bottom: 63px;
    }

    .mwdi-location h2 {
        margin-top: 25px;
    }

    .mwdi-location p {
        margin-top: 19px;
        font-size: 12px;
        line-height: 1.4;
        letter-spacing: 0.055em;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}
