@charset "UTF-8";
/*!
 * Bootstrap  v5.3.8 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --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: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-primary-text-emphasis: rgb(5.2, 44, 101.2);
    --bs-secondary-text-emphasis: rgb(43.2, 46.8, 50);
    --bs-success-text-emphasis: rgb(10, 54, 33.6);
    --bs-info-text-emphasis: rgb(5.2, 80.8, 96);
    --bs-warning-text-emphasis: rgb(102, 77.2, 2.8);
    --bs-danger-text-emphasis: rgb(88, 21.2, 27.6);
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: rgb(206.6, 226, 254.6);
    --bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);
    --bs-success-bg-subtle: rgb(209, 231, 220.8);
    --bs-info-bg-subtle: rgb(206.6, 244.4, 252);
    --bs-warning-bg-subtle: rgb(255, 242.6, 205.4);
    --bs-danger-bg-subtle: rgb(248, 214.6, 217.8);
    --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: rgb(158.2, 197, 254.2);
    --bs-secondary-border-subtle: rgb(196.2, 199.8, 203);
    --bs-success-border-subtle: rgb(163, 207, 186.6);
    --bs-info-border-subtle: rgb(158.2, 233.8, 249);
    --bs-warning-border-subtle: rgb(255, 230.2, 155.8);
    --bs-danger-border-subtle: rgb(241, 174.2, 180.6);
    --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: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(33, 37, 41, 0.75);
    --bs-secondary-color-rgb: 33, 37, 41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: rgba(33, 37, 41, 0.5);
    --bs-tertiary-color-rgb: 33, 37, 41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-heading-color: inherit;
    --bs-link-color: #0d6efd;
    --bs-link-color-rgb: 13, 110, 253;
    --bs-link-decoration: underline;
    --bs-link-hover-color: rgb(10.4, 88, 202.4);
    --bs-link-hover-color-rgb: 10, 88, 202;
    --bs-code-color: #d63384;
    --bs-highlight-color: #212529;
    --bs-highlight-bg: rgb(255, 242.6, 205.4);
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --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.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545
}

*,
::after,
::before {
    box-sizing: border-box
}

@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: .25
}

.h1,
.h2,
.h3,
.h4,
h1,
h2,
h3,
h4 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--bs-heading-color)
}

.h1,
h1 {
    font-size: calc(1.375rem + 1.5vw)
}

@media (min-width:1200px) {

    .h1,
    h1 {
        font-size: 2.5rem
    }
}

.h2,
h2 {
    font-size: calc(1.325rem + .9vw)
}

@media (min-width:1200px) {

    .h2,
    h2 {
        font-size: 2rem
    }
}

.h3,
h3 {
    font-size: calc(1.3rem + .6vw)
}

@media (min-width:1200px) {

    .h3,
    h3 {
        font-size: 1.75rem
    }
}

.h4,
h4 {
    font-size: calc(1.275rem + .3vw)
}

@media (min-width:1200px) {

    .h4,
    h4 {
        font-size: 1.5rem
    }
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ul {
    padding-left: 2rem
}

ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ul ul {
    margin-bottom: 0
}

strong {
    font-weight: bolder
}

.small,
small {
    font-size: .875em
}

a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: underline
}

a:hover {
    --bs-link-color-rgb: var(--bs-link-hover-color-rgb)
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

code {
    font-family: var(--bs-font-monospace);
    font-size: 1em
}

code {
    font-size: .875em;
    color: var(--bs-code-color);
    word-wrap: break-word
}

a>code {
    color: inherit
}

figure {
    margin: 0 0 1rem
}

img,
svg {
    vertical-align: middle
}

table {
    caption-side: bottom;
    border-collapse: collapse
}

caption {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: var(--bs-secondary-color);
    text-align: left
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

td,
th,
tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

button,
input,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

select:disabled {
    opacity: 1
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
    display: none !important
}

[type=button],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

textarea {
    resize: vertical
}

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button {
    cursor: pointer;
    filter: grayscale(1)
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::file-selector-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

.figure {
    display: inline-block
}

.container {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

@media (min-width:1400px) {
    .container {
        max-width: 1320px
    }
}

:root {
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x))
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y)
}

.col-12 {
    flex: 0 0 auto;
    width: 100%
}

@media (min-width:992px) {
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }
}

@media (min-width:1200px) {
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

.table {
    --bs-table-color-type: initial;
    --bs-table-bg-type: initial;
    --bs-table-color-state: initial;
    --bs-table-bg-state: initial;
    --bs-table-color: var(--bs-emphasis-color);
    --bs-table-bg: var(--bs-body-bg);
    --bs-table-border-color: var(--bs-border-color);
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: var(--bs-emphasis-color);
    --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
    --bs-table-active-color: var(--bs-emphasis-color);
    --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
    --bs-table-hover-color: var(--bs-emphasis-color);
    --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
    width: 100%;
    margin-bottom: 1rem;
    vertical-align: top;
    border-color: var(--bs-table-border-color)
}

.table>:not(caption)>*>* {
    padding: .5rem .5rem;
    color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
    background-color: var(--bs-table-bg);
    border-bottom-width: var(--bs-border-width);
    box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)))
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: rgb(134, 182.5, 254);
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-control::-webkit-date-and-time-value {
    min-width: 85px;
    height: 1.5em;
    margin: 0
}

.form-control::-webkit-datetime-edit {
    display: block;
    padding: 0
}

.form-control::placeholder {
    color: var(--bs-secondary-color);
    opacity: 1
}

.form-control:disabled {
    background-color: var(--bs-secondary-bg);
    opacity: 1
}

.form-control::file-selector-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    margin-inline-end: .75rem;
    color: var(--bs-body-color);
    background-color: var(--bs-tertiary-bg);
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: var(--bs-border-width);
    border-radius: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control::file-selector-button {
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: var(--bs-secondary-bg)
}

textarea.form-control {
    min-height: calc(1.5em + .75rem + calc(var(--bs-border-width) * 2))
}

.btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.form-control.is-valid {
    border-color: var(--bs-form-valid-border-color);
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-valid:focus {
    border-color: var(--bs-form-valid-border-color);
    box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb), .25)
}

textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.form-control.is-invalid {
    border-color: var(--bs-form-invalid-border-color);
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-invalid:focus {
    border-color: var(--bs-form-invalid-border-color);
    box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), .25)
}

textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #0d6efd;
    --bs-btn-border-color: #0d6efd;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: rgb(11.05, 93.5, 215.05);
    --bs-btn-hover-border-color: rgb(10.4, 88, 202.4);
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: rgb(10.4, 88, 202.4);
    --bs-btn-active-border-color: rgb(9.75, 82.5, 189.75);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd
}

.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #6c757d;
    --bs-btn-border-color: #6c757d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: rgb(91.8, 99.45, 106.25);
    --bs-btn-hover-border-color: rgb(86.4, 93.6, 100);
    --bs-btn-focus-shadow-rgb: 130, 138, 145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: rgb(86.4, 93.6, 100);
    --bs-btn-active-border-color: rgb(81, 87.75, 93.75);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #6c757d;
    --bs-btn-disabled-border-color: #6c757d
}

.btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: #198754;
    --bs-btn-border-color: #198754;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: rgb(21.25, 114.75, 71.4);
    --bs-btn-hover-border-color: rgb(20, 108, 67.2);
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: rgb(20, 108, 67.2);
    --bs-btn-active-border-color: rgb(18.75, 101.25, 63);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #198754;
    --bs-btn-disabled-border-color: #198754
}

.btn-info {
    --bs-btn-color: #000;
    --bs-btn-bg: #0dcaf0;
    --bs-btn-border-color: #0dcaf0;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: rgb(49.3, 209.95, 242.25);
    --bs-btn-hover-border-color: rgb(37.2, 207.3, 241.5);
    --bs-btn-focus-shadow-rgb: 11, 172, 204;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: rgb(61.4, 212.6, 243);
    --bs-btn-active-border-color: rgb(37.2, 207.3, 241.5);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #0dcaf0;
    --bs-btn-disabled-border-color: #0dcaf0
}

.btn-warning {
    --bs-btn-color: #000;
    --bs-btn-bg: #ffc107;
    --bs-btn-border-color: #ffc107;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: rgb(255, 202.3, 44.2);
    --bs-btn-hover-border-color: rgb(255, 199.2, 31.8);
    --bs-btn-focus-shadow-rgb: 217, 164, 6;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: rgb(255, 205.4, 56.6);
    --bs-btn-active-border-color: rgb(255, 199.2, 31.8);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #ffc107;
    --bs-btn-disabled-border-color: #ffc107
}

.btn-danger {
    --bs-btn-color: #fff;
    --bs-btn-bg: #dc3545;
    --bs-btn-border-color: #dc3545;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: rgb(187, 45.05, 58.65);
    --bs-btn-hover-border-color: rgb(176, 42.4, 55.2);
    --bs-btn-focus-shadow-rgb: 225, 83, 97;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: rgb(176, 42.4, 55.2);
    --bs-btn-active-border-color: rgb(165, 39.75, 51.75);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #dc3545;
    --bs-btn-disabled-border-color: #dc3545
}

.btn-light {
    --bs-btn-color: #000;
    --bs-btn-bg: #f8f9fa;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: rgb(210.8, 211.65, 212.5);
    --bs-btn-hover-border-color: rgb(198.4, 199.2, 200);
    --bs-btn-focus-shadow-rgb: 211, 212, 213;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: rgb(198.4, 199.2, 200);
    --bs-btn-active-border-color: rgb(186, 186.75, 187.5);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f8f9fa;
    --bs-btn-disabled-border-color: #f8f9fa
}

.btn-dark {
    --bs-btn-color: #fff;
    --bs-btn-bg: #212529;
    --bs-btn-border-color: #212529;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: rgb(66.3, 69.7, 73.1);
    --bs-btn-hover-border-color: rgb(55.2, 58.8, 62.4);
    --bs-btn-focus-shadow-rgb: 66, 70, 73;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: rgb(77.4, 80.6, 83.8);
    --bs-btn-active-border-color: rgb(55.2, 58.8, 62.4);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #212529;
    --bs-btn-disabled-border-color: #212529
}

.btn-outline-primary {
    --bs-btn-color: #0d6efd;
    --bs-btn-border-color: #0d6efd;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0d6efd;
    --bs-btn-hover-border-color: #0d6efd;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0d6efd;
    --bs-btn-active-border-color: #0d6efd;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #0d6efd;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #0d6efd;
    --bs-gradient: none
}

.btn-outline-secondary {
    --bs-btn-color: #6c757d;
    --bs-btn-border-color: #6c757d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #6c757d;
    --bs-btn-hover-border-color: #6c757d;
    --bs-btn-focus-shadow-rgb: 108, 117, 125;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #6c757d;
    --bs-btn-active-border-color: #6c757d;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #6c757d;
    --bs-gradient: none
}

.btn-outline-success {
    --bs-btn-color: #198754;
    --bs-btn-border-color: #198754;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #198754;
    --bs-btn-hover-border-color: #198754;
    --bs-btn-focus-shadow-rgb: 25, 135, 84;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #198754;
    --bs-btn-active-border-color: #198754;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #198754;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #198754;
    --bs-gradient: none
}

.btn-outline-info {
    --bs-btn-color: #0dcaf0;
    --bs-btn-border-color: #0dcaf0;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #0dcaf0;
    --bs-btn-hover-border-color: #0dcaf0;
    --bs-btn-focus-shadow-rgb: 13, 202, 240;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #0dcaf0;
    --bs-btn-active-border-color: #0dcaf0;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #0dcaf0;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #0dcaf0;
    --bs-gradient: none
}

.btn-outline-warning {
    --bs-btn-color: #ffc107;
    --bs-btn-border-color: #ffc107;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ffc107;
    --bs-btn-hover-border-color: #ffc107;
    --bs-btn-focus-shadow-rgb: 255, 193, 7;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ffc107;
    --bs-btn-active-border-color: #ffc107;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #ffc107;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #ffc107;
    --bs-gradient: none
}

.btn-outline-danger {
    --bs-btn-color: #dc3545;
    --bs-btn-border-color: #dc3545;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #dc3545;
    --bs-btn-hover-border-color: #dc3545;
    --bs-btn-focus-shadow-rgb: 220, 53, 69;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #dc3545;
    --bs-btn-active-border-color: #dc3545;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #dc3545;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #dc3545;
    --bs-gradient: none
}

.btn-outline-light {
    --bs-btn-color: #f8f9fa;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f8f9fa;
    --bs-btn-hover-border-color: #f8f9fa;
    --bs-btn-focus-shadow-rgb: 248, 249, 250;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f8f9fa;
    --bs-btn-active-border-color: #f8f9fa;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #f8f9fa;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f8f9fa;
    --bs-gradient: none
}

.btn-outline-dark {
    --bs-btn-color: #212529;
    --bs-btn-border-color: #212529;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #212529;
    --bs-btn-hover-border-color: #212529;
    --bs-btn-focus-shadow-rgb: 33, 37, 41;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #212529;
    --bs-btn-active-border-color: #212529;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #212529;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #212529;
    --bs-gradient: none
}

.btn-link {
    --bs-btn-font-weight: 400;
    --bs-btn-color: var(--bs-link-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: var(--bs-link-hover-color);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-color: var(--bs-link-hover-color);
    --bs-btn-active-border-color: transparent;
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-border-color: transparent;
    --bs-btn-box-shadow: 0 0 0 #000;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    text-decoration: underline
}

.btn-link:focus-visible {
    color: var(--bs-btn-color)
}

.btn-link:hover {
    color: var(--bs-btn-hover-color)
}

.btn-lg {
    --bs-btn-padding-y: 0.5rem;
    --bs-btn-padding-x: 1rem;
    --bs-btn-font-size: 1.25rem;
    --bs-btn-border-radius: var(--bs-border-radius-lg)
}

.btn-sm {
    --bs-btn-padding-y: 0.25rem;
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-font-size: 0.875rem;
    --bs-btn-border-radius: var(--bs-border-radius-sm)
}

.fade {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.dropdown {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    --bs-dropdown-zindex: 1000;
    --bs-dropdown-min-width: 10rem;
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: 0.5rem;
    --bs-dropdown-spacer: 0.125rem;
    --bs-dropdown-font-size: 1rem;
    --bs-dropdown-color: var(--bs-body-color);
    --bs-dropdown-bg: var(--bs-body-bg);
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-border-radius: var(--bs-border-radius);
    --bs-dropdown-border-width: var(--bs-border-width);
    --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-divider-margin-y: 0.5rem;
    --bs-dropdown-box-shadow: var(--bs-box-shadow);
    --bs-dropdown-link-color: var(--bs-body-color);
    --bs-dropdown-link-hover-color: var(--bs-body-color);
    --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #0d6efd;
    --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-item-padding-y: 0.25rem;
    --bs-dropdown-header-color: #6c757d;
    --bs-dropdown-header-padding-x: 1rem;
    --bs-dropdown-header-padding-y: 0.5rem;
    position: absolute;
    z-index: var(--bs-dropdown-zindex);
    display: none;
    min-width: var(--bs-dropdown-min-width);
    padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
    margin: 0;
    font-size: var(--bs-dropdown-font-size);
    color: var(--bs-dropdown-color);
    text-align: left;
    list-style: none;
    background-color: var(--bs-dropdown-bg);
    background-clip: padding-box;
    border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
    border-radius: var(--bs-dropdown-border-radius)
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    color: var(--bs-dropdown-link-color);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: var(--bs-dropdown-item-border-radius, 0)
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: var(--bs-dropdown-link-hover-color);
    background-color: var(--bs-dropdown-link-hover-bg)
}

.dropdown-item.active,
.dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: var(--bs-dropdown-link-active-bg)
}

.dropdown-item:disabled {
    color: var(--bs-dropdown-link-disabled-color);
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.btn-group {
    border-radius: var(--bs-border-radius)
}

.btn-group>.btn-group:not(:first-child) {
    margin-left: calc(-1 * var(--bs-border-width))
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.btn-group-vertical>.btn-group {
    width: 100%
}

.btn-group-vertical>.btn-group:not(:first-child) {
    margin-top: calc(-1 * var(--bs-border-width))
}

.nav {
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-color: var(--bs-link-color);
    --bs-nav-link-hover-color: var(--bs-link-hover-color);
    --bs-nav-link-disabled-color: var(--bs-secondary-color);
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--bs-nav-link-color);
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .nav-link {
        transition: none
    }
}

.nav-link:focus,
.nav-link:hover {
    color: var(--bs-nav-link-hover-color)
}

.nav-link:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.nav-link:disabled {
    color: var(--bs-nav-link-disabled-color);
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    --bs-nav-tabs-border-width: var(--bs-border-width);
    --bs-nav-tabs-border-color: var(--bs-border-color);
    --bs-nav-tabs-border-radius: var(--bs-border-radius);
    --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
    --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
    --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
    --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
    border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)
}

.nav-tabs .nav-link {
    margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
    border: var(--bs-nav-tabs-border-width) solid transparent;
    border-top-left-radius: var(--bs-nav-tabs-border-radius);
    border-top-right-radius: var(--bs-nav-tabs-border-radius)
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    isolation: isolate;
    border-color: var(--bs-nav-tabs-link-hover-border-color)
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color: var(--bs-nav-tabs-link-active-border-color)
}

.nav-tabs .dropdown-menu {
    margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills {
    --bs-nav-pills-border-radius: var(--bs-border-radius);
    --bs-nav-pills-link-active-color: #fff;
    --bs-nav-pills-link-active-bg: #0d6efd
}

.nav-pills .nav-link {
    border-radius: var(--bs-nav-pills-border-radius)
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: var(--bs-nav-pills-link-active-bg)
}

.nav-underline {
    --bs-nav-underline-gap: 1rem;
    --bs-nav-underline-border-width: 0.125rem;
    --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
    gap: var(--bs-nav-underline-gap)
}

.nav-underline .nav-link {
    padding-right: 0;
    padding-left: 0;
    border-bottom: var(--bs-nav-underline-border-width) solid transparent
}

.nav-underline .nav-link:focus,
.nav-underline .nav-link:hover {
    border-bottom-color: currentcolor
}

.nav-underline .nav-link.active,
.nav-underline .show>.nav-link {
    font-weight: 700;
    color: var(--bs-nav-underline-link-active-color);
    border-bottom-color: currentcolor
}

.nav-fill .nav-item,
.nav-fill>.nav-link {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item,
.nav-justified>.nav-link {
    flex-grow: 1;
    flex-basis: 0;
    text-align: center
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
    width: 100%
}

.navbar {
    --bs-navbar-padding-x: 0;
    --bs-navbar-padding-y: 0.5rem;
    --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
    --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
    --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
    --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-brand-padding-y: 0.3125rem;
    --bs-navbar-brand-margin-end: 1rem;
    --bs-navbar-brand-font-size: 1.25rem;
    --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-nav-link-padding-x: 0.5rem;
    --bs-navbar-toggler-padding-y: 0.25rem;
    --bs-navbar-toggler-padding-x: 0.75rem;
    --bs-navbar-toggler-font-size: 1.25rem;
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
    --bs-navbar-toggler-border-radius: var(--bs-border-radius);
    --bs-navbar-toggler-focus-width: 0.25rem;
    --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x)
}

.navbar>.container {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between
}

.navbar-brand {
    padding-top: var(--bs-navbar-brand-padding-y);
    padding-bottom: var(--bs-navbar-brand-padding-y);
    margin-right: var(--bs-navbar-brand-margin-end);
    font-size: var(--bs-navbar-brand-font-size);
    color: var(--bs-navbar-brand-color);
    text-decoration: none;
    white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
    color: var(--bs-navbar-brand-hover-color)
}

.navbar-nav {
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-color: var(--bs-navbar-color);
    --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
    --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: var(--bs-navbar-active-color)
}

.navbar-nav .dropdown-menu {
    position: static
}

.navbar-text {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: var(--bs-navbar-color)
}

.navbar-text a,
.navbar-text a:focus,
.navbar-text a:hover {
    color: var(--bs-navbar-active-color)
}

.navbar-collapse {
    flex-grow: 1;
    flex-basis: 100%;
    align-items: center
}

.navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: var(--bs-navbar-color);
    background-color: transparent;
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition)
}

@media (prefers-reduced-motion:reduce) {
    .navbar-toggler {
        transition: none
    }
}

.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width)
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: var(--bs-navbar-toggler-icon-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%
}

.navbar-nav-scroll {
    max-height: var(--bs-scroll-height, 75vh);
    overflow-y: auto
}

@media (min-width:576px) {
    .navbar-expand-sm {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }

    .navbar-expand-sm .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none
    }

    .navbar-expand-sm .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media (min-width:768px) {
    .navbar-expand-md {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }

    .navbar-expand-md .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none
    }

    .navbar-expand-md .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media (min-width:992px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }

    .navbar-expand-lg .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none
    }

    .navbar-expand-lg .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }

    .navbar-expand-xl .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none
    }

    .navbar-expand-xl .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media (min-width:1400px) {
    .navbar-expand-xxl {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xxl .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-xxl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xxl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-xxl .navbar-toggler {
        display: none
    }

    .navbar-expand-xxl .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none
    }

    .navbar-expand-xxl .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

.navbar-expand {
    flex-wrap: nowrap;
    justify-content: flex-start
}

.navbar-expand .navbar-nav {
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x)
}

.navbar-expand .navbar-nav-scroll {
    overflow: visible
}

.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-expand .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none
}

.navbar-expand .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible
}

.navbar-dark {
    --bs-navbar-color: rgba(255, 255, 255, 0.55);
    --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
    --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
    --bs-navbar-active-color: #fff;
    --bs-navbar-brand-color: #fff;
    --bs-navbar-brand-hover-color: #fff;
    --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.pagination {
    --bs-pagination-padding-x: 0.75rem;
    --bs-pagination-padding-y: 0.375rem;
    --bs-pagination-font-size: 1rem;
    --bs-pagination-color: var(--bs-link-color);
    --bs-pagination-bg: var(--bs-body-bg);
    --bs-pagination-border-width: var(--bs-border-width);
    --bs-pagination-border-color: var(--bs-border-color);
    --bs-pagination-border-radius: var(--bs-border-radius);
    --bs-pagination-hover-color: var(--bs-link-hover-color);
    --bs-pagination-hover-bg: var(--bs-tertiary-bg);
    --bs-pagination-hover-border-color: var(--bs-border-color);
    --bs-pagination-focus-color: var(--bs-link-hover-color);
    --bs-pagination-focus-bg: var(--bs-secondary-bg);
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: #0d6efd;
    --bs-pagination-active-border-color: #0d6efd;
    --bs-pagination-disabled-color: var(--bs-secondary-color);
    --bs-pagination-disabled-bg: var(--bs-secondary-bg);
    --bs-pagination-disabled-border-color: var(--bs-border-color);
    display: flex;
    padding-left: 0;
    list-style: none
}

.pagination-lg {
    --bs-pagination-padding-x: 1.5rem;
    --bs-pagination-padding-y: 0.75rem;
    --bs-pagination-font-size: 1.25rem;
    --bs-pagination-border-radius: var(--bs-border-radius-lg)
}

.pagination-sm {
    --bs-pagination-padding-x: 0.5rem;
    --bs-pagination-padding-y: 0.25rem;
    --bs-pagination-font-size: 0.875rem;
    --bs-pagination-border-radius: var(--bs-border-radius-sm)
}

.alert {
    --bs-alert-bg: transparent;
    --bs-alert-padding-x: 1rem;
    --bs-alert-padding-y: 1rem;
    --bs-alert-margin-bottom: 1rem;
    --bs-alert-color: inherit;
    --bs-alert-border-color: transparent;
    --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
    --bs-alert-border-radius: var(--bs-border-radius);
    --bs-alert-link-color: inherit;
    position: relative;
    padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
    margin-bottom: var(--bs-alert-margin-bottom);
    color: var(--bs-alert-color);
    background-color: var(--bs-alert-bg);
    border: var(--bs-alert-border);
    border-radius: var(--bs-alert-border-radius)
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700;
    color: var(--bs-alert-link-color)
}

.alert-dismissible {
    padding-right: 3rem
}

.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem
}

.alert-primary {
    --bs-alert-color: var(--bs-primary-text-emphasis);
    --bs-alert-bg: var(--bs-primary-bg-subtle);
    --bs-alert-border-color: var(--bs-primary-border-subtle);
    --bs-alert-link-color: var(--bs-primary-text-emphasis)
}

.alert-secondary {
    --bs-alert-color: var(--bs-secondary-text-emphasis);
    --bs-alert-bg: var(--bs-secondary-bg-subtle);
    --bs-alert-border-color: var(--bs-secondary-border-subtle);
    --bs-alert-link-color: var(--bs-secondary-text-emphasis)
}

.alert-success {
    --bs-alert-color: var(--bs-success-text-emphasis);
    --bs-alert-bg: var(--bs-success-bg-subtle);
    --bs-alert-border-color: var(--bs-success-border-subtle);
    --bs-alert-link-color: var(--bs-success-text-emphasis)
}

.alert-info {
    --bs-alert-color: var(--bs-info-text-emphasis);
    --bs-alert-bg: var(--bs-info-bg-subtle);
    --bs-alert-border-color: var(--bs-info-border-subtle);
    --bs-alert-link-color: var(--bs-info-text-emphasis)
}

.alert-warning {
    --bs-alert-color: var(--bs-warning-text-emphasis);
    --bs-alert-bg: var(--bs-warning-bg-subtle);
    --bs-alert-border-color: var(--bs-warning-border-subtle);
    --bs-alert-link-color: var(--bs-warning-text-emphasis)
}

.alert-danger {
    --bs-alert-color: var(--bs-danger-text-emphasis);
    --bs-alert-bg: var(--bs-danger-bg-subtle);
    --bs-alert-border-color: var(--bs-danger-border-subtle);
    --bs-alert-link-color: var(--bs-danger-text-emphasis)
}

.alert-light {
    --bs-alert-color: var(--bs-light-text-emphasis);
    --bs-alert-bg: var(--bs-light-bg-subtle);
    --bs-alert-border-color: var(--bs-light-border-subtle);
    --bs-alert-link-color: var(--bs-light-text-emphasis)
}

.alert-dark {
    --bs-alert-color: var(--bs-dark-text-emphasis);
    --bs-alert-bg: var(--bs-dark-bg-subtle);
    --bs-alert-border-color: var(--bs-dark-border-subtle);
    --bs-alert-link-color: var(--bs-dark-text-emphasis)
}

@keyframes progress-bar-stripes {
    0% {
        background-position-x: var(--bs-progress-height)
    }
}

.btn-close {
    --bs-btn-close-color: #000;
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
    --bs-btn-close-opacity: 0.5;
    --bs-btn-close-hover-opacity: 0.75;
    --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-btn-close-focus-opacity: 1;
    --bs-btn-close-disabled-opacity: 0.25;
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: var(--bs-btn-close-color);
    background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
    filter: var(--bs-btn-close-filter);
    border: 0;
    border-radius: .375rem;
    opacity: var(--bs-btn-close-opacity)
}

.btn-close:hover {
    color: var(--bs-btn-close-color);
    text-decoration: none;
    opacity: var(--bs-btn-close-hover-opacity)
}

.btn-close:focus {
    outline: 0;
    box-shadow: var(--bs-btn-close-focus-shadow);
    opacity: var(--bs-btn-close-focus-opacity)
}

.btn-close:disabled {
    pointer-events: none;
    user-select: none;
    opacity: var(--bs-btn-close-disabled-opacity)
}

.btn-close-white {
    --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%)
}

:root {
    --bs-carousel-indicator-active-bg: #fff;
    --bs-carousel-caption-color: #fff
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

.offcanvas {
    --bs-offcanvas-zindex: 1045;
    --bs-offcanvas-width: 400px;
    --bs-offcanvas-height: 30vh;
    --bs-offcanvas-padding-x: 1rem;
    --bs-offcanvas-padding-y: 1rem;
    --bs-offcanvas-color: var(--bs-body-color);
    --bs-offcanvas-bg: var(--bs-body-bg);
    --bs-offcanvas-border-width: var(--bs-border-width);
    --bs-offcanvas-border-color: var(--bs-border-color-translucent);
    --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
    --bs-offcanvas-transition: transform 0.3s ease-in-out;
    --bs-offcanvas-title-line-height: 1.5
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition)
}

@media (prefers-reduced-motion:reduce) {
    .offcanvas {
        transition: none
    }
}

.offcanvas.show:not(.hiding) {
    transform: none
}

.offcanvas.show {
    visibility: visible
}

.offcanvas-body {
    flex-grow: 1;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
    overflow-y: auto
}

.placeholder {
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    cursor: wait;
    background-color: currentcolor;
    opacity: .5
}

@keyframes placeholder-glow {
    50% {
        opacity: .2
    }
}

@keyframes placeholder-wave {
    100% {
        mask-position: -200% 0
    }
}

.text-bg-primary {
    color: #fff !important;
    background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important
}

.text-bg-secondary {
    color: #fff !important;
    background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important
}

.text-bg-success {
    color: #fff !important;
    background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important
}

.text-bg-info {
    color: #000 !important;
    background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important
}

.text-bg-warning {
    color: #000 !important;
    background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important
}

.text-bg-danger {
    color: #fff !important;
    background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important
}

.text-bg-light {
    color: #000 !important;
    background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important
}

.text-bg-dark {
    color: #fff !important;
    background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.d-flex {
    display: flex !important
}

.border {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.justify-content-center {
    justify-content: center !important
}

.align-items-center {
    align-items: center !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.gap-2 {
    gap: .5rem !important
}

.gap-3 {
    gap: 1rem !important
}

.text-start {
    text-align: left !important
}

.text-end {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.text-decoration-none {
    text-decoration: none !important
}

.text-decoration-underline {
    text-decoration: underline !important
}

.text-decoration-line-through {
    text-decoration: line-through !important
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important
}

.text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important
}

.text-secondary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important
}

.text-success {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important
}

.text-info {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important
}

.text-warning {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important
}

.text-danger {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important
}

.text-light {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important
}

.text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important
}

.text-black {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important
}

.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important
}

.text-body {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important
}

.text-muted {
    --bs-text-opacity: 1;
    color: var(--bs-secondary-color) !important
}

.text-black-50 {
    --bs-text-opacity: 1;
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    --bs-text-opacity: 1;
    color: rgba(255, 255, 255, .5) !important
}

.text-body-secondary {
    --bs-text-opacity: 1;
    color: var(--bs-secondary-color) !important
}

.text-body-tertiary {
    --bs-text-opacity: 1;
    color: var(--bs-tertiary-color) !important
}

.text-body-emphasis {
    --bs-text-opacity: 1;
    color: var(--bs-emphasis-color) !important
}

.text-reset {
    --bs-text-opacity: 1;
    color: inherit !important
}

.text-opacity-25 {
    --bs-text-opacity: 0.25
}

.text-opacity-50 {
    --bs-text-opacity: 0.5
}

.text-opacity-75 {
    --bs-text-opacity: 0.75
}

.text-opacity-100 {
    --bs-text-opacity: 1
}

.text-primary-emphasis {
    color: var(--bs-primary-text-emphasis) !important
}

.text-secondary-emphasis {
    color: var(--bs-secondary-text-emphasis) !important
}

.text-success-emphasis {
    color: var(--bs-success-text-emphasis) !important
}

.text-info-emphasis {
    color: var(--bs-info-text-emphasis) !important
}

.text-warning-emphasis {
    color: var(--bs-warning-text-emphasis) !important
}

.text-danger-emphasis {
    color: var(--bs-danger-text-emphasis) !important
}

.text-light-emphasis {
    color: var(--bs-light-text-emphasis) !important
}

.text-dark-emphasis {
    color: var(--bs-dark-text-emphasis) !important
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important
}

.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important
}

.bg-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important
}

.bg-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important
}

.bg-warning {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important
}

.bg-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important
}

.bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important
}

.bg-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important
}

.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important
}

.bg-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important
}

.bg-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important
}

.bg-body-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important
}

.bg-body-tertiary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important
}

.bg-opacity-10 {
    --bs-bg-opacity: 0.1
}

.bg-opacity-25 {
    --bs-bg-opacity: 0.25
}

.bg-opacity-50 {
    --bs-bg-opacity: 0.5
}

.bg-opacity-75 {
    --bs-bg-opacity: 0.75
}

.bg-opacity-100 {
    --bs-bg-opacity: 1
}

.bg-primary-subtle {
    background-color: var(--bs-primary-bg-subtle) !important
}

.bg-secondary-subtle {
    background-color: var(--bs-secondary-bg-subtle) !important
}

.bg-success-subtle {
    background-color: var(--bs-success-bg-subtle) !important
}

.bg-info-subtle {
    background-color: var(--bs-info-bg-subtle) !important
}

.bg-warning-subtle {
    background-color: var(--bs-warning-bg-subtle) !important
}

.bg-danger-subtle {
    background-color: var(--bs-danger-bg-subtle) !important
}

.bg-light-subtle {
    background-color: var(--bs-light-bg-subtle) !important
}

.bg-dark-subtle {
    background-color: var(--bs-dark-bg-subtle) !important
}

.bg-gradient {
    background-image: var(--bs-gradient) !important
}

@media (min-width:576px) {
    .text-sm-start {
        text-align: left !important
    }

    .text-sm-end {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .text-md-start {
        text-align: left !important
    }

    .text-md-end {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width:992px) {
    .text-lg-start {
        text-align: left !important
    }

    .text-lg-end {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .text-xl-start {
        text-align: left !important
    }

    .text-xl-end {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

@media (min-width:1400px) {
    .text-xxl-start {
        text-align: left !important
    }

    .text-xxl-end {
        text-align: right !important
    }

    .text-xxl-center {
        text-align: center !important
    }
}

header .main-menu {
    height: 45px;
    border-bottom: 1px solid #d9d9d9;
    transition: all .3s ease
}

header .main-menu.sticky {
    position: fixed;
    width: 100%;
    top: 0;
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1)
}

header .main-menu .navbar-nav {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    align-items: center
}

header .main-menu .navbar-nav li a {
    font-family: Roboto;
    font-weight: 500;
    font-size: 15px;
    color: #000
}

header .main-menu .navbar-nav li a:hover {
    color: #dc0c02
}

.header-top {
    width: 100%;
    min-height: 60px;
    padding-top: .55rem;
    padding-bottom: .55rem;
    border-bottom: 1px solid #d9d9d9;
    display: inline-flex;
    justify-content: space-between;
    align-items: center
}

.header-top .container {
    display: inline-flex;
    justify-content: space-between;
    align-items: center
}

.header-top .date-calendar {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 30%
}

.header-top .date-calendar svg {
    margin-inline-end: .35rem
}

.header-top .date-calendar p {
    color: #464646;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0
}

.header-top .logo-container {
    width: 40%;
    display: inline-flex;
    justify-content: center;
    align-items: center
}

.header-top .logo-container img {
    width: 163px;
    height: 50px;
    object-fit: contain
}

.header-top .search-toggle {
    width: 30%
}

.header-top .search-toggle a {
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
    text-decoration: none;
    width: 100%
}

.header-top .search-toggle a p {
    color: #464646;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0
}

.header-top .search-toggle a svg {
    margin-inline-end: .35rem
}

footer {
    width: 100%;
    min-height: 500px;
    background: #222;
    margin: 0;
    padding-top: 6rem;
    padding-bottom: 2rem
}

footer .footer-links {
    padding-left: 0;
    list-style-type: none;
    column-count: 4;
    column-gap: 3em;
    list-style: none
}

footer .footer-links li {
    font-family: Roboto;
    color: #fff;
    font-size: 15px;
    margin-bottom: 1rem
}

footer .footer-links li a {
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px
}

footer .footer-links li a:hover {
    color: #dc0c02
}

footer .footer-logo-container {
    margin-bottom: 2rem
}

footer .footer-logo-container img {
    width: 216px;
    height: 80px
}

footer .contact-info ul {
    margin: 0;
    padding: 0;
    list-style: none
}

footer .contact-info ul li i {
    margin-inline-end: 1rem
}

footer .contact-info ul li {
    color: #fff;
    font-size: 15px;
    font-family: Roboto;
    margin-bottom: 1rem
}

footer .newsletter-box p {
    font-family: Roboto;
    font-size: 17px;
    color: #fff
}

footer .newsletter-box input {
    width: 100%;
    border: 2px solid #fff;
    margin-bottom: .55rem;
    height: 55px;
    background: 0 0;
    font-size: 13px;
    font-family: Roboto;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: none;
    outline: 0;
    color: #fff;
    padding: 10px
}

footer .newsletter-box button {
    background: #dc0c02;
    height: 46px;
    width: 100%;
    color: #fff;
    font-size: 12px;
    font-family: lato;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center
}

footer .social-follow {
    margin-top: 2rem
}

footer .social-follow p {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase
}

footer .social-follow ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-flex;
    gap: 15px;
    flex-wrap: wrap
}

footer .social-follow ul li {
    color: #fff;
    font-size: 20px
}

footer .social-follow ul li i {
    color: #fff
}

footer .footer-bottom {
    border-top: 1px solid #fff;
    padding-top: 2rem;
    margin-top: 4rem
}

footer .footer-bottom p {
    text-align: right;
    color: #fff;
    font-size: 14px;
    line-height: 1rem;
    font-family: Lato;
    margin-botom: 0
}

.category-page {
    min-height: 500px;
    width: 100%;
    margin-top: 3rem
}

.category-page .category-other-section {
    background: #f1f1f1;
    width: 100%;
    min-height: 500px;
    padding-top: 2rem;
    padding-bottom: 3rem
}

.category-page .category-other-section .category-article-4 {
    display: inline-flex;
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    background: #fff;
    gap: 5px;
    height: 170px;
    margin-bottom: 1.5rem
}

.category-page .category-other-section .category-article-4 figure {
    width: 40%;
    margin: 0;
    height: 100%
}

.category-page .category-other-section .category-article-4 figure img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.category-page .category-other-section .category-article-4 .post-info {
    padding: 10px;
    width: 60%
}

.category-page .category-other-section .category-article-4 .post-info .post-title {
    font-family: "Times Modern";
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5rem;
    color: #222;
    margin-bottom: 1.5rem
}

.category-page .category-other-section .category-article-4 .post-info .post-date {
    font-family: Roboto;
    font-weight: 400;
    font-size: 12px;
    color: #ea1e20
}

.category-page .category-other-section header {
    margin-bottom: 1rem
}

.category-page .category-other-section header .section-title {
    display: flex;
    position: relative
}

.category-page .category-other-section header .section-title h2.header-title {
    z-index: 3;
    background: #f1f1f1;
    padding-right: .3em;
    text-align: left;
    padding-left: .45em;
    font-family: Roboto;
    font-weight: 600;
    font-size: 20px;
    line-height: 33.6px;
    letter-spacing: 0;
    color: #000
}

.category-page .category-other-section header .section-title:before {
    content: "";
    display: block;
    height: 3px;
    width: 13px;
    background: #ea1e20;
    margin-top: 1.3em;
    z-index: 2
}

.category-page .category-other-section header .section-title:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    top: 50%;
    background: rgba(209, 209, 209, .5490196078);
    position: absolute
}

.category-page header {
    margin-bottom: 1.5rem
}

.category-page header .section-title {
    display: flex;
    position: relative
}

.category-page header .section-title h2.header-title {
    font-family: "Times Modern";
    font-weight: 600;
    font-size: 40px;
    line-height: 40px;
    color: #222;
    z-index: 3;
    background: #f9f9f9;
    padding-right: .3em;
    text-align: left;
    padding-left: .45em
}

.category-page header .section-title:before {
    content: "";
    display: block;
    height: 25px;
    width: 25px;
    background: #ea1e20;
    margin-top: .6em;
    z-index: 2
}

.category-page header .section-title:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    top: 50%;
    background: rgba(209, 209, 209, .5490196078);
    position: absolute
}

.category-page .category-top-section {
    width: 100%;
    padding-bottom: 2rem
}

.category-page .category-top-section .category-cover-article {
    position: relative;
    height: 600px
}

.category-page .category-top-section .category-cover-article figure {
    width: 100%;
    height: 100%;
    margin: 0
}

.category-page .category-top-section .category-cover-article figure img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.category-page .category-top-section .category-cover-article .post-info {
    background: linear-gradient(180deg, rgba(51, 51, 51, 0) 0, #191919 100%);
    position: absolute;
    bottom: 0;
    padding: 16px
}

.category-page .category-top-section .category-cover-article .post-info h2 {
    font-family: "Times Modern";
    font-weight: 600;
    font-size: 35px;
    line-height: 3rem;
    letter-spacing: 0;
    color: #fff;
    margin-bottom: 1.5rem
}

.category-page .category-top-section .category-cover-article .post-info .post-date {
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    color: #fff
}

.category-page .category-top-section .category-article-2 {
    position: relative;
    height: 260px;
    margin-bottom: 1.3rem
}

.category-page .category-top-section .category-article-2 figure {
    width: 100%;
    height: 100%;
    margin: 0
}

.category-page .category-top-section .category-article-2 figure img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.category-page .category-top-section .category-article-2 .post-info {
    background: linear-gradient(180deg, rgba(51, 51, 51, 0) 0, #191919 100%);
    position: absolute;
    bottom: 0;
    padding: 16px
}

.category-page .category-top-section .category-article-2 .post-info h2 {
    font-family: "Times Modern";
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5rem;
    letter-spacing: 0;
    color: #fff;
    margin-bottom: 1.5rem
}

.category-page .category-top-section .category-article-2 .post-info .post-date {
    font-family: Roboto;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0;
    color: #fff
}

.category-page .category-top-section .category-article-3 {
    background: #fff;
    min-height: 130px;
    height: 150px;
    max-height: 160px;
    width: 100%;
    padding: 1rem;
    margin-bottom: 1.5rem
}

.category-page .category-top-section .category-article-3:last-child {
    margin: 0
}

.category-page .category-top-section .category-article-3 .categories {
    margin-bottom: .55rem
}

.category-page .category-top-section .category-article-3 .categories ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-flex;
    gap: 5px;
    justify-content: flex-start;
    align-items: center
}

.category-page .category-top-section .category-article-3 .categories ul li {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0;
    color: #a3a3a3
}

.category-page .category-top-section .category-article-3 .post-title {
    font-family: "Times Modern";
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2rem;
    letter-spacing: 0;
    color: #242a2e;
    margin-bottom: 1rem
}

.category-page .category-top-section .category-article-3 .post-date {
    font-family: Roboto;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0;
    color: #ea1e20
}

.category-page .category-top-section .category-article-1 {
    background: #fff;
    height: 87px;
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1rem
}

.category-page .category-top-section .category-article-1 figure {
    margin: 0;
    width: 30%;
    height: 100%
}

.category-page .category-top-section .category-article-1 figure img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.category-page .category-top-section .category-article-1 .post-info {
    width: 70%;
    padding: 10px
}

.category-page .category-top-section .category-article-1 .post-info .post-title {
    font-family: "Times Modern";
    font-weight: 600;
    font-size: 14px;
    line-height: 1rem;
    letter-spacing: 0;
    color: #242a2e;
    margin-bottom: 10px
}

.category-page .category-top-section .category-article-1 .post-info .post-date {
    font-family: Roboto;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0;
    color: #ea1e20
}

body#author-page {
    background: #f9f9f9
}

.author-page-posts {
    display: inline-flex;
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    background: #fff;
    gap: 20px;
    height: 150px;
    border-radius: 10px;
    margin-bottom: 1.5rem
}

.author-page-posts figure {
    width: 40%;
    margin: 0;
    height: 150px
}

.author-page-posts figure img {
    width: 204px;
    height: 100%;
    object-fit: cover
}

.author-page-posts .post-info {
    padding: 10px;
    width: 65%
}

.author-page-posts .post-info .post-title {
    font-family: "Times Modern";
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5rem;
    color: #222
}

.author-page-posts .post-info .post-date {
    font-family: Roboto;
    font-weight: 400;
    font-size: 12px;
    color: #ea1e20
}

.author-social-media {
    margin-top: 1rem
}

.author-social-media ul {
    display: inline-flex;
    list-style: none;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    padding: 0;
    margin: 0;
    flex-wrap: wrap
}

.author-social-media ul li a {
    background: #eee;
    width: 40px;
    height: 40px;
    color: #090e0d;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%
}

.author-social-media ul li a:hover {
    background: #ea1e20;
    color: #fff
}

.author-social-media ul li a:hover svg {
    color: #fff;
    fill: #fff
}

.author-contact {
    margin-top: 1.5rem;
    width: 100%
}

.author-contact .author-contact-item {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    margin-bottom: 1rem
}

.author-contact .author-contact-item .icon {
    width: 50px;
    height: 50px;
    border: 1px solid #cccdd3;
    color: #ea1e20;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%
}

.author-contact .author-contact-item p {
    font-family: Poppins;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #090e0d
}

.author-page {
    width: 100%;
    min-height: 500px;
    margin-top: 3rem;
    padding-bottom: 7rem
}

.author-page .author-tabs-nav {
    display: flex;
    margin-bottom: 1.5rem;
    margin-bottom: 2rem
}

.author-page .tab-link {
    padding: 12px 24px;
    text-decoration: none;
    color: #444;
    font-weight: 500;
    transition: all .2s
}

.author-page .tab-link:hover {
    background-color: #f5f5f5
}

.author-page .tab-link.active {
    color: #06c;
    background-color: #fff;
    position: relative;
    top: 2px
}

.author-page .author-tabs-content .tab-panel {
    display: none
}

.author-page .author-tabs-content .tab-panel.active {
    display: block
}

.author-page .author-tabs-content p {
    font-family: Roboto;
    font-weight: 400;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 200%;
    letter-spacing: 0;
    color: #222;
    margin-bottom: 1rem
}

.author-page .author-tabs nav {
    display: inline-flex;
    gap: 5px;
    justify-content: flex-start;
    width: 100%
}

.author-page .author-tabs nav a {
    background: #ededed;
    min-width: 100px;
    height: 40px;
    max-height: 40px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Roboto;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
    color: #1b1b1b
}

.author-page .author-tabs nav a:hover {
    background: #ea1e20;
    color: #fff
}

.author-page .author-tabs nav a.active {
    background: #ea1e20;
    color: #fff
}

.author-page .author-page-sidebar {
    position: sticky;
    height: 100%;
    top: 20px
}

.author-page .author-container img {
    width: 100%;
    height: 250px;
    opacity: 1;
    border-radius: 8px;
    object-fit: cover;
    margin-bottom: 1rem
}

.author-page .author-container h1 {
    font-family: Roboto;
    font-weight: 400;
    font-size: 32px;
    line-height: 41px;
    letter-spacing: -1px;
    color: #000
}

.author-page .author-container h1 span {
    font-family: Roboto;
    font-weight: 900;
    font-size: 32px;
    line-height: 41px;
    letter-spacing: -1px
}

@charset "UTF-8";

:root {
    --font-primary: Roboto, system-ui, -apple-system, sans-serif
}

@font-face {
    font-family: "Times Modern Regular";
    src: url(https://db.onlinewebfonts.com/t/88105ce90edee73aa757acfd167e4b90.eot);
    src: url(https://db.onlinewebfonts.com/t/88105ce90edee73aa757acfd167e4b90.eot?#iefix) format("embedded-opentype"), url(https://db.onlinewebfonts.com/t/88105ce90edee73aa757acfd167e4b90.woff2) format("woff2"), url(https://db.onlinewebfonts.com/t/88105ce90edee73aa757acfd167e4b90.woff) format("woff"), url(https://db.onlinewebfonts.com/t/88105ce90edee73aa757acfd167e4b90.ttf) format("truetype"), url("https://db.onlinewebfonts.com/t/88105ce90edee73aa757acfd167e4b90.svg#Times Modern Regular") format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Times Modern";
    src: url(https://db.onlinewebfonts.com/t/f0abbde831a99b1fd43f52730cf7e036.eot);
    src: url(https://db.onlinewebfonts.com/t/f0abbde831a99b1fd43f52730cf7e036.eot?#iefix) format("embedded-opentype"), url(https://db.onlinewebfonts.com/t/f0abbde831a99b1fd43f52730cf7e036.woff2) format("woff2"), url(https://db.onlinewebfonts.com/t/f0abbde831a99b1fd43f52730cf7e036.woff) format("woff"), url(https://db.onlinewebfonts.com/t/f0abbde831a99b1fd43f52730cf7e036.ttf) format("truetype"), url("https://db.onlinewebfonts.com/t/f0abbde831a99b1fd43f52730cf7e036.svg#Times Modern Bold") format("svg");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Times Modern ExtraBold";
    src: url(https://db.onlinewebfonts.com/t/8797bfcc299aeeafde2ac2da0bcb39d6.eot);
    src: url(https://db.onlinewebfonts.com/t/8797bfcc299aeeafde2ac2da0bcb39d6.eot?#iefix) format("embedded-opentype"), url(https://db.onlinewebfonts.com/t/8797bfcc299aeeafde2ac2da0bcb39d6.woff2) format("woff2"), url(https://db.onlinewebfonts.com/t/8797bfcc299aeeafde2ac2da0bcb39d6.woff) format("woff"), url(https://db.onlinewebfonts.com/t/8797bfcc299aeeafde2ac2da0bcb39d6.ttf) format("truetype"), url("https://db.onlinewebfonts.com/t/8797bfcc299aeeafde2ac2da0bcb39d6.svg#Times Modern ExtraBold") format("svg");
    font-weight: 800;
    font-style: normal;
    font-display: swap
}

p {
    margin: 0
}

html {
    padding: 0;
    margin: 0;
    font-family: Roboto, system-ui, -apple-system, sans-serif
}

body {
    padding: 0;
    margin: 0;
    background: #f9f9f9;
    font-family: Roboto, system-ui, -apple-system, sans-serif
}

:root {
    border: none
}

* {
    box-sizing: border-box
}

.body {
    min-height: 800px
}

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

a:hover {
    color: inherit
}

a:active {
    color: inherit
}

a:visited {
    color: inherit
}

.container {
    width: 90%;
    max-width: 95%
}

.offcanvas-container {
    width: 315px;
    position: fixed;
    height: 100vh;
    left: 0;
    top: 0;
    background: #fff;
    box-shadow: 0 4px 40px rgba(0, 0, 0, .1803921569);
    padding: 2rem 1rem 3rem 1rem;
    transform: translateX(-100%);
    transition: transform .35s cubic-bezier(.16, 1, .3, 1);
    z-index: 1050;
    will-change: transform
}

.offcanvas-container .offcanvas-body {
    width: 100%;
    margin-top: 2rem;
    height: 100%
}

.offcanvas-container .offcanvas-body .main-menu-offcanvas {
    margin: 0;
    padding: 0;
    list-style: none
}

.offcanvas-container .offcanvas-body .main-menu-offcanvas li {
    margin-bottom: 1.5rem
}

.offcanvas-container .offcanvas-body .main-menu-offcanvas li a {
    font-family: Roboto;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -2%;
    text-transform: capitalize;
    color: #313131;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    width: 100%
}

.offcanvas-container .offcanvas-body .main-menu-offcanvas li a:hover {
    background: #f6f6f6;
    width: 100%;
    height: 40px;
    border-radius: 8px
}

.offcanvas-container .close-div {
    display: inline-flex;
    justify-content: flex-end;
    width: 100%
}

.offcanvas-container .close-div a {
    text-align: right
}

.offcanvas-container.active {
    transform: translateX(0)
}

.offcanvas-container.active::before {
    opacity: 1;
    visibility: visible
}

body.offcanvas-open {
    overflow: hidden
}

.bg-grey {
    background: #f1f1f1
}

.mt-3 {
    margin-top: 2rem
}

.about-us {
    width: 100%;
    min-height: 500px;
    margin-top: 3rem;
    padding-bottom: 4rem
}

.about-us .divider-container {
    display: inline-flex;
    gap: 10px;
    justify-content: flex-start
}

.about-us .divider-container .divider {
    width: 200px;
    background: #ea1e20;
    border-radius: 10px;
    height: 7px;
    margin-bottom: 2rem;
    margin-top: 2rem
}

.about-us .divider-container .divider-alt {
    width: 200px;
    background: #cccdd3;
    border-radius: 10px;
    height: 7px;
    margin-bottom: 2rem;
    margin-top: 2rem
}

.about-us .divider {
    width: 300px;
    background: #ea1e20;
    border-radius: 10px;
    height: 7px;
    margin-bottom: 2rem;
    margin-top: 2rem
}

.about-us .social-media h4 {
    font-family: Roboto;
    font-weight: 600;
    font-size: 20px;
    line-height: 16px;
    color: #000;
    margin-bottom: 1rem
}

.about-us .social-media ul {
    list-style: none;
    display: inline-flex;
    gap: 15px;
    justify-content: flex-start;
    padding: 0;
    margin: 0;
    flex-wrap: wrap
}

.about-us .social-media ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 56px;
    background: #ea1e20;
    border-radius: 10px;
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 14px;
    color: #fff
}

.about-us .social-media ul li a svg {
    margin-inline-end: 10px;
    color: #fff;
    fill: #fff
}

.about-us .social-media ul li a:hover {
    background: #000
}

.about-us .row {
    justify-content: space-between;
    width: 100%;
    display: flex
}

.about-us img {
    width: 100%
}

.about-us ul {
    padding-left: 2rem
}

.about-us ul li {
    font-family: Roboto;
    font-weight: 400;
    font-size: 20px;
    line-height: 2.5rem;
    letter-spacing: 0;
    color: #222;
    margin-bottom: .65rem
}

.about-us p {
    font-family: Roboto;
    font-weight: 400;
    font-size: 20px;
    line-height: 2.5rem;
    letter-spacing: 0;
    color: #222;
    margin-bottom: 1.5rem
}

.about-us h3 {
    font-size: 35px;
    color: #222;
    font-family: "Times Modern";
    font-weight: 600
}

.about-us header {
    background: #f4f4f4;
    min-height: 112px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    padding: 2rem;
    margin-bottom: 4rem
}

.about-us header .box {
    width: 12px;
    height: 12px;
    background: #ea1e20
}

.about-us header h1 {
    font-family: "Times Modern";
    font-weight: 800;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 0;
    color: #222
}

.contact-us {
    min-height: 600px;
    width: 100%;
    margin-bottom: 3rem
}

.contact-us .advertiser-container {
    background: #fff;
    border-radius: 10px;
    min-height: 400px;
    margin-top: 2rem;
    padding-left: 3rem;
    padding-right: 3rem
}

.contact-us .advertiser-container header {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem
}

.contact-us .advertiser-container .header {
    background: #f4f4f4;
    height: 100px;
    width: 70%;
    justify-content: center;
    align-items: center;
    display: flex
}

.contact-us .advertiser-container .header h2 {
    font-family: "Times Modern";
    font-weight: 600;
    font-size: 35px;
    line-height: 50px;
    text-align: center;
    color: #222
}

.contact-us .advertiser-container .advert-agent {
    margin-top: 2rem;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%
}

.contact-us .advertiser-container .advert-agent h3 {
    font-family: "Times Modern";
    font-weight: 400;
    font-size: 30px;
    line-height: 50px;
    margin-bottom: 2rem;
    color: #222
}

.contact-us .advertiser-container .advert-agent .contact-info-item {
    width: 100%;
    display: inline-flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
    margin-bottom: 1.5rem
}

.contact-us .advertiser-container .advert-agent .contact-info-item .contact-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #dd3030;
    display: flex;
    justify-content: center;
    align-items: center
}

.contact-us .advertiser-container .advert-agent .contact-info-item .contact-icon svg {
    color: #fff
}

.contact-us .advertiser-container .advert-agent .contact-info-item .contact-info-box {
    border-left: 1px solid #cccdd3;
    padding-left: 1rem;
    width: 70%
}

.contact-us .advertiser-container .advert-agent .contact-info-item .contact-info-box p {
    margin-bottom: 0
}

.contact-us .advertiser-container .advert-agent .contact-info-item .contact-info-box p:first-child {
    font-weight: 600;
    font-size: 18px;
    font-family: Roboto;
    color: #dd3030
}

.contact-us .advertiser-container .advert-agent .contact-info-item .contact-info-box p:last-child {
    font-weight: 400;
    font-size: 16px;
    font-family: Roboto;
    color: #000
}

.contact-us .form-area {
    width: 100%;
    background: #fff;
    margin-top: 2rem;
    min-height: 500px;
    padding: 4rem;
    display: flex;
    justify-content: center;
    align-items: center
}

.contact-us .form-area .form-inner-container {
    width: 90%
}

.contact-us .form-area #contact-form {
    background: #f4f4f4;
    width: 100%;
    min-height: 300px;
    border-radius: 20px;
    margin-top: 3rem;
    padding: 2rem
}

.contact-us .form-area #contact-form .button-container {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%
}

.contact-us .form-area #contact-form button {
    width: 297px;
    height: 43px;
    background: #ea1e20;
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
    color: #fff;
    text-align: center;
    border: none;
    margin-top: 2rem
}

.contact-us .form-area #contact-form button:hover {
    background: #000
}

.contact-us .form-area #contact-form label {
    font-family: Roboto;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #222;
    margin-bottom: 1rem
}

.contact-us .form-area #contact-form input {
    height: 43px;
    border-radius: 4px;
    border: 1px solid #b9b9b9;
    box-shadow: none;
    background: 0 0
}

.contact-us .form-area #contact-form textarea {
    border: 1px solid #b9b9b9;
    box-shadow: none;
    background: 0 0;
    min-height: 300px;
    resize: none
}

.contact-us .form-area h1 {
    font-family: "Times Modern";
    font-weight: 600;
    font-size: 45px;
    line-height: 50px;
    letter-spacing: 0;
    color: #222;
    text-align: center;
    margin-bottom: 2rem
}

.contact-us .form-area p {
    text-align: center;
    font-family: Roboto;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #222
}

.contact-us .contact-info-container {
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    margin-top: 2rem;
    height: 110px;
    border-radius: 10px;
    padding-left: 1rem;
    padding-right: 1rem
}

.contact-us .contact-info-container .contact-info-item {
    width: 50%;
    display: inline-flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px
}

.contact-us .contact-info-container .contact-info-item .contact-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #dd3030;
    display: flex;
    justify-content: center;
    align-items: center
}

.contact-us .contact-info-container .contact-info-item .contact-icon svg {
    color: #fff
}

.contact-us .contact-info-container .contact-info-item .contact-info-box {
    border-left: 1px solid #cccdd3;
    padding-left: 1rem
}

.contact-us .contact-info-container .contact-info-item .contact-info-box p {
    margin-bottom: 0
}

.contact-us .contact-info-container .contact-info-item .contact-info-box p:first-child {
    font-weight: 600;
    font-size: 18px;
    font-family: Roboto;
    color: #dd3030
}

.contact-us .contact-info-container .contact-info-item .contact-info-box p:last-child {
    font-weight: 400;
    font-size: 16px;
    font-family: Roboto;
    color: #000
}

.pagination-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 1.5rem
}

.pagination ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-flex;
    justify-content: flex-start;
    gap: 0;
    flex-wrap: wrap
}

.pagination ul li {
    color: #1e1e1e;
    font-size: 16px;
    min-width: 32px;
    height: 32px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center
}

.pagination ul li.active {
    background: #ea1e20;
    color: #fff;
    min-width: 32px;
    height: 32px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center
}

.pagination ul li.active a svg {
    color: #fff;
    fill: #fff
}

.pagination ul li:hover {
    background: #ea1e20;
    color: #fff;
    min-width: 32px;
    height: 32px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center
}

.pagination ul li:hover a svg {
    color: #fff;
    fill: #fff
}

.pagination ul li a svg {
    margin-inline: 10px
}

.pagination ul li a:active {
    background: #ea1e20;
    color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center
}

.pagination ul li a:active svg {
    color: #fff;
    fill: #fff
}

body#search-page {
    background: #f9f9f9
}

.search-result {
    margin-top: 2rem
}

.search-result .search-result-posts {
    display: inline-flex;
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    background: #fff;
    gap: 10px;
    height: 150px;
    border-radius: 10px;
    margin-bottom: 1.5rem
}

.search-result .search-result-posts:hover {
    box-shadow: 4px 5px 12px 2px #ccc
}

.search-result .search-result-posts figure {
    width: 40%;
    margin: 0;
    height: 150px
}

.search-result .search-result-posts figure img {
    width: 204px;
    height: 100%;
    object-fit: cover
}

.search-result .search-result-posts .post-info {
    padding: 10px;
    width: 65%
}

.search-result .search-result-posts .post-info .post-title {
    font-family: "Times Modern";
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5rem;
    color: #222;
    margin-bottom: 2rem
}

.search-result .search-result-posts .post-info .post-date {
    font-family: Roboto;
    font-weight: 400;
    font-size: 12px;
    color: #ea1e20
}

.search-page {
    width: 100%;
    min-height: 500px;
    margin-top: 3rem;
    margin-bottom: 5rem;
    display: flex;
    justify-content: center;
    align-items: flex-start
}

.search-page .search-box {
    background: #fff;
    display: inline-flex;
    width: 100%
}

.search-page .search-box .search-icon {
    width: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e2e2e2;
    border-right: none
}

.search-page .search-page-inner {
    width: 70%
}

.search-page .search-page-inner h1 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: -1px;
    color: #000
}

.search-page .search-page-inner input {
    width: 95%;
    border: 1px solid #e2e2e2;
    width: 100%;
    height: 50px;
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0;
    color: #222;
    box-shadow: none;
    outline: 0;
    padding: 10px;
    border-left: none
}

.search-page .search-page-inner input {
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px
}

.search-page .search-box .search-icon {
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px
}

.navbar-toggler {
    display: none
}

* {
    scrollbar-width: thin;
    scrollbar-color: red #ea1e20
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px
}

::-webkit-scrollbar-track {
    background: #ea1e20
}

::-webkit-scrollbar-thumb {
    background: red;
    border-radius: 6px
}

::-webkit-scrollbar-thumb:hover {
    background: #c00
}

.sidebar-toggler-2 {
    display: none
}

.collapse:not(.show) {
    display: block
}

header .main-menu .navbar-nav {
    white-space: nowrap
}

footer .newsletter-box p,
footer .social-follow p {
    margin-bottom: 1rem
}

header.sidebar-title {
    margin-bottom: 1rem
}

header.sidebar-title .section-title {
    display: flex;
    position: relative
}

header.sidebar-title .section-title h2.header-title {
    z-index: 3;
    background: #f1f1f1;
    padding-right: .3em;
    text-align: left;
    padding-left: .45em;
    font-family: Roboto;
    font-weight: 600;
    font-size: 20px;
    line-height: 33.6px;
    letter-spacing: 0;
    color: #000
}

header.sidebar-title .section-title:before {
    content: "";
    display: block;
    height: 3px;
    width: 13px;
    background: #ea1e20;
    margin-top: 1.3em;
    z-index: 2
}

header.sidebar-title .section-title:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    top: 50%;
    background: rgba(209, 209, 209, .5490196078);
    position: absolute
}

.latest-news-sidebar {
    background: #fff;
    width: 100%;
    min-height: 500px;
    padding: 10px;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}

.latest-news-sidebar .latest-news-item {
    display: inline-flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    gap: 10px;
    margin-bottom: 1rem
}

.latest-news-sidebar .latest-news-item:last-child {
    margin: 0
}

.latest-news-sidebar .latest-news-item figure {
    width: 30%;
    height: 95px;
    margin: 0
}

.latest-news-sidebar .latest-news-item figure img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.latest-news-sidebar .latest-news-item .post-info {
    width: 70%
}

.latest-news-sidebar .latest-news-item .post-info .post-title {
    font-family: "Times Modern";
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2rem;
    color: #242a2e;
    margin-bottom: 1rem
}

.latest-news-sidebar .latest-news-item .post-info .post-date {
    font-family: Roboto;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0;
    color: #ea1e20
}

.ad-container.margin-bottom {
    margin-bottom: 2rem
}

.ad-container.margin-top {
    margin-bottom: 2rem
}

.ad-container {
    align-items: center;
    background-color: #f9f9f9;
    padding-top: .5em;
    padding-bottom: 1em;
    display: flex !important;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 1em;
    margin-top: 1em;
    width: 100%;
    min-height: 100px
}

.ad-container:before {
    content: "advertisement";
    text-transform: uppercase;
    font-size: 10px;
    font-style: normal;
    font-weight: 314;
    letter-spacing: .388em;
    line-height: 14px;
    display: flex;
    justify-content: left;
    color: grey;
    padding-left: 2em
}

.ad-container .ad-container-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 150px
}

.ad-container .margin-top {
    margin-top: 2em
}

.ad-container .margin-bottom {
    margin-bottom: 2em
}

.mobile-only {
    display: none !important
}

.desktop-only {
    display: block
}

.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .375rem
}

.alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc
}

.alert-success .alert-link {
    color: #0c4128
}

.alert-dismissible {
    padding-right: 3rem
}

.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: .75rem 1rem
}

.contact-us .form-area h1 {
    margin-top: 2rem
}

.contact-us .form-area .form-inner-container {
    padding: 1.5rem
}

.homepage {
    width: 100%;
    min-height: 600px;
    padding-top: 3rem;
    padding-bottom: 3rem
}

.homepage .homepage-top-section {
    width: 100%;
    margin-bottom: 3.5rem
}

.top-news {
    display: inline-flex;
    width: 100%;
    gap: 20px;
    justify-content: flex-start;
    align-items: flex-start
}

.top-news .post-info {
    width: 40%
}

.top-news .post-info header {
    margin-bottom: 1rem
}

.top-news .post-info header .section-title {
    display: flex;
    position: relative
}

.top-news .post-info header .section-title h2.header-title {
    z-index: 3;
    background: #f9f9f9;
    padding-right: .3em;
    text-align: left;
    padding-left: .45em;
    font-family: Roboto;
    font-weight: 600;
    font-size: 20px;
    line-height: 33.6px;
    letter-spacing: 0;
    color: #000
}

.top-news .post-info header .section-title:before {
    content: "";
    display: block;
    height: 3px;
    width: 13px;
    background: #ea1e20;
    margin-top: 1.3em;
    z-index: 2
}

.top-news .post-info header .section-title:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    top: 50%;
    background: rgba(209, 209, 209, .5490196078);
    position: absolute
}

.top-news .post-info .post-title {
    font-family: "Times Modern";
    font-weight: 600;
    font-size: 40px;
    line-height: 2.5rem;
    color: #222;
    margin-bottom: 1.3rem
}

.top-news .post-info .post-excerpt {
    font-family: Roboto;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0;
    color: #666;
    margin-bottom: 1.4rem
}

.top-news .post-info .post-date {
    font-family: Roboto;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    color: #ea1e20
}

.top-news figure {
    width: 60%;
    height: 450px
}

.top-news figure img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

header.type-2 {
    margin-bottom: .1rem
}

header.type-2 .section-title {
    display: flex;
    position: relative
}

header.type-2 .section-title h2.header-title {
    z-index: 3;
    background: #f9f9f9;
    padding-right: .3em;
    text-align: left;
    padding-left: .45em;
    font-family: Roboto;
    font-weight: 600;
    font-size: 20px;
    line-height: 33.6px;
    letter-spacing: 0;
    color: #000
}

header.type-2 .section-title:before {
    content: "";
    display: block;
    height: 3px;
    width: 13px;
    background: #ea1e20;
    margin-top: 1.3em;
    z-index: 2
}

header.type-2 .section-title:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    top: 50%;
    background: rgba(209, 209, 209, .5490196078);
    position: absolute
}

header.type-3 {
    margin-bottom: .1rem
}

header.type-3 .section-title {
    display: flex;
    position: relative
}

header.type-3 .section-title h2.header-title {
    z-index: 3;
    background: #f1f1f1;
    padding-right: .3em;
    text-align: left;
    padding-left: .45em;
    font-family: Roboto;
    font-weight: 600;
    font-size: 20px;
    line-height: 33.6px;
    letter-spacing: 0;
    color: #000
}

header.type-3 .section-title:before {
    content: "";
    display: block;
    height: 3px;
    width: 13px;
    background: #ea1e20;
    margin-top: 1.3em;
    z-index: 2
}

header.type-3 .section-title:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    top: 50%;
    background: rgba(209, 209, 209, .5490196078);
    position: absolute
}

.article-template-1 figure {
    height: 210px;
    width: 100%;
    margin-bottom: .35rem
}

.article-template-1 figure img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.article-template-1 .post-info .post-title {
    font-family: "Times Modern";
    font-weight: 600;
    font-size: 18px;
    line-height: 1.3rem;
    margin-bottom: 1rem
}

.article-template-1 .post-info .post-excerpt {
    font-family: Roboto;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #666;
    margin-bottom: 10px
}

.article-template-1 .post-info .post-date {
    font-family: Roboto;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    color: #ea1e20
}

.top-news .post-info header {
    margin-bottom: .1rem
}

.article-template-2 figure {
    width: 100%;
    height: 168px;
    margin-bottom: .55rem
}

.article-template-2 figure img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.article-template-2 .post-info .post-title {
    font-family: "Times Modern";
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5rem;
    letter-spacing: -.2px;
    color: #000
}

.layout-1 {
    width: 100%;
    min-height: 300px;
    background: #f1f1f1;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

.layout-2 {
    padding-top: 1.5rem;
    padding-bottom: 2rem
}

.article-template-3 {
    position: relative;
    width: 100%;
    height: 250px
}

.article-template-3 figure {
    width: 100%;
    height: 100%
}

.article-template-3 figure img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.article-template-3 .post-info {
    background: linear-gradient(180deg, rgba(51, 51, 51, 0) 0, #191919 100%);
    position: absolute;
    bottom: 0;
    padding: 12px
}

.article-template-3 .post-info .categories {
    margin-bottom: 1rem
}

.article-template-3 .post-info .categories ul {
    margin: 0;
    padding: 0;
    list-style: none;
    diaplay: inline-flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start
}

.article-template-3 .post-info .categories ul li a {
    background: #ea1e20;
    min-width: 50px;
    height: 23px;
    padding: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    line-height: 100%;
    color: #fff;
    border-radius: 4px;
    font-size: 12px
}

.article-template-3 .post-info .post-title {
    font-family: "Times Modern";
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2rem;
    letter-spacing: 0;
    color: #fff;
    margin-bottom: .55rem
}

.article-template-3 .post-info .post-date {
    font-family: Roboto;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    color: #fff
}

.article-template-4 {
    background: #fff;
    height: 115px;
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1.3rem
}

.article-template-4 figure {
    margin: 0;
    width: 30%;
    height: 100%
}

.article-template-4 figure img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.article-template-4 .post-info {
    width: 70%;
    padding: 10px
}

.article-template-4 .post-info .post-title {
    font-family: "Times Modern";
    font-weight: 600;
    font-size: 14px;
    line-height: 1rem;
    letter-spacing: 0;
    color: #242a2e;
    margin-bottom: 10px
}

.article-template-4 .post-info .post-date {
    font-family: Roboto;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0;
    color: #ea1e20
}

.article-template-5 {
    width: 100%
}

.article-template-5 figure {
    width: 100%;
    height: 300px
}

.article-template-5 figure img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.article-template-5 .post-info .post-title {
    font-family: "Times Modern";
    font-weight: 600;
    font-size: 20px;
    line-height: 1.3rem;
    letter-spacing: 0;
    color: #222;
    margin-bottom: 1rem
}

.article-template-5 .post-info .post-date {
    font-family: Roboto;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0;
    color: #ea1e20
}

.article-template-6 {
    width: 100%;
    height: 250px;
    background: #fff
}

.article-template-6 figure {
    margin: 0;
    width: 100%;
    height: 130px
}

.article-template-6 figure img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.article-template-6 .post-info {
    padding: 10px
}

.article-template-6 .post-info .post-title {
    font-family: "Times Modern";
    font-weight: 600;
    font-size: 16px;
    line-height: 1.3rem;
    letter-spacing: 0;
    color: #242a2e;
    margin-bottom: 1.2rem
}

.article-template-6 .post-info .post-date {
    font-family: Roboto;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0;
    color: #ea1e20
}

.article-template-7 {
    width: 100%;
    height: 130px;
    background: #fff;
    margin-top: 1rem
}

.article-template-7 .post-info {
    padding: 10px
}

.article-template-7 .post-info .post-title {
    font-family: "Times Modern";
    font-weight: 600;
    font-size: 16px;
    line-height: 1.3rem;
    letter-spacing: 0;
    color: #242a2e;
    margin-bottom: 1.2rem
}

.article-template-7 .post-info .post-date {
    font-family: Roboto;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0;
    color: #ea1e20
}

.bg-alt-2 {
    background: #f1f1f1 !important
}

.single-page {
    width: 100%;
    min-height: 500px;
    padding-top: 2rem;
    padding-bottom: 2rem
}

.single-page .divider-container {
    display: inline-flex;
    gap: 10px;
    justify-content: flex-start
}

.single-page .divider-container .divider {
    width: 200px;
    background: #ea1e20;
    border-radius: 10px;
    height: 7px;
    margin-bottom: 2rem;
    margin-top: 2rem
}

.single-page .divider-container .divider-alt {
    width: 200px;
    background: #cccdd3;
    border-radius: 10px;
    height: 7px;
    margin-bottom: 2rem;
    margin-top: 2rem
}

.single-page .divider {
    width: 300px;
    background: #ea1e20;
    border-radius: 10px;
    height: 7px;
    margin-bottom: 2rem;
    margin-top: 2rem
}

.single-page .social-media h4 {
    font-family: Roboto;
    font-weight: 600;
    font-size: 20px;
    line-height: 16px;
    color: #000;
    margin-bottom: 1rem
}

.single-page .social-media ul {
    list-style: none;
    display: inline-flex;
    gap: 15px;
    justify-content: flex-start;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
    width: 100%
}

.single-page .social-media ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 56px;
    background: #ea1e20;
    border-radius: 10px;
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 14px;
    color: #fff
}

.single-page .social-media ul li a svg {
    margin-inline-end: 10px;
    color: #fff;
    fill: #fff
}

.single-page .social-media ul li a:hover {
    background: #000
}

.single-page-2 {
    width: 100%;
    min-height: 500px;
    padding-top: 2rem;
    padding-bottom: 2rem;
    align-items: center;
    justify-content: center;
    display: flex
}

.single-page-2 .divider-container {
    display: inline-flex;
    gap: 10px;
    justify-content: flex-start
}

.single-page-2 .divider-container .divider {
    width: 200px;
    background: #ea1e20;
    border-radius: 10px;
    height: 7px;
    margin-bottom: 2rem;
    margin-top: 2rem
}

.single-page-2 .divider-container .divider-alt {
    width: 200px;
    background: #cccdd3;
    border-radius: 10px;
    height: 7px;
    margin-bottom: 2rem;
    margin-top: 2rem
}

.single-page-2 .divider {
    width: 300px;
    background: #ea1e20;
    border-radius: 10px;
    height: 7px;
    margin-bottom: 2rem;
    margin-top: 2rem
}

.single-page-2 .social-media h4 {
    font-family: Roboto;
    font-weight: 600;
    font-size: 20px;
    line-height: 16px;
    color: #000;
    margin-bottom: 1rem
}

.single-page-2 .social-media ul {
    list-style: none;
    display: inline-flex;
    gap: 15px;
    justify-content: flex-start;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
    width: 100%
}

.single-page-2 .social-media ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 56px;
    background: #ea1e20;
    border-radius: 10px;
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 14px;
    color: #fff
}

.single-page-2 .social-media ul li a svg {
    margin-inline-end: 10px;
    color: #fff;
    fill: #fff
}

.single-page-2 .social-media ul li a:hover {
    background: #000
}

.single-article .post-title {
    font-family: "Times Modern";
    font-weight: 600;
    font-size: 45px;
    line-height: 50px;
    letter-spacing: 0;
    color: #222;
    margin-bottom: 1.2rem
}

.single-article table {
    width: 100%;
    border: 1px solid #000;
    margin-top: 1rem;
    margin-bottom: 1rem
}

.single-article .post-meta {
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    margin-bottom: 2rem;
    flex-wrap: wrap
}

.single-article .post-meta .post-info {
    display: inline-flex;
    gap: 20px;
    justify-content: flex-start;
    align-items: center
}

.single-article .post-meta .post-info .post-date {
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #ea1e20
}

.single-article .post-meta .post-info .post-author .author-byline {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1rem
}

.single-article .post-meta .post-info .post-author .author-avatar {
    border-radius: 50%;
    width: 25px;
    height: 25px;
    object-fit: cover
}

.single-article .post-meta .article-social-share ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-flex;
    gap: 20px
}

.single-article .post-meta .article-social-share ul li a {
    color: #ea1e20
}

.single-article .post-meta .article-social-share ul li a svg {
    fill: #ea1e20;
    width: 25px;
    height: 25px
}

.single-article .article-content {
    max-width: 100%;
    width: 100%
}

.single-article .article-content p {
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 200%;
    letter-spacing: 0;
    color: #222;
    margin-bottom: 1.4rem
}

.single-article .article-content ul li {
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 200%;
    letter-spacing: 0;
    color: #222;
    margin-bottom: 1.4rem
}

.single-article .article-content a {
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 200%;
    letter-spacing: 0;
    color: #ea1e20;
    margin-bottom: 1.4rem;
    text-decoration: underline
}

.single-article .article-content img {
    max-width: 100%;
    width: 100%;
    height: auto
}

.single-article .article-content figure {
    max-width: 100%
}

.post-thumbnail-image img {
    width: 100%;
    max-width: 100%;
    height: 600px;
    object-fit: cover
}

.post-thumbnail-image figcaption {
    background: #000;
    width: 100%;
    padding: 10px
}

.post-thumbnail-image figcaption p {
    color: #fff;
    font-family: "Times Modern";
    font-weight: 400
}

.read-also-container {
    background: #f2f2f2;
    padding: 2rem;
    width: 100%;
    min-height: 100px;
    margin-bottom: 1.5rem
}

.read-also-container header.type-2 .section-title:before {
    margin-top: .8rem
}

.read-also-container ul {
    margin-top: 1rem;
    list-style-type: none;
    padding-left: 1.4em
}

.read-also-container ul li {
    margin-bottom: 10px !important;
    position: relative
}

.read-also-container ul li::before {
    content: "►";
    position: absolute;
    left: -1.2em;
    color: #ea1e20;
    font-size: 1.1em
}

.read-also-container ul li a {
    color: #222 !important;
    font-family: "Times Modern" !important;
    font-weight: 400 !important;
    font-size: 16px !important
}

.read-also-container header h2 {
    font-size: 20px;
    font-family: "Times Modern";
    font-weight: 400;
    background: #f2f2f2;
    z-index: 999;
    padding-inline: 10px
}

.telegram {
    background: #08c !important
}

.whatsapp {
    background: #075e54 !important
}

.ad-container.mobile-only {
    display: none !important
}

.mobile-only {
    display: none !important
}

.related-articles {
    margin-top: 3rem;
    margin-bottom: 2rem
}

.related-articles .related-article-item figure {
    margin-bottom: 0
}

.related-articles .related-article-item figure img {
    width: 100%;
    height: 250px;
    object-fit: cover
}

.related-articles .related-article-item .post-info {
    background: #fff;
    padding: 12px;
    min-height: 180px
}

.related-articles .related-article-item .post-info .categories {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-flex;
    width: 100%;
    gap: 4px;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: .55rem
}

.related-articles .related-article-item .post-info .categories li {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    gap: 3px
}

.related-articles .related-article-item .post-info .categories li:last-child:after {
    content: unset
}

.related-articles .related-article-item .post-info .categories li:after {
    content: "•";
    margin-inline: 3px
}

.related-articles .related-article-item .post-info .categories li a {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0;
    color: #a3a3a3
}

.related-articles .related-article-item .post-info .post-title {
    font-family: "Times Modern";
    font-weight: 400;
    font-size: 20px;
    line-height: 1.4rem;
    letter-spacing: 0;
    color: #242a2e;
    margin-bottom: 1rem
}

.related-articles .related-article-item .post-info .post-date {
    font-family: Roboto;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0;
    color: #ea1e20
}

.related-articles header {
    margin-bottom: 1rem
}

.related-articles header .section-title {
    display: flex;
    position: relative
}

.related-articles header .section-title h2.header-title {
    z-index: 3;
    background: #f9f9f9;
    padding-right: .3em;
    text-align: left;
    padding-left: .45em;
    font-family: Roboto;
    font-weight: 600;
    font-size: 20px;
    line-height: 33.6px;
    letter-spacing: 0;
    color: #000
}

.related-articles header .section-title:before {
    content: "";
    display: block;
    height: 3px;
    width: 13px;
    background: #ea1e20;
    margin-top: 1.3em;
    z-index: 2
}

.related-articles header .section-title:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    top: 50%;
    background: rgba(209, 209, 209, .5490196078);
    position: absolute
}

.single-article .article-content p {
    margin-bottom: 1rem
}

.article-template-8 {
    background: #fff;
    display: inline-flex;
    justify-content: flex-start;
    height: 100px;
    width: 100%;
    margin-top: 1rem
}

.article-template-8 .post-info {
    width: 100%;
    padding: 12px
}

.article-template-8 .post-info .post-title {
    font-family: "Times Modern";
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3rem;
    letter-spacing: 0;
    color: #222;
    margin-bottom: .55rem
}

.article-template-8 .post-info .post-time {
    font-family: Roboto;
    font-weight: 400;
    font-size: 10px;
    line-height: 100%;
    letter-spacing: 0;
    color: #ea1e20
}

.article-template-9 {
    display: inline-flex;
    gap: 15px;
    width: 100%
}

.article-template-9 .post-info {
    width: 75%
}

.article-template-9 .post-info .post-title {
    font-family: "Times Modern";
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2rem;
    letter-spacing: 0;
    color: #242a2e;
    margin-bottom: 1em
}

.article-template-9 .post-info .post-author {
    color: #6e6e6e;
    font-family: Roboto;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0
}

.article-template-9 figure {
    width: 25%;
    height: 70px
}

.article-template-9 figure img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.layout-6 {
    width: 100%;
    min-height: 500px;
    background: #f1f1f1;
    padding-top: 2rem;
    padding-bottom: 2rem
}

.layout-6 .view-all-btn {
    margin-top: 1.2rem;
    border: 1px solid #ea1e20;
    color: #000;
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Roboto;
    font-weight: 500;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0;
    text-transform: capitalize;
    display: none;
    margin-bottom: 1.5rem
}

.layout-6 .view-all-btn:hover {
    background: #ea1e20;
    color: #fff
}

.layout-6 .top-article-layout-6 {
    margin-bottom: 1.2rem
}

.layout-6 .top-article-layout-6 figure img {
    width: 100%;
    height: 212px;
    object-fit: cover
}

.layout-6 .top-article-layout-6 .post-info .post-title {
    color: #222;
    font-family: "Times Modern";
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5rem;
    letter-spacing: 0
}

.row.quadrant {
    position: relative
}

.row.quadrant::after,
.row.quadrant::before {
    content: "";
    position: absolute;
    background: #d5d5d5;
    z-index: 1
}

.row.quadrant::before {
    width: 1px;
    height: 100%;
    left: 50%;
    top: 0;
    transform: translateX(-50%)
}

.row.quadrant::after {
    height: 1px;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

.columnist-2 {
    padding: 20px;
    position: relative;
    z-index: 2
}

.columnist-container {
    wdith: 100%;
    min-height: 500px;
    margin-top: 2.5rem;
    margin-bottom: 3rem
}

.columnist-container .columnist-1-picture img {
    width: 100%;
    height: 500px;
    object-fit: cover
}

.columnist-container .columnist-1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 2rem;
    background: #fff;
    height: 500px;
    padding: 2rem
}

.columnist-container .columnist-1 figure img {
    width: 87px;
    height: 87px;
    border-radius: 50%
}

.columnist-container .columnist-1 .post-info .post-title {
    font-family: "Times Modern";
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6rem;
    text-align: center;
    color: #242a2e;
    margin-bottom: 1rem
}

.columnist-container .columnist-1 .post-info .post-excerpt {
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 173%;
    letter-spacing: 0;
    text-align: center;
    color: #222;
    margin-bottom: 1rem
}

.columnist-container .columnist-1 .post-info .post-date {
    font-family: Roboto;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    color: #ea1e20
}

.columnist-container .columnist-items-container-2 {
    width: 100%;
    background: #fff;
    height: 500px;
    padding: 3rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.columnist-container .columnist-items-container-2 .columnist-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 2rem
}

.columnist-container .columnist-items-container-2 .columnist-2 figure img {
    width: 87px;
    height: 87px;
    border-radius: 50%
}

.columnist-container .columnist-items-container-2 .columnist-2 .post-info .post-title {
    font-family: "Times Modern";
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5rem;
    letter-spacing: 0;
    text-align: center;
    color: #242a2e
}

.columnist-container .columnist-items-container-2 .columnist-2 .post-info .post-excerpt {
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 173%;
    letter-spacing: 0;
    text-align: center;
    color: #222
}

.columnist-container .columnist-items-container-2 .columnist-2 .post-info .post-date {
    font-family: Roboto;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    color: #ea1e20
}

.layout-3 {
    width: 100%;
    min-height: 500px;
    margin-top: 2rem;
    margin-bottom: 3rem
}

.layout-4 {
    width: 100%;
    min-height: 500px;
    margin-top: 2rem;
    margin-bottom: 3rem
}

.article-template-10 figure {
    width: 100%;
    height: 210px;
    margin: 0
}

.article-template-10 figure img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.article-template-10 .post-info ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-flex;
    width: 100%;
    gap: 4px;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: .55rem
}

.article-template-10 .post-info ul li {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    gap: 3px
}

.article-template-10 .post-info ul li:last-child:after {
    content: unset
}

.article-template-10 .post-info ul li:after {
    content: "•";
    margin-inline: 3px
}

.article-template-10 .post-info ul li a {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0;
    color: #a3a3a3
}

.article-template-10 .post-info {
    background: #fff;
    padding: 12px;
    width: 100%;
    height: 180px
}

.article-template-10 .post-info .post-title {
    font-family: "Times Modern";
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5rem;
    color: #242a2e;
    margin-bottom: 1rem
}

.article-template-10 .post-info .post-date {
    font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    line-height: 100%;
    color: #ea1e20
}

.article-template-11 {
    display: inline-flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    width: 100%
}

.article-template-11 figure {
    width: 50%;
    height: 400px
}

.article-template-11 figure img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.article-template-11 .post-info {
    width: 50%
}

.article-template-11 .post-info .post-title {
    font-family: "Times Modern";
    font-weight: 400;
    font-size: 40px;
    line-height: 3rem;
    letter-spacing: 0;
    color: #222;
    margin-bottom: 1.3rem
}

.article-template-11 .post-info .post-excerpt {
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 170%;
    letter-spacing: 0;
    color: #222;
    margin-bottom: 1rem
}

.article-template-11 .post-info .post-date {
    font-family: Roboto;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;
    color: #ea1e20
}

.article-template-12 {
    display: inline-flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 25px;
    width: 100%;
    margin-bottom: 1rem
}

.article-template-12 figure {
    width: 30%;
    height: 190px
}

.article-template-12 figure img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.article-template-12 .post-info {
    width: 70%
}

.article-template-12 .post-info .post-title {
    font-family: "Times Modern";
    font-weight: 400;
    font-size: 20px;
    line-height: 1.8rem;
    letter-spacing: 0;
    color: #222;
    margin-bottom: 1rem
}

.article-template-12 .post-info .post-excerpt {
    font-family: Roboto;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5rem;
    letter-spacing: 0;
    color: #222;
    margin-bottom: 1rem
}

.article-template-12 .post-info .post-date {
    font-family: Roboto;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;
    color: #ea1e20
}

.search-container {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .75);
    z-index: 99999;
    padding: 2rem;
    display: none
}

.search-container .close-container {
    display: inline-flex;
    width: 100%;
    justify-content: flex-end
}

.search-container .close-search {
    display: flex;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: 1px solid #fff;
    justify-content: center;
    align-items: center
}

.search-container .close-search svg {
    color: #fff;
    fill: #fff
}

.search-container .search-container-inner {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.search-container .search-container-inner form {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.search-container .search-container-inner form input {
    width: 50%;
    height: 65px;
    background: #fff;
    border: none;
    border-radius: 20px;
    text-align: center;
    box-shadow: none;
    outline: 0;
    font-family: "Times Modern";
    font-size: 20px;
    border: 2px solid #000;
    margin-bottom: 1rem
}

.search-container .search-container-inner form button {
    background: #ea1d20;
    width: 20%;
    height: 45px;
    color: #fff;
    border: none;
    border-radius: 20px;
    font-family: "Times Modern";
    font-size: 20px
}

.search-container .search-container-inner form button:hover {
    background: #000
}

.search-result .search-result-posts figure img {
    width: 100%
}

.post-tags {
    border-top: 1px solid #ddd;
    display: inline-flex;
    gap: 10px;
    justify-content: flex-start;
    width: 100%;
    padding-top: 1rem;
    margin-bottom: 1.3rem;
    border-bottom: 1px solid #ddd;
    padding-bottom: 1rem;
    align-items: center;
    flex-wrap: wrap
}

.post-tags ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-flex;
    gap: 10px;
    justify-content: flex-start;
    flex-wrap: wrap
}

.post-tags ul li {
    font-size: 14px;
    font-family: Poppins
}

.sticky-div {
    position: sticky;
    height: 100%;
    top: 20px
}

.sun-widget {
    background: #30302e;
    border: .5px solid var(--color-border-tertiary);
    border-radius: 20px;
    padding: 2rem 2rem 1.75rem;
    max-width: 300px;
    margin: 1rem auto
}

.sun-badge {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    padding: 3px 10px;
    border-radius: 20px;
    background: #fff3cd;
    color: #7a5700;
    border: .5px solid #f0c040;
    margin-bottom: .75rem;
    letter-spacing: .02em
}

h2.sun-title {
    font-size: 21px;
    font-weight: 500;
    color: var(--color-text-primary);
    margin-bottom: .4rem;
    line-height: 1.3;
    color: #fff
}

p.sun-desc {
    font-size: 14px;
    color: var(--color-text-secondary);
    line-height: 1.65;
    margin-bottom: 1.5rem;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
    color: #fff
}

.btn-channel {
    background: #2aabee;
    border: none;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 11px 28px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    transition: background .15s, transform .1s
}

.btn-channel:hover {
    background: #000;
    color: #fff
}

.btn-channel:active {
    transform: scale(.98)
}

.btn-telegram {
    background: 0 0;
    border: 1.5px solid #2aabee;
    font-size: 15px;
    font-weight: 500;
    padding: 11px 28px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #1a9bd8 !important;
    text-decoration: none;
    transition: background .15s, color .15s, transform .1s
}

.btn-telegram:hover {
    background: #e8f7fd;
    color: #1a9bd8;
    border-color: #1a9bd8
}

.btn-telegram:active {
    transform: scale(.98)
}

@media (prefers-color-scheme:dark) {
    .btn-telegram:hover {
        background: #0d2a38
    }
}

.btn-whatsapp {
    background: #25d366
}

.sun-logo img {
    filter: brightness(0) invert(1)
}

.horizontal-cta {
    width: 100%
}

.horizontal-cta .sun-widget {
    background: #30302e;
    border: .5px solid var(--color-border-tertiary);
    border-radius: 20px;
    padding: 1.5rem 2rem;
    margin: 1rem auto;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: nowrap;
    width: 100%;
    max-width: 100%
}

.horizontal-cta .sun-copy {
    flex: 1;
    min-width: 0
}

.horizontal-cta .sun-badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 500;
    padding: 2px 9px;
    border-radius: 20px;
    background: #fff3cd;
    color: #7a5700;
    border: .5px solid #f0c040;
    margin-bottom: .3rem;
    letter-spacing: .02em
}

.horizontal-cta h2.sun-title {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin: 0 0 .2rem;
    line-height: 1.3
}

.horizontal-cta p.sun-desc {
    font-size: 13px;
    color: #fff;
    line-height: 1.55;
    margin: 0
}

.horizontal-cta .sun-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0
}

.horizontal-cta .btn-channel {
    background: #25d366;
    border: none;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 9px 20px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    text-decoration: none;
    white-space: nowrap;
    transition: background .15s, transform .1s
}

.horizontal-cta .btn-channel:hover {
    background: #1db954;
    color: #fff
}

.horizontal-cta .btn-channel:active {
    transform: scale(.98)
}

.horizontal-cta .btn-telegram {
    background: 0 0;
    border: 1.5px solid #2aabee;
    color: #2aabee;
    font-size: 14px;
    font-weight: 500;
    padding: 9px 20px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    text-decoration: none;
    white-space: nowrap;
    transition: background .15s, color .15s, transform .1s
}

.horizontal-cta .btn-telegram:hover {
    background: #e8f7fd;
    color: #1a9bd8;
    border-color: #1a9bd8
}

.horizontal-cta .btn-telegram:active {
    transform: scale(.98)
}

.horizontal-cta .sun-logo img {
    filter: brightness(0) invert(1)
}

@media (prefers-color-scheme:dark) {
    .horizontal-cta .btn-telegram:hover {
        background: #0d2a38
    }
}

.horizontal-cta .divider {
    width: .5px;
    height: 60px;
    background: var(--color-border-tertiary);
    flex-shrink: 0
}

.google-news-follow a {
    display: inline-flex;
    gap: 10px;
    border: 1px solid #000;
    align-items: center;
    padding: 10px;
    border-radius: 50px;
    font-size: 12px;
    background: #000;
    color: #fff
}

.google-news-follow a img {
    width: 20px;
    filter: brightness(0) invert(1)
}

.google-news-follow a:hover {
    background: #000;
    color: #fff
}

.google-news-follow a:hover img {
    filter: brightness(0) invert(1)
}

.header-top .date-calendar {
    width: 20%
}

.header-top .search-toggle {
    width: unset
}

.header-top .google-news-follow a {
    font-size: 10px
}

.article-template-10 .post-info ul li a {
    color: #000
}

.article-template-1 .post-info .post-date,
.article-template-10 .post-info .post-date,
.article-template-11 .post-info .post-date,
.article-template-12 .post-info .post-date,
.article-template-4 .post-info .post-date,
.article-template-5 .post-info .post-date,
.article-template-6 .post-info .post-date,
.article-template-7 .post-info .post-date,
.article-template-8 .post-info .post-time,
.article-template-9 .post-info .post-author,
.columnist-container .columnist-1 .post-info .post-date,
.latest-news-sidebar .latest-news-item .post-info .post-date,
.related-articles .related-article-item .post-info .post-date,
.single-article .post-meta .post-info .post-date,
.top-news .post-info .post-date {
    color: #b01212
}

.article-template-3 .post-info .categories ul li a {
    background: #9d1010
}

.related-articles .related-article-item .post-info .categories li a {
    color: #000
}

.btn-whatsapp,
.horizontal-cta .btn-channel {
    background: #0c6431
}

.btn-telegram,
.horizontal-cta .btn-telegram {
    background: #0f5c85;
    border-color: #0f5c85;
    color: #fff !important
}

.btn-telegram svg,
.horizontal-cta .btn-telegram svg {
    fill: #fff !important
}

@media (max-width:1025px) {
    .layout-6 .top-article-layout-6 figure img {
        height: 350px
    }

    .article-template-9 figure {
        width: 15%
    }

    .article-template-9 .post-info {
        width: 85%
    }

    .author-page .author-page-sidebar {
        position: unset
    }

    .related-articles .related-article-item figure img {
        height: 500px
    }

    .related-article-item {
        margin-bottom: 1.4rem
    }

    .desktop-only {
        display: none
    }

    .author-tabs {
        margin-top: 2rem
    }

    .author-page-posts figure img {
        width: 100%
    }

    .author-page-posts {
        height: 200px
    }

    footer {
        padding-top: 3rem
    }

    footer .contact-info ul li {
        margin-bottom: 1.3rem
    }

    footer .newsletter-box p {
        margin-bottom: 1rem
    }

    footer .social-follow {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center
    }

    footer .social-follow p {
        margin-bottom: 1rem
    }

    footer .social-follow ul {
        gap: 20px
    }

    footer .footer-links {
        column-count: 3;
        margin-top: 1.3rem;
        margin-bottom: 2rem
    }

    footer .footer-bottom p {
        text-align: center
    }

    footer .footer-logo-container {
        display: flex;
        justify-content: center
    }

    footer .contact-info {
        display: flex;
        justify-content: center
    }

    header .main-menu {
        height: 50px
    }

    .main-menu .navbar-nav {
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        scrollbar-width: none;
        gap: 20px;
        justify-content: flex-start
    }

    .main-menu .navbar-nav::-webkit-scrollbar {
        display: none
    }

    .main-menu .nav-item {
        flex: 0 0 auto
    }

    .main-menu .container {
        overflow: hidden
    }

    .main-menu {
        overflow: hidden
    }

    .main-menu .navbar-nav {
        -webkit-overflow-scrolling: touch
    }

    .navbar-nav {
        flex-direction: row !important
    }

    .sidebar-toggler {
        display: none
    }

    .navbar>.container {
        justify-content: flex-start;
        overflow-x: auto;
        overflow-y: hidden;
        width: 100%;
        -webkit-overflow-scrolling: touch;
        max-width: 100%;
        padding: 0;
        margin: 0
    }

    .sidebar-toggler-2 {
        display: block
    }

    .header-top .search-toggle a p {
        display: none
    }

    .header-top .date-calendar {
        display: none
    }

    .header-top .container {
        display: inline-flex;
        justify-content: space-between;
        align-items: center;
        max-width: 100%;
        width: 98%
    }

    .header-top .search-toggle {
        width: 15%
    }
}

@media (max-width:769px) {
    .header-top .logo-container img {
        width: 130px
    }

    .article-template-11 {
        display: flex;
        gap: 0;
        flex-direction: column;
        margin-bottom: 1rem
    }

    .article-template-11 figure {
        width: 100%
    }

    .article-template-11 .post-info {
        width: 100%
    }

    .article-template-11 .post-info .post-excerpt {
        display: none
    }

    .layout-6 .top-article-layout-6 figure img {
        height: 350px
    }

    .article-template-9 figure {
        width: 15%
    }

    .article-template-9 .post-info {
        width: 85%
    }

    .layout-6 .view-all-btn {
        display: flex
    }

    .author-page .author-container img {
        height: 350px
    }

    .category-page .category-top-section .category-cover-article {
        margin-bottom: 1rem;
        height: 300px
    }

    .category-page .category-top-section .category-cover-article .post-info h2 {
        font-size: 25px;
        line-height: 1.5rem
    }

    .category-page .category-top-section .category-article-1 figure {
        width: 20%
    }

    .category-page .category-top-section .category-article-1 .post-info {
        width: 80%
    }

    .category-page .category-top-section .category-article-2 {
        height: 350px
    }

    .ad-container.mobile-only {
        display: block !important
    }

    .category-order-mobile-1 {
        order: 1
    }

    .category-order-mobile-2 {
        order: 2
    }

    .category-order-mobile-3 {
        order: 3
    }

    .mobile-only {
        display: block !important
    }

    .desktop-only {
        display: none !important
    }

    .author-page-posts {
        height: 150px
    }

    .author-page-posts figure img {
        width: 100%
    }

    .author-tabs {
        margin-top: 2rem
    }

    .search-result .search-result-posts figure img {
        width: 100%
    }

    .author-page .author-page-sidebar {
        position: unset
    }

    .contact-us .contact-info-container {
        flex-direction: column;
        height: auto;
        padding-bottom: 1rem;
        padding-top: 1rem;
        display: block;
        width: 100%
    }

    .contact-us .contact-info-container .contact-info-item {
        margin-bottom: 1.5rem;
        width: 100%
    }

    .contact-us .form-area {
        padding: 0
    }

    .contact-us .form-area .form-inner-container {
        width: 100%
    }

    .about-us img {
        margin-bottom: 2rem
    }

    #contact-form .form-group {
        margin-bottom: 1rem
    }

    .contact-us .advertiser-container .header {
        width: 100%
    }

    header .main-menu {
        height: 50px
    }

    .main-menu .navbar-nav {
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        scrollbar-width: none;
        gap: 20px;
        justify-content: flex-start
    }

    .main-menu .navbar-nav::-webkit-scrollbar {
        display: none
    }

    .main-menu .nav-item {
        flex: 0 0 auto
    }

    .main-menu .container {
        overflow: hidden
    }

    .main-menu {
        overflow: hidden
    }

    .main-menu .navbar-nav {
        -webkit-overflow-scrolling: touch
    }

    .navbar-nav {
        flex-direction: row !important
    }

    .sidebar-toggler {
        display: none
    }

    .navbar>.container {
        justify-content: flex-start;
        overflow-x: auto;
        overflow-y: hidden;
        width: 100%;
        -webkit-overflow-scrolling: touch;
        max-width: 100%;
        padding: 0;
        margin: 0
    }

    .sidebar-toggler-2 {
        display: block
    }

    .header-top .search-toggle a p {
        display: none
    }

    .header-top .date-calendar {
        display: none
    }

    .header-top .container {
        display: inline-flex;
        justify-content: space-between;
        align-items: center;
        max-width: 100%;
        width: 98%
    }

    .header-top .search-toggle {
        width: 15%
    }

    .search-page .search-page-inner {
        width: 95%
    }

    footer {
        padding-top: 3rem
    }

    footer .contact-info ul li {
        margin-bottom: 1.3rem
    }

    footer .newsletter-box p {
        margin-bottom: 1rem
    }

    footer .social-follow {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center
    }

    footer .social-follow p {
        margin-bottom: 1rem
    }

    footer .social-follow ul {
        gap: 20px
    }

    footer .footer-links {
        column-count: 3;
        margin-top: 1.3rem;
        margin-bottom: 2rem
    }

    footer .footer-bottom p {
        text-align: center
    }

    footer .footer-logo-container {
        display: flex;
        justify-content: center
    }

    footer .contact-info {
        display: flex;
        justify-content: center
    }

    .search-page .search-page-inner input {
        border-top-right-radius: 14px;
        border-bottom-right-radius: 14px
    }

    .search-page .search-box .search-icon {
        border-top-left-radius: 14px;
        border-bottom-left-radius: 14px
    }

    .search-page .search-box .search-icon svg {
        width: 20px;
        height: 20px
    }

    .search-page .search-page-inner input {
        height: 40px;
        font-size: 14px
    }

    .single-article .post-title {
        text-align: center
    }

    .post-thumbnail-image img {
        height: auto
    }

    .single-article .article-content p {
        line-height: 1.5rem
    }

    .single-article .post-meta .post-info {
        flex-direction: column
    }

    .single-article .post-meta {
        justify-content: center;
        gap: 0;
        width: 100%;
        flex-direction: column;
        align-items: center
    }

    .post-author {
        margin-bottom: 1rem
    }

    .single-page .divider-container .divider {
        display: none
    }

    .top-news {
        flex-direction: column-reverse;
        gap: 0;
        border-bottom: 1px solid #d9d9d9;
        margin-bottom: 1rem
    }

    .top-news .post-info .post-excerpt {
        display: none;
    }

    .top-news .post-info .post-date {
        display: none
    }

    @media (max-width:769px) {
        .top-news .post-info header {
            display: block !important;
        }

        .top-news .post-info {
            width: 100%
        }

        .top-news .post-info .post-title {
            font-size: 30px;
            line-height: 2rem
        }

        .top-news figure {
            width: 100%;
            height: 350px
        }

        .article-template-2 {
            display: inline-flex;
            gap: 10px;
            width: 100%;
            margin-bottom: .65rem
        }

        .article-template-2 figure {
            width: 20%;
            height: 65px
        }

        .article-template-2 .post-info {
            width: 80%
        }

        .article-template-1 figure {
            height: 350px
        }

        .article-template-1 .post-info .post-title {
            font-size: 20px
        }

        .article-template-8 .post-info .post-title {
            font-size: 16px
        }

        .article-template-10 figure {
            height: 350px
        }

        .article-template-10 {
            margin-bottom: 1.3rem
        }

        .article-template-3 {
            position: relative;
            width: 100%;
            height: 350px;
            margin-bottom: 1.5rem
        }

        .article-template-4 .post-info .post-title {
            font-size: 18px
        }

        .article-template-5 {
            margin-bottom: 1.5rem
        }

        .article-template-6 {
            height: 500px
        }

        .article-template-6 .post-info .post-title {
            font-size: 18px
        }

        .article-template-7 {
            margin-bottom: 1.5rem
        }

        .columnist-1-picture {
            display: none
        }

        .columnist-container .columnist-items-container-2 {
            height: auto
        }

        .row.quadrant::after,
        .row.quadrant::before {
            content: unset
        }

        .article-template-6 figure {
            width: 100%;
            height: 350px
        }
    }

    @media (max-width:425px) {
        .article-template-11 figure {
            height: 250px
        }

        .article-template-11 .post-info .post-title {
            font-size: 20px;
            line-height: 1.5rem
        }

        .article-template-12 .post-info .post-excerpt {
            display: none
        }

        .article-template-12 .post-info .post-title {
            font-size: 16px;
            line-height: 1.3rem
        }

        .article-template-12 figure {
            height: 85px
        }

        .article-template-12 {
            gap: 10px
        }

        .article-template-12 .post-info .post-date {
            font-size: 12px
        }

        .search-container .search-container-inner form input {
            width: 90%
        }

        .search-container .search-container-inner form button {
            width: 50%
        }

        .columnist-1-picture {
            display: none
        }

        .columnist-container .columnist-items-container-2 {
            height: auto
        }

        .row.quadrant {
            position: unset
        }

        .columnist-container .columnist-1 {
            display: inline-flex;
            flex-direction: row;
            justify-content: flex-start;
            align-items: flex-start;
            width: 100%;
            margin-bottom: 2rem;
            background: #fff;
            height: unset;
            padding: 12px;
            gap: 20px
        }

        .columnist-container .columnist-items-container-2 .columnist-2 .post-info .post-title {
            text-align: left
        }

        .columnist-container .columnist-1 figure {
            width: 30%
        }

        .columnist-container .columnist-1 figure img {
            width: 100%;
            height: 100px;
            object-fit: cover
        }

        .row.quadrant::after,
        .row.quadrant::before {
            content: unset
        }

        .columnist-container .columnist-items-container-2 .columnist-2 figure {
            width: 30%
        }

        .columnist-container .columnist-items-container-2 .columnist-2 figure img {
            width: 100%;
            height: 100px;
            object-fit: cover
        }

        .columnist-container .columnist-items-container-2 .columnist-2 .post-info {
            width: 70%
        }

        .columnist-container .columnist-items-container-2 .columnist-2 {
            display: inline-flex;
            flex-direction: row;
            justify-content: flex-start;
            align-items: flex-start;
            width: 100%;
            margin-bottom: 0;
            gap: 20px
        }

        .columnist-container .columnist-items-container-2 {
            padding: 10px
        }

        .columnist-container .columnist-1 .post-info {
            width: 70%
        }

        .columnist-container .columnist-1 .post-info .post-excerpt {
            display: none
        }

        .columnist-container .columnist-1 .post-info .post-date,
        .columnist-container .columnist-1 .post-info .post-title {
            text-align: left
        }

        .layout-6 .top-article-layout-6 figure img {
            height: 250px
        }

        .article-template-9 figure {
            width: 20%
        }

        .article-template-9 .post-info {
            width: 80%
        }

        .single-page .divider-container {
            width: 100%
        }

        .single-page .social-media ul li a {
            width: 100%
        }

        .single-page .social-media ul {
            flex-direction: column
        }

        .single-page .divider-container .divider-alt {
            width: 100%
        }

        .author-page-posts {
            height: 120px
        }

        .author-page-posts figure {
            height: 100%;
            width: 30%
        }

        .author-page-posts .post-info {
            padding: 10px;
            width: 70%
        }

        .single-article .post-meta .post-info {
            flex-direction: column
        }

        .single-article .post-meta {
            justify-content: center;
            gap: 0;
            width: 100%;
            flex-direction: column;
            align-items: center
        }

        .single-article .post-title {
            text-align: center
        }

        .article-social-share {
            margin-top: 0
        }

        .article-template-2 {
            display: inline-flex;
            gap: 10px;
            width: 100%;
            margin-bottom: .65rem
        }

        .article-template-2 figure {
            width: 20%;
            height: 65px
        }

        .article-template-2 .post-info {
            width: 80%
        }

        .article-template-3 {
            margin-bottom: 1rem
        }

        .article-template-4 {
            height: 90px
        }

        .article-template-5 {
            margin-bottom: .76rem
        }

        .article-template-5 .post-info .post-date {
            display: none
        }

        .article-template-5 figure {
            width: 100%;
            height: 250px
        }

        .article-template-6 {
            display: inline-flex;
            width: 100%;
            gap: 10px;
            height: 120px
        }

        .article-template-6 .post-info {
            width: 70%
        }

        .article-template-6 figure {
            height: 120px;
            width: 30%
        }

        .article-template-2 .post-info .post-title {
            font-size: 16px;
            line-height: 1.3rem
        }

        .top-news {
            flex-direction: column-reverse;
            gap: 0;
            border-bottom: 1px solid #d9d9d9;
            margin-bottom: 1rem
        }

        .homepage {
            padding-top: 1.3rem
        }

        .top-news .post-info .post-excerpt {
            display: none
        }

        .top-news .post-info .post-date {
            display: none
        }

        .top-news .post-info header {
            display: none
        }

        .top-news .post-info {
            width: 100%
        }

        .top-news .post-info .post-title {
            font-size: 20px;
            line-height: 1.5rem
        }

        .top-news figure {
            width: 100%;
            height: 250px
        }

        .post-thumbnail-image img {
            height: auto
        }

        .single-article .post-title {
            line-height: 2rem;
            margin-bottom: 1.4rem;
            font-size: 25px
        }

        .single-article .article-content p {
            font-size: 14px
        }

        .header-top .date-calendar {
            display: none
        }

        .contact-us .advertiser-container {
            padding-left: 1rem;
            padding-right: 1rem
        }

        footer {
            padding-top: 3rem
        }

        footer .contact-info ul li {
            margin-bottom: 1.3rem
        }

        footer .newsletter-box p {
            margin-bottom: 1rem
        }

        footer .social-follow p {
            margin-bottom: 1rem
        }

        footer .social-follow ul {
            gap: 20px
        }

        footer .footer-links {
            column-count: 2;
            margin-top: 1.3rem;
            margin-bottom: 2rem
        }

        footer .footer-bottom p {
            text-align: center
        }

        .search-result .search-result-posts .post-info .post-title {
            font-size: 16px
        }

        .pagination ul li {
            font-size: 12px;
            min-width: 20px
        }

        .search-page .search-box .search-icon {
            width: 10%
        }

        .about-us img {
            margin-bottom: 2rem
        }

        .about .social-media {
            width: 100%
        }

        .about-us .social-media ul {
            width: 100%;
            gap: 2px
        }

        .about-us p,
        .about-us ul li {
            font-size: 14px;
            line-height: 1.5rem
        }

        .about-us .divider-container .divider {
            display: none
        }

        .about-us .divider-container {
            width: 100%;
            flex-direction: column
        }

        .container {
            width: 95%;
            max-width: 95%
        }

        .about-us .divider-container .divider-alt {
            width: 100%
        }

        .about-us ul li {
            width: 100%
        }

        .about-us .social-media ul li a {
            width: 100%
        }

        .contact-us .advertiser-container .header h2 {
            font-size: 25px;
            line-height: 2rem
        }

        .author-tabs {
            margin-top: 2rem
        }

        .author-page .author-tabs nav a {
            width: 48%
        }

        .author-page .author-tabs-content p {
            font-size: 14px
        }

        .author-page-posts {
            gap: 5px
        }

        .author-page-posts figure img {
            width: 100%
        }

        .author-page-posts .post-info .post-title {
            font-size: 16px;
            line-height: 1.2rem
        }

        .category-page .category-top-section .category-cover-article {
            position: relative;
            height: 300px;
            margin-bottom: 2rem
        }

        .category-page .category-top-section .category-cover-article .post-info h2 {
            font-size: 20px;
            line-height: 1.5rem
        }

        .category-page .category-top-section .category-article-1 {
            height: 85px
        }

        .category-page .category-top-section .category-article-1 figure {
            width: 25%
        }

        .category-page .category-top-section .category-article-1 .post-info {
            width: 75%
        }

        .category-page .category-top-section .category-cover-article .post-info .post-date {
            font-size: 12px
        }

        .category-page {
            margin-top: 1.5rem
        }

        .category-page header .section-title h2.header-title {
            font-size: 30px
        }

        .category-page header .section-title:before {
            width: 20px;
            height: 20px
        }

        .category-page .category-other-section .category-article-4 .post-info .post-title {
            font-size: 18px;
            line-height: 1.5rem
        }

        .category-page .category-other-section .category-article-4 {
            height: 150px
        }

        .related-articles .related-article-item .post-info .categories {
            display: none
        }

        .related-articles .related-article-item .post-info .post-title {
            font-size: 14px;
            line-height: 1rem
        }

        .related-article-item {
            display: inline-flex;
            gap: 5px;
            justify-content: flex-start;
            align-items: flex-start;
            height: 100px;
            background: #fff;
            margin-bottom: 1.3rem
        }

        .related-article-item figure {
            width: 30%;
            height: 100%
        }

        .related-article-item figure img {
            width: 100%;
            height: 100%
        }

        .related-article-item .post-info {
            width: 70%;
            padding: 0
        }

        .related-articles .related-article-item figure img {
            height: 100%
        }

        .related-articles .related-article-item .post-info {
            padding: 5px
        }

        .related-articles .related-article-item .post-info {
            min-height: unset
        }

        .article-template-10 {
            display: inline-flex;
            justify-content: flex-start;
            align-items: flex-start;
            margin-bottom: 1.5rem
        }

        .article-template-10 figure {
            width: 30%;
            height: 130px
        }

        .article-template-10 .post-info {
            width: 70%;
            height: 130px
        }

        .article-template-10 .post-info ul {
            display: none
        }

        .article-template-10 .post-info .post-title {
            font-size: 14px;
            line-height: 1.3rem
        }

        .article-template-1 figure {
            height: 200px
        }

        .article-template-4 {
            height: 120px
        }

        .article-template-4 .post-info .post-title {
            line-height: 1.3rem;
            font-size: 14px
        }
    }

    @media (max-width:375px) {
        .header-top .google-news-follow a {
            padding: 5px
        }

        .header-top .logo-container img {
            width: 120px
        }

        .article-template-11 figure {
            height: 200px
        }

        .article-template-12 .post-info .post-title {
            font-size: 12px;
            line-height: 1rem
        }

        .single-article .post-meta .post-info .post-author .author-avatar {
            display: none
        }

        .single-article .article-content p {
            line-height: 1.6rem
        }

        .single-article .post-meta .post-info {
            flex-direction: column
        }

        .single-article .post-meta {
            justify-content: center;
            gap: 0
        }

        .single-article .post-title {
            text-align: center
        }

        .post-thumbnail-image img {
            height: auto
        }
    }

    @media (max-width:320px) {
        .header-top .google-news-follow {
            display: none
        }

        .header-top .search-toggle {
            width: 100%
        }

        .top-news figure {
            width: 100%;
            height: 200px
        }

        .article-template-2 figure {
            width: 20%;
            height: 60px
        }

        .article-template-2 .post-info .post-title {
            font-size: 14px;
            line-height: 1.2rem
        }

        .article-template-1 figure {
            height: 200px
        }

        .article-template-3 {
            height: 200px
        }

        .article-template-4 {
            height: 120px
        }

        .article-template-5 figure {
            width: 100%;
            height: 200px
        }

        .columnist-container .columnist-1 figure img {
            height: 75px
        }

        .columnist-container .columnist-1 .post-info .post-title {
            font-size: 14px;
            line-height: 1rem
        }

        .columnist-container .columnist-items-container-2 .columnist-2 figure img {
            width: 100%;
            height: 65px
        }

        .columnist-container .columnist-items-container-2 .columnist-2 .post-info .post-title {
            font-weight: 400;
            font-size: 14px;
            line-height: 1rem
        }
    }

    /*# sourceMappingURL=style.css.map */