/* Your styles here */
header {
    z-index: 11;
}

/* nav */
.nav.open>div,
.nav>div>div {
    width: 310px;
}

.desktopText {
    display: none;
}

.screenReaderText {
    position: absolute;
    color: transparent;
    user-select: none;
    overflow: hidden;
}


.nav>div>div .navContainer ul li a {
    font-size: unset;
    font-weight: unset;
    color: #000;
}

.nav>div>div .navContainer ul li a:hover {
    color: var(--red);
}

.navLinkLarge {
    font-size: 21px;
}

.navSocialLinks {
    display: none;

}

.facebookLogo i {
    background: url(/img/facebookLogo.svg) center no-repeat;
    background-size: contain;
    display: block;
    width: 40px;
    height: 57px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
}

.instaLogo i {
    background: url(/img/instaLogo.svg)center no-repeat;
    background-size: contain;
    display: block;
    width: 34px;
    height: 57px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
}

.tictokLogo i {
    background: url(/img/tictokLogo.svg)center no-repeat;
    background-size: contain;
    display: block;
    width: 32px;
    height: 57px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
}

.youtubeLogo i {
    background: url(/img/youtubeLogo.svg)center no-repeat;
    background-size: contain;
    display: block;
    width: 37px;
    height: 57px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
}


.navLinkLight {
    font-size: 18px;
}

.redBtnNav {
    font-size: 14px !important;
    width: fit-content;
    padding: 8px 14px !important;
    text-align: center;
    margin: 15px 20px;
}

.nav>div>div .navContainer ul li {
    border-top: none;
}

.nav>div>div .navContainer ul {
    border-bottom: none;
}

.nav>div>div .navContainer ul li a::after {
    display: none;
}

.mobNavLinks {

    display: flex;
    width: auto;
    padding-left: 20px;
}

.navCircle {
    background: var(--darkGrey);
    border-radius: 50%;
    width: 58px;
    height: 58px;
    display: inline-block;
    margin: 12px 6px 0;
    position: relative;
}

.thankyouSocial.navCircle {
    width: min(58px, 15.47vw);
    height: min(58px, 15.47vw);

}

.thankyouSocial.navCircle.facebookLogo i {
    width: min(41px, 10.94vw);
    height: min(57px, 15.2vw);

}

.thankyouSocial.navCircle.instaLogo i {
    width: min(34px, 9.07vw);
    height: min(57px, 15.2vw);

}

.allInOnTheMove {
    width: 100%;
    height: 100%;
}

.allInOnTheMove i {
    background: url(/img/allInOnTheMove.png) center no-repeat;
    width: 100%;
    padding-bottom: 100%;
    display: block;
    background-size: contain;
}

.radioOptimism {
    width: 100%;
    height: 100%;
}

.radioOptimism i {
    background: url(/img/radioOptimism.png) center no-repeat;
    width: 100%;
    padding-bottom: 100%;
    display: block;
    background-size: contain;
}

/* end of nav */
.logo {
    display: inline-block;
    height: 45px;
    margin: 20px;
    margin-top: 10px;
    margin-bottom: 0px;
}

.logo>i {
    width: 84px;
}

@media screen and (max-width: 600px) {
    a.navButton {
        padding: 20px 20px;

    }
}

a.navButton b {
    background: url(/img/nav.png) center no-repeat;
    width: 30px;
    height: 23px;
    background-size: contain;

}

a.navButton b i,
a.navButton:hover b i,
a.navButton.open b i,
a.navButton.open:hover b i {
    background: none;
}

a.navButton.open {
    position: absolute;
}

.lgLogo {
    width: 50%;
    margin: 10px auto;
}




.lgLogo i {
    background: url(/img/lgLogo.svg) center no-repeat;
    display: block;
    width: 100%;
    padding-bottom: 45%;

}

.greenBlur .lgLogo i {
    filter: brightness(0.7);
}

.headerImgContainer {
    position: relative;
    display: block;
    width: 100%;
    height: 100px;
}

.headerImgContainer>i {
    display: block;
    background: url(/img/promonow-logo.svg) center no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
}

.textWhite {
    color: var(--textWhite) !important;
}

.redText {
    color: var(--red);
}

.creamBG {
    background: var(--cream);
}

.boldFont {
    font-family: 'LGEIHeadline-Bold', sans-serif;
}

.lightFont {
    font-family: 'LGEIHeadline-Light', sans-serif;
}

.marginN {
    margin: 0;
}

/* homepage header */
.headerRedBG {
    background: url(/img/mobileRedBG.jpg) center no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
}

.watchingChangeEWhiteHeader {
    display: block;
    height: 100%;
    width: 90%;
    margin: 0 auto;
    /* margin-top: 0vw; */
    padding-top: 15vw;
}

