/* -----------------------------------------

    Press Page Styles

----------------------------------------- */
.js-news-popup {
    position: fixed;
    width: 100vw;
    z-index: 300;
    height: 100vh;
    top: 0;
    background-color: white;
}
.logoSVG {
    fill: var(--black) !important;
    width: 25vh!important;
}
.swiper-slide a {
    width: auto;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-slide a img {
    height: 100%;
}
.closepopupproductnow {
    display: none !important;
}
.closepopupnewsnow {
    right: 2.5rem;
    position: absolute;
    top: 5rem;
    font-size: 2rem;
    z-index: 99999;
    cursor: pointer;
}
.swiper-button-prev {
    transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-button-next {
        font-size: 2rem !important;
        width: 2rem !important;
        height: 2rem !important;
}
.swiper-button-prev:hover,
.swiper-button-next:hover, 
.closepopupnewsnow:hover {
        opacity: .5;
}


.basicPageWrapper {
    margin-top: 20em !important;
}
#pressInquiryModal {
    right: -110%;
    opacity: 0;

    padding: 5% 8% 15% 18%;
    position: fixed;
    height: 100vh;
    background-color: #1d1d1dde;
    color: var(--white);
    top: 0;

    justify-content: space-between;
    align-items: center;
    clip-path: polygon(30% 0, 100% 0%, 100% 100%, 45% 100%, 0% 30%);
    -webkit-clip-path: polygon(30% 0, 100% 0%, 100% 100%, 45% 100%, 0% 30%);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

#pressInquiryModal h2,
#pressInquiryModal p,
#pressInquiryModal input,
#pressInquiryModal a {
    color: var(--white);
}

#ukPressInquiriesForm {
    margin-top: 32px;
}

#ukPressInquiriesForm input {
    background-color: transparent !important;
    -webkit-text-fill-color: #ffffff;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    box-shadow: 0 0 0px 1000px transparent inset;
    border-radius: 0;
    color: var(--white) !important;
    height: 44px;
    border-left: 0 !important;
    border-right: 0 !important;
    border-top: 0 !important;
    border-bottom: 1px solid #ffffff6b !important;
    transition: border-bottom 100ms;
    -webkit-transition: border-bottom 100ms;
    -moz-transition: border-bottom 100ms;
}

#ukPressInquiriesForm input::placeholder {
    -webkit-text-fill-color: #ffffffa8;
    color: #ffffffa8;
}

#ukPressInquiriesForm input:focus {
    border-bottom: 1px solid #fff !important;
    transition: border-bottom 100ms;
}

.formFlex {
    display: flex !important;
    gap: 16px;
}

.fieldGroup {
    display: block;
}

/* .formFlex input,
.formFlex label {
    width: 50% !important;
} */
.fieldGroup input,
.fieldGroup label {
    width: 100%;
    display: block;
    margin-bottom: 8px;
}

.modalTitle {
    font-family: var(--light);
    text-transform: uppercase;
    font-size: 22px;
}

.formSubmitBTN {
    margin-top: 16px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

