* {
    box-sizing: border-box;
}

html.remove-scrolling,
body.remove-scrolling {
    height: 100%;
    margin-top: 60px !important;
    overflow: hidden;
}

/* Gill Sans Bold */
@font-face {
    font-family: "GillSans";
    src: url("https://cdn.promo-now.com/site-files/68da947101a2c7611fb7842c/GillSansMTBold.woff2");
    font-weight: bold;
    font-style: normal;
}

/* Gill Sans Roman (Normal) */
@font-face {
    font-family: "GillSansRoman";
    src: url("https://cdn.promo-now.com/site-files/68da947101a2c7611fb7842c/GillSansMT.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

/* Gill Sans Roman Bold Itlaic */
@font-face {
    font-family: "GillSansBoldItalic";
    src: url("https://cdn.promo-now.com/site-files/68da947101a2c7611fb7842c/GillSansMTBoldItalic.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

/* Gumbo Regular (Normal) */
@font-face {
    font-family: "Gumbo";
    src: url("https://cdn.promo-now.com/site-files/68da947101a2c7611fb7842c/Gumbo-Regular.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "celebrationSans";
    src: url("https://cdn.promo-now.com/site-files/68da947101a2c7611fb7842c/CelebrationsSans-SemiBold.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

:root {
    --gold: #CEA752;
    --red: #D12B26;
    --headerRed: #ED1C24;
    --white: #fff;
    --darkRed: #9b1c22;
}

html {
    scroll-behavior: smooth;
    font-size: 1rem;
    line-height: 1;
}

body {
    font-family: "GillSansRoman", sans-serif;
    background: var(--red);
    color: var(--white);
    margin: 0;
}

header {
    background: var(--headerRed);
}


.headerImg {
    width: 100%;
    height: 100%;
    max-width: 1025px;
    margin: 0 auto;
    position: relative;
    margin-top: 40px
}

.headerImg i {
    background: url(https://cdn.promo-now.com/site-files/68da947101a2c7611fb7842c/headerImgUpdatedC.jpg) center no-repeat;
    background-size: contain;
    width: 100%;
    padding-bottom: 61.9%;
    display: block;
}

.prizeReveal {
    border: 5px solid var(--gold);
}

/* nav */

.navButton {
    display: flex;
    z-index: 1;
    position: absolute;
    align-items: center;
    gap: 8px;
    margin: 0;

}

.navButton b {
    width: 20px !important;
    height: 14px !important;

}

nav .controls {
    right: 64px !important;
    top: 12px !important;

}

.navButton i {
    height: 2px !important;
}

.navButton i:nth-child(2),
.navButton i:nth-child(3) {
    top: 6px !important;
}

.navButton::after {
    content: "MENU";
}

.navButton.open::after {
    content: "";
}

nav.open {
    position: fixed;
}

.invalid {
    border: none !important;
}

/*  reset the X position back*/
nav.open .controls {
    right: 2rem !important;
    top: 2rem !important;
}

nav .open b {
    width: 40px !important;
    height: 23px !important;
}

.navButton.open i {
    height: 3px !important;
}

.navSectionMobile {
    padding: 20px 0;
    display: flex;
    align-items: center;
}

.nav {
    display: block;
}

.navMenu {
    width: 100%;
    height: 100%;
    position: relative;
    font-size: 16px;
}

.navBtn {
    background: url(/imgs/navButton.svg) center no-repeat !important;
    width: 100% !important;
    padding-bottom: min(22.75px, 100%) !important;
    display: block !important;
    width: min(22.75px, 8.8vw) !important;
}

.navDesk,
.nav {
    width: fit-content;
    position: absolute;
    right: 16px;
    z-index: 1;
    font-family: "GillSansRoman", sans-serif;
}

.navDesk ul,
.nav ul {
    list-style: none;
    display: flex;
    gap: 10px;
    font-size: min(20px, 2vw);
    margin: min(5.6px, 0.6vw) 0;
    list-style: none;
    display: flex;
    align-items: center;
}

.navDesk a,
.nav a {
    text-decoration: none;
    color: var(--white);
}

/* nav desktop */
.navDesk {
    display: none;
}



.screenReaderText {
    color: transparent;
    position: absolute;
    pointer-events: none;
    user-select: none;
}

.container {
    position: relative;
    width: 100%;
    max-width: 1024px;
    padding: 0 20px;
    margin: 0 auto;
    box-sizing: border-box;
}

.headerText {
    padding: 0 15px;
}

.headerText p {
    /* font-size: min(34px, 3vw); */
    font-size: min(34px, 9vw);
    text-align: center;
    line-height: 1;
    margin: min(30px, 3vw) auto;
    /* padding: 0 5px; */

}

.textC {
    text-align: center !important;
}

.prizeReveal.ended {
    animation: fade 1s forwards;
    animation-delay: 5s;
}

#winText {
    opacity: 0;
}

#winText.ended {
    animation: fadeIn 1.5s forwards;
    padding-top: 30px;

}

#winText.ended .headerMed {
    margin-top: 0;
}

/* age gate */
.form-type-ageGate {
    height: 100vh !important;
    /* width: 100vw !important; */
    position: relative;
    display: flex;
    align-content: center;
    align-items: center;
    background: rgba(0, 0, 0, .32) !important;
}

app-page-block-form:has(.form-type-ageGate) {
    position: fixed;
    height: 100% !important;
    left: 0%;
    top: 0;
    width: 100%;
    z-index: 10;
}

.form-type-ageGate .form-container {
    position: relative !important;
}

.ageGateContainer {
    width: 100%;
    height: 100%;
    position: relative;
}

.ageGateContainer i {
    background: url(https://cdn.promo-now.com/site-files/68da947101a2c7611fb7842c/ageGateMob.png) center no-repeat;
    display: block;
    width: 100%;
    max-width: 784px;
    padding-bottom: 141%;
    background-size: contain;
}

.ageGateText {
    position: absolute;
    padding: 0 30px;
    top: 5%;
    color: var(--darkRed);
    margin: 0 auto;
    text-align: center;
    width: 100%;
    left: 0%;
    /* width: 50%;
    left: 25%; */

}

.form-type-ageGate .form-submit {
    background: var(--red) !important;
    color: var(--white) !important;
}


.ageGateHeader {
    font-size: 8.9vw;
    ;
    /* font-size: 40px; */
    margin: 0;
    line-height: 1.3;
}

.ageGateSmallText {
    font-size: 4.4vw;
    line-height: 1.3;
}

.ageLowerText {
    position: absolute;
    top: 200%;
    left: 0%;
    margin: 0 30px;
    font-size: 3vw;
}

.key-dob .mat-form-field-appearance-outline .mat-form-field-flex {
    height: 20vw;
    font-size: 4.7vw;
    display: flex;
    align-items: center;
    align-content: center;
}

.container .month,
.container .year {
    width: 40% !important;
    padding: 0 !important;
    flex-grow: 1;
    text-align: center !important
}

.container .month .mat-select-arrow-wrapper,
.container .year .mat-select-arrow-wrapper {

    position: absolute;
    right: 0px;
}

.key-ageGateContainer .mat-button-wrapper,
.key-ageGateContainer .mat-button,
.key-ageGateContainer .mat-raised-button {
    font-size: 19px !important;
    font-family: 'GillSans' !important;
}

.mat-raised-button {
    font-size: 19px !important;
    font-family: 'GillSansRoman' !important;

}

.mat-select-panel {
    background: var(--red) !important;
}

.mat-select-arrow {
    color: var(--darkRed)
}

.question-dob mat-error {
    color: var(--red) !important;
}

/* .container .month::after {
    content: "|";
} */
.container .day {
    display: none !important;
    width: 15% !important;
    flex-grow: 1;
    text-align: center !important
}

outerContainer {
    max-height: 100vh;
    overflow-y: auto;
}

.day .mat-form-field-label {
    width: 120% !important;
}

.borderLineMob {
    width: 100%;
    display: block;
    height: 1px;
    background: #C6BFAE;
    margin-top: 6.5vw;
    margin-bottom: 6.5vw;
}

.borderLine {
    width: 100%;

    height: 1px;
    background: #C6BFAE;
    display: none;
}

.key-dob {
    position: absolute;
    top: 43.6%;

    left: 50%;
    width: 80vw;
    display: flex !important;
    transform: translate(-50%, 0px);
    color: var(--darkRed) !important;
}

.key-dob .container {
    padding: unset !important;
}

.key-dob+button {
    position: absolute;
    top: 65%;
    display: flex !important;
    transform: translate(-50%, 0px);
    left: 50%;
    width: 83.5%;
    height: 15.4vw;
    justify-content: center;
    align-items: center;

}

form {
    max-width: 784px !important;
    width: 100% !important;
}


@keyframes fade {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        display: none;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.uniqueCode,
.invalidCode {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    max-width: 580px;
    padding: 8px;
}

.uniqueCode i {
    background: url(https://cdn.promo-now.com/site-files/68da947101a2c7611fb7842c/modalUniqueCodeUpadated.jpg) center no-repeat;
    width: 100%;
    padding-bottom: 67%;
    display: block;
    background-size: contain !important;
}

.invalidCode i {
    background: url(https://cdn.promo-now.com/site-files/68da947101a2c7611fb7842c/modalError.jpg) center no-repeat;
    width: 100%;
    padding-bottom: 37%;
    display: block;
    background-size: contain !important;
}

.mat-dialog-content.content:has(.uniqueCodeContainer),
.mat-dialog-content.content:has(.invalidCodeContainer) {

    padding: 0 !important;
}

.cdk-overlay-pane:has(.uniqueCodeContainer),
.cdk-overlay-pane:has(.invalidCodeContainer) {
    width: 100%;
    max-width: min(800px, 80vw) !important;
}



.mat-raised-button.mat-primary {
    background: var(--white) !important;
    color: var(--red) !important;
    border: 1px solid;
}

/* mat-dialog-container {
    padding: 0 !important;
} */

.mat-dialog-container {
    background: var(--white) !important;
    color: var(--darkRed) !important;
}

.mat-icon {
    color: #000 !important;
}

/* form */

.page .mat-form-field-appearance-outline .mat-form-field-outline,
app-preview-entrant .mat-form-field-appearance-outline .mat-form-field-outline {
    color: inherit;
    background: #fff;
}

.mat-form-field-appearance-outline .mat-form-field-outline-start,
.mat-form-field-appearance-outline .mat-form-field-outline-end {
    border: none !important;
}

.mat-form-field-appearance-outline .mat-form-field-outline-gap {
    border: none !important;
}

.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-0.7em) scale(.75) !important;
}

.mat-form-field-label-wrapper {
    top: -1.24375em !important;
}

.mat-form-field-label,
.mat-input-element,
.mat-form-field {
    font-family: "GillSansRoman", sans-serif !important;
    line-height: 1;
    letter-spacing: normal;
}

/* checkbox layout */
.form .mat-checkbox-layout {
    color: #fff;

}

mat-checkbox {
    margin: 1rem auto !important;
}

.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background,
.mat-checkbox-checked.mat-accent .mat-checkbox-background {
    background-color: #ffffff;
}

.question-checkbox section {
    padding: 0 !important;
}

.mat-error {
    color: #fff !important;
}

.mat-form-field-appearance-outline .mat-form-field-infix {
    padding: 0.5em 0;
}

.mat-form-field-appearance-outline .mat-form-field-label {
    top: 1.88375em;
    margin-top: -.25em;
}

.formBorderLine {
    height: 1px;
    order: 5;
    flex: 0 1 auto;
    background-color: var(--white);
    opacity: .5;
}

.question {
    margin: 0 auto !important;
}

.formLink {
    margin: 0em;
    color: var(--white);
    text-decoration: underline;
    font-size: 14px;
    margin-bottom: 0.8em;

}

.itallicFormText {
    margin: 0;
    margin-bottom: 1em;
    color: var(--white);
    font-size: 14px;
}

.formText {
    font-size: 14px;
    color: var(--white);
}

.formTextLarge {
    font-size: 20px !important;
    line-height: 1.2 !important;
    margin-bottom: 0;
}

.regSpan,
.regSpanLarge {
    vertical-align: text-top;
    line-height: normal;
    font-size: 12px !important;
}

.regSpanLarge {
    font-size: 20px !important;


}


.key-code,
.key-findCode,
.key-firstName,
.key-lastName,
.key-email,
.key-mobileNumber,
.key-confMobileNumber,
.key-mandatoryFields,
.key-shareCelebration,
.key-share,
.key-privacy,
.key-marketing,
.key-formSmallText,
.key-formSmallText+button {
    max-width: 420px !important;
}

/* cash prize form */
.key-nameOnBankAccount,
.key-bankName,
.key-accountNumber,
.key-accountNumber+button,
.key-sortCode,
.key-sortCode+button {
    max-width: 420px !important;
}

/* tub form */
.key-houseFlatNumber,
.key-addressLine1,
.key-addressLine2,
.key-postcode,
.key-postcode+button,
.key-selectCounty,
.key-selectCounty+button,
.key-address,
.key-address+button {
    max-width: 420px !important;
}

/* voucher form */

.key-vocherCheckbox,
.key-vocherCheckbox+button {
    max-width: 420px !important;
}

.cdk-overlay-container .mat-option {
    color: #fff !important;
}

/* fot the error to appear only when needed */
.mat-form-field-subscript-wrapper {
    position: relative !important;
}

.mat-card {
    padding: 0 16px !important;
    box-shadow: unset !important;
}

.mat-form-field-wrapper {
    padding-bottom: unset !important;
}

.key-marketing .mat-checkbox,
.key-marketing .mat-checkbox-inner-container {
    margin: 0 !important;
}

.key-marketing .mat-checkbox-inner-container {
    margin-right: 8px !important;
}

.form-submit {
    width: 100%;
    margin: 30px auto !important;
}

.desktopShown {
    display: none;
}

@media(min-width:768px) {
    nav {
        display: none;
    }

    .desktopShown {
        display: block;
    }

    .headerImg {
        margin-top: 0px
    }



    .navDesk,
    .nav {
        right: 48px;
    }

    .headerText {
        padding: 0 30px;

    }

    .navDesk {
        display: block;
    }

    .navSectionMobile,
    .nav {
        display: none;
    }

    .mat-card {
        padding: 0 30px !important;
        box-shadow: unset !important;
    }


    /* age gate */
    .ageGateContainer {
        width: 100%;
        height: 100%;
        position: relative;
    }

    .ageGateContainer i {
        background: url(https://cdn.promo-now.com/site-files/68da947101a2c7611fb7842c/ageGateBG.png) center no-repeat;
        display: block;
        width: 100%;
        max-width: 784px;
        padding-bottom: min(378px, 50%);
        background-size: contain;
    }

    .ageGateText {

        padding: 0 60px;
        top: 10%;
    }

    .ageGateHeader {
        font-size: 40px;

    }

    .ageGateSmallText {
        font-size: 18px;
    }

    .ageLowerText {
        position: absolute;
        top: 220%;
        left: 0%;
        margin: 0 50px;
    }

    .borderLine {
        width: 100%;
        display: block;
        height: 1px;
        background: #C6BFAE;
        position: absolute;
        width: 89.6% !important;
        left: 5% !important;
    }

    .borderLineMob {
        display: none;
    }

    .key-dob {
        position: absolute;
        top: 40%;
        display: flex !important;
        width: 490px;
        transform: translate(-72%, 0px);

    }

    .key-dob+button {
        position: absolute;
        top: 37.5%;
        display: flex !important;
        transform: translate(76%, 0%);
        left: 50%;
        width: 200px;
        height: 64px;
        box-shadow: unset !important;

    }

    .key-dob .mat-form-field-appearance-outline .mat-form-field-flex {
        height: 70px;
        font-size: 21px;
    }

    .headerText p {
        padding: 0px;

    }

    .largePadding p {
        padding: 0px 109px;
    }

    .medPadding p {
        padding: 0 80px;
    }

    .goBackBtn {
        margin: 60px auto !important;
    }

    .mockForm {
        margin: 0px 20px 60px !important;
    }


}

.gumbo {
    font-family: "Gumbo", sans-serif;

}

.headerSmall {
    font-size: min(24px, 5.2vw) !important;
}

.headerMed {
    font-size: min(64px, 9vw) !important;
    letter-spacing: -1px;
}

.headerL {
    font-size: min(96px, 11.3vw) !important;
    letter-spacing: -1px;
}

.smallPrizetext {
    font-size: min(85px, 8vw) !important;

}

.smallText {
    font-size: 20px !important
}

.letterSpSmall {
    letter-spacing: -2px;
}

.flexC {
    display: flex;
    justify-content: center;

}

.mockForm {
    width: 450px;
    height: 920px;
    background: black;
    margin: 0px 20px 45px;
}


.goBackBtn {
    line-height: 4rem;
    padding: 0 1rem;
    min-width: 13.3rem;
    width: fit-content;
    border-radius: 8px;
    text-align: center;
    background: var(--white);
    margin: 45px auto;
    font-size: 20px;
    cursor: pointer;
    text-decoration: none;
    color: var(--red);
    display: block;
}


.vidScrollDiv {
    /* height: 20px; */
    height: 60px;
    width: 100%;

}

.vidScrollDiv.ended {
    animation: fade 1s forwards;
    animation-delay: 5s;
}


.vidContainer {
    width: fit-content;
    margin: 0px auto;

    position: relative;
    max-width: 1024px;
}

video {
    aspect-ratio: 1 / 1;
    height: fit-content;
    width: 100%;
    max-width: 500px;
    max-height: 500px;

}


.mat-radio-button .mat-radio-outer-circle {
    border-radius: 2px !important;
    width: 16px !important;
    height: 16px !important;
    border: 2px solid var(--white) !important;
    background-color: #ffffff00 !important;
    transition: all 0.2s ease;
}

.mat-radio-container {
    width: 16px !important;
    height: 16px !important;
}

.mat-radio-button .mat-radio-inner-circle {
    display: none !important;
}

.mat-radio-button.mat-radio-checked .mat-radio-outer-circle {
    background-color: var(--white) !important;
    border-color: #ffffff00 !important;
    position: relative;
}

.mat-radio-button.mat-radio-checked .mat-radio-outer-circle::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 4px;
    width: 4px;
    height: 9px;
    border: solid #000;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
}

mat-radio-button {
    color: var(--white) !important;
}

.mat-checkbox-checkmark-path {
    stroke-width: 1.5px !important;
}

.mat-checkbox-anim-checked-unchecked .mat-checkbox-checkmark-path {
    animation: none !important;
}

.mat-checkbox-anim-unchecked-checked .mat-checkbox-checkmark-path {
    animation: none !important;
}

mat-radio-button {
    margin: 1rem 0 !important;
}

section:has(mat-radio-button) {
    padding: 0 !important;
}

.mat-dialog-title {
    text-align: center !important;
    font-family: "Gumbo", sans-serif !important;
    font-size: 60px !important;
    padding: 10px 0;
    color: var(--headerRed);

}

.mat-dialog-content:has(.container) {
    color: var(--darkRed) !important;
    text-align: unset !important;
    font-size: 16px !important;
    padding-bottom: unset !important;
}

.mat-dialog-content {
    color: #000 !important;
    text-align: center !important;
    font-size: 24px !important;
    padding-bottom: 2px !important;
}


/* footer */

body {
    background-color: var(--red);
    color: var(--white);
    font-size: 16px;
    line-height: 1;
}

img,
picture {
    display: block;
    max-width: 100%;
    width: 100%;
    height: 100%
}

footer .footer-top-text {
    text-align: unset !important;
    max-width: unset !important;
}

.footerSeeAll {
    font-family: var(--white);
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    line-height: 50px;
    padding: 0 6.25px;
    min-width: 133px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    border-radius: 8px;
    cursor: pointer;
    background-size: 200% 200%;
    background-position: right top
}

.footerTopMenuList {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px
}

.footerTopMenuListItem {
    flex: 0 1 calc(50% - 10px);
    margin: 0 0 26px 0
}

.footerTopMenuLink {
    color: var(--darkRed);
    letter-spacing: 0.5px;
    text-decoration: none;
    font-size: 1rem;
    line-height: 1rem
}

.footerTopMenuLink:hover,
.footerTopMenuLink:focus {
    color: var(--red)
}

.footerPageListLinkContainer {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    column-gap: 10px
}

.footerPageListLink {
    flex: 0 1 calc(50% - 10px);
    margin: 0 0 22px;
    display: flex;
    position: relative
}


.footerPageLinks {
    color: var(--white);
    letter-spacing: 0.5px;
    display: block;
    text-decoration: none;
    font-size: 12px;
    line-height: 13.2px;
}

.footerTopSectionHeader {
    background-color: var(--gold);
}

.footerTopSectionHeader .footerInnerContainer {
    padding: 20px 20px 25px;
    display: flex;
    flex-flow: column nowrap;
    max-width: 1440px;
    margin: 0 auto
}

.footerMidSection {
    position: relative;
    min-height: 400px;
}

.footerMidSection .footerInnerContainer {
    padding: 48px 20px 20px;
    display: flex;
    flex-flow: column nowrap;
    max-width: 1440px;
    margin: 0 auto;
    justify-content: flex-end;
}

.footerSpacerSVGContainer {
    position: relative;
    bottom: -4px;
    width: 100%;

}

.footerSpacerSVGContainer img {
    display: block;
    height: auto;
}


.footerTopMenuContainer {
    flex: 1 1 auto;
    font-family: 'GillSans';
}

.footerSocialContainer {
    margin-bottom: 1rem;
    flex: 0 1 100%;
    order: 1
}

.footerSocialContainer .socialListContainer {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    align-items: center;
    justify-content: flex-start;
    max-width: 90%
}

.footerSocialContainer .socialLinkListItem {
    margin-bottom: 10px;
    flex: 0 1 calc(20% - 10px);
    margin-right: 8px
}

.footerSocialContainer .socialLinkListItem:nth-child(5n)::after {
    content: "\a";
    white-space: pre-line
}

.footerSocialContainer .socialLink svg path {
    fill: var(--white)
}

.footerPageLinksSpacingContainer {
    margin-bottom: 10px;
    flex: 0 1 100%;
    order: 3
}

.emptySpaceFlex {
    margin-bottom: 16px;
    flex: 0 1 100%;
    order: 2;
}

.footerSocialHeader {
    font-family: "GillSans";
    line-height: 1
}

.footerMarketingContainer {
    margin-bottom: 1rem;
    flex: 0 1 100%;
    order: 4
}

.footerLogoImgContianer {
    margin: 20px 0 39px 0
}

.footerLogoImgContianer .footerLogoImg {
    display: block;
    width: 104px;
    height: 39px
}

.footerLogoImgContianer .footerLogoImg {
    height: 100%;
    object-position: left center
}

.footerMarketingText,
.shortTerms {
    font-size: 12px;
    line-height: 19.5px;
    letter-spacing: 0.5px;
}

.footerMarketingText strong {
    letter-spacing: 0.5px
}

.footerLineOne {
    height: 1px;
    order: 3;
    flex: 0 1 auto;
    background-color: var(--white);
    opacity: .5;
    margin: 20px 0 10px;
}

.footerLineTwo {
    height: 1px;
    order: 5;
    flex: 0 1 auto;
    background-color: var(--white);
    opacity: .5
}

.footerBottomContainer {
    display: flex;
    flex-flow: row wrap;
    color: var(--white);
    order: 6;
    flex: 0 1 100%;
    margin: 50px 0 30px;
    line-height: 1.1;
    justify-content: space-between;
    align-items: center;
    flex-basis: 100%;
    position: relative
}

.footerBottomText {
    margin: 0 0 18px;
    flex-basis: 100%;
    font-family: 'GillSans';
}

.youtube,
.facebook,
.instagram,
.x {
    width: 100%;
    height: 100%;
}

.youtube i {
    background: url(https://cdn.promo-now.com/site-files/68da947101a2c7611fb7842c/youtube.svg) left no-repeat;
    display: block;
    padding-bottom: 50%;
    width: 100%;
}

.instagram i {
    background: url(https://cdn.promo-now.com/site-files/68da947101a2c7611fb7842c/instagram.svg) left no-repeat;
    display: block;
    padding-bottom: 50%;
    width: 100%;
}

.facebook i {
    background: url(https://cdn.promo-now.com/site-files/68da947101a2c7611fb7842c/facebook.svg) left no-repeat;
    display: block;
    padding-bottom: 65%;
    width: 100%;
}

.x i {
    background: url(https://cdn.promo-now.com/site-files/68da947101a2c7611fb7842c/x.svg) left no-repeat;
    display: block;
    padding-bottom: 50%;
    width: 100%;
}

.footerSeeAllText {
    position: relative;
    z-index: 1;
    font-size: 14px;
    transition: color .6s cubic-bezier(0.75, 0, 0.25, 0);
    font-family: "GillSans";
}

.footerBottomContainer .footerSeeAll {
    color: var(--white);
    border: 2px solid var(--white);
    width: auto;
    transition: background-position .6s cubic-bezier(0.75, 0, 0.25, 0);
    background: linear-gradient(45deg, var(--white) 50%, transparent 50%);
    background-size: 200% 200%;
    background-position: right top;
    text-decoration: none;
}

/* hover efffect */
.footerBottomContainer .footerSeeAll:hover,
.footerBottomContainer .footerSeeAll:focus-visible {
    background-position: left bottom
}

.footerBottomContainer .footerSeeAll:hover,
.footerBottomContainer .footerSeeAll:focus-visible {
    color: var(--red)
}

.footerBottomContainer .footerSeeAll.no_hover_cta {
    transition: none;
    background-size: 0%;
    background-position: 0%
}

.footerBottomContainer .footerSeeAll.no_hover_cta:hover,
.footerBottomContainer .footerSeeAll.no_hover_cta:focus-visible {
    color: var(--white)
}

.shortTerms {
    order: 8;
}

/* 768 footer */
@media(min-width:768px) {
    .footerSeeAll {
        min-width: 157px;
    }

    .footerTopMenuList {
        height: 100%;
        align-items: center;
        margin-left: 40px;
        column-gap: 10px
    }

    .footerTopMenuListItem {
        flex: 0 0 calc(33% - 10px);
        margin: 0 40px 0 0
    }

    .footerTopMenuLink {
        font-size: 18px;
        line-height: 18px;
    }

    .footerPageListLink {
        flex: 0 1 calc(33% - 10px);
        margin: 0 0 21px
    }

    .footerPageLinks {
        font-size: 14px;
        display: flex
    }

    .footerTopSectionHeader .footerInnerContainer {
        padding: 20px 40px 25px;
        flex-flow: row nowrap
    }

    .footerTopSectionHeader .footerInnerContainer {
        flex-flow: row nowrap;
        padding: 10px 40px 14px
    }

    .footerMidSection .footerInnerContainer {
        flex-flow: row wrap;
        padding: 20px 40px
    }

    .footerSocialContainer {
        flex: 0 1 50%
    }

    .footerSocialContainer .socialLinkListItem {
        margin-right: 0;
        flex: 0 1 calc(23% - 10px)
    }

    .footerSocialHeader,
    .footerMarketingText strong,
    .footerPageLinks {
        letter-spacing: 0.7px
    }

    .footerSocialHeader {
        flex: 0 1 50%
    }


    .footerLogoImgContianer {
        margin: 20px 0 26px 0
    }

    .footerLogoImgContianer .footerLogoImg {
        width: 141px;
        height: 53px
    }


    .footerMarketingText {
        font-size: 14px
    }

    .footerLineOne,
    .footerLineTwo {
        flex: 0 1 100%
    }

    .footerBottomContainer {
        letter-spacing: 0.7px
    }

    .footerBottomContainer {
        margin: 30px 0 10px;
        font-size: 26px
    }

    .emptySpaceFlex {
        flex: 0 1 50%;
    }
}

/* 1024 */
@media(min-width:1024px) {
    .footerTopMenuListItem {
        flex: 0 1 auto
    }

    .footerPageLinks {
        line-height: 15px
    }

    .footerTopMenuContainer {
        flex: 1 1 100%
    }

    .footerSocialContainer {
        flex: 0 1 33%;
        margin-top: 9px
    }

    .footerPageLinksSpacingContainer {
        flex: 0 1 66%;
        order: 2
    }

    .footerSocialHeader {
        font-size: 18px;
    }


    .footerMarketingContainer {
        flex: 0 1 66%
    }

    .footerLogoImgContianer {
        margin: 20px 0 12px 0
    }

    .footerLogoImgContianer .footerLogoImg {
        width: 212px;
        height: 98px
    }

    .footerMarketingText {
        font-size: 12px
    }

    .footerLineOne {
        display: none
    }

    .footerBottomContainer {
        margin: 30px 0 10px;
        font-size: 28px;
    }

    .emptySpaceFlex {
        flex: 0 1 33%;
        order: 3;
        padding-right: 135px;
        margin-top: 12px;

    }

    video {

        max-width: 600px;
        max-height: 600px;

    }
}

/* 1440 */
@media(min-width:1440px) {

    .footerSeeAll {
        min-width: 202px;
        line-height: 60px;
        letter-spacing: 1.6px;
    }


    .footerTopMenuLink,
    .footerPageLinks,
    .footerMarketingText strong {
        letter-spacing: 1.6px;
    }
}