video.backdrop {
    object-fit: cover;
}

.main-content {
    position: absolute;
    top: 120px;
}

.main-content h1 {
    text-shadow: 0px 0.9px 2px #000000A8;
}

.main-content p {
    margin-bottom: 40px;
}

/* Support Section */

.backdrop:nth-child(2) .support-section {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0;
    height: 100%;
    color: #424753;
}

.backdrop:nth-child(2) .support-wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 320px;
    font-size: 16px;
    line-height: 24px;
    margin: 0 auto 40px auto;
}

.backdrop:nth-child(2) .support-wrap div:first-of-type {
    font-size: 20px;
    font-weight: 700;
    margin: 16px 0 8px 0;
}

.backdrop:nth-child(2) .support-wrap img {
    width: 100%;
}

/* Partners Section */

.backdrop:nth-child(3) .container div:first-of-type {
    color: #000;
    font-size: 24px; line-height: 24px;
    font-weight: 700;
    text-align: center;
    margin-top: 48px;
}

.backdrop:nth-child(3) .partners {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    margin: 25px 0;
}

.backdrop:nth-child(3) .partners::before {
    display: none;
}

.backdrop:nth-child(3) .partners .trade-partner {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px !important;
    width: calc(50% - 20px);
    min-width: 0; min-height: 0;
    max-width: 100%; max-height: 100%;
    mix-blend-mode: multiply;
}

.backdrop:nth-child(3) .partners .trade-partner img {
    max-width: 100%;
    max-height: 100%;
}

/* Contact Section */

.backdrop:nth-child(4) .contact-section {
    display: flex;
    justify-content: space-between;
    color: #000;
    padding: 22px 0;
}

.backdrop:nth-child(4) .contact-link div:first-of-type {
    font-size: 32px; font-weight: 700;
}

.backdrop:nth-child(4) .contact-link a {
    font-size: 16px; font-weight: 600;
}

.contact-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: 100%;
}

.contact-link div:first-of-type {
    font-size: 16px; line-height: 1;
    font-weight: 900;
}

.contact-link div:nth-of-type(2) {
    font-size: 16px;
    line-height: 24px;
    color: #424753;
    margin: 16px 0 0 0;
}

.contact-link a {
    line-height: 21px;
    font-weight: 900;
    color: #000;
    margin-top: 12px;
}

.contact-imgs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 12px auto;
}

.contact-imgs div {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: calc(50% - 8px); height: auto;
    padding-bottom: 33%;
    margin-bottom: 16px;
}

.contact-imgs img:nth-of-type(even) {
    margin-left: 16px;
}

.backdrop:nth-child(2) .support-section,
.backdrop:nth-child(3) .partners-section,
.backdrop:nth-child(4) .contact-section {
    flex-direction: column;
}

@media (min-width: 768px) {
    .backdrop:nth-child(3) .partners {
        justify-content: space-between;
    }

    .backdrop:nth-child(3) .partners .trade-partner {
        width: 25%;
        min-width: 150px; min-height: 150px;
        margin: auto !important;
    }
}

@media (min-width: 577px) {
    .backdrop:nth-child(2) .support-section,
    .backdrop:nth-child(3) .partners-section,
    .backdrop:nth-child(4) .contact-section {
        flex-direction: row;
    }

    .backdrop:nth-child(2) .support-section {
        padding: 40px 0;
    }

    .backdrop:nth-child(2) .support-wrap {
        width: calc(33.33% - 10px);
    }

    .contact-link {
        max-width: 50%;
    }

    .contact-imgs {
        margin: 12px 0 12px 16px;
    }
}