body {
    font-family: "Readex Pro", serif;
    margin: 0;
    font-size: 1.125rem;
    line-height: 1.575rem;
    display: flex;
    flex-flow: column;
}

img {
    align-self:flex-start;
    max-width:100%;
}

h1 {
    font-size: 3.5rem;
    font-weight: bold;
    letter-spacing: -.03em;
    line-height: 3.325rem;
    margin: 0;
}

h2 {
    font-size: 2.5rem;
    font-weight: bold;
    letter-spacing: -.02em;
    line-height: 2.375rem;
    margin: 0;
}

@media only screen and (min-width: 577px) {
/* For mobile phones: */
    .mobile-only {
        display: none !important;
    }
    .padding-row {
        height:40px;
    }
    .sixth-width {
        justify-content: center !important;
    }
    .desktop-right-gap {
        gap: 5vw;
    }
}
@media only screen and (max-width: 576px) {
/* For mobile phones: */
    .padding-row {
        height:10px;
    }
    .mobile-flex-column {
        flex-flow: column wrap !important;
    }
    .mobile-flex-row {
        flex-flow: row wrap;
    }
    .desktop-only {
        display: none !important;
    }
    .content-pad {
        padding: 0 16px !important;
    }
    .mobile-center {
        justify-content: center;
    }
    .mobile-grey-background {
        background-color: #F4F4F5;
        justify-content: center;
        padding: 10px 0;
    }
    .mobile-only {
        font-weight: 600;
    }
    .action-button {
        padding: 3px 18px !important;
        height: fit-content;
        align-self: center;
    }
    .pad-account-label {
        padding: 5px 0;
    }
    .pad-apply-label {
        padding: 10px 0;
    }
    .image-row {
        gap: 16px;
    }
    .mobile-single-image-row {
        flex-basis: 67% !important;
        flex-grow: 1 !important;
    }
    .mobile-full-width {
        min-width: 100% !important;
        max-width: 100% !important;
    }

    .mobile-double-image-row {
        flex-basis: 34% !important;
        flex-grow: 1 !important;
    }
    .mobile-flex-reverse {
        flex-direction:column-reverse !important;
        align-items: center;
    }
}

.content-pad {
    padding: 0 60px;
}

.yes-font-color {
    color: #00B0FF !important;
    font-weight: 600;
}

.menu-item {
    padding-right: 32px;
}

.no-font-color {
    color: #9F9FA9 !important;
    font-weight: 600;
}

a {
    color: black;
    text-decoration: none;
}

.label-pad {
    height: 36px;
}

.centerline {
    align-items: center;
}

.back-lightgrey {
    background-color: #F4F4F5 !important;
}

.flex-column {
    flex-flow: column wrap;
}

.flex-row {
    flex-flow: row wrap;
}

.flex-row-nowrap {
    flex-flow: row nowrap;
    margin-top: 8px;
}

.flex {
    display: flex;
}

.justify-split {
    justify-content: space-between;
}

.image-row {
    gap: 20px;
}

.icon {
    width: 24px;
    height: 24px;
    max-width: 24px;
    max-height: 24px;
    min-width: 24px;
    min-height: 24px;
}

.half-width {
    display: flex;
    flex: calc(1/2);
}

.third-width {
    display: flex;
    flex: calc(1/3);
}

.sixth-width {
    display: flex;
    flex: calc(1/6);
    flex-wrap: wrap;
    align-content: center;
}

.no-flex {
    display: block !important;
}

@font-face {
    font-family: "Readex Pro";
    font-style: normal;
    font-weight: 400;
    src: url('https://b2b-media-production-ana.s3.amazonaws.com/filer_public/75/5c/755c63b1-1e6b-4448-9634-14e70748d6f2/readexpro-variablefont_hexpwght.ttf') format('truetype');
}

.button-downloadable {
    
    margin: 8px 8px 0px 0px;
    padding-top: 8px;
    padding-right: 16px;
    padding-bottom: 8px;
    padding-left: 16px;
    border-radius: 8px;
    background-color: #F4F4F5;
    width: fit-content;
    font-size: 1rem;
    line-height: 1.4rem;
    font-weight: 600; 
}

.back-lightgrey .button-downloadable, 
.back-lightgrey .contact-link {
    background: #E4E4EF !important;
}

.back-brand-yellow {
    background-color: #FFBC00;
}

.frise-black,
.frise {
    height: 3.125rem;
    width: 100%;
    background-size: 100% 3.125rem;
    background-position-x: left;
    background-repeat: no-repeat;
    background-origin: padding-box;
    background-size: cover;
}

.frise-front-white::before {
    background-color: white;
}

.frise-front-black::before {
    background-color: black;
}

.frise-front-lightgrey::before {
    background-color: #F4F4F5 ;
}

.back-white {
    background-color: white !important;
}

.back-black {
    background-color: black !important;
    color: white;
}

.back-black a {
    color: white;
}

.action-button {
    background-color: #FFBC00;
    font-size: 1.063rem !important;
    padding: 6px 18px;
    border-radius: 56px;
    border-width: 2px;
    border: 2px solid;
    width: fit-content;
    box-shadow: 2px 4px 0px 0px #000000;
    border-image-source: linear-gradient(0deg, #18181B, #18181B),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.frise::before {
    content: "";
    display: inline-block;
    width: inherit;
    height: inherit;
}

.frise-v2::before {
    mask-image: url("https://b2b-media-production-ana.s3.amazonaws.com/filer_public/c8/7e/c87edf7c-f211-4e3e-8867-6887390b32f7/frise-2.svg");
}
.frise-v9::before {
    mask-image: url("https://b2b-media-production-ana.s3.amazonaws.com/filer_public/d7/bf/d7bfe591-077f-4f30-a007-6ceb1c5ff6cd/frise-9.svg");
}
.contact-link {
    padding-top: 8px;
    padding-right: 16px;
    padding-bottom: 8px;
    padding-left: 16px;
    border-radius: 24px;
    width: fit-content;
    margin: 8px 8px 0px 0px;
}

.header-bar {
    display: flex;
}

.no-flex>div:nth-child(even) {
    background-color: #f2f2f2;
}
.no-flex>div {
    padding: 5px;
}
.body-width {
    max-width: 1440px;
}
.header-align {
    align-items: center;
    gap: 20px;
    padding-right: 20px;
}
.footer-links {
    display:flex; 
    justify-content:space-evenly; 
    gap:8px;
}
.retailer-login-box {
    width:fit-content;
    height:36px;
    align-self: flex-end;
    padding:2px 11px;
}

.login-header-bar {
    display:flex; height:40px; 
    flex-direction: row-reverse;
}

.banner-image {
    justify-content: center;
}

.rainbow-banner {
    width:100%; 
    min-height:20px; 
    justify-content: center; 
    max-width:1440px; 
    object-fit:fill
}

.footer-bar {
    padding:24px 24px; 
    font-size:12px; 
    gap:8px; 
    flex-flow: row wrap;
}