@font-face {
    font-family: 'Sharp Sans No1';
    src: url('../fonts/SharpSansDispNo1-Black.woff2') format('woff2'),
      url('../fonts/SharpSansDispNo1-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

.container--hootclub-header {
    max-width: 1310px;
    margin: 0 auto !important;
    width: 100%;
    padding: 0 20px;
}

.hootclub-header {
    /* replace with bg image */
    background: #75c2ce url(../images/bg-football-rewards-mobile.jpg) center center no-repeat;
    background-size: cover;
    padding-top: 60px;
}

.hootclub-header__inner {
    position: relative;
}

.hootclub-header__left {
    text-align: center;
    align-content: center;
    padding-bottom: 60px;
}

.hootclub-header__right {
    max-width: 500px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}

.hootclub-header__content {

}

.hootclub-header__logo {
    width: 460px;
    max-width: 100%;
    display: block;
    margin: 0 auto 40px auto;
}

.hootclub-header__heading {
    color: #501c00;
    font-family: 'Sharp Sans No1', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 24px;
    letter-spacing: 1px;
}

.hootclub-header__description {
    color: #501c00;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    line-height: 150%;
}

.hootclub-header__coupon-code {
    display: block;
    margin: 0 auto 20px auto;
    width: 200px;
    max-width: 100%;
    height: auto;
}

.hootclub-header__buttons {
    display: flex;
    width: 470px;
    max-width: 100%;
    margin: 0 auto;
}

.hootclub-header__button {
    flex: 0 1 50%;
}

.hootclub-header__button:first-child {
    padding-right: 20px;
}

.hootclub-header__button:last-child {
    padding-left: 20px;
}

.hootclub-header__button img {
    display: block;
}

.hootclub-header__disclaimer {
    font-size: 10px;
    line-height: 150%;
    font-weight: normal;
    margin-top: 40px;
    position: absolute;
    bottom: 20px;
    left: 0;
    text-align: center;
    width: 100%;
    z-index: 2;
}

.hootclub-steps {
    background-color: #FF5500;
    color: white;
    padding: 20px;
    border-radius: 12px;
    max-width: 400px;
    margin: 0 auto;
    font-size: 15px;
    position: relative;
    margin-bottom: 60px;
}

.hootclub-steps ol,
.hootclub-steps p {
    line-height: 120%;
}

.hootclub-steps ol {
    padding-inline-start: 20px;
}

.hootclub-steps ol li {
    margin-bottom: 10px;
}

.hootclub-steps ol li:last-child {
    margin-bottom: 0;
}

.hootclub-steps ol li strong {
    font-weight: 900;
}

.hootclub-steps__heading {
    font-family: 'Sharp Sans No1', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 1px;
}

.hootclub-header__faqs-link {
    position: absolute;
    bottom: -60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    left: 0;
    width: 100%;
    font-family: 'Sharp Sans No1', sans-serif;
    font-weight: 900;
    letter-spacing: 1px;
    font-size: 20px;
}

.hootclub-header__faqs-link a {
    color: #501c00;
    border-bottom: solid 1px #501c00;
}

.hootclub-header__image {
    max-width: 300px;
    margin: 0 auto -1px auto;
}

@media (min-width: 768px) {
    .hootclub-header__right {
        position: relative;
        overflow: hidden;
    }

    .hootclub-steps {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        z-index: 1;
        margin-top: -30px;
        padding-right: 110px;
        width: 75%;
        max-width: 75%;
        padding-right: 25%;
    }

    .hootclub-header__faqs-link {
        width: 67.5%;
    }

    .hootclub-header__image {
        width: 50%;
        float: right;
        position: relative;
        z-index: 2;
        max-width: 400px;
    }
}

@media (min-width: 1024px) {
    .hootclub-header {
        background-image: url(../images/bg-football-rewards.jpg);
    }

    .hootclub-header__inner {
        display: flex;
    }

    .hootclub-header__left,
    .hootclub-header__right {
        flex: 0 1 50%;
        max-width: 50%;
    }

    .hootclub-header__left {
        padding-bottom: 100px;
    }

    .hootclub-header__right {
        /*padding-left: 40px;*/
        align-content: end;
    }

    .hootclub-header__heading {
        font-size: 44px;
        margin-bottom: 30px;
    }

    .hootclub-header__description {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .hootclub-header__description span {
        display: block;
    }

    .hootclub-header__coupon-code {
        margin-bottom: 40px;
    }

    .hootclub-steps {
        padding-right: 30%;
        left: 40px;
    }

    .hootclub-header__faqs-link {
        width: 62.5%;
        font-size: 42px;
        bottom: -80px;
    }

    .hootclub-header__disclaimer {
        width: 70%;
    }

    /*.hootclub-header .container {
        max-width: 1270px;
    }*/
}

@media (min-width: 1270px) {


    .hootclub-header__image {
        max-width: 500px;
    }

    .hootclub-steps {
        padding-right: 35%;
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