.postImg {
    width: 50%;
    height: 50%;
    margin: 0 auto;
}

.postImg i {
    background: url(/img/socialPostPlaceholder-min.jpg) center no-repeat;
    padding-bottom: 100%;
    display: block;
    background-size: contain;
}

.watchingChangeEWhiteHeader i {
    background: url(/img/watchingChangesEverythingWhiteHeader.svg)center no-repeat;
    width: 100%;
    display: block;
    padding-bottom: 26.3%;
    background-size: contain;
}

.headerLfont {
    font-size: 5.2vw;
    width: 76%;
    margin: 0 auto;
    padding-top: 5vw;
}

.headerSfont {
    font-size: 3.5vw;
    padding-top: 10.7vw;
}

.headerThreeLogos {
    height: 100%;
    width: 71%;
    margin: 0 auto;
    padding-bottom: 10.7vw;
}

.headerThreeLogos i {
    background: url(/img/headerThreeLogos.png)center no-repeat;
    background-size: contain;
    width: 100%;
    display: block;
    padding-bottom: 20%;
}


/* circle and img  */
.headercircleFlex {
    display: flex;
    align-items: center;
}

.headerCircleContainer {
    /* width: 50%;
    display: flex;
    justify-content: center; */
    width: 40%;
    display: flex;
    margin-left: 2%;

}

.headerCircle {
    background: var(--cream);
    border-radius: 50%;
    display: flex;
    /* width: 45vw;
    height: 45vw; */
    width: 40vw;
    height: 40vw;
    justify-content: center;
    align-items: center;

}

.headerCircleFont {
    font-family: 'LGEIHeadline-Bold', sans-serif;
    font-size: 3.7vw;
    text-align: center;
    line-height: 1;

}

.headerCircleFont span {
    font-size: 6.3vw;

}

.headerCircleFontEnter span {
    font-size: 8vw;
}

.homepagePlayerImg,
.enterPlayerImg,
.thankYouPlayerImg,
.aboutPlayerImg {
    /* width: 50%;
    height: 100%; */
    width: 60%;
    height: 100%;
}

.headerTitle {
    font-size: 13.92vw;
    line-height: 0.9;
    margin: 0;
    padding-top: 15vw;
}

.headerMainText {
    font-size: 8vw;
    width: 63%;
    margin: 0 auto;
    padding-top: 3.2vw;
    line-height: 1;
}

.headerSfontPadding {
    padding-top: 5.7vw;

}

/* .homepagePlayerImg i {
    background: url(/img/homepageHeaderPlayersMobile.png)center no-repeat;
    background-size: cover;
    width: 100%;
    display: block;
    padding-bottom: 128.6%;

    
} */
.homepagePlayerImg {

    overflow: hidden;
    position: relative;
}

.homepagePlayerImg i {
    animation-timing-function: ease-in-out;
    z-index: 0;
    opacity: 0;

}

.homepagePlayerImg i:first-child {
    background: url(/img/headerMainSlideOne.png)center no-repeat;
    background-size: cover;
    width: 100%;
    display: block;
    padding-bottom: 128.6%;
    animation: fade 15s infinite;
    position: relative;
    animation-delay: 0s;



}

.homepagePlayerImg i:last-child {
    background: url(/img/headerMainSlideTwo.png)center no-repeat;
    background-size: cover;
    width: 100%;
    display: block;
    padding-bottom: 128.6%;
    animation: fade 15s infinite;
    animation-delay: 7.5s;
    position: absolute;
    top: 0;



}


