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

span[data-type="brief-html"] a {
    color: #4a90e2;
    line-height: 160%
}



    .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;
        }
    }
    
    .MuiDivider-root {
        border: none;
        height: 1px;
        margin: 0;
        flex-shrink: 0;
        background-color: rgba(0, 0, 0, 0.12);
    }
    
    .MuiDivider-absolute {
        left: 0;
        width: 100%;
        bottom: 0;
        position: absolute;
    }
    
    .MuiDivider-inset {
        margin-left: 72px;
    }
    
    .MuiDivider-light {
        background-color: rgba(0, 0, 0, 0.08);
    }
    
    .MuiDivider-middle {
        margin-left: 16px;
        margin-right: 16px;
    }
    
    .MuiDivider-vertical {
        width: 1px;
        height: 100%;
    }
    
    .MuiDivider-flexItem {
        height: auto;
        align-self: stretch;
    }
    
    .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%;
        }
    }
    
    .MuiTypography-root {
        margin: 0;
    }
    
    .MuiTypography-body2 {
        font-size: 0.875rem;
        font-family: TiemposTextRegular, serif;
        font-weight: 300;
        line-height: 130%;
    }
    
    .MuiTypography-body1 {
        font-size: 1.125rem;
        font-family: TiemposTextRegular, serif;
        font-weight: 300;
        line-height: 122%;
    }
    
    .MuiTypography-caption {
        font-size: 0.75rem;
        font-family: Calibre, sans-serif;
        font-weight: 400;
        line-height: 1.66;
    }
    
    .MuiTypography-button {
        font-size: 0.875rem;
        font-family: Calibre, sans-serif;
        font-weight: 500;
        line-height: 1.75;
        text-transform: uppercase;
    }
    
    .MuiTypography-h1 {
        font-size: 2.625rem;
        font-family: TiemposHeadline, serif;
        font-weight: 400;
        line-height: 110%;
        letter-spacing: 0.01em;
    }
    
    .MuiTypography-h2 {
        font-size: 2.25rem;
        font-family: TiemposHeadline, serif;
        font-weight: 400;
        line-height: 110%;
        letter-spacing: 0.01em;
    }
    
    .MuiTypography-h3 {
        font-size: 1.875rem;
        font-family: TiemposHeadline, serif;
        font-weight: 400;
        line-height: 120%;
        letter-spacing: 0.01em;
    }
    
    .MuiTypography-h4 {
        font-size: 1.5rem;
        font-family: TiemposHeadline, serif;
        font-weight: 400;
        line-height: 120%;
        letter-spacing: 0.01em;
    }
    
    .MuiTypography-h5 {
        font-size: 1.25rem;
        font-family: TiemposHeadline, serif;
        font-weight: 400;
        line-height: 120%;
        letter-spacing: 0.01em;
    }
    
    .MuiTypography-h6 {
        font-size: 0.9375rem;
        font-family: TiemposTextRegular, serif;
        font-weight: 400;
        line-height: 140%;
    }
    
    .MuiTypography-subtitle1 {
        font-size: 1rem;
        font-family: Calibre, sans-serif;
        font-weight: 400;
        line-height: 1.75;
    }
    
    .MuiTypography-subtitle2 {
        font-size: 0.875rem;
        font-family: Calibre, sans-serif;
        font-weight: 500;
        line-height: 1.57;
    }
    
    .MuiTypography-overline {
        font-size: 0.75rem;
        font-family: Calibre, sans-serif;
        font-weight: 400;
        line-height: 2.66;
        text-transform: uppercase;
    }
    
    .MuiTypography-srOnly {
        width: 1px;
        height: 1px;
        overflow: hidden;
        position: absolute;
    }
    
    .MuiTypography-alignLeft {
        text-align: left;
    }
    
    .MuiTypography-alignCenter {
        text-align: center;
    }
    
    .MuiTypography-alignRight {
        text-align: right;
    }
    
    .MuiTypography-alignJustify {
        text-align: justify;
    }
    
    .MuiTypography-noWrap {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    
    .MuiTypography-gutterBottom {
        margin-bottom: 0.35em;
    }
    
    .MuiTypography-paragraph {
        margin-bottom: 16px;
    }
    
    .MuiTypography-colorInherit {
        color: inherit;
    }
    
    .MuiTypography-colorPrimary {
        color: #F24A4A;
    }
    
    .MuiTypography-colorSecondary {
        color: #012F6C;
    }
    
    .MuiTypography-colorTextPrimary {
        color: #121212;
    }
    
    .MuiTypography-colorTextSecondary {
        color: #5C5656;
    }
    
    .MuiTypography-colorError {
        color: #F24A4A;
    }
    
    .MuiTypography-displayInline {
        display: inline;
    }
    
    .MuiTypography-displayBlock {
        display: block;
    }
    
    .MuiLink-underlineNone {
        text-decoration: none;
    }
    
    .MuiLink-underlineHover {
        text-decoration: none;
    }
    
    .MuiLink-underlineHover:hover {
        text-decoration: underline;
    }
    
    .MuiLink-underlineAlways {
        text-decoration: underline;
    }
    
    .MuiLink-button {
        border: 0;
        cursor: pointer;
        margin: 0;
        outline: 0;
        padding: 0;
        position: relative;
        user-select: none;
        border-radius: 0;
        vertical-align: middle;
        -moz-appearance: none;
        background-color: transparent;
        -webkit-appearance: none;
        -webkit-tap-highlight-color: transparent;
    }
    
    .MuiLink-button::-moz-focus-inner {
        border-style: none;
    }
    
    .MuiLink-button.Mui-focusVisible {
        outline: auto;
    }
    
    .jss75 {
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
    }
    
    
    
        .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;
        }
        
        .MuiSvgIcon-colorPrimary {
            color: #F24A4A;
        }
        
        .MuiSvgIcon-colorSecondary {
            color: #012F6C;
        }
        
        .MuiSvgIcon-colorAction {
            color: rgba(0, 0, 0, 0.54);
        }
        
        .MuiSvgIcon-colorError {
            color: #F24A4A;
        }
        
        .MuiSvgIcon-colorDisabled {
            color: rgba(0, 0, 0, 0.26);
        }
        
        .MuiSvgIcon-fontSizeInherit {
            font-size: inherit;
        }
        
        .MuiSvgIcon-fontSizeSmall {
            font-size: 1.25rem;
        }
        
        .MuiSvgIcon-fontSizeLarge {
            font-size: 2.1875rem;
        }
        
        .MuiAvatar-root {
            width: 40px;
            height: 40px;
            display: flex;
            overflow: hidden;
            position: relative;
            font-size: 1.25rem;
            align-items: center;
            flex-shrink: 0;
            font-family: Calibre, sans-serif;
            line-height: 1;
            user-select: none;
            border-radius: 50%;
            justify-content: center;
        }
        
        .MuiAvatar-colorDefault {
            color: #FFFFFF;
            background-color: #C4C4BC;
        }
        
        .MuiAvatar-rounded {
            border-radius: 4px;
        }
        
        .MuiAvatar-square {
            border-radius: 0;
        }
        
        .MuiAvatar-img {
            color: transparent;
            width: 100%;
            height: 100%;
            object-fit: cover;
            text-align: center;
            text-indent: 10000px;
        }
        
        .MuiAvatar-fallback {
            width: 75%;
            height: 75%;
        }
        
        .jss78 {
            vertical-align: middle;
        }
        
        .jss79 {
            color: #5C5656;
        }
        
        .jss79>p:first-child {
            margin: 0;
        }
        
        .jss80 {
            border: none;
            padding: 0;
            position: relative;
            border-right: none;
            background-color: transparent;
        }
        
        .jss81 {
            border: 1px solid #F0F0EA;
            padding: 20px 40px 20px 20px;
            background-color: #FFFFFF;
        }
        
        .jss82 {
            color: inherit;
        }
        
        .jss69 {
            color: #5C5656;
        }
        
        .jss69>p:first-child {
            margin: 0;
        }
        
        .jss70 {
            border: none;
            border-top: none;
            text-align: left;
            background-color: transparent;
        }
        
        .jss71 {
            text-align: center;
        }
        
        .jss72 {
            border: 1px solid #F0F0EA;
            background-color: #FFFFFF;
        }
        
        .jss73 {
            color: inherit;
        }
        
        

            .jss249 {
                min-height: 2.6rem;
                vertical-align: middle;
            }
            
            .jss250 {
                font-size: 1.75rem;
                vertical-align: bottom;
            }
            
            .jss251 {
                color: #121212;
                font-size: 1.125rem;
                font-family: Calibre, sans-serif;
                font-weight: bold;
                line-height: 120%;
            }
            
            @media (min-width:770px) {
                .jss251 {
                    font-size: 0.75 rem;
                }
            }
            
            .jss252:hover .jss253 {
                color: #FFFFFF;
                background: #121212;
                border-radius: 50%;
            }
            
            .jss253 {
                width: 21px;
                height: 21px;
            }
            
            .jss254 {
                width: 20px;
                height: 20px;
                display: inline-block;
                vertical-align: text-bottom;
            }
            
            @media (min-width:770px) {
                .jss254 {
                    width: 20px;
                    height: 20px;
                }
            }
            
            .jss173 {
                border: 1px solid #F0F0EA;
            }
            
            .jss175 {
                background-color: #FFFFFF;
            }
            
            

    .MuiButtonBase-root {
        color: inherit;
        border: 0;
        cursor: pointer;
        margin: 0;
        display: inline-flex;
        outline: 0;
        padding: 0;
        position: relative;
        align-items: center;
        user-select: none;
        border-radius: 0;
        vertical-align: middle;
        -moz-appearance: none;
        justify-content: center;
        text-decoration: none;
        background-color: transparent;
        -webkit-appearance: none;
        -webkit-tap-highlight-color: transparent;
    }
    
    .MuiButtonBase-root::-moz-focus-inner {
        border-style: none;
    }
    
    .MuiButtonBase-root.Mui-disabled {
        cursor: default;
        pointer-events: none;
    }
    
    @media print {
        .MuiButtonBase-root {
            -webkit-print-color-adjust: exact;
        }
    }
    
    .MuiCardActionArea-root {
        width: 100%;
        display: block;
        text-align: inherit;
    }
    
    .MuiCardActionArea-root:hover .MuiCardActionArea-focusHighlight {
        opacity: 0.04;
    }
    
    .MuiCardActionArea-root.Mui-focusVisible .MuiCardActionArea-focusHighlight {
        opacity: 0.12;
    }
    
    .MuiCardActionArea-focusHighlight {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        overflow: hidden;
        position: absolute;
        transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
        border-radius: inherit;
        pointer-events: none;
        background-color: currentcolor;
    }
    
    .jss178:hover .jss179 {
        opacity: 0;
    }
    
    .jss190 {
        padding: 4px 24px;
    }
    
    

    .jss9 {
        margin: 0;
    }
    
    .jss10 {
        font-size: 1.125rem;
        font-family: TiemposTextRegular, serif;
        font-weight: 300;
        line-height: 122%;
    }
    
    .jss11 {
        font-size: 1rem;
        font-family: TiemposTextRegular, serif;
        font-weight: 300;
        line-height: 125%;
    }
    
    .jss12 {
        font-size: 0.875rem;
        font-family: TiemposTextRegular, serif;
        font-weight: 300;
        line-height: 130%;
    }
    
    .jss13 {
        font-size: 0.750rem;
        font-family: TiemposTextRegular, serif;
        font-weight: 300;
        line-height: 150%;
    }
    
    .jss14 {
        display: block;
        font-size: 1.125rem;
        font-family: TiemposTextMedium, serif;
        font-weight: 500;
        line-height: 122%;
    }
    
    .jss15 {
        display: block;
        font-size: 1rem;
        font-family: TiemposTextMedium, serif;
        font-weight: 500;
        line-height: 125%;
    }
    
    .jss16 {
        display: block;
        font-size: 0.875rem;
        font-family: TiemposTextMedium, serif;
        font-weight: 500;
        line-height: 130%;
    }
    
    .jss17 {
        display: block;
        font-size: 0.750rem;
        font-family: TiemposTextMedium, serif;
        font-weight: 500;
        line-height: 150%;
    }
    
    .jss18 {
        font-size: 2.625rem;
        font-family: RegularSlab;
        font-weight: 400;
        line-height: 94%;
        letter-spacing: -0.005em;
    }
    
    .jss19 {
        font-size: 1.6875rem;
        font-family: RegularSlab;
        font-weight: 400;
        line-height: 94%;
        letter-spacing: -0.005em;
    }
    
    .jss20 {
        font-size: 1.125rem;
        font-family: RegularSlab;
        font-weight: 400;
        line-height: 100%;
        letter-spacing: 0.01em;
    }
    
    .jss21 {
        font-size: 1rem;
        font-family: RegularSlabInline;
        font-weight: 400;
        line-height: 100%;
        letter-spacing: 0.01em;
    }
    
    .jss22 {
        font-size: 0.875rem;
        font-family: Calibre, sans-serif;
        font-weight: 500;
        line-height: 1.75;
        text-transform: uppercase;
    }
    
    .jss23 {
        font-size: 0.875rem;
        font-family: Söhne, sans-serif;
        font-weight: 400;
        line-height: 100%;
        text-transform: uppercase;
    }
    
    .jss24 {
        font-size: 2.625rem;
        font-family: TiemposHeadline, serif;
        font-weight: 400;
        line-height: 110%;
        letter-spacing: 0.01em;
    }
    
    .jss25 {
        font-size: 2.25rem;
        font-family: TiemposHeadline, serif;
        font-weight: 400;
        line-height: 110%;
        letter-spacing: 0.01em;
    }
    
    .jss26 {
        font-size: 1.875rem;
        font-family: TiemposHeadline, serif;
        font-weight: 400;
        line-height: 120%;
        letter-spacing: 0.01em;
    }
    
    .jss27 {
        font-size: 1.5rem;
        font-family: TiemposHeadline, serif;
        font-weight: 400;
        line-height: 120%;
        letter-spacing: 0.01em;
    }
    
    .jss28 {
        font-size: 1.25rem;
        font-family: TiemposHeadline, serif;
        font-weight: 400;
        line-height: 120%;
        letter-spacing: 0.01em;
    }
    
    .jss29 {
        font-size: 0.9375rem;
        font-family: TiemposTextRegular, serif;
        font-weight: 400;
        line-height: 140%;
    }
    
    .jss30 {
        font-size: 1.125rem;
        font-family: Calibre, sans-serif;
        font-weight: 500;
        line-height: 100%;
    }
    
    .jss31 {
        font-size: 1.750rem;
        font-family: Calibre, sans-serif;
        font-weight: 600;
        line-height: 100%;
        letter-spacing: 0.015em;
    }
    
    .jss32 {
        font-size: 0.9375rem;
        font-family: CalibreMedium, sans-serif;
        font-weight: 500;
        line-height: 100%;
        letter-spacing: 0.015em;
        text-transform: uppercase;
    }
    
    .jss34 {
        font-size: 0.875rem;
        font-family: Calibre, sans-serif;
        font-weight: 600;
        line-height: 100%;
        letter-spacing: 0.015em;
    }
    
    .jss35 {
        font-size: 0.750rem;
        font-family: Calibre, sans-serif;
        font-weight: 600;
        line-height: 100%;
        letter-spacing: 0.015em;
    }
    
    .jss36 {
        font-size: 1rem;
        font-family: Calibre, sans-serif;
        font-weight: 500;
        line-height: 120%;
        letter-spacing: 0.015em;
    }
    
    .jss37 {
        font-size: 0.875rem;
        font-family: Calibre, sans-serif;
        font-weight: 500;
        line-height: 100%;
        letter-spacing: 0.01em;
    }
    
    .jss38 {
        font-size: 1rem;
        font-family: Calibre, sans-serif;
        font-weight: 400;
        line-height: 120%;
        letter-spacing: 0.015em;
    }
    
    .jss39 {
        font-size: 0.75rem;
        font-family: Calibre, sans-serif;
        font-weight: 400;
        line-height: 100%;
        letter-spacing: 0.015em;
    }
    
    .jss40 {
        font-size: 1.125rem;
        font-family: Calibre, sans-serif;
        font-weight: 400;
        line-height: 100%;
    }
    
    .jss41 {
        font-size: 1rem;
        font-family: Calibre, sans-serif;
        font-weight: 400;
        line-height: 120%;
        letter-spacing: 0.015em;
    }
    
    .jss42 {
        font-size: 0.875rem;
        font-family: Calibre, sans-serif;
        font-weight: 400;
        line-height: 100%;
        letter-spacing: 0.01em;
    }
    
    .jss43 {
        font-size: 0.75rem;
        font-family: Calibre, sans-serif;
        font-weight: 400;
        line-height: 100%;
        letter-spacing: 0.015em;
    }
    
    .jss44 {
        font-size: 1.125rem;
        font-family: CalibreMedium, sans-serif;
        font-weight: 500;
        line-height: 100%;
    }
    
    .jss45 {
        font-size: 1rem;
        font-family: CalibreMedium, sans-serif;
        font-weight: 500;
        line-height: 120%;
        letter-spacing: 0.015em;
    }
    
    .jss46 {
        font-size: 0.875rem;
        font-family: CalibreMedium, sans-serif;
        font-weight: 500;
        line-height: 100%;
        letter-spacing: 0.015em;
    }
    
    .jss47 {
        font-size: 0.75rem;
        font-family: CalibreMedium, sans-serif;
        font-weight: 500;
        line-height: 100%;
        letter-spacing: 0.015em;
    }
    
    .jss48 {
        font-size: 3rem;
        font-family: Calibre, sans-serif;
        line-height: 100%;
        letter-spacing: -0.01em;
    }
    
    .jss49 {
        font-size: 2.25rem;
        font-family: CalibreSemiBold, sans-serif;
        font-weight: 600;
        line-height: 100%;
        letter-spacing: 0.015em;
    }
    
    .jss50 {
        font-size: 1.75rem;
        font-family: CalibreSemiBold, sans-serif;
        font-weight: 600;
        line-height: 100%;
        letter-spacing: 0.015em;
    }
    
    .jss51 {
        font-size: 1.25rem;
        font-family: CalibreSemiBold, sans-serif;
        font-weight: 600;
        line-height: 100%;
        letter-spacing: 0.01em;
    }
    
    .jss52 {
        font-size: 1.25rem;
        font-family: CalibreMedium, sans-serif;
        font-weight: 500;
        line-height: 100%;
    }
    
    .jss53 {
        font-size: 1.125rem;
        font-family: TiemposHeadline, serif;
        font-weight: 400;
        line-height: 125%;
        letter-spacing: 0.01em;
    }
    
    .jss54 {
        font-size: 1rem;
        font-family: TiemposHeadline, serif;
        font-weight: 400;
        line-height: 120%;
        letter-spacing: 0.01em;
    }
    
    .jss55 {
        text-align: left;
    }
    
    .jss56 {
        text-align: center;
    }
    
    .jss57 {
        text-align: right;
    }
    
    .jss58 {
        text-align: justify;
    }
    
    .jss59 {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    
    .jss60 {
        margin-bottom: 16px;
    }
    
    .jss61 {
        color: inherit;
    }
    
    .jss62 {
        color: #F24A4A;
    }
    
    .jss63 {
        color: #012F6C;
    }
    
    .jss64 {
        color: #121212;
    }
    
    .jss65 {
        color: #5C5656;
    }
    
    .jss66 {
        color: #F24A4A;
    }
    
    .jss67 {
        display: inline;
    }
    
    .jss68 {
        display: block;
    }
    
    @media (min-width:0px) and (max-width:599.95px) {
        .jss187 {
            padding-left: 16px;
            padding-right: 16px;
        }
    }
    
    

    .jss112 {
        width: 24px;
        height: 24px;
    }
    
    .jss113 {
        border: 1px solid #FFFFFF;
    }
    
    .jss114 {
        border: 2px solid #FFFFFF;
    }
    
    .jss115 {
        color: #121212;
        width: 24px;
        border: 1px solid #FFFFFF;
        height: 24px;
        display: flex;
        align-items: center;
        line-height: 32px;
        border-radius: 50%;
        justify-content: center;
        background-color: #F7F7F4;
    }
    
    .jss181 {
        display: flex;
        margin-right: 12px;
    }
    
    .jss182 {
        flex: 1;
    }
    
    .jss183 {
        display: flex;
        align-items: center;
    }
    
    @media (min-width:0px) and (max-width:599.95px) {
        .jss183 {
            padding-left: 16px;
            padding-right: 16px;
        }
    }
    
    .jss184 {
        color: #323232;
    }
    
    .jss185 {
        margin-bottom: 4px;
    }
    
    

    .MuiIconButton-root {
        flex: 0 0 auto;
        color: rgba(0, 0, 0, 0.54);
        padding: 12px;
        overflow: visible;
        font-size: 1.5rem;
        text-align: center;
        transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
        border-radius: 50%;
    }
    
    .MuiIconButton-root:hover {
        background-color: rgba(0, 0, 0, 0.04);
    }
    
    .MuiIconButton-root.Mui-disabled {
        color: rgba(0, 0, 0, 0.26);
        background-color: transparent;
    }
    
    @media (hover: none) {
        .MuiIconButton-root:hover {
            background-color: transparent;
        }
    }
    
    .MuiIconButton-edgeStart {
        margin-left: -12px;
    }
    
    .MuiIconButton-sizeSmall.MuiIconButton-edgeStart {
        margin-left: -3px;
    }
    
    .MuiIconButton-edgeEnd {
        margin-right: -12px;
    }
    
    .MuiIconButton-sizeSmall.MuiIconButton-edgeEnd {
        margin-right: -3px;
    }
    
    .MuiIconButton-colorInherit {
        color: inherit;
    }
    
    .MuiIconButton-colorPrimary {
        color: #F24A4A;
    }
    
    .MuiIconButton-colorPrimary:hover {
        background-color: rgba(242, 74, 74, 0.04);
    }
    
    @media (hover: none) {
        .MuiIconButton-colorPrimary:hover {
            background-color: transparent;
        }
    }
    
    .MuiIconButton-colorSecondary {
        color: #012F6C;
    }
    
    .MuiIconButton-colorSecondary:hover {
        background-color: rgba(1, 47, 108, 0.04);
    }
    
    @media (hover: none) {
        .MuiIconButton-colorSecondary:hover {
            background-color: transparent;
        }
    }
    
    .MuiIconButton-sizeSmall {
        padding: 3px;
        font-size: 1.125rem;
    }
    
    .MuiIconButton-label {
        width: 100%;
        display: flex;
        align-items: inherit;
        justify-content: inherit;
    }
    
    .jss168 {
        top: 37%;
        border: 1px solid #F0F0EA;
        filter: drop-shadow(0px 2px 12px rgba(0, 0, 0, 0.1));
        z-index: 1;
        position: absolute;
        background: #FFFFFF;
    }
    
    .jss168:hover {
        background: #F0F0EA;
    }
    
    .jss169 {
        left: -20px;
        right: auto;
        padding: 8px;
    }
    
    @media (max-width:999.95px) {
        .jss170 {
            left: -10px;
            right: auto;
            padding: 4px;
        }
    }
    
    .jss171 {
        left: auto;
        right: -20px;
        padding: 8px;
    }
    
    @media (max-width:999.95px) {
        .jss172 {
            left: auto;
            right: -10px;
            padding: 4px;
        }
    }
    
    .jss246 {
        font-weight: bold !important;
    }
    
    .jss247 {
        text-align: center;
    }
    
    .jss248 {
        cursor: pointer;
        text-align: center;
    }
    
    @media (min-width:0px) and (max-width:599.95px) {
        .jss93 {
            display: none;
        }
    }
    
    @media (min-width:0px) {
        .jss94 {
            display: none;
        }
    }
    
    @media (max-width:599.95px) {
        .jss95 {
            display: none;
        }
    }
    
    @media (min-width:600px) and (max-width:999.95px) {
        .jss96 {
            display: none;
        }
    }
    
    @media (min-width:600px) {
        .jss97 {
            display: none;
        }
    }
    
    @media (max-width:999.95px) {
        .jss98 {
            display: none;
        }
    }
    
    @media (min-width:1000px) and (max-width:1247.95px) {
        .jss99 {
            display: none;
        }
    }
    
    @media (min-width:1000px) {
        .jss100 {
            display: none;
        }
    }
    
    @media (max-width:1247.95px) {
        .jss101 {
            display: none;
        }
    }
    
    @media (min-width:1248px) and (max-width:1919.95px) {
        .jss102 {
            display: none;
        }
    }
    
    @media (min-width:1248px) {
        .jss103 {
            display: none;
        }
    }
    
    @media (max-width:1919.95px) {
        .jss104 {
            display: none;
        }
    }
    
    @media (min-width:1920px) {
        .jss105 {
            display: none;
        }
    }
    
    @media (min-width:1920px) {
        .jss106 {
            display: none;
        }
    }
    
    @media (min-width:0px) {
        .jss107 {
            display: none;
        }
    }
    
    @media (max-width:599.95px) {
        .jss109 {
            font-size: 14px;
        }
    }
    
    .jss108 {
        color: #000000;
        cursor: pointer;
    }
    
    /*ADDED*/
    @media (max-width:599.95px) {
        .jss87 {
            /*border-top: 1px solid #F0F0EA;*/
            /*padding-top: 24px;*/
            margin-bottom: 32px;
        }
    }
    
    .jss88 {
        height: 100%;
    }
    
    @media (min-width:600px) {
        .jss88 {
            padding-left: 24px;
            padding-bottom: 12px;
        }
    }
    
    .jss89 {
        color: #52524F;
        display: flex;
        padding-left: 24px;
        letter-spacing: .065em;
        text-transform: uppercase;
    }
    
    .jss90 {
        display: flex;
        letter-spacing: .01em;
    }
    
    .jss91 {
        line-height: 85%;
    }
    
    .jss92 {
        display: flex;
        justify-content: flex-start;
    }
    
    .jss1 {
        color: white;
        width: initial !important;
        border: solid 1px #ffffff;
        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 0.2s ease 0s;
        background-color: rgba(0, 0, 0, 0);
    }
    
    .jss2 {
        color: black;
        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: bold;
        line-height: 32px;
        white-space: nowrap;
        border-radius: 35px;
        letter-spacing: .5px;
        text-transform: inherit;
    }
    
    .jss3 {
        color: #FFFFFF;
        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: bold;
        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: #000000;
        height: 32px;
        display: flex !important;
        padding: 0px 13px 0px 13px !important;
        text-align: center;
        align-items: center;
        line-height: 120%;
        letter-spacing: 0.25px;
        background-color: #FFFFFF;
    }
    
    @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%;
    }
    
    /* INSERTED*/

    .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*/
    .jDyZKx {
        padding-bottom: 16px;
        padding-top: 16px;
    }
    
    /*!sc*/
    .dAyMHt {
        padding-bottom: 0;
    }
    
    /*!sc*/
    .iwxhey {
        padding-left: 0;
        padding-right: 0;
        padding-top: 16px;
    }
    
    /*!sc*/
    .eQnAVB {
        padding-left: 0;
        padding-right: 0;
        padding-top: 8px;
    }
    
    /*!sc*/
    .glYcaN {
        padding-top: 8px;
    }
    
    /*ADDED MUTATION*/
    .iyxfLi {
        padding-right: 12px;
        color: #943848
    }
    
    /*!sc*/
    .fWhxeW {
        margin-left: 1px;
        margin-right: 6px;
    }
    
    /*!sc*/
    .gYsYsF {
        padding-right: 0;
    }
    
    /*!sc*/
    .QYXXJ {
        padding-left: 0;
    }
    
    /*!sc*/
    .hpaTEf {
        padding-bottom: 24px;
        width: 100%;
    }
    
    /*!sc*/
    .kpngLU {
        margin-bottom: 40px;
        margin-top: 32px;
    }
    
    /*!sc*/
    .cnzHnV {
        height: 100%;
    }
    
    /*!sc*/
    .gIqYhr {
        padding-left: 0;
        padding-right: 0;
        padding-top: 20px;
    }
    
    /*!sc*/
    .jEGbiS {
        padding-top: 12px;
    }
    
    /*!sc*/
    .dPlgDt {
        margin-bottom: 32px;
        margin-top: 32px;
    }
    
    /*!sc*/
    .dhXKAp {
        padding-bottom: 24px;
        padding-top: 24px;
    }
    
    /*!sc*/
    .krURAV {
        padding-bottom: 8px;
    }
    
    /*!sc*/
    .jrawTt {
        padding-left: 0;
        padding-right: 0;
    }
    
    /*!sc*/
    .blPVaq {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    
    /*!sc*/
    .dbDoOA {
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    
    /*!sc*/
    .hqANXd {
        padding-right: 8px;
    }
    
    /*!sc*/
    .dZHTAJ {
        padding-bottom: 4px;
        padding-left: 6px;
        padding-right: 6px;
        padding-top: 8px;
    }
    
    /*!sc*/
    .cQFqwH {
        margin-top: 24px;
    }
    
    /*!sc*/
    .kXUHdR {
        margin-bottom: 20px;
        margin-top: 20px;
    }
    
    /*!sc*/
    .gnFSrC {
        padding-bottom: 96px;
    }
    
    /*!sc*/
    .dmzZGZ {
        margin-top: 48px;
        padding-bottom: 8px;
    }
    
    /*!sc*/
    .kiyhtt {
        font-weight: 600;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-left: 12px;
        padding-right: 16px;
    }
    
    /*!sc*/
    .hYfYIA {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    
    /*!sc*/
    .bZZeDZ {
        padding-bottom: 12px;
        padding-top: 12px;
    }
    
    /*!sc*/
    .gFHywp {
        margin: 0;
        padding-bottom: 16px;
        padding-top: 16px;
    }
    
    /*!sc*/
    .ieicxn {
        margin-bottom: 24px;
    }
    
    /*!sc*/
    .frJaHt {
        margin-bottom: 8px;
    }
    
    /*!sc*/
    .gfwkRb {
        margin-top: 20px;
    }
    
    /*!sc*/
    .eFEqll {
        margin-right: 8px;
    }
    
    /*!sc*/
    data-styled.g4[id="sc-7ec39e14-0"] {
        content: "EnMpK,hGwdbA,lgopDO,jDyZKx,dAyMHt,iwxhey,eQnAVB,glYcaN,iyxfLi,fWhxeW,gYsYsF,jhcHdR,QYXXJ,hpaTEf,kpngLU,cnzHnV,gIqYhr,jEGbiS,dPlgDt,dhXKAp,krURAV,jrawTt,blPVaq,dbDoOA,hqANXd,dZHTAJ,cQFqwH,kXUHdR,gnFSrC,dmzZGZ,kiyhtt,hYfYIA,bZZeDZ,gFHywp,ieicxn,frJaHt,gfwkRb,eFEqll,"
    }
    
    /*!sc*/
    .cDRzsA {
        white-space: nowrap;
    }
    
    /*!sc*/
    data-styled.g5[id="sc-7ec39e14-1"] {
        content: "cDRzsA,"
    }
    
    /*!sc*/
    @media (max-width:599.95px) {
        .gZWYwA {
            display: none;
        }
    }
    
    /*!sc*/
    data-styled.g6[id="sc-7ec39e14-2"] {
        content: "gZWYwA,"
    }
    
    /*!sc*/
    .dxycar {
        margin: 0;
        text-align: inherit;
        font-family: TiemposHeadline, serif;
        font-weight: 400;
        font-size: 1.25rem;
        line-height: 120%;
        -webkit-letter-spacing: 0.01em;
        -moz-letter-spacing: 0.01em;
        -ms-letter-spacing: 0.01em;
        letter-spacing: 0.01em;
    }
    
    /*!sc*/
    .iYydBc {
        margin: 0;
        text-align: inherit;
        font-family: TiemposTextRegular, serif;
        font-weight: 300;
        font-size: 0.875rem;
        line-height: 130%;
    }
    
    /*!sc*/
    .ihQKtX {
        margin: 0;
        text-align: inherit;
        font-family: Calibre, sans-serif;
        font-size: 0.75rem;
        font-weight: 400;
        -webkit-letter-spacing: 0.015em;
        -moz-letter-spacing: 0.015em;
        -ms-letter-spacing: 0.015em;
        letter-spacing: 0.015em;
        line-height: 100%;
    }
    
    /*!sc*/
    .iTfpNb {
        margin: 0;
        text-align: inherit;
        display: block;
        font-family: TiemposTextMedium, serif;
        font-size: 0.875rem;
        font-weight: 500;
        line-height: 130%;
    }
    
    /*!sc*/
    .xiSta {
        margin: 0;
        text-align: inherit;
        font-family: RegularSlab;
        font-size: 1.125rem;
        font-weight: 400;
        -webkit-letter-spacing: 0.01em;
        -moz-letter-spacing: 0.01em;
        -ms-letter-spacing: 0.01em;
        letter-spacing: 0.01em;
        line-height: 100%;
    }
    
    /*!sc*/
    .javXwP {
        margin: 0;
        text-align: inherit;
        font-family: CalibreMedium, sans-serif;
        font-size: 0.75rem;
        font-weight: 500;
        -webkit-letter-spacing: 0.015em;
        -moz-letter-spacing: 0.015em;
        -ms-letter-spacing: 0.015em;
        letter-spacing: 0.015em;
        line-height: 100%;
    }
    
    /*!sc*/
    .casnvS {
        margin: 0;
        text-align: inherit;
        font-family: Calibre, sans-serif;
        font-size: 0.875rem;
        font-weight: 400;
        -webkit-letter-spacing: 0.01em;
        -moz-letter-spacing: 0.01em;
        -ms-letter-spacing: 0.01em;
        letter-spacing: 0.01em;
        line-height: 100%;
    }
    
    /*!sc*/
    .iSDqWt {
        margin: 0;
        text-align: inherit;
        display: block;
        font-family: TiemposTextMedium, serif;
        font-size: 0.750rem;
        font-weight: 500;
        line-height: 150%;
    }
    
    /*!sc*/
    .jAXSYK {
        margin: 0;
        text-align: inherit;
        display: block;
        font-family: TiemposTextMedium, serif;
        font-size: 1rem;
        font-weight: 500;
        line-height: 125%;
    }
    
    /*!sc*/
    .jsKuBT {
        margin: 0;
        text-align: inherit;
        font-family: CalibreMedium, sans-serif;
        font-size: 0.875rem;
        font-weight: 500;
        -webkit-letter-spacing: 0.015em;
        -moz-letter-spacing: 0.015em;
        -ms-letter-spacing: 0.015em;
        letter-spacing: 0.015em;
        line-height: 100%;
    }
    
    /*!sc*/
    data-styled.g7[id="sc-30702b06-0"] {
        content: "dxycar,iYydBc,ihQKtX,iTfpNb,xiSta,javXwP,casnvS,iSDqWt,jAXSYK,jsKuBT,"
    }
    
    /*!sc*/
    .hgZtys {
        height: 100%;
        margin-bottom: 24px;
    }
    
    /*!sc*/
    @media (min-width:600px) {
        .hgZtys {
            margin-bottom: 0px;
        }
    }
    
    /*!sc*/
    data-styled.g8[id="sc-46afd54a-0"] {
        content: "hgZtys,"
    }
    
    /*!sc*/
    .hULtDF {
        padding-bottom: 16px;
        margin-bottom: 16px;
        border-bottom: 1px solid #F0F0EA;
    }
    
    /*!sc*/
    @media (max-width:599.95px) {
        .hULtDF {
            padding-top: 16px;
            border-top: 1px solid #F0F0EA;
        }
    }
    
    /*!sc*/
    .hrkEdX {
        padding-bottom: 16px;
        margin-bottom: 16px;
        border-bottom: 1px solid #F0F0EA;
    }
    
    /*!sc*/
    @media (max-width:599.95px) {
        .hrkEdX {
            padding-top: 0px;
            border-top: none;
        }
    }
    
    /*!sc*/
    .dZdKcC {
        padding-bottom: 0px;
        margin-bottom: 0px;
        border-bottom: none;
    }
    
    /*!sc*/
    @media (max-width:599.95px) {
        .dZdKcC {
            padding-top: 0px;
            border-top: none;
        }
    }
    
    /*!sc*/
    data-styled.g9[id="sc-46afd54a-1"] {
        content: "hULtDF,hrkEdX,dZdKcC,"
    }
    
    /*!sc*/
    @media (max-width:999px) and (min-width:600px) {
        .iYiFVX {
            margin-bottom: 24px;
            border-bottom: 1px solid (props)=>props.theme.palette.grey[300];
        }
    }
    
    /*!sc*/
    @media (max-width:999px) {
        .iYiFVX {
            padding-bottom: 24px;
        }
    }
    
    /*!sc*/
    data-styled.g10[id="sc-46afd54a-2"] {
        content: "iYiFVX,"
    }
    
    /*!sc*/
    .jicBIg {
        height: 100%;
    }
    
    /*!sc*/
    @media (min-width:1248px) {
        .jicBIg {
            padding-right: 24px;
            margin-bottom: 0px;
        }
    }
    
    /*!sc*/
    @media (min-width:1000px) and (max-width:1247.95px) {
        .jicBIg {
            padding-right: 24px;
            margin-bottom: 0px;
        }
    }
    
    /*!sc*/
    data-styled.g12[id="sc-46afd54a-4"] {
        content: "jicBIg,"
    }
    
    /*!sc*/
    .dHIkQG {
        max-width: 56%;
        border-right: 1px solid #F0F0EA;
        min-width: 56%;
    }
    
    /*!sc*/
    @media (max-width:999px) {
        .dHIkQG {
            max-width: 100%;
        }
    }
    
    /*!sc*/
    @media (max-width:999px) and (min-width:599px) {
        .dHIkQG {
            padding-right: 24px;
        }
    }
    
    /*!sc*/
    @media (max-width:999px) {
        .dHIkQG {
            border-right: none;
        }
    }
    
    /*!sc*/
    data-styled.g13[id="sc-46afd54a-5"] {
        content: "dHIkQG,"
    }
    
    /*!sc*/
    .hVTdjz {
        max-width: 39%;
        padding-right: 24px;
    }
    
    /*!sc*/
    @media (min-width:999px) {
        .hVTdjz {
            margin-left: 24px;
        }
    }
    
    /*!sc*/
    @media (max-width:999px) {
        .hVTdjz {
            max-width: 100%;
        }
    }
    
    /*ADDED*/
    @media (max-width:600px) {
        .hVTdjz {
            border-top: 1px solid #F0F0EA;
            padding-top: 16px;
            padding-right: 0px;
        }
    }
    
    /*!sc*/
    data-styled.g14[id="sc-46afd54a-6"] {
        content: "hVTdjz,"
    }
    
    /*!sc*/
    .iTqvKI {
        max-width: 25%;
    }
    
    /*!sc*/
    @media (max-width:999px) {
        .iTqvKI {
            max-width: 33.33%;
        }
    }
    
    /*!sc*/
    @media (max-width:599px) {
        .iTqvKI {
            max-width: 100%;
        }
    }
    
    /*!sc*/
    data-styled.g15[id="sc-46afd54a-7"] {
        content: "iTqvKI,"
    }
    
    /*!sc*/
    .kGGSgH {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 100%;
    }
    
    /*!sc*/
    @media (min-width:600px) {
        .kGGSgH {
            border-right: 1px solid #F0F0EA;
            margin-bottom: 32px;
        }
    }
    
    /*!sc*/
    @media (max-width:999px) {
        .kGGSgH {
            display: inline-block;
        }
    }
    
    /*!sc*/
    /* @media (max-width:599px) {
        .kGGSgH {
            border-top: 1px solid #F0F0EA;
        }
    } */
    
    /*!sc*/
    data-styled.g16[id="sc-46afd54a-8"] {
        content: "kGGSgH,"
    }
    
    /*!sc*/
    .kaJlcc {
        padding-top: 24px;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
    
    /*!sc*/
    @media (max-width:599px) {
        .kaJlcc {
            display: inline-block;
        }
    }
    
    /*!sc*/
    .kaJlcc .maxImgWidthSide150 {
        max-width: 150px;
    }
    
    /*!sc*/
    .kaJlcc .maxImgHeightSide100 {
        max-height: 100px;
    }
    
    /*!sc*/
    data-styled.g17[id="sc-46afd54a-9"] {
        content: "kaJlcc,"
    }

    /*ADDED START*/
    @media (max-width:599.95px) {
        .jTyJKB {
            display: flex;
        }
    }

    @media (max-width:599.95px) {
        .fTrKqB {
            flex-direction: column-reverse;
        }
    }

    @media (max-width:599.95px) {
        .jss80 {
            max-width: 100%;
            flex-basis: 100%;
        }
    }

    /*@media (max-width:599.95px) {
        .jss81 {
            padding-bottom: 30px;
        }
    }*/

    @media (max-width:599.95px) {
        .eYuIgM {
            max-width: 100%;
            flex-basis: 100%;
        }
    }

    @media (max-width:599.95px) {
        .jxx100 {
            flex-wrap: wrap;
        }
    }

    @media (max-width:599.95px) {
        .jxx101 {
            padding-top: 20px;
        }
    }

    @media (max-width:599.95px) {
        .jxx102 {
            display: none;
        }
    }

    .jxx103 {
        margin:0 24px 0 0px;
    }

    @media (max-width:599.95px) {
        .jxx103 {
            margin-right: 0px;
        }
    }

    .jxx104 {
        margin:0 0 0 24px;
    }
    
    @media (max-width:599.95px) {
        .jxx104 {
            margin-left: 0px;
        }
    }

    .jxx105 {
        margin-right:32px;
    }
    
    @media (max-width:599.95px) {
        .jxx105 {
            margin-right: 12px;
        }
    }

    /*ADDED STOPS*/

    
    /*!sc*/
    .jRaLtN {
        color: #121212;
        cursor: pointer;
        -webkit-transition: color 0.6s ease;
        -webkit-transition: color 0.6s ease;
        transition: color 0.6s ease;
    }
    
    /*!sc*/
    .jRaLtN:hover {
        color: #5C5656;
    }
    
    /*!sc*/
    data-styled.g24[id="sc-46afd54a-16"] {
        content: "jRaLtN,"
    }
    
    /*!sc*/
    .dFaaxo {
        position: relative;
        padding-top: calc(100% * 2 / 3);
    }
    
    /*!sc*/
    .cJUifo {
        position: relative;
        padding-top: 100%;
    }
    
    /*!sc*/
    .cyRSRK {
        position: relative;
        padding-top: 56%;
    }
    
    /*!sc*/
    data-styled.g26[id="sc-d56b75f6-1"] {
        content: "dFaaxo,cJUifo,cyRSRK,"
    }
    
    /*!sc*/
    .ixktja {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    
    /*!sc*/
    data-styled.g27[id="sc-d56b75f6-2"] {
        content: "ixktja,"
    }
    
    /*!sc*/
    .cVnZFj {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        padding-top: 0px;
        padding-right: 0px;
    }
    
    /*ADDED MUTATION*/
    @media (max-width:599.95px) {
        .cVnZFj {
            padding-top: 0px;
            padding-right: 0px;
            padding-bottom: 24px;
        }
    }
    
    /*!sc*/
    data-styled.g32[id="sc-d5d65e7a-0"] {
        content: "cVnZFj,"
    }
    
    /*!sc*/
    .glIRRw:hover {
        -webkit-text-decoration: underline;
        text-decoration: underline;
    }
    
    /*!sc*/
    data-styled.g39[id="sc-16cd9ce-6"] {
        content: "glIRRw,"
    }
    
    /*!sc*/
    .gTpevj {
        display: inline-block;
        min-width: 40px;
        text-align: center;
    }
    
    /*!sc*/
    .jGyNyr {
        display: inline-block;
        min-width: 40px;
        text-align: center;
    }
    
    /*!sc*/
    .jGyNyr:hover {
        background: #F7F7F4;
        border-radius: 4px;
    }
    
    /*!sc*/
    data-styled.g43[id="sc-16cd9ce-10"] {
        content: "gTpevj,jGyNyr,"
    }
    
    /*!sc*/
    .dIGddg {
        border-radius: 100%;
        height: 32px;
        width: 32px;
        overflow: hidden;
    }
    
    /*!sc*/
    data-styled.g44[id="sc-858b715d-0"] {
        content: "dIGddg,"
    }
    
    /*!sc*/
    .eYMkbD.eYMkbD {
        height: 32px;
        width: 32px;
    }
    
    /*!sc*/
    data-styled.g45[id="sc-858b715d-1"] {
        content: "eYMkbD,"
    }
    
    /*!sc*/
    .lfvhIV {
        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;
        position: relative;
        z-index: 4;
        width: 100%;
        padding-top: 16px;
        padding-bottom: 16px;
    }
    
    /*!sc*/
    @media (max-width:599.95px) {
        .lfvhIV {
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            padding-top: 6px;
            padding-bottom: 10px;
        }
    }
    
    /*!sc*/
    data-styled.g47[id="sc-549a2881-1"] {
        content: "lfvhIV,"
    }
    
    /*!sc*/
    .dKXMrW {
        padding: 8px;
    }
    
    /*!sc*/
    @media (max-width:599.95px) {
        .dKXMrW {
            width: 100%;
        }
    }
    
    /*!sc*/
    data-styled.g48[id="sc-549a2881-2"] {
        content: "dKXMrW,"
    }
    
    /*!sc*/
    .IlyID {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        min-width: 0px;
        overflow: auto;
        margin-left: 15px;
        -webkit-scroll-behavior: smooth;
        -moz-scroll-behavior: smooth;
        -ms-scroll-behavior: smooth;
        scroll-behavior: smooth;
        -webkit-scroll-snap-type: x mandatory;
        -moz-scroll-snap-type: x mandatory;
        -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
        -webkit-scrollbar-width: none;
        -moz-scrollbar-width: none;
        -ms-scrollbar-width: none;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    
    /*!sc*/
    .IlyID::-webkit-scrollbar {
        display: none;
    }
    
    /*!sc*/
    @media (max-width:599.95px) {
        .IlyID {
            margin-left: 0;
        }
    }
    
    /*!sc*/
    data-styled.g49[id="sc-549a2881-3"] {
        content: "IlyID,"
    }
    
    /*!sc*/
    .cGsPLR.cGsPLR {
        padding: 0 12px;
        border: 1px solid #121212;
        border-radius: 90px;
        color: #FFFFFF;
        height: 32px;
        background: #121212;
    }
    
    /*!sc*/
    .cGsPLR.cGsPLR:hover {
        background: #121212;
        border: 1px solid #121212;
    }
    
    /*!sc*/
    .cPxaKO.cPxaKO {
        padding: 0 12px;
        border: 1px solid #F0F0EA;
        border-radius: 90px;
        color: #121212;
        height: 32px;
        background: #FFFFFF;
    }
    
    /*!sc*/
    .cPxaKO.cPxaKO:hover {
        background: #F0F0EA;
        border: 1px solid #F0F0EA;
    }
    
    /*!sc*/
    data-styled.g52[id="sc-549a2881-6"] {
        content: "cGsPLR,cPxaKO,"
    }
    
    /*!sc*/
    .hVZiRg {
        line-height: 30px;
        padding-left: 6px;
        padding-right: 4px;
        white-space: nowrap;
    }
    
    /*!sc*/
    data-styled.g53[id="sc-549a2881-7"] {
        content: "hVZiRg,"
    }
    
    /*!sc*/
    .pWaHr {
        padding-top: 20px;
        color: #5C5656;
        padding-bottom: 20px;
    }
    
    /*!sc*/
    @media (max-width:800px) {
        .pWaHr {
            padding-top: 0px;
            padding-bottom: 0px;
        }
    }
    
    /*!sc*/
    data-styled.g122[id="sc-1204e5d9-2"] {
        content: "pWaHr,"
    }
    
    /*!sc*/
    .ebICRl {
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
    
    /*!sc*/
    @media (max-width:800px) {
        .ebICRl {
            padding-bottom: 8px;
        }
    }
    
    /*!sc*/
    data-styled.g129[id="sc-1204e5d9-9"] {
        content: "ebICRl,"
    }
    
    /*!sc*/
    @media (max-width:800px) {
        .cRBWyT {
            width: 100%;
        }
    }
    
    /*!sc*/
    data-styled.g131[id="sc-1204e5d9-11"] {
        content: "cRBWyT,"
    }
    
    /*!sc*/
    .idGyfX.idGyfX {
        background-color: #F0F0EA;
    }
    
    /*!sc*/
    data-styled.g132[id="sc-1204e5d9-12"] {
        content: "idGyfX,"
    }
    
    /*!sc*/
    .txAYH {
        border-left: 1px solid #F0F0EA;
        height: 100%;
        padding-left: 24px;
        margin-left: 24px;
    }
    
    /*!sc*/
    @media (max-width:599.95px) {
        .txAYH {
            border-left: none;
            border-top: 1px solid #F0F0EA;
            padding-left: 0;
            margin-left: 0;
            padding-top: 24px;
            margin-top: 24px;
        }
    }
    
    /*!sc*/
    data-styled.g142[id="sc-5aad0bc3-0"] {
        content: "txAYH,"
    }
    
    /*!sc*/
    .hPIhOe {
        padding-bottom: 16px;
        margin-bottom: 16px;
        border-bottom: 1px solid #F0F0EA;
    }
    
    /*!sc*/
    .haSJdX {
        padding-bottom: 0px;
        margin-bottom: 0px;
        border-bottom: none;
    }
    
    /*!sc*/
    .kZxtcC {
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #F0F0EA;
    }
    
    /*!sc*/
    .kpnjuu {
        padding-bottom: 24px;
        margin-bottom: 24px;
        border-bottom: 1px solid #F0F0EA;
    }
    
    /*!sc*/
    data-styled.g143[id="sc-5aad0bc3-1"] {
        content: "hPIhOe,haSJdX,kZxtcC,kpnjuu,"
    }
    
    /*!sc*/
    .eOgcaW {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        padding-left: 0px;
        color: #5C5656;
    }
    
    /*!sc*/
    @media (min-width:1000px) {
        .eOgcaW {
            padding-left: 10px;
        }
    }
    
    /*!sc*/
    data-styled.g148[id="sc-af7f50cf-0"] {
        content: "eOgcaW,"
    }
    
    /*!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.g172[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.g173[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.g174[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.g175[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.g176[id="sc-4ba0217a-4"] {
        content: "WBPOv,"
    }
    
    /*!sc*/
    .jlIeuj {
        display: block;
        padding-top: 14px;
    }
    
    /*!sc*/
    .jlIeuj>* {
        display: inline-block;
    }
    
    /*!sc*/
    data-styled.g192[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.g194[id="sc-4ba0217a-22"] {
        content: "fwKeaH,RkbcA,"
    }
    
    /*!sc*/
    .jsHGxQ {
        color: #C4C4BC;
        -webkit-text-decoration: none;
        text-decoration: none;
    }
    
    /*!sc*/
    .jsHGxQ:hover {
        color: #fbfbfb;
    }
    
    /*!sc*/
    data-styled.g202[id="sc-aede4dac-0"] {
        content: "jsHGxQ,"
    }
    
    /*!sc*/
    .gKhPcy {
        font-size: 14px;
    }
    
    /*!sc*/
    data-styled.g203[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.g204[id="sc-aede4dac-2"] {
        content: "jmFahZ,"
    }
    
    /*!sc*/
    .kYAStx {
        opacity: 0.23;
        width: 124px;
    }
    
    /*!sc*/
    data-styled.g205[id="sc-aede4dac-3"] {
        content: "kYAStx,"
    }
    
    /*!sc*/
    .bPmlpN {
        height: 202px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-top: 1px solid #000000;
        background: #121212;
    }
    
    /*!sc*/
    @media (max-width:769.95px) {
        .bPmlpN {
            border: none;
        }
    }
    
    /*!sc*/
    @media (max-width:599.95px) {
        .bPmlpN {
            height: auto;
            border: none;
        }
    }
    
    /*!sc*/
    data-styled.g238[id="sc-4308677b-0"] {
        content: "bPmlpN,"
    }
    
    /*!sc*/
    .eFxvVb {
        color: #f7f7f4;
        font-family: RegularSlab;
        font-size: 42px;
        line-height: 94%;
        text-align: center;
        -webkit-letter-spacing: -0.005em;
        -moz-letter-spacing: -0.005em;
        -ms-letter-spacing: -0.005em;
        letter-spacing: -0.005em;
        width: 500px;
        padding-top: 40px;
        padding-bottom: 24px;
    }
    
    /*!sc*/
    @media (max-width:599.95px) {
        .eFxvVb {
            width: auto;
            padding: 32px 16px;
            padding-bottom: 24px;
        }
    }
    
    /*!sc*/
    data-styled.g239[id="sc-4308677b-1"] {
        content: "eFxvVb,"
    }
    
    /*!sc*/
    .gqpozC {
        font-family: Calibre;
        font-size: 20px;
        font-weight: 600;
        color: #ffffff;
        text-transform: uppercase;
        margin-bottom: 40px;
    }
    
    /*!sc*/
    @media (max-width:599.95px) {
        .gqpozC {
            margin-bottom: 32px;
        }
    }
    
    /*!sc*/
    data-styled.g240[id="sc-4308677b-2"] {
        content: "gqpozC,"
    }
    
    /*!sc*/
    .kHltqp {
        margin-left: 8px;
        width: 6px;
        height: 12px;
    }
    
    /*!sc*/
    data-styled.g241[id="sc-4308677b-3"] {
        content: "kHltqp,"
    }