:root{
  --text-primary: #E8AC67;
  --text-secondary: #FFE29A;
  --text-white: #FFFFFF;
  --text-gold: #C9A666;
  --text-dark-green: #004524;
  --text-mud-green: #525613;
  --text-light-green: #f6f7d7;
  --text-gray: #b9b9b9;
  --text-yellow: #fcbf3f;
  --text-blue: #003486;
  --text-off-white: #FFF9E2;
  --friso-prestige-green: #017D41;
  --friso-prestige-gold: #ae9030;
  --friso-blue: #1D3488;
  --friso-medium-blue: #84BBE2;
  --friso-light-blue: #7AB3E0;
  --friso-blue-ribbon: #0851E9;
  --friso-gold: #D4A55D;
  --friso-pink: #E25D89;
  --frisomum-dark-gold: #B97A25;
  --friso-pink-bg: rgba(226, 93, 137,.1);
  --friso-signature: #6A3A00;
  --friso-signature-gold: #A28759;
  --text-chocolate-brown: #210f03;
  --text-dark-gray: #666666;
  --text-mid-gray: #808080;
  --text-mid-gray-2: #A4A4A4;
  --text-xxxl: 4rem;
  --text-xxl: 3.2rem;
  --text-xl: 2.4rem;
  --text-l: 2rem;
  --text-m: 1.6rem;
  --text-xm: 1.2rem;
  --text-s: 1rem;
  --text-xs: .8rem;
  --border-primary: 1px solid #E8AC67;
  --bg-light-fill-default: rgba(0, 39, 120, .1);
  --bg-gradient-primary: linear-gradient(to right, #FFE29A, #ECC565);
  --bg-gradient-default: linear-gradient(to bottom, #B2BED6, var(--text-white) 100%);
  --bg-gradient-signature: linear-gradient(to bottom, rgba(162, 135, 89, .7), var(--text-white) 100%);
  --bg-gradient-prestige-bio: linear-gradient(to bottom, rgba(232, 255, 244, .7), var(--text-white) 100%);
  --bg-gradient-prestige: linear-gradient(to bottom, rgba(229, 214, 197, .7), var(--text-white) 100%);
  --bg-gradient-gold: linear-gradient(to bottom, rgba(178, 190, 214, .7), var(--text-white) 100%);
  --bg-gradient-mum: linear-gradient(to right, #FBF0F1, #FCE4E7);

  /* Breakpoints. */
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1400px;
}




/*ref grid.css */
@media (min-width: 768px) {
    .ml-md-5 {
        margin-left: 1.875rem !important;
    }
}
@media (min-width: 768px) {
    .mr-md-5 {
        margin-right: 1.875rem !important;
    }
}
.ml-0 {
    margin-left: 0 !important;
}
.mr-0 {
    margin-right: 0 !important;
}

/* ---- */

.bg-white {
    background-color: var(--text-white);
}
.bg-none {
    background: none;
}

img.responsive-image, .responsive-video {
    width: 100%;
    height: auto;
    object-fit: contain;
    position: relative;
}


/* ---- */

.navbar, .footer__wrapper--top, .footer__wrapper--bottom {
  line-height: normal;
}