    :root {
    --fa-primary-color: #060d33;
    --bs-primary: #060d33;
    --bs-inv-primary: ;
    --bs-link-primary-rgb: 6, 13, 51;
    --bs-link-hover-primary-rgb: 6, 13, 51;
    --bs-primary-rgb: 6, 13, 51;
    --bs-soft-primary: #b4b6c2;
    --bs-pale-primary: #e6e7eb;
    --bs-bullet-soft-primary: #b4b6c2;
    --bs-icon-fill-primary: #060d33;
    --bs-icon-solid-fill-primary: #060d33;
    --bs-border-soft-primary: #b4b6c2;
 }   
    
    
    html section.section-primary {
    background-color: var(--bs-primary) !important;
    border-color: #060c30 !important
    }

    html section.section-primary h1, html section.section-primary h2, html section.section-primary h3, 
    html section.section-primary h4, html section.section-primary h5, html section.section-primary h6 {
        color: var(--bs-inv-primary);
    }

    html section.section-primary p {
        color: var(--bs-inv-primary);
    }

    html section.section-primary .custom-text {
        color: var(--bs-inv-primary);
    }

    html section.section-primary li {
        color: var(--bs-inv-primary);
    }
    
    html section.section-primary a {
        color: rgba(var(--bs-link-primary-rgb), var(--bs-link-opacity, 1));
        text-decoration: none
    }
    
    html section.section-primary a:hover {
        --bs-link-primary-rgb: var(--bs-link-hover-primary-rgb)
    }
    
    html section.section-primary a:not([href]):not([class]), a:not([href]):not([class]):hover {
        color: inherit;
        text-decoration: nonebe
    }
  .text-line.text-primary:before {
    background-color: var(--bs-primary)
  }
  .bg-pale-primary {
    background-color: var(--bs-pale-primary) !important
}
  .bg-soft-primary {
    background-color: var(--bs-soft-primary) !important
}
  .bg-gradient-primary {
    background: linear-gradient(180deg, var(--bs-soft-primary), rgba(var(--bs-white-rgb), 0) 100%)
}
  .bg-gradient-reverse-primary {
    background: linear-gradient(0deg, var(--bs-soft-primary), rgba(var(--bs-white-rgb), 0) 100%)
}
    :root {
    --fa-secondary-color: #060d33;
    --bs-secondary: #060d33;
    --bs-inv-secondary: ;
    --bs-link-secondary-rgb: 6, 13, 51;
    --bs-link-hover-secondary-rgb: 6, 13, 51;
    --bs-secondary-rgb: 6, 13, 51;
    --bs-soft-secondary: #b4b6c2;
    --bs-pale-secondary: #e6e7eb;
    --bs-bullet-soft-secondary: #b4b6c2;
    --bs-icon-fill-secondary: #060d33;
    --bs-icon-solid-fill-secondary: #060d33;
    --bs-border-soft-secondary: #b4b6c2;
 }   
    
    
    html section.section-secondary {
    background-color: var(--bs-secondary) !important;
    border-color: #060c30 !important
    }

    html section.section-secondary h1, html section.section-secondary h2, html section.section-secondary h3, 
    html section.section-secondary h4, html section.section-secondary h5, html section.section-secondary h6 {
        color: var(--bs-inv-secondary);
    }

    html section.section-secondary p {
        color: var(--bs-inv-secondary);
    }

    html section.section-secondary .custom-text {
        color: var(--bs-inv-secondary);
    }

    html section.section-secondary li {
        color: var(--bs-inv-secondary);
    }
    
    html section.section-secondary a {
        color: rgba(var(--bs-link-secondary-rgb), var(--bs-link-opacity, 1));
        text-decoration: none
    }
    
    html section.section-secondary a:hover {
        --bs-link-secondary-rgb: var(--bs-link-hover-secondary-rgb)
    }
    
    html section.section-secondary a:not([href]):not([class]), a:not([href]):not([class]):hover {
        color: inherit;
        text-decoration: nonebe
    }
  .text-line.text-secondary:before {
    background-color: var(--bs-secondary)
  }
  .bg-pale-secondary {
    background-color: var(--bs-pale-secondary) !important
}
  .bg-soft-secondary {
    background-color: var(--bs-soft-secondary) !important
}
  .bg-gradient-secondary {
    background: linear-gradient(180deg, var(--bs-soft-secondary), rgba(var(--bs-white-rgb), 0) 100%)
}
  .bg-gradient-reverse-secondary {
    background: linear-gradient(0deg, var(--bs-soft-secondary), rgba(var(--bs-white-rgb), 0) 100%)
}
    :root {
    --fa-tertiary-color: #d89f2d;
    --bs-tertiary: #d89f2d;
    --bs-inv-tertiary: ;
    --bs-link-tertiary-rgb: 216, 159, 45;
    --bs-link-hover-tertiary-rgb: 216, 159, 45;
    --bs-tertiary-rgb: 216, 159, 45;
    --bs-soft-tertiary: #f3e2c0;
    --bs-pale-tertiary: #fbf5ea;
    --bs-bullet-soft-tertiary: #f3e2c0;
    --bs-icon-fill-tertiary: #d89f2d;
    --bs-icon-solid-fill-tertiary: #d89f2d;
    --bs-border-soft-tertiary: #f3e2c0;
 }   
    
    
    html section.section-tertiary {
    background-color: var(--bs-tertiary) !important;
    border-color: #cd972b !important
    }

    html section.section-tertiary h1, html section.section-tertiary h2, html section.section-tertiary h3, 
    html section.section-tertiary h4, html section.section-tertiary h5, html section.section-tertiary h6 {
        color: var(--bs-inv-tertiary);
    }

    html section.section-tertiary p {
        color: var(--bs-inv-tertiary);
    }

    html section.section-tertiary .custom-text {
        color: var(--bs-inv-tertiary);
    }

    html section.section-tertiary li {
        color: var(--bs-inv-tertiary);
    }
    
    html section.section-tertiary a {
        color: rgba(var(--bs-link-tertiary-rgb), var(--bs-link-opacity, 1));
        text-decoration: none
    }
    
    html section.section-tertiary a:hover {
        --bs-link-tertiary-rgb: var(--bs-link-hover-tertiary-rgb)
    }
    
    html section.section-tertiary a:not([href]):not([class]), a:not([href]):not([class]):hover {
        color: inherit;
        text-decoration: nonebe
    }
  .text-line.text-tertiary:before {
    background-color: var(--bs-tertiary)
  }
  .bg-pale-tertiary {
    background-color: var(--bs-pale-tertiary) !important
}
  .bg-soft-tertiary {
    background-color: var(--bs-soft-tertiary) !important
}
  .bg-gradient-tertiary {
    background: linear-gradient(180deg, var(--bs-soft-tertiary), rgba(var(--bs-white-rgb), 0) 100%)
}
  .bg-gradient-reverse-tertiary {
    background: linear-gradient(0deg, var(--bs-soft-tertiary), rgba(var(--bs-white-rgb), 0) 100%)
}
    :root {
    --fa-quaternary-color: ;
    --bs-quaternary: ;
    --bs-inv-quaternary: ;
    --bs-link-quaternary-rgb: 0, 0, 0;
    --bs-link-hover-quaternary-rgb: 0, 0, 0;
    --bs-quaternary-rgb: 0, 0, 0;
    --bs-soft-quaternary: #b3b3b3;
    --bs-pale-quaternary: #e6e6e6;
    --bs-bullet-soft-quaternary: #b3b3b3;
    --bs-icon-fill-quaternary: ;
    --bs-icon-solid-fill-quaternary: ;
    --bs-border-soft-quaternary: #b3b3b3;
 }   
    
    
    html section.section-quaternary {
    background-color: var(--bs-quaternary) !important;
    border-color: #000000 !important
    }

    html section.section-quaternary h1, html section.section-quaternary h2, html section.section-quaternary h3, 
    html section.section-quaternary h4, html section.section-quaternary h5, html section.section-quaternary h6 {
        color: var(--bs-inv-quaternary);
    }

    html section.section-quaternary p {
        color: var(--bs-inv-quaternary);
    }

    html section.section-quaternary .custom-text {
        color: var(--bs-inv-quaternary);
    }

    html section.section-quaternary li {
        color: var(--bs-inv-quaternary);
    }
    
    html section.section-quaternary a {
        color: rgba(var(--bs-link-quaternary-rgb), var(--bs-link-opacity, 1));
        text-decoration: none
    }
    
    html section.section-quaternary a:hover {
        --bs-link-quaternary-rgb: var(--bs-link-hover-quaternary-rgb)
    }
    
    html section.section-quaternary a:not([href]):not([class]), a:not([href]):not([class]):hover {
        color: inherit;
        text-decoration: nonebe
    }
  .text-line.text-quaternary:before {
    background-color: var(--bs-quaternary)
  }
  .bg-pale-quaternary {
    background-color: var(--bs-pale-quaternary) !important
}
  .bg-soft-quaternary {
    background-color: var(--bs-soft-quaternary) !important
}
  .bg-gradient-quaternary {
    background: linear-gradient(180deg, var(--bs-soft-quaternary), rgba(var(--bs-white-rgb), 0) 100%)
}
  .bg-gradient-reverse-quaternary {
    background: linear-gradient(0deg, var(--bs-soft-quaternary), rgba(var(--bs-white-rgb), 0) 100%)
}
    :root {
    --fa-quinary-color: ;
    --bs-quinary: ;
    --bs-inv-quinary: ;
    --bs-link-quinary-rgb: 0, 0, 0;
    --bs-link-hover-quinary-rgb: 0, 0, 0;
    --bs-quinary-rgb: 0, 0, 0;
    --bs-soft-quinary: #b3b3b3;
    --bs-pale-quinary: #e6e6e6;
    --bs-bullet-soft-quinary: #b3b3b3;
    --bs-icon-fill-quinary: ;
    --bs-icon-solid-fill-quinary: ;
    --bs-border-soft-quinary: #b3b3b3;
 }   
    
    
    html section.section-quinary {
    background-color: var(--bs-quinary) !important;
    border-color: #000000 !important
    }

    html section.section-quinary h1, html section.section-quinary h2, html section.section-quinary h3, 
    html section.section-quinary h4, html section.section-quinary h5, html section.section-quinary h6 {
        color: var(--bs-inv-quinary);
    }

    html section.section-quinary p {
        color: var(--bs-inv-quinary);
    }

    html section.section-quinary .custom-text {
        color: var(--bs-inv-quinary);
    }

    html section.section-quinary li {
        color: var(--bs-inv-quinary);
    }
    
    html section.section-quinary a {
        color: rgba(var(--bs-link-quinary-rgb), var(--bs-link-opacity, 1));
        text-decoration: none
    }
    
    html section.section-quinary a:hover {
        --bs-link-quinary-rgb: var(--bs-link-hover-quinary-rgb)
    }
    
    html section.section-quinary a:not([href]):not([class]), a:not([href]):not([class]):hover {
        color: inherit;
        text-decoration: nonebe
    }
  .text-line.text-quinary:before {
    background-color: var(--bs-quinary)
  }
  .bg-pale-quinary {
    background-color: var(--bs-pale-quinary) !important
}
  .bg-soft-quinary {
    background-color: var(--bs-soft-quinary) !important
}
  .bg-gradient-quinary {
    background: linear-gradient(180deg, var(--bs-soft-quinary), rgba(var(--bs-white-rgb), 0) 100%)
}
  .bg-gradient-reverse-quinary {
    background: linear-gradient(0deg, var(--bs-soft-quinary), rgba(var(--bs-white-rgb), 0) 100%)
}
}