:root,
[data-bs-theme=light] {
    --bs-blue: #873bb6;
    --bs-indigo: #0a0a0a;
    --bs-purple: #6f42c1;
    --bs-pink: #e83e8c;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #fcb92c;
    --bs-green: #1cbb8c;
    --bs-teal: #20c997;
    --bs-cyan: #17a2b8;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #873bb6;
    --bs-secondary: #6c757d;
    --bs-success: #1cbb8c;
    --bs-info: #17a2b8;
    --bs-warning: #fcb92c;
    --bs-danger: #dc3545;
    --bs-light: #f5f7fb;
    --bs-dark: #212529;
    --bs-primary-rgb: 59, 125, 221;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 28, 187, 140;
    --bs-info-rgb: 23, 162, 184;
    --bs-warning-rgb: 252, 185, 44;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 245, 247, 251;
    --bs-dark-rgb: 33, 37, 41;
    --bs-primary-text-emphasis: #183258;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-success-text-emphasis: #0b4b38;
    --bs-info-text-emphasis: #09414a;
    --bs-warning-text-emphasis: #654a12;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #d8e5f8;
    --bs-secondary-bg-subtle: #e2e3e5;
    --bs-success-bg-subtle: #d2f1e8;
    --bs-info-bg-subtle: #d1ecf1;
    --bs-warning-bg-subtle: #fef1d5;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #b1cbf1;
    --bs-secondary-border-subtle: #c4c8cb;
    --bs-success-border-subtle: #a4e4d1;
    --bs-info-border-subtle: #a2dae3;
    --bs-warning-border-subtle: #fee3ab;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-font-sans-serif: "Helvetica";
    --bs-font-monospace: "Helvetica";
    --bs-gradient: linear-gradient(180deg, hsla(0, 0%, 100%, .15), hsla(0, 0%, 100%, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 0.875rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #495057;
    --bs-body-color-rgb: 73, 80, 87;
    --bs-body-bg: #f5f7fb;
    --bs-body-bg-rgb: 245, 247, 251;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(73, 80, 87, .75);
    --bs-secondary-color-rgb: 73, 80, 87;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: rgba(73, 80, 87, .5);
    --bs-tertiary-color-rgb: 73, 80, 87;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-heading-color: #000;
    --bs-link-color: #873bb6;
    --bs-link-color-rgb: 59, 125, 221;
    --bs-link-decoration: none;
    --bs-link-hover-color: #9454bf;
    --bs-link-hover-color-rgb: 47, 100, 177;
    --bs-link-hover-decoration: underline;
    --bs-code-color: #e83e8c;
    --bs-highlight-bg: #fef1d5;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, .175);
    --bs-border-radius: 0.2rem;
    --bs-border-radius-sm: 0.1rem;
    --bs-border-radius-lg: 0.3rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, .05);
    --bs-box-shadow-sm: 0 0.05rem 0.2rem rgba(0, 0, 0, .05);
    --bs-box-shadow-lg: 0 0.2rem 0.2rem rgba(0, 0, 0, .05);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, .075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(59, 125, 221, .25);
    --bs-form-valid-color: #1cbb8c;
    --bs-form-valid-border-color: #1cbb8c;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545
}

.bg-image {
    background-color: white;
    background-image: url('/img/bg-image.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    width: 100%;
    min-height: 100vh;
    position: relative;
    z-index: 1;
}

.bg-image::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: -1;
    width: 100%;
    min-height: 100vh;
}

.text-title {
    font-size: 38px;
}

.logo-horizontal {
    width: 150px;
}

.search-wrapper {
    width: 100%;
    color: white;
}


.input-search {
    width: 100%;
    box-sizing: border-box;
    border: 2px solid rgba(208, 208, 208, 1);
    border-radius: 100px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(217, 217, 217, 1);
    background-color: rgba(255, 255, 255, 0.2);
    background-image: url('/img/search-icon.png');
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: right 20px center;
    padding: 12px 40px 12px 20px;
}

.input-search:focus {
    outline: none;
    box-shadow: none;
}

.input-search.is-invalid,
.input-search.is-invalid:focus {
    border: none !important;
    box-shadow: none !important;
}

.input-search::placeholder {
    color: rgba(217, 21col-07, 217, 1);
    opacity: 1;
}

.card-policies {
    min-height: 60vh;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 8px;
    margin-top: 2rem;
    border: 2px solid rgba(238, 211, 255, 0.52);
    padding: 10px;
}

.category-policies {
    width: 100%;
    padding: 10px 20px;
    text-decoration: none !important;
    color: rgba(69, 69, 69, 1);
    font-size: 16px;
    font-weight: 700;
}

.accordion {
    width: 100%;
    padding: 0;
    color: rgba(69, 69, 69, 1);
    background-color: white;
}

.accordion-button {
    color: rgba(69, 69, 69, 1);
    background-color: white;
    box-shadow: none !important;
    outline: none !important;
    font-size: 16px;
    font-weight: 700;
}

.accordion-button:hover {
    color: rgba(243, 219, 53, 1);
}

.accordion-button:not(.collapsed) {
    color: rgba(69, 69, 69, 1);
    background-color: white;
    box-shadow: none !important;
    outline: none !important;
}

.accordion-button:not(.collapsed):hover {
    color: rgba(243, 219, 53, 1);
}

.accordion-body {
    padding: 0px 20px 20px 20px;
    background-color: white;
}

.policies-item {
    text-decoration: none !important;
    color: rgba(69, 69, 69, 1);
    font-size: 16px;
    font-weight: 400;
    display: block;
    padding: 4px 0px;
}

.policies-item:hover {
    color: rgba(243, 219, 53, 1);
}

.policies-item.active {
    color: rgba(147, 121, 0, 1);
}

@font-face {
    font-family: 'HelveticaCustom';
    src: url('/fonts/Helvetica-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaCustom';
    src: url('/fonts/Helvetica-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaCustom';
    src: url('/fonts/Helvetica-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

.footer {
    margin-top: 100px !important;
}

.offset-05 {
    margin-left: 4.166667%
}