﻿@font-face
{
    font-family: "Franchise Bold";
    src: url("https://www.spreadex.com/extra/fonts/franchisebold/franchise-bold-webfont.eot?");
    src: url("https://www.spreadex.com/extra/fonts/franchisebold/franchise-bold-webfont.eot?") format("embedded-opentype"),url("https://www.spreadex.com/extra/fonts/franchisebold/franchise-bold-webfont.woff") format("woff"),url("https://www.spreadex.com/extra/fonts/franchisebold/franchise-bold-webfont.ttf") format("truetype"),url("https://www.spreadex.com/extra/fonts/franchisebold/franchise-bold-webfont.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face
{
    font-family: "Gobold";
    src: url("https://www.spreadex.com/extra/fonts/Gobold/Gobold%20Regular.woff2") format("woff2"),url("https://www.spreadex.com/extra/fonts/Gobold/Gobold%20Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;/*size-adjust: 75%;*/
}
@font-face
{
    font-family: "Gobold";
    src: url("https://www.spreadex.com/extra/fonts/Gobold/Gobold%20Bold.woff2") format("woff2"),url("https://www.spreadex.com/extra/fonts/Gobold/Gobold%20Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}
@font-face
{
    font-family: "Gobold";
    src: url("https://www.spreadex.com/extra/fonts/Gobold/Gobold%20Italic.woff2") format("woff2"),url("https://www.spreadex.com/extra/fonts/Gobold/Gobold%20Italic.woff") format("woff");
    font-weight: normal;
    font-style: italic;
}
@font-face
{
    font-family: "Gobold";
    src: url("https://www.spreadex.com/extra/fonts/Gobold/Gobold%20Bold%20Italic.woff2") format("woff2"),url("https://www.spreadex.com/extra/fonts/Gobold/Gobold%20Bold%20Italic.woff") format("woff");
    font-weight: bold;
    font-style: italic;
}/* See Conversions here: http://www.demacmedia.com/magento-commerce/magento-tutorials/mini-tutorial-accurately-translating-photoshop-values-css/ *//* See Conversions here: http://www.demacmedia.com/magento-commerce/magento-tutorials/mini-tutorial-accurately-translating-photoshop-values-css/ */
.text-medium-underline
{
    width: 15%;
    margin: auto;
    border-bottom: solid #028290;
}
.sports-landing-page-promotion
{
    min-height: auto;
    min-width: auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sports-landing-page-promotion .content-container
{
    min-width: 0;
    max-width: 1000px;
    display: flex;
    flex-direction: column;
    min-height: auto;
    gap: 30px;
    padding: 0;
}
@media(max-width: 768px)
{
    .sports-landing-page-promotion .content-container
    {
        max-width: 500px;
    }
}
@media(min-width: 769px)
{
    .sports-landing-page-promotion .content-container
    {
        gap: 100px;
        padding: 50px 0;
    }
}
.sports-landing-page-promotion .affiliate-logo
{
    text-align: center;
}
.sports-landing-page-promotion .affiliate-logo img
{
    height: 42px;
    margin-top: 30px;
    margin-bottom: 15px;
}
@media(max-width: 768px)
{
    .sports-landing-page-promotion .affiliate-logo img
    {
        height: 36px;
    }
}
.sports-landing-page-promotion .check-list-item
{
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: Arial;
    width: 100%;
}
.sports-landing-page-promotion .check-list-item img
{
    max-width: 80px;
    padding-right: 20px;
}
.sports-landing-page-promotion .check-list-item .check-list-item-number
{
    color: #fd0000;
    font-size: 70px;
    font-weight: bold;
    padding-right: 20px;
    line-height: normal;
}
.sports-landing-page-promotion .check-list-item .check-list-item-content
{
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
}
.sports-landing-page-promotion .check-list-item .check-list-item-content .check-list-item-title
{
    font-size: 24px;
    line-height: 28px;
    color: #fff;
    font-weight: bold;
}
.sports-landing-page-promotion .check-list-item .check-list-item-content .check-list-item-details
{
    font-size: 16px;
    color: #b8b8b7;
    font-weight: normal;
}
.sports-landing-page-promotion .second-box-title
{
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    font-family: Arial;
}
.sports-landing-page-promotion .second-box-item
{
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: Arial;
    width: 100%;
}
.sports-landing-page-promotion .second-box-item img
{
    max-width: 60px;
    padding-right: 20px;
}
.sports-landing-page-promotion .second-box-item .second-box-item-number
{
    color: #fd0000;
    font-size: 70px;
    font-weight: bold;
    padding-right: 20px;
    line-height: normal;
}
.sports-landing-page-promotion .second-box-item .second-box-item-content
{
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
    line-height: normal;
}
.sports-landing-page-promotion .second-box-item .second-box-item-content .second-box-item-title
{
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    font-weight: bold;
}
.sports-landing-page-promotion .second-box-item .second-box-item-content .second-box-item-details
{
    font-size: 12px;
    color: #b8b8b7;
    font-weight: normal;
}
.sports-landing-page-promotion .payment-methods
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 30px;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
}
.sports-landing-page-promotion .button-wrapper
{
    max-width: 345px;
    background-color: #fd0000;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    font-family: arial;
    text-transform: none;
    color: #fff;
}
.sports-landing-page-promotion .button-wrapper:hover
{
    text-decoration: none;
    background-color: #bd2a2e;
}
.sports-landing-page-promotion .button-wrapper:focus
{
    text-decoration: none;
}
.sports-landing-page-promotion .button-wrapper:visited
{
    text-decoration: none;
}
.sports-landing-page-promotion .vertical-container
{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    width: 100%;
    height: fit-content;
}
.sports-landing-page-promotion .leading-box
{
    align-items: flex-start;
}
.sports-landing-page-promotion .color-box
{
    background-color: #2c2a2a;
    width: 100%;
    border-radius: 10px;
    padding: 15px;
    box-sizing: border-box;
}
@media(min-width: 768px)
{
    .sports-landing-page-promotion .responsive-container
    {
        flex-direction: row;
    }
    .sports-landing-page-promotion .responsive-container .right-image
    {
        order: 2;
    }
    .sports-landing-page-promotion .responsive-container .right-image img
    {
        max-width: 500px!important;
        max-height: 500px!important;
    }
}
.sports-landing-page-promotion .right-image
{
    width: 100%;
    text-align: center;
}
.sports-landing-page-promotion .offer-container
{
    max-width: 350px;
}
.sports-landing-page-promotion .offer-title
{
    color: #fff;
    text-align: center;
    font-family: "Knockout","Franchise Bold",Impact,sans-serif-condensed,Sans-Serif;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 24px;
    letter-spacing: 2px;
}
.sports-landing-page-promotion .button-terms
{
    gap: 15px;
    max-width: 345px;
}
.sports-landing-page-promotion .button-terms .small-terms
{
    font-size: 10px;
    font-family: Arial;
    text-transform: none;
    font-weight: normal;
    text-align: center;
    line-height: normal;
    color: #b8b8b7;
}
.sports-landing-page-promotion .button-terms .small-terms p
{
    margin: 0;
    line-height: 10px;
}
.sports-landing-page-promotion .offer-detail
{
    gap: 10px;
    height: auto;
    font-family: "Knockout","Franchise Bold",Impact,sans-serif-condensed,Sans-Serif;
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
    letter-spacing: 2px;
}
.sports-landing-page-promotion .offer-detail .offer-amount
{
    font-size: 140px;
    line-height: 100px;
}
.sports-landing-page-promotion .offer-detail .offer-in
{
    font-size: 40px;
    line-height: normal;
}
.sports-landing-page-promotion .offer-detail .text-vibrant-red
{
    color: #fd0000;
}
.sports-landing-page-promotion .offer-detail .text-vibrant-yellow
{
    color: #fff200;
}
.sports-landing-page-promotion .offer-detail .offer-condition
{
    color: #fff;
    font-size: 28px;
}
.sports-landing-page-promotion .small-header
{
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-transform: none;
    padding-bottom: 30px;
    line-height: 15px;
    font-family: Arial;
}
.sports-landing-page-promotion .tnc-container
{
    font-family: Arial;
}
.sports-landing-page-promotion .tnc-container .small-header
{
    font-size: 16px;
}
.sports-landing-page-promotion .tnc-container .term-text
{
    color: #b8b8b7;
    text-align: center;
    font-size: 10px;
}
@media(min-width: 768px)
{
    .sports-landing-page-promotion .tnc-container .term-text
    {
        font-size: 12px;
    }
}
.sports-landing-page-promotion .divider
{
    width: 100%;
    border-bottom: 1px solid #868b8d;
}
.sports-landing-page-promotion .responsive-divider
{
    width: 100%;
    border-bottom: 1px solid #868b8d;
}
@media(min-width: 768px)
{
    .sports-landing-page-promotion .responsive-divider
    {
        border-bottom: hidden;
    }
}
.sports-landing-page-promotion .padding-below
{
    padding-bottom: 30px;
}
.sports-landing-page-promotion .sponsorships-container .sponsorships-image
{
    width: 55px;
    height: 55px;
    margin-bottom: 10px;
}
@media(max-width: 1024px)
{
    .sports-landing-page-promotion .sponsorships-container .sponsorships-image
    {
        width: 40px;
        height: auto;
        margin-bottom: 10px;
    }
}
.sports-landing-page-promotion .sponsorships-container .sponsorships-item
{
    margin-top: 5px;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
}
.sports-landing-page-promotion .sponsorships-container .sponsorships-items
{
    display: inline-block;
}
.sports-landing-page-promotion .appDownload
{
    width: 100%;
}
.sports-landing-page-promotion .appDownload .appDownload-links
{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    gap: 30px;
}
.sports-landing-page-promotion .appDownload .appDownload-links .appDownload-item
{
    max-width: 180px;
    width: 35%;
    display: inline-block;
}
.sports-landing-page-promotion .text-vibrant-red
{
    color: var(--landing-border-clr);
}