@keyframes fade {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.enterPlayerImg i {
    background: url(/img/enterHeaderMob.png)center no-repeat;
    background-size: cover;
    width: 100%;
    display: block;
    padding-bottom: 128.6%;

}

.thankYouPlayerImg i {
    background: url(/img/thankyouHeader.png)center no-repeat;
    background-size: cover;
    width: 100%;
    display: block;
    padding-bottom: 128.6%;

}

.aboutPlayerImg i {
    background: url(/img/aboutHeader.png)center no-repeat;
    background-size: cover;
    width: 100%;
    display: block;
    padding-bottom: 128.6%;

}

.bodyMainTitle {
    width: 59%;
    margin: 0 auto;
    font-size: 6.2vw;
    text-align: center;
}

.bodyMainText {
    text-align: center;
    font-size: 4.1vw;
    line-height: 1.5;
}

.enterMainTextWidth {
    width: 94%;
}

.enterHeaderFormTextWidth {
    width: 100%;
}

.marginTopMainTitle {
    margin-top: 2vw;

}

.redBtn,
.buttonContainer a,
.buttonContainer button {
    background: var(--red);
    padding: 2.8vw 4vw;
    text-decoration: none;
    border-radius: 5vw;
    font-size: 4vw;
    min-width: unset;
    font-weight: unset;
    border: none;
    font-family: var(--mainFont);
}

.buttonContainer a,
.buttonContainer button {
    padding: 2.6vw 4vw;

}

.redBtnMarginBtm {
    margin-bottom: 15vw;
}

.blackBtn {
    padding: 2.2vw 4vw;
    text-decoration: none;
    border-radius: 5vw;
    font-size: 4vw;
    color: #000 !important;
    border: 1px solid;
}

.fixtureBtnMargin {
    /* margin: 15px auto 8px; */
    margin: 4.3vw auto 2.7vw;
}

.creamBG>h1 {
    font-size: 6.25vw;
    text-align: center;
    margin: 0;
    padding-top: 6.7vw;
}

.talkSport {
    width: 100%;
    height: 100%;
}

.talkSport i {
    background: url(/img/talksport.jpg) center no-repeat;
    display: block;
    width: 100%;
    padding-bottom: 100%;
}

.creamBG .flex {
    display: flex;
    gap: 30px;
    align-items: center;
    padding-bottom: 15vw;
    width: 80%;
    margin: 0 auto;
    /* padding-left: 5%; */
}


.talkSport {
    width: 100%;
    height: 100%;
}

.talkSport i {
    background: url(/img/talksport.jpg) center no-repeat;
    display: block;
    width: 100%;
    padding-bottom: 29%;
    background-size: contain;
}

.loveOfRugby {
    width: 100%;
    height: 100%;
}

.loveOfRugby i {
    background: url(/img/rugby.jpg) center no-repeat;
    display: block;
    width: 100%;
    padding-bottom: 42%;
    background-size: contain;
}

/* three cards blur */
.card {
    width: 100%;
    margin: 20px auto;
    text-align: center;
}


.greenBlur {
    background: url(/img/greenBlur.jpg)center no-repeat;
    background-size: 100% 100%;
    width: 65%;
    display: block;
    padding: 20px;
    position: relative;
    margin: 0 auto;
    height: 83.03vw;
    filter: brightness(1.3);
    border: 2px solid var(--cream);
    border-radius: 4.5vw;



}


.cardOneAbout,
.cardThreeAbout {
    width: 100%;
    height: 100%;
}

.cardOneAbout i,
.cardThreeAbout i {
    width: 65%;
    display: block;
    padding: 20px;
    position: relative;
    margin: 0 auto;
    height: 83.03vw;
    border: 2px solid var(--cream);
    border-radius: 4.5vw;
}

.cardOneAbout i {
    background: url(/img/cardOneAbout.jpg)center no-repeat;
    /* background-size: 100% 100%; */
    background-size: cover;

}

.cardThreeAbout i {
    background: url(/img/cardThreeAbout.jpg)center no-repeat;
    /* background-size: 100% 100%; */
    background-size: cover;

}

.enterCard .pinkBlur {
    width: fit-content;
    height: unset;
    border: 2px solid var(--cream);
    border-radius: 4.5vw;


}

.enterCardText {
    font-size: 4.5vw;
    margin-top: 0;
}

.enterCardTextRed {
    width: 90%;
    margin: 0 auto;
    font-size: 4.2vw;
}

.formBGWidth {
    margin: 0 20px;
    border-radius: 1rem;
    width: unset;
    padding: 20px 15px 10px;
    margin-bottom: 20px;
}

.formContainer .field {
    margin: 7.5px 0;
}

.formContainerMargin {
    padding: 10px 0 40px;
}

.pinkBlur {
    background: url(/img/pinkBlur.jpg)center no-repeat;
    background-size: 100% 100%;
    width: 65%;
    display: block;
    padding: 20px;
    position: relative;
    margin: 0 auto;
    height: 83.03vw;
    border: 2px solid var(--cream);
    border-radius: 4.5vw;

}

.card>.creamBG {
    width: 65%;
    display: block;
    padding: 20px;
    position: relative;
    border-radius: 1rem;
    margin: 0 auto;
    height: 83.03vw;
    border: 2px solid var(--cream);
    border-radius: 4.5vw;


}

.greenBlur h3 {
    margin: 0;
    padding-bottom: 5.067vw;
    padding-top: 2vw;

}

/* .placeholderBG {
    background: #fff;
    height: 100%;
    border: 2px solid #000;
} */

.placeholderTextPosition {
    position: absolute;
    width: 80%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #000;

}

.allCards {
    padding-top: 30px;
    overflow: hidden;
}

.thankyouPostContainer.allCards {
    padding-top: 15px;

}

.cardHeaderText,
.companiesHeaderText {
    font-size: 6.23vw;
    text-align: center;
    margin: 0;
    /* padding-top: 3.3vw;
    padding-bottom: 6.667vw; */
    padding-bottom: 5.067vw;
    /* padding-top: 2vw; */

}

.companiesHeaderText {
    padding-top: 3.3vw;

}

.cardThreePadding {
    padding-top: 9.667vw;

}

.cardHeaderText span {
    font-size: 9vw;
}

.cardHeaderTextThree {
    font-size: 6.5vw;
    text-align: center;
    margin: 0;
    padding-top: 9.667vw;
    line-height: 0.8;

}

.cardHeaderTextThree span {
    font-size: 9.7vw;
}

.cardSmallText {
    font-size: 2.5vw;
    padding-top: 6.667vw;
    margin-bottom: 0;
}

.whiteCounterBox {
    background: var(--textWhite);
    border-radius: 3rem;
    color: var(--red);
    font-size: 15vw;
    width: 90%;
    margin: 0 auto;
}

.whiteCounterBox p {
    margin: 0;
}

.cardHeaderTwoText {
    font-size: 5vw;
    width: 90%;
    margin: 0 auto;
    padding-top: 6.667vw;
}



.flex.cardMid {
    display: flex;
    width: 100%;
    align-items: flex-start;
    gap: inherit;
    padding-bottom: 2vw;
    padding-left: 0;
}

.creamBG .flex>.englandLogo {
    display: flex;
    width: 70%;
    margin: 0 auto;
}

.englandLogo {
    width: 27%;
    height: 100%;
    margin: 0 auto;
}

.englandLogo i {
    background: url(/img/englandLogo.svg) center no-repeat;
    width: 100%;
    padding-bottom: 100%;
    display: block;
}

span .englandRugby {
    width: 100%;
    height: 100%;
    margin-top: 5%;
    margin-left: -10%;

}

.rugbyLogo {
    width: 47%;
    height: 100%;
    margin: 0 auto;
}

.rugbyLogo i {
    background: url(/img/rubgyEnglandLogo.svg) center no-repeat;
    width: 100%;
    padding-bottom: 57%;
    display: block;
}

.cardTwoText {
    font-size: 3.69vw;
    width: 91%;
    margin: 0 auto;
    display: block;
    text-align: left;
}

.cardTwoText span {
    display: flex;
    width: 63%;
}

.cardMid .englandLogo+p {
    text-align: left;
    margin: 0;
    width: 238.5%;
    font-size: 3.69vw;
}

/* emd of cards */
.bodyTitlePartner {
    margin: 0 auto;
    font-size: 6.2vw;
    text-align: center;
}

.bodyTitleMarginTop {
    margin-top: 0.5em;
}

.boldTextPartner {
    font-size: 5vw;
    text-align: center;
    width: 80%;
    margin: 1em auto;

}

.fixtureBorder {
    padding: 1rem;
    border-radius: 1rem;
    border: 2px solid var(--cream);
    margin: 20px auto;
    width: 60%;
}

.fixtureText {
    font-size: 4.6vw;
    width: 100%;
    margin: 0;

}

.paddingBtmL {

    padding-bottom: 30px;
}

.paddingBtmXL {
    padding-bottom: 16vw;
    /* padding-bottom: 60px; */
}

.placeholderLogo {
    width: 25%;
    margin: 10px 0;
    height: 100%;
}

.companiesFlex {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;

    justify-content: center;


}

.companiesFlex .lgLogo {
    width: 30%;
}

.placeholderLogo i {
    background: url(/img/placeHolder.png) center no-repeat;
    background-size: contain;
    width: 100%;
    padding-bottom: 29%;
    display: block;

}

/* redSection */
.redSectionBG {
    background: url(/img/redSectionBG.jpg) center no-repeat;
    width: 100%;
    padding-bottom: 13%;
    position: relative;
    background-size: cover;
}

.redSectionTextContainer {
    padding: 8vw;
    padding-top: 10.7vw;
}

.redSectionBG a {
    color: var(--textWhite);
}

.smallWidthLink {
    margin: 0 auto;
    width: 72%;
}

.pinkCircleContainer {
    position: relative;
    overflow: hidden;
}

.pinkCircle {
    width: 120%;
    height: 56%;
    position: absolute;
    /* overflow: hidden; */
    transform: translate(-8.4%, -165%);
    z-index: -1;
}

.pinkCircle i {
    background: url(/img/circle.svg) center no-repeat;
    width: 100%;
    padding-bottom: 100%;
    display: block;
}

.posRelFooter {
    position: relative;
    z-index: 5;
    height: 64vw;
}

.footerHeaderTitle {
    font-size: 7.6vw;
    text-align: center;
    margin: 0;
    margin-top: 30px;


}

.footerChangesEverything {
    width: 58%;
    /* height: 100%; */
    margin: 0 auto;

}

.footerChangesEverything i {
    background: url(/img/footerWachingChanges.png) center no-repeat;
    width: 100%;
    padding-bottom: 30%;
    display: block;
    background-size: contain;
}

.footerLogos {
    width: 67%;
    /* height: 100%; */
    margin: 0 auto;
}

.footerLogos i {
    background: url(/img/footerLogos.png) center no-repeat;
    width: 100%;
    padding-bottom: 20%;
    display: block;
    background-size: contain;

}

.flexFooterPeople {
    display: flex;
    justify-content: space-between;
}

.personLeft {
    width: 45%;
    height: 100%;
}

.personLeft i {
    background: url(/img/footerLeftPersonCropped.png) center no-repeat;
    display: block;
    width: 100%;
    padding-bottom: 155%;
    background-size: contain;
}

.personRight {
    width: 45%;
    height: 100%;
}

.personRight i {
    background: url(/img/footerRightPersonCropped.png) center no-repeat;
    display: block;
    width: 100%;
    padding-bottom: 155%;
    background-size: contain;
}

/* footer links  */
footer {
    padding: 5px 0;
    min-height: unset;
}

footer ul {
    display: flex;
    justify-content: space-between;
}

footer ul li a {
    text-decoration: underline;
    font-size: min(16px, 2.5vw);
    font-weight: inherit;
}

footer ul li {
    margin: 0px;
}

footer p {
    font-size: 1.619vw;
    margin: 0;
}


.enterCard {
    width: auto;
    margin: 20px;
    margin: 30px 20px;
}

.enterCardWidth {
    width: 100%;
}

/* form */

.formContainer input[type="text"] {
    padding: 10px 15px;
    color: #000;

}

.formContainer label {
    padding-left: 15px;
    font-size: 5.1vw;
    color: #000;
    margin-bottom: 0;
}

.selectContainer {
    border: none;
}

.formContainer select {
    border-radius: 50px;
    padding: 10px 15px;
    color: #000;
}

.formContainer label .mandatory,
.blackText {
    color: #000;
}

.formContainer .checkboxContainer>a {
    border-radius: 50%;
    border: none;
    width: 20px;
    height: 20px;
}

.formContainer {
    margin: 20px auto 0;
}

.formContainer .checkboxContainer>a i {
    font-size: 15px;
}

.formContainer .checkboxContainer {
    padding: 4px 0 0 25px;
}

.field.field_privacy,
.field.field_terms {
    padding-left: 10px;
}

.formContainer .error.active {
    padding-left: 15px;
}

.formContainer .checkboxContainer label a {
    color: var(--red);
}

.formContainer .checkboxContainer label,
.mandatoryFields {
    font-size: 3vw;
    padding-left: 0;
    padding-right: 0px;
}


.mandatoryFields {
    text-align: center;
}

.buttonContainer {
    text-align: center;
}

/* desktop */
@media screen and (min-width: 600px) {
    .headerRedBG {
        background: url(/img/desktopRedBG.jpg) center no-repeat;
        background-size: 100% 100%;
    }

    .deskHeaderFlex {
        display: flex;
        justify-content: space-between;
    }

    .deskFlexLeft {
        display: flex;
        flex-direction: column;
        width: 50%;
        padding-left: min(24px, 2vw);
        max-width: 600px;
    }

    .deskFlexLeftTwo {
        padding-left: min(53px, 4.5vw);
    }

    .desktopText {
        display: contents;
    }


    .watchingChangeEWhiteHeader {
        display: block;
        height: unset;
        width: 100%;
        margin: 0 auto;
        /* margin-top: 0vw; */
        /* padding-top: 3vw; */
        padding-top: min(36px, 3vw);
    }

    .watchingChangeEWhiteHeader i {
        padding-bottom: min(129px, 22%);
    }

    .headerThreeLogos {
        height: unset;
        padding-bottom: unset;
    }

    .headerThreeLogos i {
        padding-bottom: min(66px, 16%);
    }

    .deskFlexRight {
        display: flex;
        width: 50%;
        max-width: 600px;
    }

    .headerLfont {
        font-size: min(21px, 1.8vw);
        width: 100%;
        margin: 0 auto;
        /* padding-top: 1.3vw; */
        padding-top: min(16px, 1.3vw);
    }

    .headerSfont {
        font-size: min(1.5vw, 18px);
        padding-top: min(32px, 2.7vw);
    }

    .headerCircleContainer {
        margin-left: unset;
        justify-content: flex-end;
        margin-right: min(3px, -0.5%);
    }

    .headerCircle {
        max-width: 220px;
        max-height: 220px;
        height: 18.3vw;
        width: 18.3vw;
        box-shadow: #00000034 0px 0px 34px 0px;
    }

    .headerCircleFont {
        /* font-size: 1.75vw; */
        font-size: min(21px, 1.75vw);
    }

    .headerCircleFont span {
        /* font-size: 3vw; */
        font-size: min(36px, 3vw);
    }

    .headerCircleFontEnter span {
        font-size: min(45px, 3.8vw);
    }

    /* .homepagePlayerImg {
        width: 67%;
    } */

    /* .homepagePlayerImg i {
        background: url(/img/homepageHeaderPlayersDesk.png) center no-repeat;
        background-size: contain;
        width: 100%;
        display: block;
        padding-bottom: min(376px, 101%);
    } */
    .homepagePlayerImg i:first-child {
        background: url(/img/headerMainSlideOneDesk.png)center no-repeat;
        background-size: 100% 100%;
        width: 100%;
        display: block;
        padding-bottom: min(373px, 107.2%);
    }

    .homepagePlayerImg i:last-child {
        background: url(/img/headerMainSlideTwoDesk.png)center no-repeat;
        background-size: 100% 100%;
        width: 100%;
        display: block;
        padding-bottom: min(373px, 107.2%);
    }

    /* nav */
    header {
        width: 100%;
        margin: 0 auto;
    }

    .navWidth {
        position: relative;
        width: 94%;
        margin: 0 auto;
        max-width: 1600px;
        display: flex;
    }


    a.navButton {
        padding: 19px 40px;
        padding-left: 0;
    }


    /* main */
    .bodyMainTitle {
        width: 100%;

        font-size: min(30px, 2.5vw);
    }

    .bodyMainText {

        font-size: min(18px, 1.5vw);
    }

    .marginTopMainTitle {
        margin-top: min(24px, 2vw);
    }

    .redBtnMarginBtm {
        margin-bottom: min(80px, 6.7vw);
    }

    .redBtn,
    .buttonContainer a,
    .buttonContainer button {
        background: var(--red);
        /* padding: 1vw 1.2vw; */
        padding: min(12px, 1vw) min(15px, 1.3vw);
        text-decoration: none;
        border-radius: 5vw;
        /* font-size: 1.4vw; */
        font-size: min(16px, 1.4vw);
    }

    .buttonContainer button {
        padding: min(8px, 1vw) min(12px, 1.2vw);
        font-size: min(14px, 1.4vw);
    }

    .field.field_privacy {
        margin-top: min(10px, 0.85vw) !important;

    }

    .creamBG>h1 {
        /* font-size: 2.55vw; */
        font-size: min(30px, 2.55vw);
        padding-top: min(30px, 2.5vw);

    }

    .creamBG .flex {
        width: 40%;
        max-width: 480px;
        padding-left: min(14px, 1%);
        padding-bottom: min(30px, 2.5vw);

    }

    .creamBG .flex.cardMid {
        width: 100%;
    }


    .cardHeaderText,
    .companiesHeaderText {
        /* font-size: 2.55vw; */
        font-size: min(30px, 2.55vw);
        padding-bottom: 10px;
        padding-top: 5px;
    }

    .cardHeaderText span {
        /* font-size: 3.6vw; */
        font-size: min(43px, 3.6vw);
    }

    .cardHeaderTextThree {
        /* font-size: 2.55vw; */
        font-size: min(30px, 2.55vw);
        padding-top: 30px;
    }

    .cardHeaderTextThree span {
        /* font-size: 5.1vw; */
        font-size: min(44px, 3.7vw);
    }

    .flex.cardMid {
        padding-bottom: 10px;
    }

    .whiteCounterBox {
        /* font-size: 6vw; */
        font-size: min(72px, 6vw);
        width: 100%;
    }

    .cardHeaderTwoText {
        /* font-size: 2vw; */
        font-size: min(22px, 2vw);
        padding-top: 20px;
    }

    .lgLogo {
        width: 45%;
    }

    .cardSmallText {
        padding-top: 20px;
    }

    .cardSmallText {
        /* font-size: 1vw; */
        font-size: min(10px, 0.95vw);
        padding-top: min(20px, 1.65vw);
    }

    .allCards {
        padding-top: 40px;
    }

    .thankyouPostContainer.allCards {
        padding-top: 0px;
    }


    .greenBlur,
    .card>.creamBG,
    .pinkBlur,
    .enterCard .pinkBlur,

    .cardOneAbout i,
    .cardThreeAbout i {
        /* width: 75%;
        height: 36.222vw; */
        width: 80%;
        max-width: 304px;
        height: min(341px, 35.8vw);
        padding: min(20px, 1.65vw);
        border-radius: min(18px, 1.5vw);
    }

    .greenBlur h3 {
        padding-bottom: 20px;
        padding-top: 5px;
    }

    .cardMid .englandLogo+p,
    .cardTwoText {

        /* font-size: 1.52vw; */
        font-size: min(17.2px, 1.52vw);
    }


    .flexCards {
        display: flex;
        margin: 0 auto;
        width: 95%;
        max-width: 1140px;
    }


    .bodyTitlePartner {
        /* font-size: 2.5vw; */
        font-size: min(30px, 2.5vw);
    }

    .boldTextPartner {
        /* font-size: 1.9vw; */
        font-size: min(21px, 1.9vw);
    }

    /* partnership */
    .englandLogo {
        width: 26%;
    }

    .blackBtn {
        /* padding: 1.2vw 1.2vw; */
        padding: min(14px, 1.2vw);
        /* font-size: 1.3vw; */
        font-size: min(16px, 1.3vw);
    }

    .fixtureBtnMargin {
        /* margin: 15px auto 8px; */
        margin: 0 auto;
        margin-top: min(2.2vw, 26.4px);
        margin-bottom: min(1.7vw, 20px);
    }

    .rugbyLogo {
        width: 47%;
    }


    .fixtureText {
        /* font-size: 1.9vw; */
        font-size: min(22px, 1.9vw);
    }

    .fixtureBorder {
        width: 40%;
        display: flex;
        flex-direction: column;
        margin: 10px auto;
    }

    .flexCards.paddingBtmL {
        width: 69%;
        max-width: 828px;
    }

    .paddingBtmL {

        padding-bottom: 40px;
    }

    .companiesFlex {
        gap: 40px;
        margin: 0 auto;
        max-width: 1000px;
        justify-content: space-around;
        padding: 0 5vw;
        padding-inline: min(30px, 5vw);


    }

    .companiesFlex .lgLogo {
        width: 17.5%;
    }

    .companiesFlex .lgLogo i {
        padding-bottom: min(90px, 7.5vw);
    }

    .placeholderLogo {
        width: 14%;
        max-width: 140px;
    }

    .paddingBtmXL {
        padding-bottom: min(80px, 6.7vw);
    }

    /* red section */
    .redSectionBG {
        background: url(/img/redSectionBG.jpg) top no-repeat;
        padding-bottom: 0;
        background-size: cover;
    }

    .redSectionTextContainer {
        width: 64%;
        margin: 0 auto;
        padding: 40px;
        /* padding-top: 50px; */
    }

    .redSectionTextContainerAbout {
        width: 61%;

    }

    .smallWidthLink {
        width: 100%;
    }

    /* footer Section */
    .pinkCircleContainer {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .posRelFooter {
        position: absolute;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        z-index: 5;
        text-align: center;
        width: fit-content;
    }

    .flexFooterPeople {
        width: 100%;
        align-items: flex-end;
        /* optional depending on visuals */
    }

    .personLeft,
    .personRight {
        width: 23%;
        max-width: 276px;
        margin: 20px 0;
    }

    .personLeft i {
        background: url(/img/footerLeftPerson.png) center no-repeat;
        background-size: contain;
        padding-bottom: 112%;
    }

    .personRight i {
        background: url(/img/footerRightPerson.png) center no-repeat;
        background-size: contain;
        padding-bottom: 112%;
    }

    .footerHeaderTitle {
        font-size: min(40px, 3.4vw);
        margin-top: min(42px, 3.5vw);
    }

    .footerChangesEverything {
        width: 86%;

    }

    .footerLogos {
        width: 100%;

    }

    .pinkCircle {
        width: 170%;
        max-width: 607px;
        max-height: 430px;
        height: 56%;

        left: 50%;
        transform: translate(-50%, -28%);
    }

    footer {
        padding: 10px 0;
    }

    .footerContainer {
        max-width: 500px;
        padding: 0;
    }

    footer p {
        font-size: 9px;
    }

    .navCircle {
        background: var(--darkGrey);
        border-radius: 50%;
        width: 38px;
        height: 38px;
        display: inline-block;
        margin: 12px 5px 0;
        position: relative;
    }

    .navSocialLinks {
        display: flex;
        width: 100%;
        justify-content: flex-end;
        padding-right: 80px;
    }

    .mobNavLinks {
        display: none;
    }

    .facebookLogo i {
        width: 26px;
        height: 37px;
    }

    .instaLogo i {
        width: 24px;
        height: 37px;
    }

    .tictokLogo i {
        width: 22px;
        height: 37px;

    }

    .youtubeLogo i {
        width: 24px;
        height: 37px;
    }

    .headerTitle {
        font-size: min(68.5px, 5.72vw);
        padding-top: min(80px, 6.7vw);

        width: 100%;
        text-align: left;

        margin: 0 auto;
        margin-left: min(23px, 4%);

    }

    .headerMainText {
        font-size: min(40px, 3.3vw);
        padding-top: min(16px, 1.3vw);
        width: min(522px, 91%);
        text-align: left;
    }

    .enterPlayerImg,
    .thankYouPlayerImg,
    .aboutPlayerImg,
    .homepagePlayerImg {
        width: 61%;

    }

    .enterPlayerImg i {
        background: url(/img/enterHeaderDesk.png) center no-repeat;
        background-size: 100% 100%;
        width: 100%;
        display: block;
        padding-bottom: min(373px, 107.2%);
    }

    .thankYouPlayerImg i {
        background: url(/img/thankyouHeaderDesk.png) center no-repeat;
        background-size: 100% 100%;
        width: 100%;
        display: block;
        padding-bottom: min(373px, 107.2%);
    }

    .aboutPlayerImg i {
        background: url(/img/aboutHeaderDesk.png)center no-repeat;
        background-size: 100% 100%;
        width: 100%;
        display: block;
        padding-bottom: min(373px, 107.2%);

    }

    .enterCardWidth {
        width: 65%;
        margin: 0 auto;
    }

    .enterCardText {
        width: 75%;
        font-size: min(23px, 1.9vw);
        margin: 0 auto;
        margin-top: 0;
        padding-top: 10px;
    }

    .enterCardTextRed {
        width: 77%;
        font-size: min(21px, 1.7vw);
        padding-top: 20px;
    }

    .formContainer label {
        padding-left: unset;
        font-size: min(23px, 1.8vw);
        width: 31%;
        padding-right: 10px;
    }

    .inputContainer {
        display: flex;
        align-items: center;
    }

    .formContainer .selectContainer {
        width: 102%;

    }

    .formContainer .checkboxContainer label,
    .mandatoryFields {
        /* font-size: min(10px, 0.95vw); */
        font-size: min(12px, 1.55vw);

        width: 100%;
    }

    .formContainer {
        width: 92%;
        max-width: unset;
        margin-bottom: min(10px, 00.85vw);
    }

    .formBGWidth {
        width: 250%;
        margin: unset;
        padding-bottom: 0;
        padding: min(20px, 1.7vw) min(15px, 1.25vw) 0;
    }

    .formContainer .field {
        margin: min(5px, 0.42vw) 0;
    }

    .enterCard {
        width: 140%;
        max-width: 380px;
        margin: 0 0px;
    }

    .enterCard .pinkBlur {
        height: auto;
    }

    .buttonContainer {
        margin: min(5px, 0.4vw) 0 min(15px, 1.6vw);
    }

    .formContainer input[type="text"],
    .formContainer select {
        padding: min(7.5px, 0.625vw) min(15px, 1.25vw);
        font-size: min(1em, 1.15vw);
    }

    .formContainer input[type="text"],
    .formContainer select,
    .formContainer .selectContainer i.arrow,
    .formContainer .error.active {
        font-size: min(1em, 1.15vw);
    }

    .formContainer .checkboxContainer>a {
        width: min(20px, 1.67vw);
        height: min(20px, 1.67vw);
    }

    .formContainer .selectContainer i.arrow {

        padding-top: min(10px, 0.85vw);
        width: min(40px, 3.4vw);
    }

    .formContainer .checkboxContainer {
        min-height: min(28px, 2.4vw);
        padding: min(4px, 0.34vw) 0 0 min(25px, 2.1vw);
    }

    .formContainerMargin {
        margin-top: 40px;
        margin-bottom: 60px;
    }

    .formContainer .checkboxContainer>a i {
        font-size: min(15px, 1.25vw);
    }

    .formContainer .error.active {
        padding-left: unset;
    }

    /* end of form  */
    .thankYouTextContainer {
        width: min(803px, 67%);
    }

    .postImg {
        width: 100%;
        height: unset;
    }

    .thankyouPostContainer .card {
        width: 30.1%;
    }

    .thankyouPostContainer.flexCards {
        width: 76%;
        max-width: 912px;
    }
}









@media screen and (min-width: 1600px) {
    body {
        zoom: 1.3;
    }

    #modal {
        height: 100%;
        width: 100%;
        zoom: 0.8;
    }
}




@media screen and (min-width: 2000px) {
    body {
        zoom: 1.7;

    }


}

@media screen and (min-width: 3000px) {
    body {
        zoom: 2.5;
    }


}