    .text.jsx-4097765725 {
        text-align: left;
        color: #F0F0EA;
        font-family: Calibre, sans-serif;
        font-size: 14px;
        font-weight: bold
    }

    .MuiContainer-root {
        width: 100%;
        display: block;
        box-sizing: border-box;
        margin-left: auto;
        margin-right: auto;
        padding-left: 16px;
        padding-right: 16px
    }
    
    @media (min-width:600px) {
        .MuiContainer-root {
            padding-left: 24px;
            padding-right: 24px
        }
    }
    
    .MuiContainer-disableGutters {
        padding-left: 0;
        padding-right: 0
    }
    
    @media (min-width:600px) {
        .MuiContainer-fixed {
            max-width: 600px
        }
    }
    
    @media (min-width:770px) {
        .MuiContainer-fixed {
            max-width: 770px
        }
    }
    
    @media (min-width:1000px) {
        .MuiContainer-fixed {
            max-width: 1000px
        }
    }
    
    @media (min-width:1248px) {
        .MuiContainer-fixed {
            max-width: 1248px
        }
    }
    
    @media (min-width:1920px) {
        .MuiContainer-fixed {
            max-width: 1920px
        }
    }
    
    @media (min-width:0px) {
        .MuiContainer-maxWidthXs {
            max-width: 444px
        }
    }
    
    @media (min-width:600px) {
        .MuiContainer-maxWidthSm {
            max-width: 600px
        }
    }
    
    @media (min-width:1000px) {
        .MuiContainer-maxWidthMd {
            max-width: 1000px
        }
    }
    
    @media (min-width:1248px) {
        .MuiContainer-maxWidthLg {
            max-width: 1248px
        }
    }
    
    @media (min-width:1920px) {
        .MuiContainer-maxWidthXl {
            max-width: 1920px
        }
    }
    
    @media print {
        .MuiDialog-root {
            position: absolute !important
        }
    }
    
    .MuiDialog-scrollPaper {
        display: flex;
        align-items: center;
        justify-content: center
    }
    
    .MuiDialog-scrollBody {
        overflow-x: hidden;
        overflow-y: auto;
        text-align: center
    }
    
    .MuiDialog-scrollBody:after {
        width: 0;
        height: 100%;
        content: "";
        display: inline-block;
        vertical-align: middle
    }
    
    .MuiDialog-container {
        height: 100%;
        outline: 0
    }
    
    @media print {
        .MuiDialog-container {
            height: auto
        }
    }
    
    .MuiDialog-paper {
        margin: 32px;
        position: relative;
        overflow-y: auto
    }
    
    @media print {
        .MuiDialog-paper {
            box-shadow: none;
            overflow-y: visible
        }
    }
    
    .MuiDialog-paperScrollPaper {
        display: flex;
        max-height: calc(100% - 64px);
        flex-direction: column
    }
    
    .MuiDialog-paperScrollBody {
        display: inline-block;
        text-align: left;
        vertical-align: middle
    }
    
    .MuiDialog-paperWidthFalse {
        max-width: calc(100% - 64px)
    }
    
    .MuiDialog-paperWidthXs {
        max-width: 444px
    }
    
    @media (max-width:507.95px) {
        .MuiDialog-paperWidthXs.MuiDialog-paperScrollBody {
            max-width: calc(100% - 64px)
        }
    }
    
    .MuiDialog-paperWidthSm {
        max-width: 600px
    }
    
    @media (max-width:663.95px) {
        .MuiDialog-paperWidthSm.MuiDialog-paperScrollBody {
            max-width: calc(100% - 64px)
        }
    }
    
    .MuiDialog-paperWidthMd {
        max-width: 1000px
    }
    
    @media (max-width:1063.95px) {
        .MuiDialog-paperWidthMd.MuiDialog-paperScrollBody {
            max-width: calc(100% - 64px)
        }
    }
    
    .MuiDialog-paperWidthLg {
        max-width: 1248px
    }
    
    @media (max-width:1311.95px) {
        .MuiDialog-paperWidthLg.MuiDialog-paperScrollBody {
            max-width: calc(100% - 64px)
        }
    }
    
    .MuiDialog-paperWidthXl {
        max-width: 1920px
    }
    
    @media (max-width:1983.95px) {
        .MuiDialog-paperWidthXl.MuiDialog-paperScrollBody {
            max-width: calc(100% - 64px)
        }
    }
    
    .MuiDialog-paperFullWidth {
        width: calc(100% - 64px)
    }
    
    .MuiDialog-paperFullScreen {
        width: 100%;
        height: 100%;
        margin: 0;
        max-width: 100%;
        max-height: none;
        border-radius: 0
    }
    
    .MuiDialog-paperFullScreen.MuiDialog-paperScrollBody {
        margin: 0;
        max-width: 100%
    }
    
    .MuiGrid-container {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box
    }
    
    .MuiGrid-item {
        margin: 0;
        box-sizing: border-box
    }
    
    .MuiGrid-zeroMinWidth {
        min-width: 0
    }
    
    .MuiGrid-direction-xs-column {
        flex-direction: column
    }
    
    .MuiGrid-direction-xs-column-reverse {
        flex-direction: column-reverse
    }
    
    .MuiGrid-direction-xs-row-reverse {
        flex-direction: row-reverse
    }
    
    .MuiGrid-wrap-xs-nowrap {
        flex-wrap: nowrap
    }
    
    .MuiGrid-wrap-xs-wrap-reverse {
        flex-wrap: wrap-reverse
    }
    
    .MuiGrid-align-items-xs-center {
        align-items: center
    }
    
    .MuiGrid-align-items-xs-flex-start {
        align-items: flex-start
    }
    
    .MuiGrid-align-items-xs-flex-end {
        align-items: flex-end
    }
    
    .MuiGrid-align-items-xs-baseline {
        align-items: baseline
    }
    
    .MuiGrid-align-content-xs-center {
        align-content: center
    }
    
    .MuiGrid-align-content-xs-flex-start {
        align-content: flex-start
    }
    
    .MuiGrid-align-content-xs-flex-end {
        align-content: flex-end
    }
    
    .MuiGrid-align-content-xs-space-between {
        align-content: space-between
    }
    
    .MuiGrid-align-content-xs-space-around {
        align-content: space-around
    }
    
    .MuiGrid-justify-content-xs-center {
        justify-content: center
    }
    
    .MuiGrid-justify-content-xs-flex-end {
        justify-content: flex-end
    }
    
    .MuiGrid-justify-content-xs-space-between {
        justify-content: space-between
    }
    
    .MuiGrid-justify-content-xs-space-around {
        justify-content: space-around
    }
    
    .MuiGrid-justify-content-xs-space-evenly {
        justify-content: space-evenly
    }
    
    .MuiGrid-spacing-xs-1 {
        width: calc(100% + 8px);
        margin: -4px
    }
    
    .MuiGrid-spacing-xs-1>.MuiGrid-item {
        padding: 4px
    }
    
    .MuiGrid-spacing-xs-2 {
        width: calc(100% + 16px);
        margin: -8px
    }
    
    .MuiGrid-spacing-xs-2>.MuiGrid-item {
        padding: 8px
    }
    
    .MuiGrid-spacing-xs-3 {
        width: calc(100% + 24px);
        margin: -12px
    }
    
    .MuiGrid-spacing-xs-3>.MuiGrid-item {
        padding: 12px
    }
    
    .MuiGrid-spacing-xs-4 {
        width: calc(100% + 32px);
        margin: -16px
    }
    
    .MuiGrid-spacing-xs-4>.MuiGrid-item {
        padding: 16px
    }
    
    .MuiGrid-spacing-xs-5 {
        width: calc(100% + 40px);
        margin: -20px
    }
    
    .MuiGrid-spacing-xs-5>.MuiGrid-item {
        padding: 20px
    }
    
    .MuiGrid-spacing-xs-6 {
        width: calc(100% + 48px);
        margin: -24px
    }
    
    .MuiGrid-spacing-xs-6>.MuiGrid-item {
        padding: 24px
    }
    
    .MuiGrid-spacing-xs-7 {
        width: calc(100% + 56px);
        margin: -28px
    }
    
    .MuiGrid-spacing-xs-7>.MuiGrid-item {
        padding: 28px
    }
    
    .MuiGrid-spacing-xs-8 {
        width: calc(100% + 64px);
        margin: -32px
    }
    
    .MuiGrid-spacing-xs-8>.MuiGrid-item {
        padding: 32px
    }
    
    .MuiGrid-spacing-xs-9 {
        width: calc(100% + 72px);
        margin: -36px
    }
    
    .MuiGrid-spacing-xs-9>.MuiGrid-item {
        padding: 36px
    }
    
    .MuiGrid-spacing-xs-10 {
        width: calc(100% + 80px);
        margin: -40px
    }
    
    .MuiGrid-spacing-xs-10>.MuiGrid-item {
        padding: 40px
    }
    
    .MuiGrid-grid-xs-auto {
        flex-grow: 0;
        max-width: none;
        flex-basis: auto
    }
    
    .MuiGrid-grid-xs-true {
        flex-grow: 1;
        max-width: 100%;
        flex-basis: 0
    }
    
    .MuiGrid-grid-xs-1 {
        flex-grow: 0;
        max-width: 8.333333%;
        flex-basis: 8.333333%
    }
    
    .MuiGrid-grid-xs-2 {
        flex-grow: 0;
        max-width: 16.666667%;
        flex-basis: 16.666667%
    }
    
    .MuiGrid-grid-xs-3 {
        flex-grow: 0;
        max-width: 25%;
        flex-basis: 25%
    }
    
    .MuiGrid-grid-xs-4 {
        flex-grow: 0;
        max-width: 33.333333%;
        flex-basis: 33.333333%
    }
    
    .MuiGrid-grid-xs-5 {
        flex-grow: 0;
        max-width: 41.666667%;
        flex-basis: 41.666667%
    }
    
    .MuiGrid-grid-xs-6 {
        flex-grow: 0;
        max-width: 50%;
        flex-basis: 50%
    }
    
    .MuiGrid-grid-xs-7 {
        flex-grow: 0;
        max-width: 58.333333%;
        flex-basis: 58.333333%
    }
    
    .MuiGrid-grid-xs-8 {
        flex-grow: 0;
        max-width: 66.666667%;
        flex-basis: 66.666667%
    }
    
    .MuiGrid-grid-xs-9 {
        flex-grow: 0;
        max-width: 75%;
        flex-basis: 75%
    }
    
    .MuiGrid-grid-xs-10 {
        flex-grow: 0;
        max-width: 83.333333%;
        flex-basis: 83.333333%
    }
    
    .MuiGrid-grid-xs-11 {
        flex-grow: 0;
        max-width: 91.666667%;
        flex-basis: 91.666667%
    }
    
    .MuiGrid-grid-xs-12 {
        flex-grow: 0;
        max-width: 100%;
        flex-basis: 100%
    }
    
    @media (min-width:600px) {
        .MuiGrid-grid-sm-auto {
            flex-grow: 0;
            max-width: none;
            flex-basis: auto
        }
    
        .MuiGrid-grid-sm-true {
            flex-grow: 1;
            max-width: 100%;
            flex-basis: 0
        }
    
        .MuiGrid-grid-sm-1 {
            flex-grow: 0;
            max-width: 8.333333%;
            flex-basis: 8.333333%
        }
    
        .MuiGrid-grid-sm-2 {
            flex-grow: 0;
            max-width: 16.666667%;
            flex-basis: 16.666667%
        }
    
        .MuiGrid-grid-sm-3 {
            flex-grow: 0;
            max-width: 25%;
            flex-basis: 25%
        }
    
        .MuiGrid-grid-sm-4 {
            flex-grow: 0;
            max-width: 33.333333%;
            flex-basis: 33.333333%
        }
    
        .MuiGrid-grid-sm-5 {
            flex-grow: 0;
            max-width: 41.666667%;
            flex-basis: 41.666667%
        }
    
        .MuiGrid-grid-sm-6 {
            flex-grow: 0;
            max-width: 50%;
            flex-basis: 50%
        }
    
        .MuiGrid-grid-sm-7 {
            flex-grow: 0;
            max-width: 58.333333%;
            flex-basis: 58.333333%
        }
    
        .MuiGrid-grid-sm-8 {
            flex-grow: 0;
            max-width: 66.666667%;
            flex-basis: 66.666667%
        }
    
        .MuiGrid-grid-sm-9 {
            flex-grow: 0;
            max-width: 75%;
            flex-basis: 75%
        }
    
        .MuiGrid-grid-sm-10 {
            flex-grow: 0;
            max-width: 83.333333%;
            flex-basis: 83.333333%
        }
    
        .MuiGrid-grid-sm-11 {
            flex-grow: 0;
            max-width: 91.666667%;
            flex-basis: 91.666667%
        }
    
        .MuiGrid-grid-sm-12 {
            flex-grow: 0;
            max-width: 100%;
            flex-basis: 100%
        }
    }
    
    @media (min-width:1000px) {
        .MuiGrid-grid-md-auto {
            flex-grow: 0;
            max-width: none;
            flex-basis: auto
        }
    
        .MuiGrid-grid-md-true {
            flex-grow: 1;
            max-width: 100%;
            flex-basis: 0
        }
    
        .MuiGrid-grid-md-1 {
            flex-grow: 0;
            max-width: 8.333333%;
            flex-basis: 8.333333%
        }
    
        .MuiGrid-grid-md-2 {
            flex-grow: 0;
            max-width: 16.666667%;
            flex-basis: 16.666667%
        }
    
        .MuiGrid-grid-md-3 {
            flex-grow: 0;
            max-width: 25%;
            flex-basis: 25%
        }
    
        .MuiGrid-grid-md-4 {
            flex-grow: 0;
            max-width: 33.333333%;
            flex-basis: 33.333333%
        }
    
        .MuiGrid-grid-md-5 {
            flex-grow: 0;
            max-width: 41.666667%;
            flex-basis: 41.666667%
        }
    
        .MuiGrid-grid-md-6 {
            flex-grow: 0;
            max-width: 50%;
            flex-basis: 50%
        }
    
        .MuiGrid-grid-md-7 {
            flex-grow: 0;
            max-width: 58.333333%;
            flex-basis: 58.333333%
        }
    
        .MuiGrid-grid-md-8 {
            flex-grow: 0;
            max-width: 66.666667%;
            flex-basis: 66.666667%
        }
    
        .MuiGrid-grid-md-9 {
            flex-grow: 0;
            max-width: 75%;
            flex-basis: 75%
        }
    
        .MuiGrid-grid-md-10 {
            flex-grow: 0;
            max-width: 83.333333%;
            flex-basis: 83.333333%
        }
    
        .MuiGrid-grid-md-11 {
            flex-grow: 0;
            max-width: 91.666667%;
            flex-basis: 91.666667%
        }
    
        .MuiGrid-grid-md-12 {
            flex-grow: 0;
            max-width: 100%;
            flex-basis: 100%
        }
    }
    
    @media (min-width:1248px) {
        .MuiGrid-grid-lg-auto {
            flex-grow: 0;
            max-width: none;
            flex-basis: auto
        }
    
        .MuiGrid-grid-lg-true {
            flex-grow: 1;
            max-width: 100%;
            flex-basis: 0
        }
    
        .MuiGrid-grid-lg-1 {
            flex-grow: 0;
            max-width: 8.333333%;
            flex-basis: 8.333333%
        }
    
        .MuiGrid-grid-lg-2 {
            flex-grow: 0;
            max-width: 16.666667%;
            flex-basis: 16.666667%
        }
    
        .MuiGrid-grid-lg-3 {
            flex-grow: 0;
            max-width: 25%;
            flex-basis: 25%
        }
    
        .MuiGrid-grid-lg-4 {
            flex-grow: 0;
            max-width: 33.333333%;
            flex-basis: 33.333333%
        }
    
        .MuiGrid-grid-lg-5 {
            flex-grow: 0;
            max-width: 41.666667%;
            flex-basis: 41.666667%
        }
    
        .MuiGrid-grid-lg-6 {
            flex-grow: 0;
            max-width: 50%;
            flex-basis: 50%
        }
    
        .MuiGrid-grid-lg-7 {
            flex-grow: 0;
            max-width: 58.333333%;
            flex-basis: 58.333333%
        }
    
        .MuiGrid-grid-lg-8 {
            flex-grow: 0;
            max-width: 66.666667%;
            flex-basis: 66.666667%
        }
    
        .MuiGrid-grid-lg-9 {
            flex-grow: 0;
            max-width: 75%;
            flex-basis: 75%
        }
    
        .MuiGrid-grid-lg-10 {
            flex-grow: 0;
            max-width: 83.333333%;
            flex-basis: 83.333333%
        }
    
        .MuiGrid-grid-lg-11 {
            flex-grow: 0;
            max-width: 91.666667%;
            flex-basis: 91.666667%
        }
    
        .MuiGrid-grid-lg-12 {
            flex-grow: 0;
            max-width: 100%;
            flex-basis: 100%
        }
    }
    
    @media (min-width:1920px) {
        .MuiGrid-grid-xl-auto {
            flex-grow: 0;
            max-width: none;
            flex-basis: auto
        }
    
        .MuiGrid-grid-xl-true {
            flex-grow: 1;
            max-width: 100%;
            flex-basis: 0
        }
    
        .MuiGrid-grid-xl-1 {
            flex-grow: 0;
            max-width: 8.333333%;
            flex-basis: 8.333333%
        }
    
        .MuiGrid-grid-xl-2 {
            flex-grow: 0;
            max-width: 16.666667%;
            flex-basis: 16.666667%
        }
    
        .MuiGrid-grid-xl-3 {
            flex-grow: 0;
            max-width: 25%;
            flex-basis: 25%
        }
    
        .MuiGrid-grid-xl-4 {
            flex-grow: 0;
            max-width: 33.333333%;
            flex-basis: 33.333333%
        }
    
        .MuiGrid-grid-xl-5 {
            flex-grow: 0;
            max-width: 41.666667%;
            flex-basis: 41.666667%
        }
    
        .MuiGrid-grid-xl-6 {
            flex-grow: 0;
            max-width: 50%;
            flex-basis: 50%
        }
    
        .MuiGrid-grid-xl-7 {
            flex-grow: 0;
            max-width: 58.333333%;
            flex-basis: 58.333333%
        }
    
        .MuiGrid-grid-xl-8 {
            flex-grow: 0;
            max-width: 66.666667%;
            flex-basis: 66.666667%
        }
    
        .MuiGrid-grid-xl-9 {
            flex-grow: 0;
            max-width: 75%;
            flex-basis: 75%
        }
    
        .MuiGrid-grid-xl-10 {
            flex-grow: 0;
            max-width: 83.333333%;
            flex-basis: 83.333333%
        }
    
        .MuiGrid-grid-xl-11 {
            flex-grow: 0;
            max-width: 91.666667%;
            flex-basis: 91.666667%
        }
    
        .MuiGrid-grid-xl-12 {
            flex-grow: 0;
            max-width: 100%;
            flex-basis: 100%
        }
    }

    .MuiSvgIcon-root {
        fill: currentColor;
        width: 1em;
        height: 1em;
        display: inline-block;
        font-size: 1.5rem;
        transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
        flex-shrink: 0;
        user-select: none;
    }
    
    .jss1 {
        color: #fff;
        width: initial !important;
        border: solid 1px #fff;
        cursor: pointer;
        height: 30px;
        display: inline-block;
        opacity: 95;
        padding: 0 28px;
        font-size: 15px;
        text-align: center;
        font-family: CalibreMedium, sans-serif;
        font-weight: 500;
        line-height: 30px;
        white-space: nowrap;
        border-radius: 35px;
        letter-spacing: .5px;
        text-transform: inherit
    }
    
    .jss1:hover {
        transition: all .2s ease 0s;
        background-color: rgba(0, 0, 0, 0)
    }
    
    .jss2 {
        color: #000;
        width: initial !important;
        border: none;
        cursor: pointer;
        height: 32px;
        display: inline-block;
        padding: 0 28px;
        font-size: 15px;
        background: #f7f7f4;
        text-align: center;
        font-family: CalibreMedium, sans-serif;
        font-weight: 700;
        line-height: 32px;
        white-space: nowrap;
        border-radius: 35px;
        letter-spacing: .5px;
        text-transform: inherit
    }
    
    .jss3 {
        color: #fff;
        width: initial !important;
        border: none;
        cursor: pointer;
        height: 32px;
        display: inline-block;
        padding: 0 16px;
        font-size: 16px;
        background: #cb3939;
        text-align: center;
        font-family: CalibreMedium, sans-serif;
        font-weight: 700;
        line-height: 32px;
        white-space: nowrap;
        border-radius: 2px;
        letter-spacing: .25px;
        text-transform: inherit
    }
    
    .jss4 {
        border: none;
        text-decoration: underline
    }
    
    .jss5 {
        padding: 0 12px
    }
    
    .jss6 {
        padding: 0 16px
    }
    
    .jss7 {
        visibility: hidden
    }
    
    .jss8 {
        color: #000;
        height: 32px;
        display: flex !important;
        padding: 0 13px 0 13px !important;
        text-align: center;
        align-items: center;
        line-height: 120%;
        letter-spacing: .25px;
        background-color: #fff
    }
    
    .kROyuK {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }
    
    /*!sc*/
    data-styled.g1[id="sc-3b35a5da-0"] {
        content: "kROyuK,"
    }
    
    /*!sc*/
    .ldJtGe {
        border-radius: 0%;
    }
    
    /*!sc*/
    data-styled.g2[id="sc-3b35a5da-1"] {
        content: "ldJtGe,"
    }
    
    /*!sc*/
    .EnMpK {
        display: inline-block;
        padding-top: 20px;
    }
    
    /*!sc*/
    .hGwdbA {
        padding-top: 23px;
    }
    
    /*ADDED MUTATION*/
    .lgopDO {
        /* background-color: #1A1A1A; */
        background-color: #3c5634;
        height: 40px;
        width: 100%;
        z-index: 1100;
    }
    
    /*!sc*/
    .gZWAyE {
        padding-top: 10px;
    }
    
    /*!sc*/
    .ieicxn {
        margin-bottom: 24px;
    }
    
    /*!sc*/
    .frJaHt {
        margin-bottom: 8px;
    }
    
    /*!sc*/
    .gfwkRb {
        margin-top: 20px;
    }
    
    /*!sc*/
    .eFEqll {
        margin-right: 8px;
    }
    
    /*!sc*/
    data-styled.g9[id="sc-7ec39e14-0"] {
        content: "EnMpK,hGwdbA,lgopDO,gZWAyE,ieicxn,frJaHt,gfwkRb,eFEqll,"
    }

    /* ADDED 4 down */
    /*!sc*/
    .dJeECp {
        width: 100%;
        color: #333333;
        font-family: Calibre, sans-serif;
        font-size: 12px;
        min-height: 16px;
        margin-top: 0px;
        margin-bottom: 20px;
        justify-content: end;
        align-items: flex-start;
    }
    
    /*!sc*/
    .dJeECp u {
        -webkit-text-decoration: none;
        text-decoration: none;
    }
    
    /*!sc*/
    .dJeECp u:hover {
        color: #adadad;
    }
    
    /*!sc*/
    @media (min-width:1000px) {
        .dJeECp {
            padding-left: 20px;
            padding-right: 20px;
        }
    }
    
    /*ADDED MUTATIONS*/
    .dJeEpR {
        width: 100%;
        color: #333333;
        font-family: Calibre, sans-serif;
        font-size: 15px;
        min-height: 40px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    
    /*!sc*/
    .dJeEpR u {
        -webkit-text-decoration: none;
        text-decoration: none;
    }
    
    /*!sc*/
    .dJeEpR u:hover {
        color: #adadad;
    }
    
    /*!sc*/
    @media (min-width:1000px) {
        .dJeEpR {
            padding-left: 20px;
            padding-right: 20px;
        }
    }
    
    /*!sc*/
    data-styled.g39[id="sc-3aa13ac0-0"] {
        content: "dJeEpR,"
    }
    
    /*!sc*/
    .gbrsuf {
        width: 100%;
        height: 1px;
        border: none;
        border-bottom: 1px solid #333;
        margin-bottom: 0;
    }
    
    /*!sc*/
    data-styled.g40[id="sc-3aa13ac0-1"] {
        content: "gbrsuf,"
    }
    
    /*!sc*/
    .jDifEX {
        font-family: Calibre, sans-serif;
    }
    
    /*!sc*/
    @media (max-width:599.95px) {
        .jDifEX {
            font-size: 14px;
            line-height: 22px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            max-width: 165px;
            display: inline-block;
        }
    }
    
    /*!sc*/
    data-styled.g41[id="sc-3aa13ac0-2"] {
        content: "jDifEX,"
    }
    
    /*ADDED MUTATION*/
    .hXdOFt {
        color: #757575;
        /* padding-left: 10px; */
    }
    
    /*!sc*/
    @media (max-width:599.95px) {
        .hXdOFt {
            font-size: 14px;
            line-height: 1.6;
        }
    }
    
    /*!sc*/
    data-styled.g42[id="sc-3aa13ac0-3"] {
        content: "hXdOFt,"
    }
    
    /*!sc*/
    .euYpJJ {
        position: relative;
        padding-top: 10px;
        padding-bottom: 30px;
    }
    
    /*!sc*/
    data-styled.g43[id="sc-3aa13ac0-4"] {
        content: "euYpJJ,"
    }
    
    /*!sc*/
    @media (min-width:1000px) {
        .cgdmIQ {
            padding-left: 20px;
            padding-right: 20px;
        }
    }
    
    /*!sc*/
    data-styled.g44[id="sc-3aa13ac0-5"] {
        content: "cgdmIQ,"
    }
    
    /*!sc*/
    .gWJwVH {
        color: #333;
        font-weight: 400;
        font-size: 38px;
        line-height: 40px;
        margin-top: 20px;
        margin-bottom: 20px;
        text-align: default;
    }
    
    /*!sc*/
    @media (min-width:1000px) {
        .gWJwVH {
            padding-left: 20px;
            padding-right: 20px;
        }
    }
    
    /*!sc*/
    @media (max-width:599.95px) {
        .gWJwVH {
            font-size: 30px;
            line-height: 34px;
            margin-top: 5px;
            margin-bottom: 5px;
        }
    }
    
    /*!sc*/
    data-styled.g45[id="sc-3aa13ac0-6"] {
        content: "gWJwVH,"
    }
    
    /*ADDED MUTATION*/
    .egRhVC {
        margin: 0px 20px 0px;
    }
    
    /*!sc*/
    @media (max-width:599.95px) {
        .egRhVC {
            margin: 20px -20px 5px;
            width: 100vw;
            overflow: hidden;
        }
    }
    
    /*!sc*/
    data-styled.g46[id="sc-3aa13ac0-7"] {
        content: "egRhVC,"
    }
    
    /*!sc*/
    .Pnqwk {
        position: absolute;
        content: '';
        bottom: 0px;
        left: 0;
        right: 0;
        height: 500px;
        background: -webkit-linear-gradient(top, rgba(251, 251, 251, 0), #ffffff);
    }
    
    /*!sc*/
    data-styled.g62[id="sc-3aa13ac0-23"] {
        content: "Pnqwk,"
    }
    
    /*!sc*/
    .jsHGxQ {
        color: #C4C4BC;
        -webkit-text-decoration: none;
        text-decoration: none;
    }
    
    /*!sc*/
    .jsHGxQ:hover {
        color: #fbfbfb;
    }
    
    /*!sc*/
    data-styled.g109[id="sc-aede4dac-0"] {
        content: "jsHGxQ,"
    }
    
    /*!sc*/
    .gKhPcy {
        font-size: 14px;
    }
    
    /*!sc*/
    data-styled.g110[id="sc-aede4dac-1"] {
        content: "gKhPcy,"
    }
    
    /*ADDED MUTATION*/
    .jmFahZ {
        font-family: Calibre;
        /* background-color: #1a1a1a; */
        background-color: #3c5634;
        color: #c4c1c1;
        font-size: 11px;
        padding: 64px 32px;
        display: block;
    }
    
    /*!sc*/
    @media (max-width:999.95px) {
        .jmFahZ {
            padding: 48px 16px;
        }
    }
    
    /*!sc*/
    data-styled.g111[id="sc-aede4dac-2"] {
        content: "jmFahZ,"
    }
    
    /*!sc*/
    .kYAStx {
        opacity: 0.23;
        width: 124px;
    }
    
    /*!sc*/
    data-styled.g112[id="sc-aede4dac-3"] {
        content: "kYAStx,"
    }
    
    /*!sc*/
    .efisyk {
        cursor: pointer;
        border-radius: 20px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: transparent;
        outline: none;
        height: 28px;
        font-family: 'Calibre';
        font-size: 16px;
        font-weight: 600;
        color: #f7f7f4;
        white-space: nowrap;
        margin-right: 32px;
        padding: inherit;
        border: none;
        margin-right: 32px;
        padding: inherit;
    }
    
    /*!sc*/
    @media (max-width:999.95px) {
        .efisyk {
            margin-right: 8;
        }
    }
    
    /*!sc*/
    @media (max-width:599.95px) {
        .efisyk {
            padding: inherit;
        }
    }
    
    /*!sc*/
    data-styled.g214[id="sc-4ba0217a-0"] {
        content: "efisyk,"
    }
    
    /*!sc*/
    .dQfqDy {
        z-index: 1100;
        position: relative;
    }
    
    /*!sc*/
    @media (min-width:600px) {
        .dQfqDy {
            height: 101px;
        }
    }
    
    /*!sc*/
    @media (max-width:599.95px) {
        .dQfqDy {
            height: 61px;
        }
    }
    
    /*!sc*/
    data-styled.g215[id="sc-4ba0217a-1"] {
        content: "dQfqDy,"
    }
    
    /*ADDED MUTATION*/
    .dEoMyn {
        /* background: #1a1a1a; */
        background: #3c5634;
        /* border-bottom: 1px solid #000; */
        border-bottom: 1px solid #24341f;
        height: 61px;
        z-index: 1100;
    }
    
    /*!sc*/
    .dEoMyn.dEoMyn {
        max-width: 100%;
    }
    
    /*ADDED MUTATION*/
    .dEoMyn .athletic-slab-logo img {
        width: 146px;
        /* width: 126px; */
    }
    
    /*!sc*/
    @media (max-width:599.95px) {
        .dEoMyn .mobile-padding {
            padding-left: 12px;
            padding-right: 12px;
        }
    
        .dEoMyn .mobile-flex-start {
            -webkit-box-pack: start;
            -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
            justify-content: flex-start;
        }
    }
    
    /*!sc*/
    @media (max-width:599.95px) {
        .dEoMyn .mobile-img-ml {
            margin-left: 12px;
        }
    }
    
    /*!sc*/
    @media (min-width:600px) {
        .dEoMyn .mobile-img-ml {
            margin-left: -12px;
        }
    }
    
    /*!sc*/
    @media (max-width:349.95px) {
        .dEoMyn .athletic-slab-logo img {
            width: 111px;
        }
    }
    
    /*!sc*/
    data-styled.g216[id="sc-4ba0217a-2"] {
        content: "dEoMyn,"
    }
    
    /*ADDED MUTATION*/
    .cPQmJ {
        font-family: Calibre;
        /* font-size: 16px; */
        font-size: 14px;
        text-align: center;
        color: #F7F7F4;
        white-space: nowrap;
        line-height: 40px;
        height: 40px;
        padding: 0px 10px 11px 0px;
        cursor: pointer;
        margin-right: 4px;
        opacity: 0.4;
        background-image: none;
        background-repeat: no-repeat;
        background-position: bottom center;
        -webkit-letter-spacing: .25px;
        -moz-letter-spacing: .25px;
        -ms-letter-spacing: .25px;
        letter-spacing: .25px;
    }
    
    /*!sc*/
    .cPQmJ:hover {
        opacity: 1;
    }
    
    /*ADDED MUTATION*/
    .mfOgQ {
        font-family: Calibre;
        /* font-size: 16px; */
        font-size: 14px;
        text-align: center;
        color: #F7F7F4;
        white-space: nowrap;
        line-height: 40px;
        height: 40px;
        padding: 0px 10px 11px 10px;
        cursor: pointer;
        margin-right: 4px;
        opacity: 0.4;
        background-image: none;
        background-repeat: no-repeat;
        background-position: bottom center;
        -webkit-letter-spacing: .25px;
        -moz-letter-spacing: .25px;
        -ms-letter-spacing: .25px;
        letter-spacing: .25px;
    }
    
    /*!sc*/
    .mfOgQ:hover {
        opacity: 1;
    }
    
    /*!sc*/
    .bPEhBN {
        font-family: Calibre;
        font-size: 16px;
        text-align: center;
        color: #F7F7F4;
        white-space: nowrap;
        line-height: 40px;
        height: 40px;
        padding: 0px 0px 11px 10px;
        cursor: pointer;
        margin-right: 4px;
        opacity: 0.4;
        background-image: none;
        background-repeat: no-repeat;
        background-position: bottom center;
        -webkit-letter-spacing: .25px;
        -moz-letter-spacing: .25px;
        -ms-letter-spacing: .25px;
        letter-spacing: .25px;
    }
    
    /*!sc*/
    .bPEhBN:hover {
        opacity: 1;
    }
    
    /*!sc*/
    data-styled.g217[id="sc-4ba0217a-3"] {
        content: "cPQmJ,mfOgQ,bPEhBN,"
    }
    
    /*!sc*/
    .WBPOv.WBPOv {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: 100%;
    }
    
    /*!sc*/
    .WBPOv.WBPOv>div {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    
    /*!sc*/
    .WBPOv.WBPOv .sc-4ba0217a-3 {
        opacity: 1;
    }
    
    /*!sc*/
    data-styled.g218[id="sc-4ba0217a-4"] {
        content: "WBPOv,"
    }
    
    /*!sc*/
    .jlIeuj {
        display: block;
        padding-top: 14px;
    }
    
    /*!sc*/
    .jlIeuj>* {
        display: inline-block;
    }
    
    /*!sc*/
    data-styled.g234[id="sc-4ba0217a-20"] {
        content: "jlIeuj,"
    }
    
    /*!sc*/
    .fwKeaH {
        display: block;
    }
    
    /*!sc*/
    @media (min-width:1248px) {
        .fwKeaH {
            display: block;
        }
    }
    
    /*!sc*/
    .RkbcA {
        display: block;
        padding-top: 6px;
    }
    
    /*!sc*/
    @media (min-width:1248px) {
        .RkbcA {
            display: block;
        }
    }
    
    /*!sc*/
    data-styled.g236[id="sc-4ba0217a-22"] {
        content: "fwKeaH,RkbcA,"
    }
    
    /* ADDED */

    .eDlyRd {
        color: #943848;
        font-size:12px
    }

    /* ADDED */
    .eDlyNY {
        font-family: Calibre,
            sans-serif;
        font-size: 15px;
        /* font-weight: bold; */
        -webkit-letter-spacing: 0.025em;
        -moz-letter-spacing: 0.025em;
        -ms-letter-spacing: 0.025em;
        letter-spacing: 0.025em;
        line-height: 100%;
        margin-bottom: 4px;
        color: #121212;
    }
    
    /*!sc*/
    data-styled.g501[id="sc-ed9e5ced-12"] {
        content: "eDlyNY,"
    }

    