/*
! tailwindcss v3.1.8 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
    box-sizing: border-box;
    /* 1 */
    border-width: 0;
    /* 2 */
    border-style: solid;
    /* 2 */
    border-color: currentColor;
    /* 2 */
}

::before,
::after {
    --tw-content: "";
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
    line-height: 1.5;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -moz-tab-size: 4;
    /* 3 */
    -o-tab-size: 4;
    tab-size: 4;
    /* 3 */
    font-family: Inter, sans-serif;
    /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
    margin: 0;
    /* 1 */
    line-height: inherit;
    /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
    height: 0;
    /* 1 */
    color: inherit;
    /* 2 */
    border-top-width: 1px;
    /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted currentColor;
    text-decoration: underline dotted currentColor;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

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

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
    font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
    font-family: ui-monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
    font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
    text-indent: 0;
    /* 1 */
    border-color: inherit;
    /* 2 */
    border-collapse: collapse;
    /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    font-weight: inherit;
    /* 1 */
    line-height: inherit;
    /* 1 */
    color: inherit;
    /* 1 */
    margin: 0;
    /* 2 */
    padding: 0;
    /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
    text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 1 */
    background-color: transparent;
    /* 2 */
    background-image: none;
    /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
    outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
    box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
    vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

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

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

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

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
    display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
    margin: 0;
}

fieldset {
    margin: 0;
    padding: 0;
}

legend {
    padding: 0;
}

ol,
ul,
menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
    resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    /* 1 */
    color: #9ca3af;
    /* 2 */
}

input::placeholder,
textarea::placeholder {
    opacity: 1;
    /* 1 */
    color: #9ca3af;
    /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
    cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
    cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
    display: block;
    /* 1 */
    vertical-align: middle;
    /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
    max-width: 100%;
    height: auto;
}

*,
::before,
::after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, 0.5);
    --tw-ring-offset-shadow: 0 0 rgba(0, 0, 0, 0);
    --tw-ring-shadow: 0 0 rgba(0, 0, 0, 0);
    --tw-shadow: 0 0 rgba(0, 0, 0, 0);
    --tw-shadow-colored: 0 0 rgba(0, 0, 0, 0);
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
}

::-webkit-backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, 0.5);
    --tw-ring-offset-shadow: 0 0 rgba(0, 0, 0, 0);
    --tw-ring-shadow: 0 0 rgba(0, 0, 0, 0);
    --tw-shadow: 0 0 rgba(0, 0, 0, 0);
    --tw-shadow-colored: 0 0 rgba(0, 0, 0, 0);
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
}

::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, 0.5);
    --tw-ring-offset-shadow: 0 0 rgba(0, 0, 0, 0);
    --tw-ring-shadow: 0 0 rgba(0, 0, 0, 0);
    --tw-shadow: 0 0 rgba(0, 0, 0, 0);
    --tw-shadow-colored: 0 0 rgba(0, 0, 0, 0);
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
}

.container {
    width: 100%;
}

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

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

@media (min-width: 1024px) {
    .container {
        max-width: 1024px;
    }
}

@media (min-width: 1280px) {
    .container {
        max-width: 1280px;
    }
}

@media (min-width: 1440px) {
    .container {
        max-width: 1440px;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1600px;
    }
}

.text-10 {
    font-size: 10px;
}

@media (min-width: 1280px) {
    .text-10 {
        font-size: 0.625em;
    }
}

.text-12 {
    font-size: 12px;
}

@media (min-width: 1280px) {
    .text-12 {
        font-size: 0.75em;
    }
}

.text-16 {
    font-size: 16px;
}

@media (min-width: 1280px) {
    .text-16 {
        font-size: 1em;
    }
}

.text-22 {
    font-size: 22px;
}

@media (min-width: 1280px) {
    .text-22 {
        font-size: 1.375em;
    }
}

:root {
    --bs-blue: #306095;
    --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-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: #306095;
    --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-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Segoe UI", Roboto, "Helvetica Neue",
        Arial, "Noto Sans", "Liberation Sans", 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-bg: #fff;

    --primary-nav-link-active-color: #FC5000;
    --primary-theme-color: #306095;
}

.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n + 3) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group.has-validation>.dropdown-toggle:nth-last-child(n + 4) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.is-invalid~.invalid-feedback {
    display: block;
}

.is-invalid~.invalid-tooltip {
    display: block;
}

.form-control.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.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(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.form-select.is-invalid {
    border-color: #dc3545;
}

.form-select.is-invalid:not([multiple]):not([size]) {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),
        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-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-select.is-invalid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),
        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-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.form-check-input.is-invalid {
    border-color: #dc3545;
}

.form-check-input.is-invalid:checked {
    background-color: #dc3545;
}

.form-check-input.is-invalid:focus {
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.form-check-input.is-invalid~.form-check-label {
    color: #dc3545;
}

.input-group .form-control.is-invalid {
    z-index: 2;
}

.input-group .form-select.is-invalid {
    z-index: 2;
}

.input-group .form-control.is-invalid:focus {
    z-index: 3;
}

.input-group .form-select.is-invalid:focus {
    z-index: 3;
}

.btn.active {
    box-shadow: none;
}

.btn.active:focus {
    box-shadow: none;
}

.fade {
    transition: opacity 0.15s linear;
}

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

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

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

.collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    transition: width 0.35s ease;
}

.dropdown-menu {
    z-index: 1000;
}

.dropdown-item.active {
    color: #1f2937;
    -webkit-text-decoration: none;
    text-decoration: none;
    background-color: var(--primary-theme-color);
}

.dropdown-item:active {
    color: #1f2937;
    -webkit-text-decoration: none;
    text-decoration: none;
    background-color: var(--primary-theme-color);
}

.dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent;
}

.dropdown-menu.show {
    display: block;
}

.dropdown-menu-dark .dropdown-item.active {
    color: #fff;
    background-color: var(--primary-theme-color);
}

.dropdown-menu-dark .dropdown-item:active {
    color: #fff;
    background-color: var(--primary-theme-color);
}

.dropdown-menu-dark .dropdown-item.disabled {
    color: #adb5bd;
}

.dropdown-menu-dark .dropdown-item:disabled {
    color: #adb5bd;
}

.nav-tabs .nav-link {
    color: #4b5563;
}

.nav-tabs .nav-link:hover {
    isolation: isolate;
}

.nav-tabs .nav-link:focus {
    isolation: isolate;
}

.nav-tabs .nav-link.disabled {
    color: #9ca3af;
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs .nav-link.active {
    color: var(--primary-theme-color);
    border-color: var(--primary-theme-color);

}

.nav-tabs .nav-item.show .nav-link {
    color: var(--primary-theme-color);
    border-color: var(--primary-theme-color);

}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-pills .nav-link {
    background: #f3f4f6;
    color: #4b5563;
    box-shadow: none;
}

.nav-pills .nav-link.active {
    background: var(--primary-theme-color);
    color: #fff;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.nav-pills .show>.nav-link {
    background: var(--primary-theme-color);
    color: #fff;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.nav-pills .disabled {
    color: #9ca3af;
    background-color: rgba(243, 244, 246, 0.5);
}

.nav-pills.menu-sidebar .nav-link {
    background-color: transparent;
    box-shadow: none;
    padding: 0 5px;
    border-radius: 0;
}

.nav-pills.menu-sidebar .nav-link.active {
    color: #1266f1;
    font-weight: 600;
    border-left: 0.125rem solid #1266f1;
}

.nav-justified>.nav-link {
    -ms-flex-basis: 0;
    flex-basis: 0;
}

.nav-justified .nav-item {
    -ms-flex-basis: 0;
    flex-basis: 0;
}

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
}

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

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

.navbar-expand .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.navbar-expand .offcanvas {
    visibility: visible !important;
}

.navbar-expand .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -ms-flex-grow: 1;
    flex-grow: 1;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link.active {
    color: #fff;
}

.accordion-button {
    overflow-anchor: none;
}

.accordion-button:not(.collapsed) {
    color: var(--primary-theme-color);
    background-color: #fff;
    box-shadow: inset 0 -1px 0 #e5e7eb;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%232563eb'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}

.accordion-button::after {
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
}

.accordion-button:hover {
    z-index: 2;
}

.accordion-button:focus {
    z-index: 3;
}

.accordion-item:first-of-type {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(0.5rem - 1px);
    border-top-right-radius: calc(0.5rem - 1px);
}

.accordion-item:not(:first-of-type) {
    border-top: 0;
}

.accordion-item:last-of-type {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: calc(0.5rem - 1px);
    border-bottom-left-radius: calc(0.5rem - 1px);
}

.accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}

.btn-close.disabled {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    opacity: 0.25;
}

.modal {
    z-index: 1055;
}

.modal-dialog {
    margin: 0.5rem;
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}

.modal.show .modal-dialog {
    transform: none;
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02);
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-body {
    flex: 1 1 auto;
}

.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
}

.modal-fullscreen .modal-header {
    border-radius: 0;
}

.modal-fullscreen .modal-body {
    overflow-y: auto;
}

.modal-fullscreen .modal-footer {
    border-radius: 0;
}

[dir="ltr"] .tooltip {
    text-align: left;
}

[dir="rtl"] .tooltip {
    text-align: right;
}

.tooltip {
    position: absolute;
    z-index: 1080;
    display: block;
    margin: 0;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Segoe UI", Roboto, "Helvetica Neue", Arial,
        "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    -webkit-text-align: start;
    -webkit-text-decoration: none;
    text-decoration: none;
    -webkit-text-shadow: none;
    text-shadow: none;
    -webkit-text-transform: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}

.tooltip.show {
    opacity: 1;
}

.bs-tooltip-top .tooltip-arrow {
    bottom: 0;
}

.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
    bottom: 0;
}

.bs-tooltip-top .tooltip-arrow::before {
    top: -1px;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #000;
}

.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
    top: -1px;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #000;
}

.bs-tooltip-end .tooltip-arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-end .tooltip-arrow::before {
    right: -1px;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #000;
}

.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
    right: -1px;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #000;
}

.bs-tooltip-bottom .tooltip-arrow {
    top: 0;
}

.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
    top: 0;
}

.bs-tooltip-bottom .tooltip-arrow::before {
    bottom: -1px;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #000;
}

.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
    bottom: -1px;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #000;
}

.bs-tooltip-start .tooltip-arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-start .tooltip-arrow::before {
    left: -1px;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #000;
}

.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
    left: -1px;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #000;
}

.tooltip-inner {
    max-width: 200px;
    font-size: 14px;
    padding: 6px 16px;
    color: #fff;
    -webkit-text-align: center;
    text-align: center;
    background-color: #6d6d6d;
    border-radius: 0.25rem;
}

[dir="ltr"] .popover {
    text-align: left;
}

[dir="rtl"] .popover {
    text-align: right;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1070;
    display: block;
    max-width: 276px;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Segoe UI", Roboto, "Helvetica Neue", Arial,
        "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    -webkit-text-align: start;
    -webkit-text-decoration: none;
    text-decoration: none;
    -webkit-text-shadow: none;
    text-shadow: none;
    -webkit-text-transform: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.bs-popover-top>.popover-arrow {
    bottom: calc(-0.5rem - 1px);
}

.bs-popover-auto[data-popper-placement^="top"]>.popover-arrow {
    bottom: calc(-0.5rem - 1px);
}

.bs-popover-top>.popover-arrow::before {
    bottom: 0;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[data-popper-placement^="top"]>.popover-arrow::before {
    bottom: 0;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top>.popover-arrow::after {
    bottom: 1px;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: #fff;
}

.bs-popover-auto[data-popper-placement^="top"]>.popover-arrow::after {
    bottom: 1px;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: #fff;
}

.bs-popover-end>.popover-arrow {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
}

.bs-popover-auto[data-popper-placement^="right"]>.popover-arrow {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
}

.bs-popover-end>.popover-arrow::before {
    left: 0;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[data-popper-placement^="right"]>.popover-arrow::before {
    left: 0;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-end>.popover-arrow::after {
    left: 1px;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: #fff;
}

.bs-popover-auto[data-popper-placement^="right"]>.popover-arrow::after {
    left: 1px;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: #fff;
}

.bs-popover-bottom>.popover-arrow {
    top: calc(-0.5rem - 1px);
}

.bs-popover-auto[data-popper-placement^="bottom"]>.popover-arrow {
    top: calc(-0.5rem - 1px);
}

.bs-popover-bottom>.popover-arrow::before {
    top: 0;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[data-popper-placement^="bottom"]>.popover-arrow::before {
    top: 0;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom>.popover-arrow::after {
    top: 1px;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: #fff;
}

.bs-popover-auto[data-popper-placement^="bottom"]>.popover-arrow::after {
    top: 1px;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f0f0f0;
}

.bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f0f0f0;
}

.bs-popover-start>.popover-arrow {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
}

.bs-popover-auto[data-popper-placement^="left"]>.popover-arrow {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
}

.bs-popover-start>.popover-arrow::before {
    right: 0;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[data-popper-placement^="left"]>.popover-arrow::before {
    right: 0;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-start>.popover-arrow::after {
    right: 1px;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: #fff;
}

.bs-popover-auto[data-popper-placement^="left"]>.popover-arrow::after {
    right: 1px;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: #fff;
}

.popover-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    font-weight: 500;
}

.popover-header:empty {
    display: none;
}

.popover-body {
    padding: 1rem 1rem;
    color: #212529;
}

.carousel.pointer-event {
    touch-action: pan-y;
}

.carousel-item {
    display: none;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform 0.6s ease-in-out;
}

.carousel-item.active {
    display: block;
}

.carousel-item-next {
    display: block;
}

.carousel-item-prev {
    display: block;
}

.carousel-item-next:not(.carousel-item-start) {
    transform: translateX(100%);
}

.active.carousel-item-end {
    transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end) {
    transform: translateX(-100%);
}

.active.carousel-item-start {
    transform: translateX(-100%);
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none;
}

.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1;
}

.carousel-fade .carousel-item-next.carousel-item-start {
    z-index: 1;
    opacity: 1;
}

.carousel-fade .carousel-item-prev.carousel-item-end {
    z-index: 1;
    opacity: 1;
}

.carousel-fade .active.carousel-item-start {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s 0.6s;
}

.carousel-fade .active.carousel-item-end {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s 0.6s;
}

.carousel-indicators {
    z-index: 2;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    -webkit-text-indent: -999px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease;
}

.carousel-indicators .active {
    opacity: 1;
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #000;
}

.offcanvas {
    z-index: 1045;
}

.offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.offcanvas-backdrop.fade {
    opacity: 0;
}

.offcanvas-backdrop.show {
    opacity: 0.5;
}

.offcanvas.show {
    transform: none;
}

.ratio {
    position: relative;
    width: 100%;
}

.ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: "";
}

.ratio>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
}

.vr {
    display: inline-block;
    align-self: stretch;
    width: 1px;
    min-height: 1em;
    background-color: currentColor;
    opacity: 0.25;
}

.animation {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    padding: auto;
}

.fade-in {
    -webkit-animation-name: _fade-in;
    animation-name: _fade-in;
}

.fade-out {
    -webkit-animation-name: _fade-out;
    animation-name: _fade-out;
}

.animation.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animation.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.animation.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.animation.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.animation.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.animation.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}

.animation.fast {
    -webkit-animation-duration: 800ms;
    animation-duration: 800ms;
}

.animation.faster {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
}

.animation.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.animation.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}

.slide-in-left {
    -webkit-animation-name: _slide-in-left;
    animation-name: _slide-in-left;
}

.slide-in-right {
    -webkit-animation-name: _slide-in-right;
    animation-name: _slide-in-right;
}

.slide-out-left {
    -webkit-animation-name: _slide-out-left;
    animation-name: _slide-out-left;
}

.slide-out-right {
    -webkit-animation-name: _slide-out-right;
    animation-name: _slide-out-right;
}

.ripple-surface {
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: bottom;
}

.ripple-surface-unbound {
    overflow: visible;
}

.ripple-wave {
    background-image: radial-gradient(circle,
            rgba(0, 0, 0, 0.2) 0,
            rgba(0, 0, 0, 0.3) 40%,
            rgba(0, 0, 0, 0.4) 50%,
            rgba(0, 0, 0, 0.5) 60%,
            transparent 70%);
    border-radius: 50%;
    opacity: 0.5;
    pointer-events: none;
    position: absolute;
    touch-action: none;
    transform: scale(0);
    transition-property: transform, opacity;
    transition-timing-function: cubic-bezier(0, 0, 0.15, 1), cubic-bezier(0, 0, 0.15, 1);
    z-index: 999;
}

.ripple-wave.active {
    transform: scale(1);
    opacity: 0;
}

.btn .ripple-wave {
    background-image: radial-gradient(circle,
            rgba(255, 255, 255, 0.2) 0,
            rgba(255, 255, 255, 0.3) 40%,
            rgba(255, 255, 255, 0.4) 50%,
            rgba(255, 255, 255, 0.5) 60%,
            rgba(255, 255, 255, 0) 70%);
}

.ripple-surface-primary .ripple-wave {
    background-image: radial-gradient(circle,
            rgba(18, 102, 241, 0.2) 0,
            rgba(18, 102, 241, 0.3) 40%,
            rgba(18, 102, 241, 0.4) 50%,
            rgba(18, 102, 241, 0.5) 60%,
            rgba(18, 102, 241, 0) 70%);
}

.ripple-surface-secondary .ripple-wave {
    background-image: radial-gradient(circle,
            rgba(178, 60, 253, 0.2) 0,
            rgba(178, 60, 253, 0.3) 40%,
            rgba(178, 60, 253, 0.4) 50%,
            rgba(178, 60, 253, 0.5) 60%,
            rgba(178, 60, 253, 0) 70%);
}

.ripple-surface-success .ripple-wave {
    background-image: radial-gradient(circle,
            rgba(0, 183, 74, 0.2) 0,
            rgba(0, 183, 74, 0.3) 40%,
            rgba(0, 183, 74, 0.4) 50%,
            rgba(0, 183, 74, 0.5) 60%,
            rgba(0, 183, 74, 0) 70%);
}

.ripple-surface-info .ripple-wave {
    background-image: radial-gradient(circle,
            rgba(57, 192, 237, 0.2) 0,
            rgba(57, 192, 237, 0.3) 40%,
            rgba(57, 192, 237, 0.4) 50%,
            rgba(57, 192, 237, 0.5) 60%,
            rgba(57, 192, 237, 0) 70%);
}

.ripple-surface-warning .ripple-wave {
    background-image: radial-gradient(circle,
            rgba(255, 169, 0, 0.2) 0,
            rgba(255, 169, 0, 0.3) 40%,
            rgba(255, 169, 0, 0.4) 50%,
            rgba(255, 169, 0, 0.5) 60%,
            rgba(255, 169, 0, 0) 70%);
}

.ripple-surface-danger .ripple-wave {
    background-image: radial-gradient(circle,
            rgba(249, 49, 84, 0.2) 0,
            rgba(249, 49, 84, 0.3) 40%,
            rgba(249, 49, 84, 0.4) 50%,
            rgba(249, 49, 84, 0.5) 60%,
            rgba(249, 49, 84, 0) 70%);
}

.ripple-surface-light .ripple-wave {
    background-image: radial-gradient(circle,
            rgba(251, 251, 251, 0.2) 0,
            rgba(251, 251, 251, 0.3) 40%,
            rgba(251, 251, 251, 0.4) 50%,
            rgba(251, 251, 251, 0.5) 60%,
            rgba(251, 251, 251, 0) 70%);
}

.ripple-surface-dark .ripple-wave {
    background-image: radial-gradient(circle,
            rgba(38, 38, 38, 0.2) 0,
            rgba(38, 38, 38, 0.3) 40%,
            rgba(38, 38, 38, 0.4) 50%,
            rgba(38, 38, 38, 0.5) 60%,
            rgba(38, 38, 38, 0) 70%);
}

.ripple-surface-white .ripple-wave {
    background-image: radial-gradient(circle,
            rgba(255, 255, 255, 0.2) 0,
            rgba(255, 255, 255, 0.3) 40%,
            rgba(255, 255, 255, 0.4) 50%,
            rgba(255, 255, 255, 0.5) 60%,
            rgba(255, 255, 255, 0) 70%);
}

.ripple-surface-black .ripple-wave {
    background-image: radial-gradient(circle,
            rgba(0, 0, 0, 0.2) 0,
            rgba(0, 0, 0, 0.3) 40%,
            rgba(0, 0, 0, 0.4) 50%,
            rgba(0, 0, 0, 0.5) 60%,
            transparent 70%);
}

.datepicker-toggle-button {
    position: absolute;
    outline: none;
    border: none;
    background-color: transparent;
    right: 10px;
    top: 50%;
    transform: translate(-50%, -50%);
}

.datepicker-toggle-button:focus {
    color: #2979ff;
}

.datepicker-toggle-button:hover {
    color: #2979ff;
}

.datepicker-backdrop {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1065;
}

.datepicker-dropdown-container {
    width: 328px;
    height: 380px;
    background-color: #fff;
    border-radius: 0.5rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.07), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    z-index: 1066;
}

.datepicker-modal-container {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 328px;
    height: 512px;
    background-color: #fff;
    border-radius: 0.6rem 0.6rem 0.5rem 0.5rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.07), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    z-index: 1066;
}

.datepicker-header {
    height: 120px;
    padding-right: 24px;
    padding-left: 24px;
    background-color: #2979ff;
    display: flex;
    flex-direction: column;
    border-radius: 0.5rem 0.5rem 0 0;
}

.datepicker-title {
    height: 32px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.datepicker-title-text {
    font-size: 10px;
    font-weight: 400;
    -webkit-text-transform: uppercase;
    text-transform: uppercase;
    letter-spacing: 1.7px;
    color: #fff;
}

.datepicker-date {
    height: 72px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.datepicker-date-text {
    font-size: 34px;
    font-weight: 400;
    color: #fff;
}

.datepicker-main {
    position: relative;
    height: 100%;
}

.datepicker-date-controls {
    padding: 10px 12px 0 12px;
    display: flex;
    justify-content: space-between;
    color: rgba(0, 0, 0, 0.64);
}

.datepicker-view-change-button {
    padding: 10px;
    color: #666;
    font-weight: 500;
    font-size: 0.9rem;
    border-radius: 10px;
    box-shadow: none;
    background-color: transparent;
    margin: 0;
    border: none;
}

.datepicker-view-change-button:hover {
    background-color: #eee;
}

.datepicker-view-change-button:focus {
    background-color: #eee;
}

.datepicker-view-change-button:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top-width: 5px;
    border-top-style: solid;
    margin: 0 0 0 5px;
    vertical-align: middle;
}

.datepicker-arrow-controls {
    margin-top: 10px;
}

.datepicker-previous-button {
    position: relative;
    padding: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: none;
    outline: none;
    margin: 0;
    color: rgba(0, 0, 0, 0.64);
    background-color: transparent;
    margin-right: 24px;
}

.datepicker-previous-button:hover {
    background-color: #eee;
    border-radius: 50%;
}

.datepicker-previous-button:focus {
    background-color: #eee;
    border-radius: 50%;
}

.datepicker-previous-button::after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    content: "";
    margin: 15.5px;
    border: 0 solid currentColor;
    border-top-width: 2px;
    border-left-width: 2px;
    transform: translateX(2px) rotate(-45deg);
}

.datepicker-next-button {
    position: relative;
    padding: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: none;
    outline: none;
    margin: 0;
    color: rgba(0, 0, 0, 0.64);
    background-color: transparent;
}

.datepicker-next-button:hover {
    background-color: #eee;
    border-radius: 50%;
}

.datepicker-next-button:focus {
    background-color: #eee;
    border-radius: 50%;
}

.datepicker-next-button::after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    content: "";
    margin: 15.5px;
    border: 0 solid currentColor;
    border-top-width: 2px;
    border-right-width: 2px;
    transform: translateX(-2px) rotate(45deg);
}

.datepicker-view {
    padding-left: 12px;
    padding-right: 12px;
    outline: none;
}

.datepicker-table {
    margin-right: auto;
    margin-left: auto;
    width: 304px;
}

.datepicker-day-heading {
    width: 40px;
    height: 40px;
    -webkit-text-align: center;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
}

.datepicker-cell {
    -webkit-text-align: center;
    text-align: center;
}

.datepicker-cell.disabled {
    color: #ccc;
    cursor: default;
    pointer-events: none;
}

.datepicker-cell.disabled:hover {
    cursor: default;
}

.datepicker-cell:hover {
    cursor: pointer;
}

.datepicker-cell:not(.disabled):not(.selected):hover .datepicker-cell-content {
    background-color: #d3d3d3;
}

.datepicker-cell.selected .datepicker-cell-content {
    background-color: #2979ff;
    color: #fff;
}

.datepicker-cell:not(.selected).focused .datepicker-cell-content {
    background-color: #eee;
}

.datepicker-cell.focused .datepicker-cell-content.selected {
    background-color: #2979ff;
}

.datepicker-cell.current .datepicker-cell-content {
    border: 1px solid #000;
}

.datepicker-small-cell {
    width: 40px;
    height: 40px;
}

.datepicker-small-cell-content {
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    font-size: 13px;
}

.datepicker-large-cell {
    width: 76px;
    height: 42px;
}

.datepicker-large-cell-content {
    width: 72px;
    height: 40px;
    line-height: 40px;
    padding: 1px 2px;
    border-radius: 999px;
}

.datepicker-footer {
    height: 56px;
    display: flex;
    position: absolute;
    width: 100%;
    bottom: 0;
    justify-content: flex-end;
    align-items: center;
    padding-left: 12px;
    padding-right: 12px;
}

.datepicker-footer-btn {
    background-color: #fff;
    color: #2979ff;
    border: none;
    cursor: pointer;
    padding: 0 10px;
    -webkit-text-transform: uppercase;
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 500;
    height: 40px;
    line-height: 40px;
    letter-spacing: 0.1rem;
    border-radius: 10px;
    margin-bottom: 10px;
}

.datepicker-footer-btn:hover {
    background-color: #eee;
}

.datepicker-footer-btn:focus {
    background-color: #eee;
}

.datepicker-clear-btn {
    margin-right: auto;
}

.timepicker-wrapper {
    touch-action: none;
    z-index: 1065;
    opacity: 0;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
}

.timepicker-elements {
    min-width: 310px;
    min-height: 325px;
    background: #fff;
    border-top-right-radius: 0.6rem;
    border-top-left-radius: 0.6rem;
}

.timepicker-head {
    background-color: #2979ff;
    height: 100px;
    border-top-right-radius: 0.5rem;
    border-top-left-radius: 0.5rem;
    padding: 10px 24px 10px 50px;
}

.timepicker-button {
    font-size: 0.8rem;
    min-width: 64px;
    box-sizing: border-box;
    font-weight: 500;
    line-height: 40px;
    border-radius: 10px;
    letter-spacing: 0.1rem;
    -webkit-text-transform: uppercase;
    text-transform: uppercase;
    color: #2979ff;
    border: none;
    background-color: transparent;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
        border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    outline: none;
    padding: 0 10px;
    height: 40px;
    margin-bottom: 10px;
}

.timepicker-button:hover {
    background-color: rgba(0, 0, 0, 0.08);
}

.timepicker-button:focus {
    outline: none;
    background-color: rgba(0, 0, 0, 0.08);
}

.timepicker-current {
    font-size: 3.75rem;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: -0.00833em;
    color: #fff;
    opacity: 0.54;
    border: none;
    background: transparent;
    padding: 0;
}

.timepicker-current.active {
    opacity: 1;
}

.timepicker-current-wrapper {
    direction: ltr;
}

.timepicker-mode-wrapper {
    margin-left: 20px;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.54);
}

.timepicker-mode-wrapper.active {
    opacity: 1;
}

.timepicker-clock-wrapper {
    min-width: 310px;
    max-width: 325px;
    min-height: 305px;
    overflow-x: hidden;
    height: 100%;
}

.timepicker-clock {
    position: relative;
    border-radius: 100%;
    width: 260px;
    height: 260px;
    cursor: default;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.07);
}

.timepicker-time-tips-minutes.active {
    color: #fff;
    background-color: #2979ff;
    font-weight: 400;
}

.timepicker-time-tips-inner.active {
    color: #fff;
    background-color: #2979ff;
    font-weight: 400;
}

.timepicker-time-tips-hours.active {
    color: #fff;
    background-color: #2979ff;
    font-weight: 400;
}

.timepicker-time-tips-minutes.disabled {
    color: #b3afaf;
    pointer-events: none;
    background-color: transparent;
}

.timepicker-time-tips-inner.disabled {
    color: #b3afaf;
    pointer-events: none;
    background-color: transparent;
}

.timepicker-time-tips-hours.disabled {
    color: #b3afaf;
    pointer-events: none;
    background-color: transparent;
}

.timepicker-dot {
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: -0.00833em;
    color: #fff;
    font-size: 3.75rem;
    opacity: 0.54;
    border: none;
    background: transparent;
    padding: 0;
}

.timepicker-middle-dot {
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: #2979ff;
}

.timepicker-hand-pointer {
    background-color: #2979ff;
    bottom: 50%;
    height: 40%;
    left: calc(50% - 1px);
    transform-origin: center bottom 0;
    width: 2px;
}

.timepicker-time-tips.active {
    color: #fff;
}

.timepicker-circle {
    top: -21px;
    left: -15px;
    width: 4px;
    border: 14px solid #2979ff;
    height: 4px;
    box-sizing: content-box;
    border-radius: 100%;
}

.timepicker-hour-mode {
    padding: 0;
    background-color: transparent;
    border: none;
    color: #fff;
    opacity: 0.54;
    cursor: pointer;
}

.timepicker-hour {
    cursor: pointer;
}

.timepicker-minute {
    cursor: pointer;
}

.timepicker-hour-mode:hover {
    background-color: rgba(0, 0, 0, 0.15);
    outline: none;
}

.timepicker-hour-mode:focus {
    background-color: rgba(0, 0, 0, 0.15);
    outline: none;
}

.timepicker-hour:hover {
    background-color: rgba(0, 0, 0, 0.15);
    outline: none;
}

.timepicker-hour:focus {
    background-color: rgba(0, 0, 0, 0.15);
    outline: none;
}

.timepicker-minute:hover {
    background-color: rgba(0, 0, 0, 0.15);
    outline: none;
}

.timepicker-minute:focus {
    background-color: rgba(0, 0, 0, 0.15);
    outline: none;
}

.timepicker-hour-mode.active {
    color: #fff;
    opacity: 1;
}

.timepicker-hour.active {
    color: #fff;
    opacity: 1;
}

.timepicker-minute.active {
    color: #fff;
    opacity: 1;
}

.timepicker-footer {
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 56px;
    padding-left: 12px;
    padding-right: 12px;
    background-color: #fff;
}

.timepicker-container {
    max-height: calc(100% - 64px);
    overflow-y: auto;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.07), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.timepicker-icon-up.active {
    opacity: 1;
}

.timepicker-icon-down.active {
    opacity: 1;
}

.timepicker-toggle-button {
    position: absolute;
    outline: none;
    border: none;
    background-color: transparent;
    right: 10px;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
    cursor: pointer;
}

.timepicker-toggle-button:hover {
    color: #2979ff;
}

.timepicker-toggle-button:focus {
    color: #2979ff;
}

.timepicker-input:focus+.timepicker-toggle-button {
    color: #2979ff;
}

.timepicker-input:focus+.timepicker-toggle-button i {
    color: #2979ff;
}

.timepicker a.timepicker-toggle-button {
    right: 1px;
}

.timepicker-toggle-button.timepicker-icon {
    right: 1px;
}

.timepicker-modal .fade.show {
    opacity: 1;
}

.stepper {
    position: relative;
    padding: 0;
    margin: 0;
    width: 100%;
    list-style: none;
    overflow: hidden;
    transition: height 0.2s ease-in-out;
}

.stepper:not(.stepper-vertical) {
    display: flex;
    justify-content: space-between;
}

.stepper:not(.stepper-vertical) .stepper-content {
    position: absolute;
    width: 100%;
    padding: 1rem;
}

.stepper:not(.stepper-vertical) .stepper-step {
    flex: auto;
    height: 4.5rem;
}

.stepper:not(.stepper-vertical) .stepper-step:first-child .stepper-head {
    padding-left: 1.5rem;
}

.stepper:not(.stepper-vertical) .stepper-step:last-child .stepper-head {
    padding-right: 1.5rem;
}

.stepper:not(.stepper-vertical) .stepper-step:not(:first-child) .stepper-head:before {
    flex: 1;
    height: 1px;
    width: 100%;
    margin-right: 0.5rem;
    content: "";
    background-color: rgba(0, 0, 0, 0.1);
}

.stepper:not(.stepper-vertical) .stepper-step:not(:last-child) .stepper-head:after {
    flex: 1;
    height: 1px;
    width: 100%;
    margin-left: 0.5rem;
    content: "";
    background-color: rgba(0, 0, 0, 0.1);
}

.stepper:not(.stepper-vertical) .stepper-head-icon {
    margin: 1.5rem 0.5rem 1.5rem 0;
}

.stepper.stepper-mobile {
    justify-content: center;
    align-items: flex-end;
}

.stepper.stepper-mobile.stepper-progress-bar .stepper-head-icon {
    display: none;
}

.stepper.stepper-mobile .stepper-step {
    flex: initial;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: 1rem 0 1rem 0;
}

.stepper.stepper-mobile .stepper-step:not(:last-child) .stepper-head:after {
    margin-left: 0;
}

.stepper.stepper-mobile .stepper-step:not(:first-child) .stepper-head:before {
    margin-right: 0;
}

.stepper.stepper-mobile .stepper-step:not(:last-child):not(:first-child) .stepper-head {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}

.stepper.stepper-mobile .stepper-head-icon {
    font-size: 0;
    margin: 0;
    height: 0.5rem;
    width: 0.5rem;
    z-index: 1;
}

.stepper.stepper-mobile .stepper-head-text {
    display: none;
}

.stepper.stepper-mobile .stepper-content {
    top: 2.56rem;
}

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

    .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none;
    }

    .form-switch .form-check-input {
        transition: none;
    }

    .form-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none;
    }

    .form-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none;
    }

    .form-floating>label {
        transition: none;
    }

    .fade {
        transition: none;
    }

    .collapsing {
        transition: none;
    }

    .collapsing.collapse-horizontal {
        transition: none;
    }

    .accordion-button::after {
        transition: none;
    }

    .modal.fade .modal-dialog {
        transition: none;
    }

    .carousel-item {
        transition: none;
    }

    .carousel-fade .active.carousel-item-start {
        transition: none;
    }

    .carousel-fade .active.carousel-item-end {
        transition: none;
    }

    .carousel-control-prev {
        transition: none;
    }

    .carousel-control-next {
        transition: none;
    }

    .carousel-indicators [data-bs-target] {
        transition: none;
    }

    .spinner-border {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s;
    }

    .spinner-grow {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s;
    }
}

@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: 0.5rem;
        padding-left: 0.5rem;
    }

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

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

    .navbar-expand-sm .navbar-collapse {
        -ms-flex-basis: auto;
        flex-basis: auto;
    }

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

    .navbar-expand-sm .offcanvas-header {
        display: none;
    }

    .navbar-expand-sm .offcanvas {
        visibility: visible !important;
    }

    .navbar-expand-sm .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        -ms-flex-grow: 1;
        flex-grow: 1;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        transform: none;
    }

    .navbar-expand-sm .offcanvas-top {
        height: auto;
        border-top: 0;
        border-bottom: 0;
    }

    .navbar-expand-sm .offcanvas-bottom {
        height: auto;
        border-top: 0;
        border-bottom: 0;
    }

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

    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-scrollable {
        height: calc(100% - 3.5rem);
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }

    .modal-sm {
        max-width: 300px;
    }

    .sticky-sm-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

@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: 0.5rem;
        padding-left: 0.5rem;
    }

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

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

    .navbar-expand-md .navbar-collapse {
        -ms-flex-basis: auto;
        flex-basis: auto;
    }

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

    .navbar-expand-md .offcanvas-header {
        display: none;
    }

    .navbar-expand-md .offcanvas {
        visibility: visible !important;
    }

    .navbar-expand-md .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        -ms-flex-grow: 1;
        flex-grow: 1;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        transform: none;
    }

    .navbar-expand-md .offcanvas-top {
        height: auto;
        border-top: 0;
        border-bottom: 0;
    }

    .navbar-expand-md .offcanvas-bottom {
        height: auto;
        border-top: 0;
        border-bottom: 0;
    }

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

    .sticky-md-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

@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: 0.5rem;
        padding-left: 0.5rem;
    }

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

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

    .navbar-expand-lg .navbar-collapse {
        -ms-flex-basis: auto;
        flex-basis: auto;
    }

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

    .navbar-expand-lg .offcanvas-header {
        display: none;
    }

    .navbar-expand-lg .offcanvas {
        visibility: visible !important;
    }

    .navbar-expand-lg .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        -ms-flex-grow: 1;
        flex-grow: 1;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        transform: none;
    }

    .navbar-expand-lg .offcanvas-top {
        height: auto;
        border-top: 0;
        border-bottom: 0;
    }

    .navbar-expand-lg .offcanvas-bottom {
        height: auto;
        border-top: 0;
        border-bottom: 0;
    }

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

    .modal-lg {
        max-width: 800px;
    }

    .modal-xl {
        max-width: 800px;
    }

    .sticky-lg-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

@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: 0.5rem;
        padding-left: 0.5rem;
    }

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

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

    .navbar-expand-xl .navbar-collapse {
        -ms-flex-basis: auto;
        flex-basis: auto;
    }

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

    .navbar-expand-xl .offcanvas-header {
        display: none;
    }

    .navbar-expand-xl .offcanvas {
        visibility: visible !important;
    }

    .navbar-expand-xl .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        -ms-flex-grow: 1;
        flex-grow: 1;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        transform: none;
    }

    .navbar-expand-xl .offcanvas-top {
        height: auto;
        border-top: 0;
        border-bottom: 0;
    }

    .navbar-expand-xl .offcanvas-bottom {
        height: auto;
        border-top: 0;
        border-bottom: 0;
    }

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

    .modal-xl {
        max-width: 1140px;
    }

    .sticky-xl-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

@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: 0.5rem;
        padding-left: 0.5rem;
    }

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

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

    .navbar-expand-xxl .navbar-collapse {
        -ms-flex-basis: auto;
        flex-basis: auto;
    }

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

    .navbar-expand-xxl .offcanvas-header {
        display: none;
    }

    .navbar-expand-xxl .offcanvas {
        visibility: visible !important;
    }

    .navbar-expand-xxl .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        -ms-flex-grow: 1;
        flex-grow: 1;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        transform: none;
    }

    .navbar-expand-xxl .offcanvas-top {
        height: auto;
        border-top: 0;
        border-bottom: 0;
    }

    .navbar-expand-xxl .offcanvas-bottom {
        height: auto;
        border-top: 0;
        border-bottom: 0;
    }

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

    .sticky-xxl-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

@media (max-width: 575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-sm-down .modal-header {
        border-radius: 0;
    }

    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto;
    }

    .modal-fullscreen-sm-down .modal-footer {
        border-radius: 0;
    }
}

@media (max-width: 767.98px) {
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-md-down .modal-header {
        border-radius: 0;
    }

    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto;
    }

    .modal-fullscreen-md-down .modal-footer {
        border-radius: 0;
    }
}

@media (max-width: 991.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-lg-down .modal-header {
        border-radius: 0;
    }

    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto;
    }

    .modal-fullscreen-lg-down .modal-footer {
        border-radius: 0;
    }
}

@media (max-width: 1199.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-xl-down .modal-header {
        border-radius: 0;
    }

    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto;
    }

    .modal-fullscreen-xl-down .modal-footer {
        border-radius: 0;
    }
}

@media (max-width: 1399.98px) {
    .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-xxl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-xxl-down .modal-header {
        border-radius: 0;
    }

    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto;
    }

    .modal-fullscreen-xxl-down .modal-footer {
        border-radius: 0;
    }
}

@media (prefers-reduced-motion) {
    .animation {
        transition: none !important;
        -webkit-animation: unset !important;
        animation: none 0s ease 0s 1 normal none running !important;
        -webkit-animation: initial !important;
        animation: initial !important;
    }
}

@media screen and (min-width: 320px) and (max-width: 820px) and (orientation: landscape) {
    .datepicker-modal-container .datepicker-header {
        height: 100%;
    }

    .datepicker-modal-container .datepicker-date {
        margin-top: 100px;
    }

    .datepicker-modal-container .datepicker-day-cell {
        width: 32x;
        height: 32x;
    }

    .datepicker-modal-container {
        flex-direction: row;
        width: 475px;
        height: 360px;
    }

    .datepicker-modal-container.datepicker-day-cell {
        width: 36px;
        height: 36px;
    }
}

@media screen and (min-width: 320px) and (max-width: 825px) and (orientation: landscape) {
    .timepicker-elements {
        flex-direction: row !important;
    }

    .timepicker-elements {
        border-bottom-left-radius: 0.5rem;
        min-width: auto;
        min-height: auto;
        overflow-y: auto;
    }

    .timepicker-head {
        padding-right: 10px !important;
    }

    .timepicker-head {
        border-top-right-radius: 0;
        border-bottom-left-radius: 0;
        padding: 10px;
        height: auto;
        min-height: 305px;
    }

    .timepicker-head-content {
        flex-direction: column;
    }

    .timepicker-mode-wrapper {
        justify-content: space-around !important;
        flex-direction: row !important;
    }

    .timepicker-current {
        font-size: 3rem;
        font-weight: 400;
    }

    .timepicker-dot {
        font-size: 3rem;
        font-weight: 400;
    }
}

@-webkit-keyframes _spinner-grow {
    0% {
        transform: scale(0);
    }

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

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

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

@-webkit-keyframes _fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes _fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes _fade-out {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes _fade-out {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@-webkit-keyframes _fade-in-down {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes _fade-in-down {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes _fade-in-left {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes _fade-in-left {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes _fade-in-right {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes _fade-in-right {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes _fade-in-up {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes _fade-in-up {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes _fade-out-down {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes _fade-out-down {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
}

@-webkit-keyframes _fade-out-left {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes _fade-out-left {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
}

@-webkit-keyframes _fade-out-right {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes _fade-out-right {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
}

@-webkit-keyframes _fade-out-up {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes _fade-out-up {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
}

@-webkit-keyframes _slide-in-down {
    from {
        visibility: visible;
        transform: translate3d(0, -100%, 0);
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

@keyframes _slide-in-down {
    from {
        visibility: visible;
        transform: translate3d(0, -100%, 0);
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes _slide-in-left {
    from {
        visibility: visible;
        transform: translate3d(-100%, 0, 0);
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

@keyframes _slide-in-left {
    from {
        visibility: visible;
        transform: translate3d(-100%, 0, 0);
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes _slide-in-right {
    from {
        visibility: visible;
        transform: translate3d(100%, 0, 0);
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

@keyframes _slide-in-right {
    from {
        visibility: visible;
        transform: translate3d(100%, 0, 0);
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes _slide-in-up {
    from {
        visibility: visible;
        transform: translate3d(0, 100%, 0);
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

@keyframes _slide-in-up {
    from {
        visibility: visible;
        transform: translate3d(0, 100%, 0);
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes _slide-out-down {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes _slide-out-down {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        transform: translate3d(0, 100%, 0);
    }
}

@-webkit-keyframes _slide-out-left {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes _slide-out-left {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0);
    }
}

@-webkit-keyframes _slide-out-right {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes _slide-out-right {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        transform: translate3d(100%, 0, 0);
    }
}

@-webkit-keyframes _slide-out-up {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes _slide-out-up {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        transform: translate3d(0, -100%, 0);
    }
}

@-webkit-keyframes _slide-down {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes _slide-down {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(0, 100%, 0);
    }
}

@-webkit-keyframes _slide-left {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes _slide-left {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(-100%, 0, 0);
    }
}

@-webkit-keyframes _slide-right {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes _slide-right {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(100%, 0, 0);
    }
}

@-webkit-keyframes _slide-up {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes _slide-up {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(0, -100%, 0);
    }
}

@-webkit-keyframes _zoom-in {
    from {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes _zoom-in {
    from {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

@-webkit-keyframes _zoom-out {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }

    to {
        opacity: 0;
    }
}

@keyframes _zoom-out {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }

    to {
        opacity: 0;
    }
}

@-webkit-keyframes _tada {
    from {
        transform: scale3d(1, 1, 1);
    }

    10% {
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    20% {
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    30% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    50% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    70% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    to {
        transform: scale3d(1, 1, 1);
    }
}

@keyframes _tada {
    from {
        transform: scale3d(1, 1, 1);
    }

    10% {
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    20% {
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    30% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    50% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    70% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    to {
        transform: scale3d(1, 1, 1);
    }
}

@-webkit-keyframes _pulse {
    from {
        transform: scale3d(1, 1, 1);
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        transform: scale3d(1, 1, 1);
    }
}

@keyframes _pulse {
    from {
        transform: scale3d(1, 1, 1);
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        transform: scale3d(1, 1, 1);
    }
}

@-webkit-keyframes _show-up-clock {
    0% {
        opacity: 0;
        transform: scale(0.7);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes _show-up-clock {
    0% {
        opacity: 0;
        transform: scale(0.7);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.Milestones-Grid {
    grid-template: "milestones-years" auto "milestones-content" 1fr / 1fr;
    width: 100%;
}

@media (min-width: 576px) {
    .Milestones-Grid {
        max-width: 576px;
    }
}

@media (min-width: 768px) {
    .Milestones-Grid {
        max-width: 768px;
    }
}

@media (min-width: 1024px) {
    .Milestones-Grid {
        max-width: 1024px;
    }
}

@media (min-width: 1280px) {
    .Milestones-Grid {
        max-width: 1280px;
    }
}

@media (min-width: 1440px) {
    .Milestones-Grid {
        max-width: 1440px;
    }
}

@media (min-width: 1600px) {
    .Milestones-Grid {
        max-width: 1600px;
    }
}

.Milestones-Grid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

@media (min-width: 1280px) {
    .Milestones-Grid {
        padding-left: 5.7rem;
        padding-right: 5.7rem;
    }
}

.Milestones-Grid {
    margin-top: 0.5rem;
    display: grid;
    padding-left: 0px;
    padding-right: 0px;
}

@media (min-width: 1280px) {
    .Milestones-Grid {
        grid-template: "milestones-years milestones-content" 1fr / 1fr 4fr;
        margin-top: 0px;
    }
}

.yearPaginate {
    position: absolute;
    top: 50%;
    z-index: 20;
    height: 3rem;
    width: 2rem;
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    cursor: pointer;
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}

@media (min-width: 1280px) {
    .yearPaginate {
        top: auto;
        height: 1rem;
        width: 1rem;
    }
}

.yearPaginate.disabled {
    cursor: default;
    opacity: 0.2;
}

.yearPaginate.btn-prev {
    left: 0px;
}

@media (min-width: 1280px) {
    .yearPaginate.btn-prev {
        left: 50%;
        margin-left: auto;
        --tw-translate-x: -50%;
        --tw-translate-y: -100%;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
}

.yearPaginate.btn-prev .arrow {
    right: 0px;
}

.yearPaginate.btn-next {
    right: 0px;
}

@media (min-width: 1280px) {
    .yearPaginate.btn-next {
        right: auto;
        left: 50%;
        --tw-translate-x: -50%;
        --tw-translate-y: 0%;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
}

.yearPaginate .arrow {
    position: absolute;
    top: 50%;
    height: 0.5rem;
    width: 0.75rem;
    --tw-translate-y: -50%;
    --tw-rotate: -90deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 1280px) {
    .yearPaginate .arrow {
        height: 1.25rem;
        width: 1rem;
        --tw-rotate: -0deg;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
}

.Milestones-Grid_year {
    grid-area: milestones-years;
    overflow: hidden;
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
    padding-top: 1rem;
    padding-bottom: 1rem;
}

@media (min-width: 1280px) {
    .Milestones-Grid_year {
        overflow: visible;
        padding: 5rem;
    }
}

.MilestonesSlick {
    padding-left: 1rem;
    padding-right: 1rem;
}

@media (min-width: 1280px) {
    .MilestonesSlick {
        position: static;
        margin-left: auto;
        height: 24rem;
        overflow: hidden;
        padding-left: 0px;
        padding-right: 0px;
    }
}

.MilestonesSlick.slick-slider {
    display: grid;
    grid-template-columns: auto 1fr auto;
    text-align: center;
}

@media (min-width: 1280px) {
    .MilestonesSlick.slick-slider {
        display: block;
        text-align: right;
    }
}

.Milestones-yearText {
    cursor: pointer;
    text-align: center;
    font-size: 0.8125em;
    --tw-text-opacity: 1;
    color: rgba(83, 83, 83, var(--tw-text-opacity));
}

@media (min-width: 1280px) {
    .Milestones-yearText {
        font-size: 1.125em;
        line-height: 2.5rem;
    }
}

.MilestonesSlick .Milestones-yearText.selected {
    font-weight: 700;
    --tw-text-opacity: 1;
    color: var(--primary-theme-color);
    /*text-decoration-line: underline;
    text-decoration-color: var(--primary-theme-color);
    text-underline-offset: 8px;*/
}

.Milestones-Grid_content {
    grid-area: milestones-content;
    display: grid;
    grid-template-columns: auto 1fr;
    padding-top: 1rem;
    padding-bottom: 0.75rem;
}

.Milestones-Grid_content {
    @media screen and (max-width:999px) {
        grid-template-columns: repeat(6, 1fr);
    }
}

@media (min-width: 1280px) {
    .Milestones-Grid_content {
        grid-template-columns: auto auto 1fr;
        padding-top: 5rem;
        padding-bottom: 5rem;
        padding-left: 10rem;
    }
}

.Milestones-contentContainer_line {
    grid-column-start: 1;
    grid-column-end: 2;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    width: 1px;
    --tw-bg-opacity: 1;
    background-color: rgba(221, 221, 221, var(--tw-bg-opacity));
}

@media (min-width: 1280px) {
    .Milestones-contentContainer_line {
        grid-column-start: 2;
        grid-column-end: 3;
    }

    .Milestones-contentContainer_line.beforeYear {
        display: none;
    }
}

.Milestones-contentContainer_line.beforeYear.yearHidden {
    display: none;
}

.Milestones-contentContainer_line.afterYear {
    display: none;
}

@media (min-width: 1280px) {
    .Milestones-contentContainer_line.afterYear {
        display: block;
    }
}

.Milestones-contentContainer_line.afterYear.yearHidden {
    display: none;
}

.Milestones-contentContainer_dot {
    margin-top: 0.25rem;
    height: 0.5rem;
    width: 0.5rem;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: var(--primary-nav-link-active-color);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.Milestones-contentContainer_dot {
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 1280px) {
    .Milestones-contentContainer_dot {
        height: 1rem;
        width: 1rem;
    }
}

.Milestones-contentContainer_year {
    grid-column-start: 2;
    grid-column-end: 3;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    font-size: 1em;
    line-height: 1.5rem;
}

@media (min-width: 1280px) {
    .Milestones-contentContainer_year {
        grid-column-start: 1;
        grid-column-end: 2;
        margin-top: auto;
        margin-bottom: auto;
        margin-right: auto;
        font-size: 1.5rem;
        line-height: 2rem;
        color: rgba(34, 34, 34, 0.8);
    }
}

.Milestones-contentContainer_date {
    grid-column-start: 1;
    grid-column-end: 2;
    display: none;
    text-transform: uppercase;
    color: rgba(34, 34, 34, 0.8);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

@media (min-width: 1280px) {
    .Milestones-contentContainer_date {
        display: flex;
        grid-column-start: 1;
        grid-column-end: 2;
        color: rgba(24, 49, 96, 0.8);
    }
}

.Milestones-contentContainer_timeline {
    position: relative;
    grid-column-start: 1;
    grid-column-end: 2;
    margin-left: 1rem;
    margin-right: 1rem;
    text-transform: uppercase;
}

@media (min-width: 1280px) {
    .Milestones-contentContainer_timeline {
        position: relative;
        grid-column-start: 2;
        grid-column-end: 3;
        margin-left: 2.5rem;
        margin-right: 2.5rem;
        text-transform: uppercase;
    }
}

.Milestones-contentContainer_content {
    grid-column-start: 2;
    grid-column-end: 3;
    padding-bottom: 1.5rem;
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    font-size: 13px;
}

.Milestones-contentContainer_content {
    @media screen and (max-width:999px) {
        grid-column: span 5;
    }

}

@media (min-width: 1280px) {
    .Milestones-contentContainer_content {
        grid-column-start: 3;
        grid-column-end: 4;
    }
}

.Milestones-contentContainer_contentDate {
    margin-bottom: 0px;
    text-transform: uppercase;
    color: rgba(24, 49, 96, 0.8);
    font-size: 13px;
}

@media (min-width: 1280px) {
    .Milestones-contentContainer_contentDate {
        display: none;
    }
}

.Milestones-contentContainer_img {
    margin-bottom: 0.75rem;
    cursor: pointer;
}

.Milestones-banner {
    content: url(../images/banner/Milestones_Banner-mobile.jpg);
}

@media (min-width: 1280px) {
    .Milestones-banner {
        content: url(../images/banner/Milestones_Banner-desktop.jpg);
    }
}

.Achievements-banner {
    content: url(../images/banner/Achievements_Banner-mobile.jpg);
}

@media (min-width: 1280px) {
    .Achievements-banner {
        content: url(../images/banner/Achievements_Banner-desktop.jpg);
    }
}

.sub-nav-container {
    margin-bottom: 1rem;
    display: grid;
    width: 100%;
    list-style-type: none;
    grid-auto-flow: row;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 0.625rem;
    gap: 0.625rem;
}

@media (min-width: 768px) {
    .sub-nav-container {
        gap: 0.875rem;
    }
}

@media (min-width: 1280px) {
    .sub-nav-container {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.sub-nav-container {
    margin-bottom: 1rem;
    display: grid;
    width: 100%;
    list-style-type: none;
    grid-auto-flow: row;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 0.625rem;
    gap: 0.625rem;
}

@media (min-width: 768px) {
    .sub-nav-container {
        gap: 0.875rem;
    }
}

@media (min-width: 1280px) {
    .sub-nav-container {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

#leadership .tab-content>.active {
    display: contents;
}

.leadershipNav {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    text-align: center;
    font-weight: 400;
    line-height: 1.25;
}

@media (min-width: 768px) {
    .leadershipNav {
        font-size: 0.75em;
        line-height: 1rem;
    }
}

@media (min-width: 1600px) {
    .leadershipNav {
        font-size: 0.875em;
        line-height: 1.25rem;
    }
}

.Leadership-banner {
    content: url(../images/banner/Leadership_Banner-mobile.jpg);
}

@media (min-width: 1280px) {
    .Leadership-banner {
        content: url(../images/banner/Leadership_Banner-desktop.jpg);
    }
}

.boardCommittees-banner {
    content: url(../images/banner/BoardCommittees_Banner-mobile.jpg);
}

@media (min-width: 1280px) {
    .boardCommittees-banner {
        content: url(../images/banner/BoardCommittees_Banner-desktop.jpg);
    }
}

.object-container {
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.5rem;
    margin-bottom: 0px;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    padding-left: 22px;
    padding-right: 22px;
}

@media (min-width: 768px) {
    .object-container {
        width: 75%;
    }
}

@media (min-width: 1024px) {
    .object-container {
        margin-left: auto;
        margin-right: auto;
        width: 80%;
    }
}

@media (min-width: 1280px) {
    .object-container {
        margin-top: 0px;
        width: 100%;
        padding-left: 7rem;
        padding-right: 7rem;
    }
}

@media (min-width: 1600px) {
    .object-container {
        padding-left: 15rem;
        padding-right: 15rem;
    }
}

.object-title {
    position: relative;
    margin-bottom: 1.25rem;
    display: flex;
    flex-direction: column;
    font-size: 1.25em;
    line-height: 1.75rem;
}

@media (min-width: 1280px) {
    .object-title {
        margin-bottom: 2rem;
        padding-top: 1.25rem;
        font-size: 1.875em;
        line-height: 2.25rem;
    }
}

@media (min-width: 1600px) {
    .object-title {
        font-size: 2.25em;
        line-height: 2.5rem;
    }
}

.object-text {
    margin-bottom: 1.75rem;
    font-size: 0.8125em;
    line-height: 1.5rem;
}

@media (min-width: 1280px) {
    .object-text {
        font-size: 0.78em;
    }
}

@media (min-width: 1600px) {
    .object-text {
        font-size: 0.95em;
        line-height: 2rem;
    }
}

.Box-Container {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
    margin-top: 0px;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 1.5rem;
    gap: 1.5rem;
    padding-left: 22px;
    padding-right: 22px;
}

@media (min-width: 768px) {
    .Box-Container {
        width: 75%;
    }
}

@media (min-width: 1024px) {
    .Box-Container {
        width: 80%;
    }
}

@media (min-width: 1280px) {
    .Box-Container {
        margin-bottom: 2rem;
        margin-top: 0px;
        width: 100%;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1rem;
        padding-left: 7rem;
        padding-right: 7rem;
    }
}

@media (min-width: 1600px) {
    .Box-Container {
        padding-left: 15rem;
        padding-right: 15rem;
    }
}

.box-color {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
    --tw-gradient-from: transparent;
    --tw-gradient-to: rgba(0, 0, 0, 0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: rgba(24, 49, 96, 0);
    --tw-gradient-stops: var(--tw-gradient-from), rgba(24, 49, 96, 0.2), var(--tw-gradient-to);
    --tw-gradient-to: rgba(24, 49, 96, 0.85);
    padding-left: 1.25rem;
    padding-right: 2rem;
    padding-bottom: 2rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    font-size: 1.875em;
    line-height: 2rem;
}

@media (min-width: 1280px) {
    .box-color {
        padding-left: 1.75rem;
        padding-right: 1.75rem;
        font-size: 1.25em;
        line-height: 1.75rem;
    }
}

@media (min-width: 1600px) {
    .box-color {
        font-size: 1.8em;
        line-height: 2.5rem;
    }
}

.hover-box.box-color {
    transition-duration: 500ms;
}

.group:hover .hover-box.box-color {
    --tw-gradient-from: rgba(24, 49, 96, 0.7);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: rgba(24, 49, 96, 0);
    --tw-gradient-stops: var(--tw-gradient-from), rgba(24, 49, 96, 0.7), var(--tw-gradient-to);
    --tw-gradient-to: rgba(24, 49, 96, 0.9);
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.box-text {
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    font-size: 1em;
    line-height: 4rem;
}

@media (min-width: 1280px) {
    .box-text {
        font-size: 1.125em;
        line-height: 1.75rem;
    }
}

@media (min-width: 1600px) {
    .box-text {
        font-size: 1.1em;
        line-height: 4rem;
    }
}

.hover-icon {
    position: absolute;
    top: 1.75rem;
    right: 1.75rem;
    --tw-scale-x: 0.95;
    --tw-scale-y: 0.95;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.box-btn {
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    cursor: pointer;
    align-items: center;
    border-radius: 1.5rem;
    border-width: 1px;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-weight: 300;
    letter-spacing: 0.5%;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    font-size: 0.75em;
    line-height: 1rem;
}

@media (min-width: 1280px) {
    .box-btn {
        font-size: 1em;
        line-height: 1.5rem;
    }
}

.box-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    padding-left: 1.5rem;
    text-align: center;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    font-size: 0.56em;
}

@media (min-width: 768px) {
    .box-btn {
        margin-top: 0.625rem;
    }
}

@media (min-width: 1600px) {
    .box-btn {
        margin-top: 0px;
    }
}

.Community-banner {
    content: url(../images/banner/Community_Banner-mobile.jpg);
}

@media (min-width: 1280px) {
    .Community-banner {
        content: url(../images/banner/Community_Banner-desktop.jpg);
    }
}

.ourPeople_box {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    --tw-bg-opacity: 1;
    background-color: rgba(240, 243, 245, var(--tw-bg-opacity));
    padding-top: 1.5rem;
    transition-duration: 500ms;
}

@media (min-width: 1280px) {
    .ourPeople_box {
        height: 23rem;
        padding-top: 2.5rem;
        padding-left: 2.5rem;
    }
}

@media (min-width: 1600px) {
    .ourPeople_box {
        height: 29rem;
        padding-left: 3rem;
        padding-top: 2.5rem;
    }
}

@media (min-width: 1280px) {
    #OurCulture .ourPeople_box-title {
        padding-right: 16rem;
    }
}

.ourPeople_box-title {
    font-weight: 300;
    --tw-text-opacity: 1;
    color: var(--primary-theme-color);
    font-size: 1.25em;
    line-height: 1.75rem;
}

@media (min-width: 1280px) {
    .ourPeople_box-title {
        font-size: 1.5em;
        line-height: 2rem;
    }
}

@media (min-width: 1600px) {
    .ourPeople_box-title {
        font-size: 1.875em;
        line-height: 2.5rem;
    }
}

.ourPeople_box-btn {
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    cursor: pointer;
    align-items: center;
    border-radius: 1.5rem;
    border-width: 1px;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-weight: 300;
    letter-spacing: 0.5%;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    font-size: 0.75em;
    line-height: 1rem;
}

@media (min-width: 1280px) {
    .ourPeople_box-btn {
        font-size: 1em;
        line-height: 1.5rem;
    }
}

.ourPeople_box-btn {
    margin-top: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 1.25rem;
    padding-right: 0.75rem;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: var(--primary-theme-color);
    font-size: 0.875em;
    line-height: 1.25rem;
}

@media (min-width: 1280px) {
    .ourPeople_box-btn {
        font-size: 0.875em;
        line-height: 1.25rem;
    }
}

@media (min-width: 1600px) {
    .ourPeople_box-btn {
        margin-top: 2rem;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        padding-left: 1.5rem;
        padding-right: 0.25rem;
        font-size: 1em;
        line-height: 1.5rem;
    }
}

.ourPeople_object-text {
    margin-bottom: 1.75rem;
    font-size: 0.75em;
    line-height: 1.5rem;
}

@media (min-width: 1280px) {
    .ourPeople_object-text {
        font-size: 1em;
        line-height: 1.5rem;
    }
}

@media (min-width: 1600px) {
    .ourPeople_object-text {
        font-size: 1.25em;
        line-height: 2rem;
    }
}

.OurPeople-banner {
    content: url(../images/banner/OurPeople_Banner-mobile.jpg);
}

@media (min-width: 1280px) {
    .OurPeople-banner {
        content: url(../images/banner/OurPeople_Banner-desktop.jpg);
    }
}

.pressRelease-container {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    display: grid;
    width: 100%;
    grid-auto-flow: column;
    grid-template-rows: repeat(1, minmax(0, 1fr));
    align-items: center;
    border-top-width: 1px;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-border-opacity));
    padding-left: 0px;
    padding-right: 0px;
}

.pressRelease-box-container {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    margin-top: 0px;
    width: 100%;
    align-items: center;
    border-bottom-width: 1px;
    border-color: rgba(34, 34, 34, var(--tw-border-opacity));
    --tw-border-opacity: 0.3;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 1.25rem;
    padding-top: 1.5rem;
}

@media (min-width: 1280px) {
    .pressRelease-box-container {
        grid-auto-flow: column;
        padding-top: 1.5rem;
        padding-bottom: 1rem;
    }
}

@media (min-width: 1600px) {
    .pressRelease-box-container {
        padding-top: 2.25rem;
        padding-bottom: 2.25rem;
    }
}

.pressRelease-pagination-container {
    margin-top: 1.75rem;
    margin-bottom: 3.5rem;
    display: grid;
    width: 100%;
    grid-auto-flow: column;
    align-items: center;
    padding-left: 0px;
    padding-right: 0px;
}

@media (min-width: 1280px) {
    .pressRelease-pagination-container {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
}

.pressRelease-detail-container {
    width: 100%;
}

@media (min-width: 576px) {
    .pressRelease-detail-container {
        max-width: 576px;
    }
}

@media (min-width: 768px) {
    .pressRelease-detail-container {
        max-width: 768px;
    }
}

@media (min-width: 1024px) {
    .pressRelease-detail-container {
        max-width: 1024px;
    }
}

@media (min-width: 1280px) {
    .pressRelease-detail-container {
        max-width: 1280px;
    }
}

@media (min-width: 1440px) {
    .pressRelease-detail-container {
        max-width: 1440px;
    }
}

@media (min-width: 1600px) {
    .pressRelease-detail-container {
        max-width: 1600px;
    }
}

.pressRelease-detail-container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

@media (min-width: 1280px) {
    .pressRelease-detail-container {
        padding-left: 5.7rem;
        padding-right: 5.7rem;
    }
}

.custom-select-icon {
    background-image: url("../images/ChevronDown.svg");
    background-position: right center;
    background-size: 14px;
    background-repeat: no-repeat;
    padding-right: 1.5rem;
    padding-left: 1rem;
}

@media (min-width: 1600px) {
    .custom-select-icon {
        background-size: 14px;
        padding-left: 0px;
        padding-right: 3rem;
    }
}

@media (min-width: 1280px) {
    .custom-select-icon {
        background-size: 10px;
        padding-left: 0px;
    }
}

.pressRelease-box {
    display: grid;
    height: 100%;
    width: 100%;
    grid-auto-flow: column;
    grid-template-rows: repeat(1, minmax(0, 1fr));
    padding-left: 0px;
    padding-right: 0px;
}

.pressRelease-box-container .title {
    display: none;
}

@media (min-width: 1280px) {
    .pressRelease-box-container .title {
        display: flex;
        padding-left: 5rem;
        padding-right: 5rem;
        padding-bottom: 0px;
        padding-left: 0px;
        font-weight: 600;
        --tw-text-opacity: 1;
        color: rgba(34, 34, 34, var(--tw-text-opacity));
        font-size: 0.75em;
        line-height: 2rem;
    }
}

@media (min-width: 1600px) {
    .pressRelease-box-container .title {
        font-size: 0.875em;
        line-height: 1.25rem;
    }
}

.pressRelease-box-container .resultNotFound {
    display: flex;
    justify-content: center;
    padding-bottom: 0.75rem;
    padding-top: 0px;
    font-weight: 600;
    color: rgba(34, 34, 34, 0.3);
    font-size: 1em;
}

.pressRelease-box-container .title_mb {
    padding-bottom: 0.5rem;
    font-weight: 600;
    font-size: 0.9em;
}

@media (min-width: 1280px) {
    .pressRelease-box-container .title_mb {
        display: none;
    }
}

.pressRelease-box p:nth-child(2) {
    padding-top: 0px;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: var(--primary-theme-color);
    font-size: 0.76em;
}

@media (min-width: 1280px) {
    .pressRelease-box p:nth-child(2) {
        font-size: 0.7em;
    }
}

@media (min-width: 1600px) {
    .pressRelease-box p:nth-child(2) {
        font-size: 0.9em;
    }
}

.pressRelease-box .contentContainer {
    align-items: center;
    padding-top: 0px;
}

@media (min-width: 1280px) {
    .pressRelease-box .contentContainer {
        padding-top: 0px;
    }
}

.pressRelease-box a {
    padding-right: 0px;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: var(--primary-theme-color);
    font-size: 0.8em;
}

@media (min-width: 1280px) {
    .pressRelease-box a {
        padding-right: 0.5rem;
        font-size: 0.7em;
    }
}

@media (min-width: 1600px) {
    .pressRelease-box a {
        padding-right: 0.5rem;
        font-size: 0.8em;
    }
}

.pressRelease-box img {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 6rem;
}

@media (min-width: 1280px) {
    .pressRelease-box img {
        padding-left: 0px;
    }
}

.pressRelease-pagination-main {
    position: relative;
    display: inline-flex;
    align-items: center;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0px;
    padding-bottom: 0px;
    --tw-text-opacity: 1;
    color: var(--primary-theme-color);
    font-size: 0.9em;
}

@media (min-width: 1280px) {
    .pressRelease-pagination-main {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }
}

@media (min-width: 1600px) {
    .pressRelease-pagination-main {
        padding-left: 1.75rem;
        padding-right: 1.75rem;
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }
}

.pressRelease-pagination-main.pressRelease-pagination-number {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0px;
    padding-bottom: 0px;
}

.pressRelease-pagination-main.pressRelease-pagination-number:active {
    --tw-bg-opacity: 1;
    background-color: var(--primary-theme-color);
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.pressRelease-pagination-main.pressRelease-pagination-number {
    font-size: 0.86em;
}

@media (min-width: 1280px) {
    .pressRelease-pagination-main.pressRelease-pagination-number {
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        padding-top: 0px;
        padding-bottom: 0px;
        font-size: 0.78em;
    }
}

@media (min-width: 1600px) {
    .pressRelease-pagination-main.pressRelease-pagination-number {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
        font-size: 1em;
    }
}

.detail-text {
    margin-top: 0.625rem;
    margin-bottom: 1.25rem;
    /* text-align: justify; */
    font-size: 0.78em;
    line-height: 1.25rem;
}

@media (min-width: 1280px) {
    .detail-text {
        margin-top: 0px;
        margin-bottom: 2.5rem;
        font-size: 1em;
        line-height: 2rem;
    }
}

.sub-content-layout {
    width: 100%;
}

@media (min-width: 576px) {
    .sub-content-layout {
        max-width: 576px;
    }
}

@media (min-width: 768px) {
    .sub-content-layout {
        max-width: 768px;
    }
}

@media (min-width: 1024px) {
    .sub-content-layout {
        max-width: 1024px;
    }
}

@media (min-width: 1280px) {
    .sub-content-layout {
        max-width: 1280px;
    }
}

@media (min-width: 1440px) {
    .sub-content-layout {
        max-width: 1440px;
    }
}

@media (min-width: 1600px) {
    .sub-content-layout {
        max-width: 1600px;
    }
}

.sub-content-layout {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

@media (min-width: 1280px) {
    .sub-content-layout {
        padding-left: 5.7rem;
        padding-right: 5.7rem;
    }
}

.PressRelease-contentContainer_img {
    width: 100%;
    cursor: pointer;
}

#pressReleaseDetailModal .slick-slide {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
}

@media (min-width: 1280px) {
    #pressReleaseDetailModal .slick-slide {
        margin-right: 2rem;
    }
}

.PressRelease-banner {
    content: url(../images/banner/PressRelease_Banner-mobile.png);
}

@media (min-width: 1280px) {
    .PressRelease-banner {
        content: url(../images/banner/PressRelease_Banner-desktop.png);
    }
}

.business-layout {
    padding-left: 1rem;
    padding-right: 1rem;
}

@media (min-width: 1280px) {
    .business-layout {
        padding-left: 16rem;
        padding-right: 16rem;
    }
}

@media (min-width: 1600px) {
    .business-layout {
        padding-left: 22rem;
        padding-right: 22rem;
    }
}

.business-title {
    /* text-align: justify; */
    color: rgba(34, 34, 34, 0.8);
    font-size: 0.84em;
    line-height: 1.5rem;
}

@media (min-width: 1280px) {
    .business-title {
        font-size: 0.74em;
    }
}

@media (min-width: 1600px) {
    .business-title {
        font-size: 1.02em;
        line-height: 2rem;
    }
}

.business-title_content {
    margin-top: 1rem;
    margin-bottom: 1rem;
    /* text-align: justify; */
    --tw-text-opacity: 1;
    color: var(--primary-theme-color);
    font-size: 1.2em;
    line-height: 1.25rem;
}

@media (min-width: 1280px) {
    .business-title_content {
        font-size: 1.2em;
        line-height: 2rem;
    }
}

@media (min-width: 1600px) {
    .business-title_content {
        font-size: 1.6em;
    }
}

.business-header {
    display: flex;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
}

@media (min-width: 1280px) {
    .business-header {
        background-color: rgba(222, 222, 222, 0.4);
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }
}

@media (min-width: 1600px) {
    .business-header {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
}

.business-content div {
    border-left-width: 1px;
    border-color: rgba(222, 222, 222, 0.8);
}

.business-content div:first-child {
    border-width: 0px;
}

.business-content div.business-padding {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.business-content h3 {
    display: flex;
    height: 100%;
    align-items: center;
    color: rgba(34, 34, 34, 0.7);
    font-size: 0.6em;
}

@media (min-width: 1600px) {
    .business-content h3 {
        font-size: 0.78em;
    }
}

.business-content h3.business-scope {
    --tw-text-opacity: 1;
    color: var(--primary-theme-color);
}

@media (min-width: 1280px) {
    .business-content h3.business-scope {
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }
}

@media (min-width: 1600px) {
    .business-content h3.business-scope {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
}

.business-content p {
    position: relative;
    display: flex;
    height: 100%;
    align-items: center;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
    font-size: 0.6em;
}

@media (min-width: 1280px) {
    .business-content p {
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }
}

@media (min-width: 1600px) {
    .business-content p {
        padding: 0.75rem;
        font-size: 0.78em;
    }
}

.business-content p span {
    display: contents;
    font-size: 0.78em;
}

@media (min-width: 1280px) {
    .business-content p.para-1 {
        padding-left: 2.75rem;
    }
}

.business-content a {
    position: absolute;
    left: 0.75rem;
    padding-right: 1.25rem;
}

.business-content a img {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 20rem;
    -o-object-fit: contain;
    object-fit: contain;
}

.business-title {
    margin-top: 0.5rem;
    margin-bottom: 1.5rem;
    /* text-align: justify; */
    color: rgba(34, 34, 34, 0.8);
    font-size: 0.82em;
    line-height: 1.25rem;
}

@media (min-width: 1280px) {
    .business-title {
        font-size: 0.58em;
    }
}

@media (min-width: 1600px) {
    .business-title {
        font-size: 0.8em;
        line-height: 2rem;
    }
}

.business-content_mb p {
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
    font-size: 0.9em;
}

.business-content_mb span {
    font-size: 0.8em;
}

.business-content_mb h3 {
    margin-top: 0.5rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: var(--primary-theme-color);
    font-size: 0.9em;
}

.business-content_mb h3:first-child {
    margin-top: 0px;
}

.business-content-title {
    --tw-text-opacity: 1;
    color: var(--primary-theme-color);
    font-size: 1.4em;
    line-height: 1.5rem;
}

@media (min-width: 1280px) {
    .business-content-title {
        font-size: 1.4em;
    }
}

@media (min-width: 1600px) {
    .business-content-title {
        font-size: 1.8em;
        line-height: 2.5rem;
    }
}

.business-content-btn {
    margin-top: 0.75rem;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    align-items: center;
    text-align: left;
    --tw-text-opacity: 1;
    color: var(--primary-theme-color);
    font-size: 0.76em;
}

@media (min-width: 1280px) {
    .business-content-btn {
        font-size: 0.7em;
    }
}

@media (min-width: 1600px) {
    .business-content-btn {
        font-size: 0.9em;
    }
}

.business-hover-box {
    display: flex;
    flex-direction: row;
    border-radius: 0.5rem;
    --tw-bg-opacity: 1;
    background-color: rgba(240, 243, 245, var(--tw-bg-opacity));
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    transition-duration: 500ms;
}

.group:hover .business-hover-box {
    --tw-bg-opacity: 1;
    background-color: var(--primary-theme-color);
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

@media (min-width: 1280px) {
    .business-hover-box {
        height: 18rem;
        flex-direction: column;
        padding-left: 2.5rem;
        padding-right: 2.5rem;
        padding-top: 2.5rem;
        padding-bottom: 1.5rem;
    }
}

@media (min-width: 1600px) {
    .business-hover-box {
        height: 24rem;
    }
}

.Business-banner {
    content: url(../images/banner/Business_Banner-mobile.jpg);
}

@media (min-width: 1280px) {
    .Business-banner {
        content: url(../images/banner/Business_Banner-desktop.jpg);
    }
}

#corporateGovernance {
    scroll-behavior: smooth;
}

.corporate-grid {
    grid-template:
        "corporateBanner corporateBanner corporateBanner" 52%
        "corporateBox corporateBox ." 1fr
        "corporateBox corporateBox ." auto / 1fr 56% 1fr;
    display: grid;
}

@media (min-width: 1280px) {
    .corporate-grid {
        grid-template:
            ". corporateBanner corporateBanner" 22%
            "corporateBox corporateBanner corporateBanner" 1fr
            ". corporateBanner corporateBanner" 20%;
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}

@media (min-width: 1600px) {
    .corporate-grid {
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }
}

.corporateGovernance_box {
    grid-area: corporateBox;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    --tw-bg-opacity: 1;
    background-color: rgba(240, 243, 245, var(--tw-bg-opacity));
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 2.25rem;
    padding-right: 2.25rem;
}

@media (min-width: 1280px) {
    .corporateGovernance_box {
        grid-column-start: 1;
        grid-column-end: 4;
        grid-row-start: 2;
        grid-row-end: 2;
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
        padding-left: 3rem;
        padding-right: 3rem;
    }
}

.corporateGovernance-list-banner {
    grid-area: corporateBanner;
    width: 100%;
    padding-right: 1rem;
    content: url(../images/corporateGovernance/list_mobile_bg.jpg);
}

@media (min-width: 1280px) {
    .corporateGovernance-list-banner {
        grid-column-start: 3;
        grid-column-end: 12;
        grid-row-start: 1;
        grid-row-end: 3;
        margin-left: auto;
        width: auto;
        padding-right: 0px;
        content: url(../images/corporateGovernance/list_bg.jpg);
    }
}

@media (min-width: 1600px) {
    .corporateGovernance-list-banner {
        grid-column-start: 2;
        grid-column-end: 12;
        grid-row-start: 1;
        grid-row-end: 3;
        margin-left: auto;
        width: auto;
        padding-right: 0px;
        content: url(../images/corporateGovernance/list_bg.jpg);
    }
}

.corporateReportButton {
    background-color: rgba(24, 49, 96, 0.8);
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.corporateReportButton:hover {
    --tw-bg-opacity: 1;
    background-color: var(--primary-theme-color);
}

.CorporateGovernance-banner {
    content: url(../images/banner/CorporateGovernance_Banner-mobile.jpg);
}

@media (min-width: 1280px) {
    .CorporateGovernance-banner {
        content: url(../images/banner/CorporateGovernance_Banner-desktop.jpg);
    }
}

.aboutNws-grid {
    grid-template:
        "aboutNwsTitle . ." 10%
        "aboutNwsBanner aboutNwsBanner aboutNwsBanner" 43%
        "aboutNwsBox aboutNwsBox aboutNwsBox" 1fr;
    display: grid;
}

@media (min-width: 768px) {
    .aboutNws-grid {
        grid-template:
            "aboutNwsTitle . ." 10%
            "aboutNwsBanner aboutNwsBanner aboutNwsBanner" 1fr
            "aboutNwsBox aboutNwsBox aboutNwsBox" 1fr;
    }
}

@media (min-width: 1280px) {
    .aboutNws-grid {
        grid-template:
            ".  aboutNwsBanner aboutNwsBanner" 14%
            "aboutNwsTitle aboutNwsBanner aboutNwsBanner" 1fr
            "aboutNwsBox aboutNwsBanner aboutNwsBanner" 1fr
            ". aboutNwsBanner aboutNwsBanner" 100%;
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}

@media (min-width: 1600px) {
    .aboutNws-grid {
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }
}

.aboutNws-list-banner {
    grid-area: aboutNwsBanner;
    width: 100%;
    padding-right: 0px;
    content: url(../images/aboutNws/list_mobile_bg.jpg);
}

@media (min-width: 1280px) {
    .aboutNws-list-banner {
        grid-column-start: 3;
        grid-column-end: 12;
        grid-row-start: 1;
        grid-row-end: 4;
        margin-left: auto;
        width: auto;
        padding-right: 0px;
        content: url(../images/aboutNws/list_bg.jpg);
    }
}

@media (min-width: 1600px) {
    .aboutNws-list-banner {
        grid-column-start: 2;
        content: url(../images/aboutNws/list_bg.jpg);
    }
}

.aboutNws_box {
    grid-area: aboutNwsBox;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    --tw-bg-opacity: 1;
    background-color: rgba(240, 243, 245, var(--tw-bg-opacity));
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

@media (min-width: 1280px) {
    .aboutNws_box {
        grid-column-start: 1;
        grid-column-end: 4;
        grid-row-start: 3;
        grid-row-end: 3;
        padding-top: 2rem;
        padding-bottom: 2rem;
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media (min-width: 1600px) {
    .aboutNws_box {
        padding-top: 4rem;
        padding-bottom: 4rem;
        padding-left: 3rem;
        padding-right: 3rem;
    }
}

.aboutNws_title {
    grid-area: aboutNwsTitle;
    margin-bottom: 2.5rem;
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
}

@media (min-width: 1280px) {
    .aboutNws_title {
        margin-bottom: 2.5rem;
        flex-direction: column;
        gap: 0px;
    }
}

.AboutNws-banner {
    content: url(../images/banner/AboutNws_Banner-mobile.jpg);
}

@media (min-width: 1280px) {
    .AboutNws-banner {
        content: url(../images/banner/AboutNws_Banner-desktop.jpg);
    }
}

.BusinessStructure-image {
    content: url(https://fakeimg.pl/400x450/);
}

@media (min-width: 1280px) {
    .BusinessStructure-image {
        content: url(https://fakeimg.pl/1400x1000/);
    }
}

.BusinessStructure-banner {
    content: url(../images/banner/PressRelease_Banner-mobile.png);
}

@media (min-width: 1280px) {
    .BusinessStructure-banner {
        content: url(../images/banner/PressRelease_Banner-desktop.png);
    }
}

.riskManagement-container {
    grid-template:
        "menu" auto
        "content" 1fr /
        1fr;
    display: grid;
}

@media (min-width: 1280px) {
    .riskManagement-container {
        grid-template:
            "menu content" auto/
            1fr 3fr;
    }
}

.riskManagement-menu {
    grid-area: menu;
    position: sticky;
    top: 5rem;
    z-index: 20;
    overflow-x: hidden;
    --tw-bg-opacity: 1;
    background-color: rgba(240, 240, 240, var(--tw-bg-opacity));
}

@media (min-width: 1280px) {
    .riskManagement-menu {
        top: 12rem;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
    }
}

.riskManagement-contentContainer {
    grid-area: content;
    padding-left: 1rem;
    padding-right: 1rem;
}

@media (min-width: 1280px) {
    .riskManagement-contentContainer {
        padding-left: 0px;
        padding-right: 0px;
        padding-left: 4rem;
    }
}

.riskManagement-menuButton {
    margin-right: 0.5rem;
    display: flex;
    align-items: center;
    white-space: nowrap;
    border-bottom-width: 2px;
    border-color: transparent;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    --tw-text-opacity: 1;
    color: var(--primary-theme-color);
}

.riskManagement-menuButton.active {
    --tw-border-opacity: 1;
    border-color: rgba(24, 49, 96, var(--tw-border-opacity));
}

.riskManagement-dropdownMenu {
    display: none;
    width: 100%;
}

.riskManagement-subMenu {
    width: 100%;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(184, 193, 211, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(239, 241, 245, var(--tw-bg-opacity));
}

.riskManagement-accordionItem {
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(184, 193, 211, var(--tw-border-opacity));
}

.riskManagement-accordionItem.accordion-item {
    border-radius: 0px;
}

.riskManagement-accordionHeader {
    border-width: 0px;
}

#riskManagementAccordion .riskManagement-subMenu {
    border-width: 0px;
}

#riskManagementAccordion .riskManagement-accordionBtn {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    border-radius: 0px;
    --tw-bg-opacity: 1;
    background-color: rgba(14, 36, 77, var(--tw-bg-opacity));
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: left;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

#riskManagementAccordion .riskManagement-accordionBtn::after {
    display: none;
}

#riskManagementAccordion .riskManagement-accordionBtn.collapsed {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-text-opacity));
}

#riskManagementAccordion .collapsed .ci-chevron-down {
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.riskManagement-subMenuRow {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(184, 193, 211, var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: var(--primary-theme-color);
}

.riskManagement-subMenuRow:last-child {
    border-bottom-width: 0px;
}

.riskManagement-content {
    display: none;
}

.riskManagement-content.show {
    display: block;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.riskManagement-content.show {
    -webkit-animation: fadeIn 1s forwards;
    animation: fadeIn 1s forwards;
}

.riskManagement-contentBlock {
    margin-bottom: 5rem;
}

.riskManagement-contentBlockTitleRow {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
}

@media (min-width: 1280px) {
    .riskManagement-contentBlockTitleRow {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
}

.riskManagement-contentBlockTitle {
    margin-right: 1.25rem;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: var(--primary-theme-color);
}

@media (min-width: 1280px) {
    .riskManagement-contentBlockTitle {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}

.riskManagement-seperateLine {
    display: none;
    height: 1px;
    flex: 1 1 0%;
    --tw-bg-opacity: 1;
    background-color: var(--primary-theme-color);
}

@media (min-width: 1280px) {
    .riskManagement-seperateLine {
        display: block;
    }
}

.riskManagement-contentBlockContent {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    white-space: pre-line;
    /* text-align: justify; */
    font-size: 0.75rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgba(68, 68, 68, var(--tw-text-opacity));
}

@media (min-width: 1280px) {
    .riskManagement-contentBlockContent {
        margin-top: 1rem;
        margin-bottom: 1rem;
        font-size: 1rem;
        line-height: 1.75rem;
    }
}

.riskManagement-tableBlockContainerTitle {
    margin-top: 3rem;
    margin-bottom: 1rem;
    --tw-text-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-text-opacity));
}

.riskManagement-tableBlockContainer {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 0.75rem;
    gap: 0.75rem;
}

@media (min-width: 1280px) {
    .riskManagement-tableBlockContainer {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.riskManagement-tableBlockCol {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.riskManagement-tableBlock {}

.riskManagement-tableBlockTitle {
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(81, 107, 145, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(229, 230, 238, var(--tw-bg-opacity));
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: var(--primary-theme-color);
}

@media (min-width: 1280px) {
    .riskManagement-tableBlockTitle {
        padding-top: 1rem;
        padding-bottom: 1rem;
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

.riskManagement-tableBlockContent {
    white-space: pre-line;
    border-width: 1px;
    border-top-width: 0px;
    --tw-border-opacity: 1;
    border-color: rgba(81, 107, 145, var(--tw-border-opacity));
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

@media (min-width: 1280px) {
    .riskManagement-tableBlockContent {
        padding-top: 1rem;
        padding-bottom: 1rem;
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

.riskManagement-expandTableRow {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    display: grid;
    grid-template-columns: 3fr 1fr 5fr;
    grid-gap: 2rem;
    gap: 2rem;
    font-size: 0.875em;
    line-height: 1.25rem;
}

.riskManagement-expandTableBlock {
    border-top-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(187, 187, 187, var(--tw-border-opacity));
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.riskManagement-expandTableBlockTitle {
    display: flex;
    align-items: center;
    border-width: 0px;
}

.riskManagement-expandTableBlockTitle.accordion-button {
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
    --tw-shadow: 0 0 rgba(0, 0, 0, 0);
    --tw-shadow-colored: 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.riskManagement-expandTableBlockTitle.accordion-button::after {
    display: none;
}

.riskManagement-expandTableBlockDescription {}

.riskManagement-expandTableBlockRisk {}

.riskManagement-expandTableBlockMeasure {
    white-space: pre-line;
}

.OurCulture-banner {
    content: url(../images/banner/OurCulture_Banner-mobile.jpg);
}

@media (min-width: 1280px) {
    .OurCulture-banner {
        content: url(../images/banner/OurCulture_Banner-desktop.jpg);
    }
}

.Opportunities-inputRow {}

.Opportunities-inputRowLabel {
    font-size: 18px;
}

@media (min-width: 1280px) {
    .Opportunities-inputRowLabel {
        font-size: 1.125em;
    }
}

.Opportunities-inputRowLabel {
    margin-bottom: 0.25rem;
}

.Opportunities-inputRowInput {
    width: 100%;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(191, 191, 191, var(--tw-border-opacity));
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.Opportunities-inputRowSelectorContainer {
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(191, 191, 191, var(--tw-border-opacity));
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.Opportunities-inputRowSelectorArrow {
    position: absolute;
    top: 0px;
    right: 1.25rem;
    bottom: 0px;
    margin-top: auto;
    margin-bottom: auto;
}

.Opportunities-inputRowSelector {
    position: relative;
    z-index: 10;
    flex: 1 1 0%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.Opportunities-table {
    width: 100%;
}

.Opportunities-tableRow {
    display: grid;
    grid-template-columns: 2fr 2fr 2fr 1fr 1fr;
    border-bottom-width: 1px;
    border-color: rgba(0, 0, 0, 0.1);
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    --tw-text-opacity: 1;
    color: rgba(85, 85, 85, var(--tw-text-opacity));
}

.Opportunities-tableRow.Opportunities-tableHeader {
    border-top-width: 1px;
    border-color: rgba(0, 0, 0, 0.4);
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
    position: sticky;
    top: 15rem;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.Opportunities-tableRow>div {
    font-size: 18px;
}

@media (min-width: 1280px) {
    .Opportunities-tableRow>div {
        font-size: 1.125em;
    }
}

#searchListHeader .accordion-button {
    font-size: 14px;
}

@media (min-width: 1280px) {
    #searchListHeader .accordion-button {
        font-size: 0.875em;
    }
}

#searchListHeader .accordion-button {
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    border-width: 0px;
    background-color: rgba(217, 217, 217, 0.2);
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
}

#searchList {
    background-color: rgba(217, 217, 217, 0.1);
}

.Opportunities-mobileInputContainer {
    border-radius: 1.5rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(170, 170, 170, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.Opportunities-mobileInputContainer input,
.Opportunities-mobileInputContainer select {
    width: 100%;
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.Opportunities-mobileInputSection {
    margin-bottom: 0.75rem;
}

.Opportunities-mobileInputLabel {
    margin-bottom: 0.25rem;
}

.Opportunities-mobileResultSection {
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(221, 221, 221, var(--tw-border-opacity));
    padding-top: 1.25rem;
    padding-bottom: 2.5rem;
}

.Opportunities-mobileResultTitle {
    font-size: 14px;
}

@media (min-width: 1280px) {
    .Opportunities-mobileResultTitle {
        font-size: 0.875em;
    }
}

.Opportunities-mobileResultTitle {
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgba(92, 152, 213, var(--tw-text-opacity));
}

.Opportunities-mobileResultTable {
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: grid;
    grid-template-columns: 1fr 2fr;
}

.Opportunities-mobileResultLabel {
    font-size: 12px;
}

@media (min-width: 1280px) {
    .Opportunities-mobileResultLabel {
        font-size: 0.75em;
    }
}

.Opportunities-mobileResultLabel {
    font-weight: 700;
    color: rgba(34, 34, 34, 0.7);
}

.Opportunities-mobileResultValue {
    font-size: 12px;
}

@media (min-width: 1280px) {
    .Opportunities-mobileResultValue {
        font-size: 0.75em;
    }
}

.Opportunities-mobileResultValue {
    color: rgba(34, 34, 34, 0.5);
}

.talentDevelopment-contentRow {
    margin-bottom: 5rem;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    align-items: center;
}

@media (min-width: 1280px) {
    .talentDevelopment-contentRow {
        margin-top: 4rem;
        margin-bottom: 4rem;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 4rem;
    }

    .talentDevelopment-contentRow.talentDevelopment-evenRow {
        margin-top: 8rem;
        margin-bottom: 8rem;
        gap: 0px;
    }
}

.talentDevelopment-contentContainer {
    order: 3;
}

@media (min-width: 1280px) {
    .talentDevelopment-contentContainer {
        order: 1;
    }
}

.talentDevelopment-imgContainer {
    order: 2;
}

@media (min-width: 1280px) {
    .talentDevelopment-evenRow .talentDevelopment-contentContainer {
        order: 3;
        height: 100%;
        background-color: rgba(240, 241, 245, 0.6);
        padding-left: 4rem;
        padding-right: 4rem;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}

.talentDevelopment-imgContainer {
    position: relative;
}

@media (min-width: 1280px) {
    .talentDevelopment-evenRow .talentDevelopment-imgContainer>img {
        margin-left: -10%;
        --tw-translate-x: 10%;
        --tw-translate-y: -10%;
        --tw-scale-x: 1.05;
        --tw-scale-y: 1.05;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }

    .talentDevelopment-imgBorder {
        border-width: 1px;
        --tw-border-opacity: 1;
        border-color: rgba(24, 49, 96, var(--tw-border-opacity));
    }

    .talentDevelopment-imgBorder img {
        --tw-translate-x: 1rem;
        --tw-translate-y: -1rem;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
}

.talentDevelopment-titleRow {
    display: none;
    align-items: center;
}

@media (min-width: 1280px) {
    .talentDevelopment-titleRow {
        display: flex;
    }
}

.talentDevelopment-titleSeparator {
    margin-right: 1rem;
    height: 1px;
    width: 5rem;
    --tw-bg-opacity: 1;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
}

.talentDevelopment-titleLabel {
    font-size: 16px;
}

@media (min-width: 1280px) {
    .talentDevelopment-titleLabel {
        font-size: 1em;
    }
}

.talentDevelopment-titleLabel {
    --tw-text-opacity: 1;
    color: rgba(119, 119, 119, var(--tw-text-opacity));
}

.talentDevelopment-subtitle {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
}

@media (min-width: 1280px) {
    .talentDevelopment-subtitle {
        font-size: 26px;
    }

    @media (min-width: 1280px) {
        .talentDevelopment-subtitle {
            font-size: 1.625em;
        }
    }

    .talentDevelopment-subtitle {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }
}

@media (min-width: 1600px) {
    .talentDevelopment-subtitle {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
}

.talentDevelopment-contextText {
    --tw-text-opacity: 1;
    color: rgba(89, 89, 89, var(--tw-text-opacity));
    font-size: 1em;
    line-height: 1.5rem;
}

@media (min-width: 1280px) {
    .talentDevelopment-contextText {
        font-size: 16px;
    }

    @media (min-width: 1280px) {
        .talentDevelopment-contextText {
            font-size: 1em;
        }
    }
}

@media (min-width: 1600px) {
    .talentDevelopment-contextText {
        font-size: 22px;
    }

    @media (min-width: 1280px) {
        .talentDevelopment-contextText {
            font-size: 1.375em;
        }
    }

    .talentDevelopment-contextText {
        line-height: 2rem;
    }
}

#headerContainer {
    width: inherit;
}

.hiddenScrollBar::-webkit-scrollbar {
    display: none !important;
}

.hiddenScrollBar {
    -ms-overflow-style: none !important;
    scrollbar-width: none !important;
}

.hiddenScrollBar {
    /* IE and Edge */
    /* Firefox */
}

.container-fix {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

@media (min-width: 1280px) {
    .container-fix {
        padding-left: 5.7rem;
        padding-right: 5.7rem;
    }
}

.headerOverlaysBody.isScrolledTop #header {
    background-color: rgba(0, 0, 0, 0);
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    --tw-shadow: 0 0 rgba(0, 0, 0, 0);
    --tw-shadow-colored: 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.headerOverlaysBody.isScrolledTop #header:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.headerOverlaysBody.isScrolledTop #header:hover #logo-color {
    opacity: 1;
}

.headerOverlaysBody.isScrolledTop #header:hover div#headerSeparator {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
}

.headerOverlaysBody.isScrolledTop #header #logo-color {
    opacity: 0;
}

.headerOverlaysBody.isScrolledTop #header div#headerSeparator {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.headerOverlaysBody:not(.isScrolledTop) #header {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.headerOverlaysBody:not(.isScrolledTop) #header #logo-color {
    opacity: 1;
}

.headerOverlaysBody:not(.isScrolledTop) #header div#headerSeparator {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
}

body.body-overflow-hidden {
    overflow-y: hidden;
}

@media (min-width: 1280px) {
    body.body-overflow-hidden {
        overflow-y: auto;
    }
}

body.isScrolledTop .header-layout {
    --tw-shadow: 0 0 rgba(0, 0, 0, 0);
    --tw-shadow-colored: 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.header-banner-layout {
    width: 100%;
}

@media (min-width: 576px) {
    .header-banner-layout {
        max-width: 576px;
    }
}

@media (min-width: 768px) {
    .header-banner-layout {
        max-width: 768px;
    }
}

@media (min-width: 1024px) {
    .header-banner-layout {
        max-width: 1024px;
    }
}

@media (min-width: 1280px) {
    .header-banner-layout {
        max-width: 1280px;
    }
}

@media (min-width: 1440px) {
    .header-banner-layout {
        max-width: 1440px;
    }
}

@media (min-width: 1600px) {
    .header-banner-layout {
        max-width: 1600px;
    }
}

.header-banner-layout {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

@media (min-width: 1280px) {
    .header-banner-layout {
        padding-left: 5.7rem;
        padding-right: 5.7rem;
    }
}

.header-banner-layout {
    margin-top: 0px;
    margin-bottom: 0.5rem;
}

@media (min-width: 1280px) {
    .header-banner-layout {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem;
    }
}

.header-banner-layout .title {
    font-weight: 500;
    font-size: 1.5em;
    line-height: 2rem;
}

@media (min-width: 1280px) {
    .header-banner-layout .title {
        font-size: 1.8em;
    }
}

@media (min-width: 1600px) {
    .header-banner-layout .title {
        font-size: 2.625em;
    }
}

.header-banner-layout .breadcrumbs {
    display: none;
    color: rgba(34, 34, 34, 0.8);
    font-size: 0.875em;
    line-height: 1.25rem;
}

@media (min-width: 1280px) {
    .header-banner-layout .breadcrumbs {
        display: block;
        font-size: 0.82em;
    }
}

@media (min-width: 1600px) {
    .header-banner-layout .breadcrumbs {
        font-size: 1.09em;
    }
}

.header-layout {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.header-layout #logo-color {
    opacity: 1;
}

.header-layout div#headerSeparator {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
}

#mobileMenu {
    position: fixed;
    display: none;
}

@media (min-width: 1280px) {
    #mobileMenu {
        height: 0px;
        width: 0px;
    }
}

.banner-layout {
    width: 100%;
}

@media (min-width: 576px) {
    .banner-layout {
        max-width: 576px;
    }
}

@media (min-width: 768px) {
    .banner-layout {
        max-width: 768px;
    }
}

@media (min-width: 1024px) {
    .banner-layout {
        max-width: 1024px;
    }
}

@media (min-width: 1280px) {
    .banner-layout {
        max-width: 1280px;
    }
}

@media (min-width: 1440px) {
    .banner-layout {
        max-width: 1440px;
    }
}

@media (min-width: 1600px) {
    .banner-layout {
        max-width: 1600px;
    }
}

.banner-layout {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

@media (min-width: 1280px) {
    .banner-layout {
        padding-left: 5.7rem;
        padding-right: 5.7rem;
    }
}

.banner-layout {
    margin-left: auto;
    margin-right: auto;
}

.content-layout {
    width: 100%;
}

@media (min-width: 576px) {
    .content-layout {
        max-width: 576px;
    }
}

@media (min-width: 768px) {
    .content-layout {
        max-width: 768px;
    }
}

@media (min-width: 1024px) {
    .content-layout {
        max-width: 1024px;
    }
}

@media (min-width: 1280px) {
    .content-layout {
        max-width: 1280px;
    }
}

@media (min-width: 1440px) {
    .content-layout {
        max-width: 1440px;
    }
}

@media (min-width: 1600px) {
    .content-layout {
        max-width: 1600px;
    }
}

.content-layout {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

@media (min-width: 1280px) {
    .content-layout {
        padding-left: 5.7rem;
        padding-right: 5.7rem;
    }
}

#home-banner p {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.arrow-right-btn {
    -o-object-fit: contain;
    object-fit: contain;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.group:hover .arrow-right-btn {
    --tw-translate-x: 0.25rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.arrow-right-btn:hover {
    --tw-translate-x: 0.25rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.arrow-left-btn {
    -o-object-fit: contain;
    object-fit: contain;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.group:hover .arrow-left-btn {
    --tw-translate-x: -0.25rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.arrow-left-btn:hover {
    --tw-translate-x: -0.25rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.Business-Btn {
    position: relative;
    cursor: pointer;
    text-align: center;
}

@media (min-width: 1280px) {
    .Business-Btn {
        position: relative;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        cursor: pointer;
        font-size: 0.75rem;
        line-height: 1rem;
    }
}

.Business-Btn_border {
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 0.2rem;
}

.Business-Grid_content {
    grid-area: content;
}

.Banner-Grid {
    grid-template:
        ". banner banner" 10%
        ". banner banner" 1fr
        ". . ." minmax(10px, 10%) /
        3% 1fr 3%;
    display: grid;
    max-height: 20rem;
}

@media (min-width: 1280px) {
    .Banner-Grid {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
}

@media (min-width: 768px) {
    .Banner-Grid {
        max-height: 27rem;
    }
}

@media (min-width: 1280px) {
    .Banner-Grid {
        grid-template:
            ". banner banner" 38%
            ". banner banner" 1fr
            ". . ." 13% /
            1fr minmax(0px, 1100px) 1fr;
    }
}

@media (min-width: 1440px) {
    .Banner-Grid {
        grid-template:
            ". banner banner" 38%
            ". banner banner" 1fr
            ". . ." 13% /
            1fr minmax(0px, 1260px) 1fr;
    }
}

@media (min-width: 1600px) {
    .Banner-Grid {
        grid-template:
            ". banner banner" 38%
            ". banner banner" 1fr
            ". . ." 13% /
            1fr minmax(0px, 1416px) 1fr;
    }
}

.Banner-Grid_extension {
    grid-template:
        ". content ." minmax(10px, 10%) /
        3% 1fr 3%;
    display: grid;
}

@media (min-width: 1280px) {
    .Banner-Grid_extension {
        grid-template:
            ". content ." 1fr /
            1fr minmax(0px, 1100px) 1fr;
    }
}

@media (min-width: 1440px) {
    .Banner-Grid_extension {
        grid-template:
            ". content ." 1fr /
            1fr minmax(0px, 1260px) 1fr;
    }
}

@media (min-width: 1600px) {
    .Banner-Grid_extension {
        grid-template:
            ". content ." 1fr /
            1fr minmax(0px, 1416px) 1fr;
    }
}

.Banner-Grid_content {
    grid-area: content;
    z-index: 10;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.Banner-Grid_shadow_2 {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
    --tw-bg-opacity: 1;
    background-color: var(--primary-theme-color);
}

.Banner-Grid_banner {
    grid-area: banner;
    z-index: 10;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.Banner-Grid_banner {
    min-height: 350px;
}

@media (min-width: 999px) {
    .Banner-Grid_banner {
        min-height: 300px;
    }
}

@media (min-width: 1280px) {
    .Banner-Grid_banner {
        height: 100%;
    }
}

.Banner-Grid_shadow {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 4;
    --tw-bg-opacity: 1;
    /* background-color: var(--primary-theme-color); */
    background-color: var(--primary-theme-color);
}

.Vision-banner {
    content: url(../images/banner/Vision_Banner-mobile.jpg);
}

@media (min-width: 1280px) {
    .Vision-banner {
        content: url(../images/banner/Vision_Banner-desktop.jpg);
    }
}


    .home-banner.banner-layout {
        p span {
            font-size: 35px !important;
            line-height: 45px;

            @media screen and (max-width:999px) {
                font-size: 30px !important;
            }

            @media screen and (max-width:641px) {
                font-size: 17px !important;
            }
        }
    }


.video-js.nws-play-button .vjs-big-play-button {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.btn-outline {
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    cursor: pointer;
    align-items: center;
    border-radius: 1.5rem;
    border-width: 1px;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-weight: 300;
    letter-spacing: 0.5%;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    font-size: 0.75em;
    line-height: 1rem;
}

@media (min-width: 1280px) {
    .btn-outline {
        font-size: 1em;
        line-height: 1.5rem;
    }
}

.btn-primary {
    --tw-border-opacity: 1;
    border-color: var(--primary-theme-color);
    --tw-text-opacity: 1;
    color: var(--primary-theme-color);
}

.btn-primary:hover {
    --tw-bg-opacity: 1;
    border-color: #FC5000;
    background-color: #FC5000;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.btn-outline_collapse {
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    height: 0.75rem;
    width: 0.75rem;
    --tw-bg-opacity: 1;
    background-color: var(--primary-theme-color);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    -webkit-mask: url(../images/vision/accordion-collapse-icon.svg) no-repeat;
    mask: url(../images/vision/accordion-collapse-icon.svg) no-repeat;
}

@media (min-width: 1280px) {
    .btn-outline_collapse {
        height: 1.5rem;
        width: 1.5rem;
    }
}

.btn-outline_expand {
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    height: 0.75rem;
    width: 0.75rem;
    --tw-bg-opacity: 1;
    background-color: var(--primary-theme-color);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    -webkit-mask: url(../images/vision/accordion-expand-icon.svg) no-repeat;
    mask: url(../images/vision/accordion-expand-icon.svg) no-repeat;
}

@media (min-width: 1280px) {
    .btn-outline_expand {
        height: 1.5rem;
        width: 1.5rem;
    }
}

.btn-outline_play {
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    height: 2rem;
    width: 2rem;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    -webkit-mask: url(../images/pressRelease/smallPlay.svg) no-repeat;
    mask: url(../images/pressRelease/smallPlay.svg) no-repeat;
}

@media (min-width: 768px) {
    .btn-outline_play {
        height: 4rem;
        width: 4rem;
        -webkit-mask: url(../images/pressRelease/play.svg) no-repeat;
        mask: url(../images/pressRelease/play.svg) no-repeat;
    }
}

.btn-outline_facebook {
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    margin-bottom: 1rem;
    height: 1.5rem;
    width: 1.5rem;
    --tw-bg-opacity: 1;
    background-color: rgba(14, 36, 77, var(--tw-bg-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    -webkit-mask: url(../images/Facebook.svg) no-repeat;
    mask: url(../images/Facebook.svg) no-repeat;
}

.btn-outline_twitter {
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    margin-bottom: 1rem;
    height: 1.5rem;
    width: 1.5rem;
    --tw-bg-opacity: 1;
    background-color: rgba(14, 36, 77, var(--tw-bg-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    -webkit-mask: url(../images/Twitter.svg) no-repeat;
    mask: url(../images/Twitter.svg) no-repeat;
}

.btn-outline_linkIn {
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    margin-bottom: 1rem;
    height: 1.5rem;
    width: 1.5rem;
    --tw-bg-opacity: 1;
    background-color: rgba(14, 36, 77, var(--tw-bg-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    -webkit-mask: url(../images/Linkin.svg) no-repeat;
    mask: url(../images/Linkin.svg) no-repeat;
}

.btn-outline_arrowRight {
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    -o-object-fit: contain;
    object-fit: contain;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.group:hover .btn-outline_arrowRight {
    --tw-translate-x: 0.25rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.btn-outline_arrowRight:hover {
    --tw-translate-x: 0.25rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.btn-outline_arrowRight {
    height: 0.75rem;
    width: 0.75rem;
    background-color: currentColor;
    -webkit-mask: url(../images/ChevronRight.svg) no-repeat;
    mask: url(../images/ChevronRight.svg) no-repeat;
}

.btn-outline_arrowRight-custom {
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    -o-object-fit: contain;
    object-fit: contain;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.group:hover .btn-outline_arrowRight-custom {
    --tw-translate-x: 0.25rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.btn-outline_arrowRight-custom:hover {
    --tw-translate-x: 0.25rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.btn-outline_arrowRight-custom {
    margin-left: 1rem;
    background-color: currentColor;
    -webkit-mask: url(../images/arrow-right_full.svg) no-repeat;
    mask: url(../images/arrow-right_full.svg) no-repeat;
}

.btn-outline_discover {
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    -o-object-fit: contain;
    object-fit: contain;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.group:hover .btn-outline_discover {
    --tw-translate-x: 0.25rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.btn-outline_discover:hover {
    --tw-translate-x: 0.25rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.btn-outline_discover {
    margin-left: 1rem;
    background-color: currentColor;
    -webkit-mask: url(../images/aboutNws/discover.svg) no-repeat;
    mask: url(../images/aboutNws/discover.svg) no-repeat;
}

.btn-outline_arrowLeft {
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    -o-object-fit: contain;
    object-fit: contain;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.group:hover .btn-outline_arrowLeft {
    --tw-translate-x: -0.25rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.btn-outline_arrowLeft:hover {
    --tw-translate-x: -0.25rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.btn-outline_arrowLeft {
    margin-left: 1rem;
    height: 0.75rem;
    width: 0.75rem;
    background-color: currentColor;
    -webkit-mask: url(../images/ChevronLeft.svg) no-repeat;
    mask: url(../images/ChevronLeft.svg) no-repeat;
}

.latest-news-swiper .swiper-slide {
    height: auto;
}

.swiper-button-disabled {
    opacity: 0.2;
}

@media (min-width: 1280px) {
    .swiper.overflow-v {
        overflow: visible;
    }
}

.section-mg {
    width: 100%;
}

@media (min-width: 576px) {
    .section-mg {
        max-width: 576px;
    }
}

@media (min-width: 768px) {
    .section-mg {
        max-width: 768px;
    }
}

@media (min-width: 1024px) {
    .section-mg {
        max-width: 1024px;
    }
}

@media (min-width: 1280px) {
    .section-mg {
        max-width: 1280px;
    }
}

@media (min-width: 1440px) {
    .section-mg {
        max-width: 1440px;
    }
}

@media (min-width: 1600px) {
    .section-mg {
        max-width: 1600px;
    }
}

.section-mg {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

@media (min-width: 1280px) {
    .section-mg {
        padding-left: 5.7rem;
        padding-right: 5.7rem;
    }
}

.section-mg {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

@media (min-width: 1280px) {
    .section-mg {
        overflow: hidden;
        margin-top: 4rem;
        margin-bottom: 4rem;
    }
}

section {
    margin-top: 5rem;
    margin-bottom: 5rem;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 1280px) {
    section {
        margin-top: 8rem;
        margin-bottom: 8rem;
    }
}

.Modal {
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    z-index: 40;
    margin: auto;
    display: none;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
}

body.Modal-opened {
    overflow: hidden;
}

body.Modal-opened .Modal {
    display: grid;
    grid-template:
        ". . ." 10vh
        ". container ." minmax(200px, 400px) ". . ." 10vh /
        5% 1fr 5%;
}

@media (min-width: 1280px) {
    body.Modal-opened .Modal {
        grid-template:
            ". . ." 10vh
            ". container ." minmax(200px, 600px) ". . ." 10vh /
            1fr minmax(200px, 800px) 1fr;
    }
}

@media (min-width: 1600px) {
    body.Modal-opened .Modal {
        grid-template:
            ". . ." 10vh
            ". container ." minmax(200px, 800px) ". . ." 10vh /
            1fr minmax(200px, 1100px) 1fr;
    }
}

.ModalContainer {
    grid-area: container;
    position: relative;
    margin: auto;
    display: flex;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    max-height: 80vh;
    width: 100%;
    overflow-y: hidden;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.ModalContainerInner {
    margin-top: 3rem;
    margin-bottom: 3rem;
    margin-left: 18px;
    margin-right: 18px;
    gap: 0.75rem;
    overflow-y: auto;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

@media (min-width: 1280px) {
    .ModalContainerInner {
        margin: 4rem;
        gap: 1.25rem;
    }
}

@media (min-width: 1600px) {
    .ModalContainerInner {
        margin: 6rem;
    }
}

.ModalContainerImg {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.ModalContainerText {
    padding-top: 1rem;
    /* text-align: justify; */
    font-size: 0.75em;
    line-height: 1rem;
}

@media (min-width: 1280px) {
    .ModalContainerText {
        font-size: 1em;
        line-height: 1.5rem;
    }
}

.ModalContainerSubText {
    /* text-align: justify; */
    font-size: 0.75em;
    line-height: 1rem;
}

@media (min-width: 1280px) {
    .ModalContainerSubText {
        font-size: 1em;
        line-height: 1.5rem;
    }
}

.modal-container {
    margin-top: 10rem;
    margin-bottom: 10rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

@media (min-width: 1024px) {
    .modal-container {
        margin-top: 7rem;
        margin-bottom: 7rem;
    }
}

@media (min-width: 1280px) {
    .modal-container {
        max-width: 56rem;
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (min-width: 1600px) {
    .modal-container {
        max-width: 80rem;
    }
}

.swiperModelCrossBtn {
    position: absolute;
    right: 0px;
    z-index: 10;
    height: 1rem;
    width: 1rem;
    padding-top: 2rem;
    padding-right: 2.5rem;
}

@media (min-width: 768px) {
    .swiperModelCrossBtn {
        padding-right: 1.5rem;
    }
}

@media (min-width: 1024px) {
    .swiperModelCrossBtn {
        padding-right: 2rem;
    }
}

@media (min-width: 1280px) {
    .swiperModelCrossBtn {
        height: 1.5rem;
        width: 1.5rem;
        padding-right: 1.25rem;
    }
}

.ModalCrossBtn {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    height: 1rem;
    width: 1rem;
    cursor: pointer;
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
}

@media (min-width: 1280px) {
    .ModalCrossBtn {
        right: 1.5rem;
        top: 1.5rem;
        height: 2rem;
        width: 2rem;
    }
}

@media (min-width: 1600px) {
    .ModalCrossBtn {
        right: 2.5rem;
        top: 2.5rem;
        height: 2rem;
        width: 2rem;
    }
}

.Modal_Container {
    position: relative;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    max-height: 80vh;
    overflow-y: auto;
}

.Modal-content-max-h {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    max-height: 34rem;
    overflow-y: auto;
}

@media (min-width: 1280px) {
    .Modal-content-max-h {
        max-height: 29rem;
    }
}

.Modal-content-max-h-mobile {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    max-height: 34rem;
    overflow-y: auto;
}

@media (min-width: 1280px) {
    .Modal-content-max-h-mobile {
        max-height: 100%;
    }
}

.Footer-price {
    margin-top: 1rem;
    margin-bottom: 1rem;
    text-align: center;
    font-size: 0.75em;
    line-height: 1rem;
}

@media (min-width: 1280px) {
    .Footer-price {
        text-align: right;
    }
}

/* Hide scrollbar for Chrome, Safari and Opera */
.hide-scrollbar::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.hide-scrollbar {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

[onclick] {
    cursor: pointer;
}

.nav-tabs-container {
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 100%;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

@media (min-width: 1280px) {
    .nav-tabs-container {
        font-size: 0.84em;
    }
}

@media (min-width: 1600px) {
    .nav-tabs-container {
        font-size: 1.1em;
    }
}

.nav-tabs .nav-link {
    color: rgba(34, 34, 34, 0.4);
}

@media (min-width: 1280px) {
    .nav-tabs .nav-link {
        --tw-text-opacity: 1;
        color: rgba(34, 34, 34, var(--tw-text-opacity));
    }
}

.nav-tabs .nav-link.active {
    height: 100%;
    border-bottom-width: 3px;
    --tw-border-opacity: 1;
    border-color: #FC5000;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: var(--primary-theme-color);
}

.nav-tabs .nav-link.subNav-tabs {
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(24, 49, 96, var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: var(--primary-theme-color);
}

.nav-tabs .nav-link.subNav-tabs.active {
    --tw-bg-opacity: 1;
    background-color: var(--primary-theme-color);
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.filter-header {
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: flex;
    min-width: 100%;
    list-style-type: none;
    flex-direction: row;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(204, 204, 204, var(--tw-border-opacity));
    background-color: rgba(212, 212, 212, 0.2);
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 0.875em;
    line-height: 1.25rem;
}

@media (min-width: 1280px) {
    .filter-header {
        margin-top: 0px;
        background-color: transparent;
        padding-left: 0px;
    }
}

.filter-header .swiper-slide {
    height: auto;
}

.swiperBtnContainer {
    top: 1rem;
    z-index: 10;
    display: none;
    height: 1.25rem;
    width: 1.25rem;
    cursor: pointer;
    -o-object-fit: contain;
    object-fit: contain;
}

@media (min-width: 1280px) {
    .swiperBtnContainer {
        position: absolute;
    }
}

.loading {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 50;
    height: 100%;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.business_text {
    color: rgba(34, 34, 34, 0.8);
}

.business_text.active {
    font-weight: 700;
    --tw-text-opacity: 1;
    color: var(--primary-theme-color);
}

.landing-business-container {
    display: inline-block;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.ci {
    background: currentColor;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
}

.accordion-plusButton {
    margin-right: 1rem;
    height: 1rem;
    width: 1rem;
    background-image: url("../images/minus.png");
    background-position: center;
    background-repeat: no-repeat;
}

.accordion-button.collapsed .accordion-plusButton {
    background-image: url("../images/plus.png");
}

.bg-construction {
    background: url(../images/business/construction.svg) no-repeat;
    background-size: contain;
}

.bg-construction:hover {
    background: url(../images/business/construction_hover.svg) no-repeat;
    background-size: contain;
}

.bg-insurance {
    background: url(../images/business/insurance.svg) no-repeat;
    background-size: contain;
}

.bg-insurance:hover {
    background: url(../images/business/insurance_hover.svg) no-repeat;
    background-size: contain;
}

.bg-logistics {
    background: url(../images/business/logistics.svg) no-repeat;
    background-size: contain;
}

.bg-logistics:hover {
    background: url(../images/business/logistics_hover.svg) no-repeat;
    background-size: contain;
}

.bg-facilities {
    background: url(../images/business/facilities.svg) no-repeat;
    background-size: contain;
}

.bg-facilities:hover {
    background: url(../images/business/facilities_hover.svg) no-repeat;
    background-size: contain;
}

.corporateGovernance-ci-arrow-right {
    -webkit-mask: url(../images/corporateGovernance/arrow-right.svg) no-repeat;
    mask: url(../images/corporateGovernance/arrow-right.svg) no-repeat;
}

. {
    pointer-events: none;
}

.pointer-events-auto {
    pointer-events: auto;
}

.visible {
    visibility: visible;
}

.static {
    position: static;
}

.fixed {
    position: fixed;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.sticky {
    position: sticky;
}

.inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

.top-0 {
    top: 0px;
}

.left-0 {
    left: 0px;
}

.right-0 {
    right: 0px;
}

.top-\[100\%\] {
    top: 100%;
}

.-bottom-5 {
    bottom: -1.25rem;
}

.right-4 {
    right: 1rem;
}

.top-4 {
    top: 1rem;
}

.bottom-\[50\%\] {
    bottom: 50%;
}

.bottom-\[16px\] {
    bottom: 16px;
}

.top-auto {
    top: auto;
}

.top-20 {
    top: 5rem;
}

.top-48 {
    top: 12rem;
}

.bottom-10 {
    bottom: 2.5rem;
}

.-left-6 {
    left: -1.5rem;
}

.-right-6 {
    right: -1.5rem;
}

.bottom-0 {
    bottom: 0px;
}

.top-6 {
    top: 1.5rem;
}

.-left-\[5\%\] {
    left: -5%;
}

.-right-\[5\%\] {
    right: -5%;
}

.bottom-\[17px\] {
    bottom: 17px;
}

.isolate {
    isolation: isolate;
}

.z-40 {
    z-index: 40;
}

.z-30 {
    z-index: 30;
}

.z-10 {
    z-index: 10;
}

.z-20 {
    z-index: 20;
}

.order-first {
    order: -9999;
}

.col-span-2 {
    grid-column: span 2 / span 2;
}

.col-span-1 {
    grid-column: span 1 / span 1;
}

.col-span-3 {
    grid-column: span 3 / span 3;
}

.col-span-4 {
    grid-column: span 4 / span 4;
}

.col-span-5 {
    grid-column: span 5 / span 5;
}

.col-start-2 {
    grid-column-start: 2;
}

.col-start-1 {
    grid-column-start: 1;
}

.col-start-4 {
    grid-column-start: 4;
}

.col-end-2 {
    grid-column-end: 2;
}

.col-end-6 {
    grid-column-end: 6;
}

.row-start-1 {
    grid-row-start: 1;
}

.row-start-2 {
    grid-row-start: 2;
}

.row-end-2 {
    grid-row-end: 2;
}

.row-end-4 {
    grid-row-end: 4;
}

.m-auto {
    margin: auto;
}

.m-4 {
    margin: 1rem;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.my-auto {
    margin-top: auto;
    margin-bottom: auto;
}

.mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
}

.my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.mx-0 {
    margin-left: 0px;
    margin-right: 0px;
}

.mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
}

.my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}

.mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
}

.mr-2 {
    margin-right: 0.5rem;
}

.mr-4 {
    margin-right: 1rem;
}

.ml-1 {
    margin-left: 0.25rem;
}

.ml-4 {
    margin-left: 1rem;
}

.mb-0 {
    margin-bottom: 0px;
}

.-mt-1 {
    margin-top: -0.25rem;
}

.mb-6 {
    margin-bottom: 1.5rem;
}

.mt-5 {
    margin-top: 1.25rem;
}

.mt-2 {
    margin-top: 0.5rem;
}

.ml-2\.5 {
    margin-left: 0.625rem;
}

.ml-2 {
    margin-left: 0.5rem;
}

.mt-7 {
    margin-top: 1.75rem;
}

.ml-auto {
    margin-left: auto;
}

.mb-14 {
    margin-bottom: 3.5rem;
}

.mt-10 {
    margin-top: 2.5rem;
}

.mt-8 {
    margin-top: 2rem;
}

.mt-20 {
    margin-top: 5rem;
}

.mb-12 {
    margin-bottom: 3rem;
}

.mb-8 {
    margin-bottom: 2rem;
}

.mt-6 {
    margin-top: 1.5rem;
}

.mt-1 {
    margin-top: 0.25rem;
}

.mt-4 {
    margin-top: 1rem;
}

.mr-10 {
    margin-right: 2.5rem;
}

.mt-\[15\.5rem\] {
    margin-top: 15.5rem;
}

.mt-0 {
    margin-top: 0px;
}

.mt-auto {
    margin-top: auto;
}

.mb-2 {
    margin-bottom: 0.5rem;
}

.mt-3\.5 {
    margin-top: 0.875rem;
}

.mt-3 {
    margin-top: 0.75rem;
}

.mb-7 {
    margin-bottom: 1.75rem;
}

.mr-auto {
    margin-right: auto;
}

.ml-6 {
    margin-left: 1.5rem;
}

.mb-3 {
    margin-bottom: 0.75rem;
}

.mb-4 {
    margin-bottom: 1rem;
}

.mb-24 {
    margin-bottom: 6rem;
}

.mt-9 {
    margin-top: 2.25rem;
}

.mt-2\.5 {
    margin-top: 0.625rem;
}

.mb-5 {
    margin-bottom: 1.25rem;
}

.box-content {
    box-sizing: content-box;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.inline {
    display: inline;
}

.flex {
    display: flex;
}

.inline-flex {
    display: inline-flex;
}

.table {
    display: table;
}

.grid {
    display: grid;
}

.contents {
    display: contents;
}

.hidden {
    display: none;
}

.h-8 {
    height: 2rem;
}

.h-full {
    height: 100%;
}

.h-4 {
    height: 1rem;
}

.h-fit {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.h-6 {
    height: 1.5rem;
}

.h-2 {
    height: 0.5rem;
}

.h-1 {
    height: 0.25rem;
}

.h-px {
    height: 1px;
}

.h-screen {
    height: 100vh;
}

.h-3 {
    height: 0.75rem;
}

.h-\[\.65rem\] {
    height: 0.65rem;
}

.h-32 {
    height: 8rem;
}

.h-48 {
    height: 12rem;
}

.h-\[6\.5rem\] {
    height: 6.5rem;
}

.h-14 {
    height: 3.5rem;
}

.h-20 {
    height: 5rem;
}

.h-10 {
    height: 2.5rem;
}

.h-\[4\.2rem\] {
    height: 4.2rem;
}

.h-9 {
    height: 2.25rem;
}

.h-\[21rem\] {
    height: 21rem;
}

.h-\[51px\] {
    height: 51px;
}

.h-\[1\.2rem\] {
    height: 1.2rem;
}

.h-\[45vh\] {
    height: 45vh;
}

.h-80 {
    height: 20rem;
}

.h-40 {
    height: 10rem;
}

.h-\[5\.25rem\] {
    height: 5.25rem;
}

.h-\[25px\] {
    height: 25px;
}

.h-0 {
    height: 0px;
}

.h-96 {
    height: 24rem;
}

.h-5 {
    height: 1.25rem;
}

.min-h-\[14px\] {
    min-height: 14px;
}

.w-screen {
    width: 100vw;
}

.w-full {
    width: 100%;
}

.w-fit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.w-4 {
    width: 1rem;
}

.w-px {
    width: 1px;
}

.w-2 {
    width: 0.5rem;
}

.w-5 {
    width: 1.25rem;
}

.w-3 {
    width: 0.75rem;
}

.w-\[\.65rem\] {
    width: 0.65rem;
}

.w-1\/2 {
    width: 50%;
}

.w-32 {
    width: 8rem;
}

.w-6 {
    width: 1.5rem;
}

.w-3\/4 {
    width: 75%;
}

.w-10 {
    width: 2.5rem;
}

.w-\[92\%\] {
    width: 92%;
}

.w-\[4\.2rem\] {
    width: 4.2rem;
}

.w-9 {
    width: 2.25rem;
}

.w-16 {
    width: 4rem;
}

.w-36 {
    width: 9rem;
}

.w-\[1\.2rem\] {
    width: 1.2rem;
}

.w-20 {
    width: 5rem;
}

.w-7 {
    width: 1.75rem;
}

.w-\[25px\] {
    width: 25px;
}

.min-w-full {
    min-width: 100%;
}

.max-w-full {
    max-width: 100%;
}

.flex-1 {
    flex: 1 1 0%;
}

.flex-auto {
    flex: 1 1 auto;
}

.flex-shrink-0 {
    flex-shrink: 0;
}

.flex-grow-0 {
    flex-grow: 0;
}

.flex-grow {
    flex-grow: 1;
}

.grow {
    flex-grow: 1;
}

.basis-2\/6 {
    flex-basis: 33.333333%;
}

.basis-4\/6 {
    flex-basis: 66.666667%;
}

.basis-1\/4 {
    flex-basis: 25%;
}

.basis-3\/4 {
    flex-basis: 75%;
}

.-translate-y-full {
    --tw-translate-y: -100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-14 {
    --tw-translate-y: 3.5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-12 {
    --tw-translate-y: 3rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-\[3rem\] {
    --tw-translate-y: 3rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-0 {
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-rotate-180 {
    --tw-rotate: -180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-125 {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@-webkit-keyframes extendLine {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

@keyframes extendLine {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

.animate-extendLine {
    -webkit-animation: extendLine 0.2s forwards;
    animation: extendLine 0.2s forwards;
}

@-webkit-keyframes extendSearch {
    0% {
        width: 0px;
    }

    100% {
        width: 250px;
    }
}

@keyframes extendSearch {
    0% {
        width: 0px;
    }

    100% {
        width: 250px;
    }
}

.animate-extendSearch {
    -webkit-animation: extendSearch 1s forwards;
    animation: extendSearch 1s forwards;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-default {
    cursor: default;
}

.resize {
    resize: both;
}

.list-none {
    list-style-type: none;
}

.appearance-none {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.grid-flow-row {
    grid-auto-flow: row;
}

.grid-cols-\[1fr_auto\] {
    grid-template-columns: 1fr auto;
}

.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
}

.grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.flex-row {
    flex-direction: row;
}

.flex-col {
    flex-direction: column;
}

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

.items-end {
    align-items: flex-end;
}

.items-center {
    align-items: center;
}

.items-baseline {
    align-items: baseline;
}

.items-stretch {
    align-items: stretch;
}

.justify-start {
    justify-content: flex-start;
}

.justify-end {
    justify-content: flex-end;
}

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

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

.justify-around {
    justify-content: space-around;
}

.justify-evenly {
    justify-content: space-evenly;
}

.gap-5 {
    gap: 1.25rem;
}

.gap-4 {
    gap: 1rem;
}

.gap-3 {
    gap: 0.75rem;
}

.gap-2 {
    gap: 0.5rem;
}

.gap-px {
    gap: 1px;
}

.gap-0 {
    gap: 0px;
}

.gap-12 {
    gap: 3rem;
}

.gap-6 {
    gap: 1.5rem;
}

.gap-x-5 {
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
}

.-space-x-px> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1px * var(--tw-space-x-reverse));
    margin-left: calc(-1px * (1 - var(--tw-space-x-reverse)));
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
}

.overflow-auto {
    overflow: auto;
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-x-auto {
    overflow-x: auto;
}

.overflow-y-auto {
    overflow-y: auto;
}

.overflow-x-hidden {
    overflow-x: hidden;
}

.overflow-y-hidden {
    overflow-y: hidden;
}

.overflow-y-scroll {
    overflow-y: scroll;
}

.whitespace-pre-line {
    white-space: pre-line;
}

.rounded-3xl {
    border-radius: 1.5rem;
}

.rounded-lg {
    border-radius: 0.5rem;
}

.border {
    border-width: 1px;
}

.border-0 {
    border-width: 0px;
}

.border-x {
    border-left-width: 1px;
    border-right-width: 1px;
}

.border-l-\[1px\] {
    border-left-width: 1px;
}

.border-b {
    border-bottom-width: 1px;
}

.border-r {
    border-right-width: 1px;
}

.border-t {
    border-top-width: 1px;
}

.border-b-\[1px\] {
    border-bottom-width: 1px;
}

.border-r-2 {
    border-right-width: 2px;
}

.border-r-\[1px\] {
    border-right-width: 1px;
}

.border-none {
    border-style: none;
}

.border-\[\#777777\] {
    --tw-border-opacity: 1;
    border-color: rgba(119, 119, 119, var(--tw-border-opacity));
}

.border-mainBlue\/10 {
    border-color: rgba(24, 49, 96, 0.1);
}

.border-mainBlue {
    --tw-border-opacity: 1;
    border-color: rgba(24, 49, 96, var(--tw-border-opacity));
}

.border-black\/40 {
    border-color: rgba(34, 34, 34, 0.4);
}

.border-\[\#AAAAAA\] {
    --tw-border-opacity: 1;
    border-color: rgba(170, 170, 170, var(--tw-border-opacity));
}

.border-mainBlue\/20 {
    border-color: rgba(24, 49, 96, 0.2);
}

.border-\[\#DADDE4\] {
    --tw-border-opacity: 1;
    border-color: rgba(218, 221, 228, var(--tw-border-opacity));
}

.border-neutral-500 {
    --tw-border-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-border-opacity));
}

.border-neutral-400 {
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
}

.border-crayola {
    --tw-border-opacity: 1;
    border-color: rgba(200, 209, 227, var(--tw-border-opacity));
}

.border-\[\#DDDDDD\] {
    --tw-border-opacity: 1;
    border-color: rgba(221, 221, 221, var(--tw-border-opacity));
}

.border-gray {
    --tw-border-opacity: 1;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity));
}

.border-b-mainBlue\/50 {
    border-bottom-color: rgba(24, 49, 96, 0.5);
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.bg-transparent {
    background-color: transparent;
}

.bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
}

.bg-\[\#EEEEEE\] {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 238, 238, var(--tw-bg-opacity));
}

.bg-mainBlue {
    --tw-bg-opacity: 1;
    background-color: var(--primary-theme-color);
}

.bg-orange {
    --tw-bg-opacity: 1;
    background-color: #FC5000;
}

.bg-black\/10 {
    background-color: rgba(34, 34, 34, 0.1);
}

.bg-white\/90 {
    background-color: rgba(255, 255, 255, 0.9);
}

.bg-darkBlue {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 36, 77, var(--tw-bg-opacity));
}

.bg-\[\#5C5C5C\] {
    --tw-bg-opacity: 1;
    background-color: rgba(92, 92, 92, var(--tw-bg-opacity));
}

.bg-\[\#F8F9FA\] {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 249, 250, var(--tw-bg-opacity));
}

.bg-gray_300 {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 204, 204, var(--tw-bg-opacity));
}

.bg-white\/20 {
    background-color: rgba(255, 255, 255, 0.2);
}

.bg-white\/80 {
    background-color: rgba(255, 255, 255, 0.8);
}

.bg-neutral-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
}

.bg-black\/30 {
    background-color: rgba(34, 34, 34, 0.3);
}

.bg-neutral-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}

.bg-neutral-300\/20 {
    background-color: rgba(212, 212, 212, 0.2);
}

.bg-lightGray {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}

.bg-\[\#F0F0F0\] {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 240, 240, var(--tw-bg-opacity));
}

.bg-\[\#F7F7F7\] {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 247, 247, var(--tw-bg-opacity));
}

.bg-white\/0 {
    background-color: rgba(255, 255, 255, 0);
}

.bg-\[url\(\'\.\.\/images\/backToTop\.png\'\)\] {
    background-image: url("../images/backToTop.png");
}

.bg-\[url\(\'\.\.\/images\/business\/roads\.svg\'\)\] {
    background-image: url("../images/business/roads.svg");
}

.bg-\[url\(\'\.\.\/images\/business\/construction\.svg\'\)\] {
    background-image: url("../images/business/construction.svg");
}

.bg-\[url\(\'\.\.\/images\/business\/insurance\.svg\'\)\] {
    background-image: url("../images/business/insurance.svg");
}

.bg-\[url\(\'\.\.\/images\/business\/logistics\.svg\'\)\] {
    background-image: url("../images/business/logistics.svg");
}

.bg-\[url\(\'\.\.\/images\/business\/facilities\.svg\'\)\] {
    background-image: url("../images/business/facilities.svg");
}

.bg-\[url\(\'\.\.\/images\/banner\/Home_Banner\.jpg\'\)\] {
    background-image: url("../images/banner/Home_Banner.jpg");
}

.bg-contain {
    background-size: contain;
}

.bg-cover {
    background-size: cover;
}

.bg-center {
    background-position: center;
}

.bg-no-repeat {
    background-repeat: no-repeat;
}

.object-contain {
    -o-object-fit: contain;
    object-fit: contain;
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover;
}

.p-4 {
    padding: 1rem;
}

.p-8 {
    padding: 2rem;
}

.p-1 {
    padding: 0.25rem;
}

.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.px-0 {
    padding-left: 0px;
    padding-right: 0px;
}

.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.py-\[0\.45rem\] {
    padding-top: 0.45rem;
    padding-bottom: 0.45rem;
}

.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
}

.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
}

.pl-10 {
    padding-left: 2.5rem;
}

.pb-2 {
    padding-bottom: 0.5rem;
}

.pb-72 {
    padding-bottom: 18rem;
}

.pr-3 {
    padding-right: 0.75rem;
}

.pb-5 {
    padding-bottom: 1.25rem;
}

.pb-0 {
    padding-bottom: 0px;
}

.pr-2 {
    padding-right: 0.5rem;
}

.pt-8 {
    padding-top: 2rem;
}

.pr-8 {
    padding-right: 2rem;
}

.pl-6 {
    padding-left: 1.5rem;
}

.pl-4 {
    padding-left: 1rem;
}

.pr-1 {
    padding-right: 0.25rem;
}

.pl-2 {
    padding-left: 0.5rem;
}

.pr-2\.5 {
    padding-right: 0.625rem;
}

.pb-1 {
    padding-bottom: 0.25rem;
}

.pl-8 {
    padding-left: 2rem;
}

.pt-2 {
    padding-top: 0.5rem;
}

.pb-6 {
    padding-bottom: 1.5rem;
}

.pb-10 {
    padding-bottom: 2.5rem;
}

.pr-5 {
    padding-right: 1.25rem;
}

.pl-0 {
    padding-left: 0px;
}

.pl-28 {
    padding-left: 7rem;
}

.pt-14 {
    padding-top: 3.5rem;
}

.pr-28 {
    padding-right: 7rem;
}

.pr-4 {
    padding-right: 1rem;
}

.pr-9 {
    padding-right: 2.25rem;
}

.pl-2\.5 {
    padding-left: 0.625rem;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-justify {
    text-align: justify;
}

.text-\[0\.76em\] {
    font-size: 0.76em;
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.text-\[20px\] {
    font-size: 20px;
}

.text-\[13px\] {
    font-size: 13px;
}

.text-\[0\.6875em\] {
    font-size: 0.6875em;
}

.text-\[0\.8125em\] {
    font-size: 0.8125em;
}

.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}

.font-medium {
    font-weight: 500;
}

.font-semibold {
    font-weight: 600;
}

.font-light {
    font-weight: 300;
}

.font-normal {
    font-weight: 400;
}

.font-extralight {
    font-weight: 200;
}

.font-bold {
    font-weight: 700;
}

.uppercase {
    text-transform: uppercase;
}

.italic {
    font-style: italic;
}

.leading-4 {
    line-height: 1rem;
}

.leading-tight {
    line-height: 1.25;
}

.leading-6 {
    line-height: 1.5rem;
}

.text-black {
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
}

.text-mainBlue {
    --tw-text-opacity: 1;
    color: var(--primary-theme-color);
}

.text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.text-\[\#5C5C5C\] {
    --tw-text-opacity: 1;
    color: rgba(92, 92, 92, var(--tw-text-opacity));
}

.text-gray {
    --tw-text-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-text-opacity));
}

.text-black\/40 {
    color: rgba(34, 34, 34, 0.4);
}

.text-white\/80 {
    color: rgba(255, 255, 255, 0.8);
}

.text-\[\#44444480\] {
    color: rgba(68, 68, 68, 0.50196);
}

.text-darkBlue {
    --tw-text-opacity: 1;
    color: rgba(14, 36, 77, var(--tw-text-opacity));
}

.text-mainBlue\/30 {
    color: rgba(24, 49, 96, 0.3);
}

.text-black\/50 {
    color: rgba(34, 34, 34, 0.5);
}

.text-neutral-400 {
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
}

.text-black\/60 {
    color: rgba(34, 34, 34, 0.6);
}

.underline {
    text-decoration-line: underline;
}

.placeholder-mainBlue::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 49, 96, var(--tw-placeholder-opacity));
}

.placeholder-mainBlue::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 49, 96, var(--tw-placeholder-opacity));
}

.opacity-0 {
    opacity: 0;
}

.opacity-90 {
    opacity: 0.9;
}

.opacity-100 {
    opacity: 1;
}

.opacity-50 {
    opacity: 0.5;
}

.opacity-20 {
    opacity: 0.2;
}

.shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.outline {
    outline-style: solid;
}

.blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow-lg {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.invert {
    --tw-invert: invert(100%);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.transition {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
        -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
        backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
        backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.duration-500 {
    transition-duration: 500ms;
}

@font-face {
    font-family: "inter";
    src: url("Inter/static/Inter-Regular.ttf") format("truetype");
    font-weight: 400;
}

@font-face {
    font-family: "inter";
    src: url("Inter/static/Inter-Black.ttf") format("truetype");
    font-weight: 900;
}

@font-face {
    font-family: "inter";
    src: url("Inter/static/Inter-Bold.ttf") format("truetype");
    font-weight: 700;
}

@font-face {
    font-family: "inter";
    src: url("Inter/static/Inter-ExtraBold.ttf") format("truetype");
    font-weight: 800;
}

@font-face {
    font-family: "inter";
    src: url("Inter/static/Inter-ExtraLight.ttf") format("truetype");
    font-weight: 200;
}

@font-face {
    font-family: "inter";
    src: url("Inter/static/Inter-Light.ttf") format("truetype");
    font-weight: 300;
}

@font-face {
    font-family: "inter";
    src: url("Inter/static/Inter-Medium.ttf") format("truetype");
    font-weight: 500;
}

@font-face {
    font-family: "inter";
    src: url("Inter/static/Inter-SemiBold.ttf") format("truetype");
    font-weight: 600;
}

@font-face {
    font-family: "inter";
    src: url("Inter/static/Inter-Thin.ttf") format("truetype");
    font-weight: 100;
}

body {
    font-family: "inter", "Noto Sans TC", "Noto Sans SC", sans-serif;
}

.ci-bigPlay {
    -webkit-mask: url(../images/pressRelease/bigPlay.svg) no-repeat;
    mask: url(../images/pressRelease/bigPlay.svg) no-repeat;
}

.ci-play {
    -webkit-mask: url(../images/pressRelease/play.svg) no-repeat;
    mask: url(../images/pressRelease/play.svg) no-repeat;
}

.ci-smallPlay {
    -webkit-mask: url(../images/pressRelease/smallPlay.svg) no-repeat;
    mask: url(../images/pressRelease/smallPlay.svg) no-repeat;
}

.ci-collapse {
    -webkit-mask: url(../images/vision/accordion-collapse-icon.svg) no-repeat;
    mask: url(../images/vision/accordion-collapse-icon.svg) no-repeat;
}

.ci-expand {
    -webkit-mask: url(../images/vision/accordion-expand-icon.svg) no-repeat;
    mask: url(../images/vision/accordion-expand-icon.svg) no-repeat;
}

.ci-chevron-right {
    -webkit-mask: url(../images/ChevronRight.svg) no-repeat;
    mask: url(../images/ChevronRight.svg) no-repeat;
}

.ci-chevron-down {
    -webkit-mask: url(../images/ChevronDown.svg) no-repeat;
    mask: url(../images/ChevronDown.svg) no-repeat;
}

.ci-chevron-left2 {
    -webkit-mask: url(../images/pressRelease/arrow-left2.svg) no-repeat;
    mask: url(../images/pressRelease/arrow-left2.svg) no-repeat;
}

.ci-chevron-right2 {
    -webkit-mask: url(../images/pressRelease/arrow-right2.svg) no-repeat;
    mask: url(../images/pressRelease/arrow-right2.svg) no-repeat;
}

.ci-chevron-left {
    -webkit-mask: url(../images/ChevronLeft.svg) no-repeat;
    mask: url(../images/ChevronLeft.svg) no-repeat;
}

.ci-chevronDu-left {
    -webkit-mask: url(../images/ChevronDuLeft.svg) no-repeat;
    mask: url(../images/ChevronDuLeft.svg) no-repeat;
}

.ci-chevronDu-right {
    -webkit-mask: url(../images/ChevronDuRight.svg) no-repeat;
    mask: url(../images/ChevronDuRight.svg) no-repeat;
}

.ci-cross {
    -webkit-mask: url(../images/Cross.svg) no-repeat;
    mask: url(../images/Cross.svg) no-repeat;
}

.ci-search {
    -webkit-mask: url(../images/Search.svg) no-repeat;
    mask: url(../images/Search.svg) no-repeat;
}

.ci-bars {
    -webkit-mask: url(../images/Bars.svg) no-repeat;
    mask: url(../images/Bars.svg) no-repeat;
}

.ci-facebook {
    -webkit-mask: url(../images/Facebook.svg) no-repeat;
    mask: url(../images/Facebook.svg) no-repeat;
}

.ci-twitter {
    -webkit-mask: url(../images/Twitter.svg) no-repeat;
    mask: url(../images/Twitter.svg) no-repeat;
}

.ci-instagram {
    -webkit-mask: url(../images/Instagram.svg) no-repeat;
    mask: url(../images/Instagram.svg) no-repeat;
}

.ci-linkin {
    -webkit-mask: url(../images/Linkin.svg) no-repeat;
    mask: url(../images/Linkin.svg) no-repeat;
}

.ci-youtube {
    -webkit-mask: url(../images/Youtube.svg) no-repeat;
    mask: url(../images/Youtube.svg) no-repeat;
}

.ci-download {
    -webkit-mask: url(../images/pressRelease/dowload.svg) no-repeat;
    mask: url(../images/pressRelease/dowload.svg) no-repeat;
}

.ci-pdf {
    -webkit-mask: url(../images/pressRelease/pdf.svg) no-repeat;
    mask: url(../images/pressRelease/pdf.svg) no-repeat;
}

.ci-arrow-down-sm {
    -webkit-mask: url(../images/milestone-down.svg) no-repeat;
    mask: url(../images/milestone-down.svg) no-repeat;
}

.ci-arrow-up-sm {
    -webkit-mask: url(../images/milestone-up.svg) no-repeat;
    mask: url(../images/milestone-up.svg) no-repeat;
}

.ci-arrow-left {
    -webkit-mask: url(../images/arrow-left.svg) no-repeat;
    mask: url(../images/arrow-left.svg) no-repeat;
}

.ci-arrow-right {
    -webkit-mask: url(../images/arrow-right.svg) no-repeat;
    mask: url(../images/arrow-right.svg) no-repeat;
}

.ci-chevron-right-full {
    -webkit-mask: url(../images/arrow-right_full.svg) no-repeat;
    mask: url(../images/arrow-right_full.svg) no-repeat;
}

.ci-chevron-discover {
    -webkit-mask: url(../images/aboutNws/discover.svg) no-repeat;
    mask: url(../images/aboutNws/discover.svg) no-repeat;
}

.ci-plus {
    -webkit-mask: url(../images/business/plus.svg) no-repeat;
    mask: url(../images/business/plus.svg) no-repeat;
}

[class*="ci-"] {
    /* background: currentColor; */
    background: var(--primary-theme-color);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
}

.hover\:-translate-x-1:hover {
    --tw-translate-x: -0.25rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:translate-x-1:hover {
    --tw-translate-x: 0.25rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:font-bold:hover {
    font-weight: 700;
}

.hover\:text-mainBlue:hover {
    --tw-text-opacity: 1;
    color: var(--primary-theme-color);
}

.focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.group:hover .group-hover\:-translate-y-0\.5 {
    --tw-translate-y: -0.125rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:-translate-y-0 {
    --tw-translate-y: -0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:translate-y-0 {
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes extendLine {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

.group:hover .group-hover\:animate-extendLine {
    -webkit-animation: extendLine 0.2s forwards;
    animation: extendLine 0.2s forwards;
}

.group:hover .group-hover\:bg-\[url\(\'\.\.\/images\/business\/roads_hover\.svg\'\)\] {
    background-image: url("../images/business/roads_hover.svg");
}

.group:hover .group-hover\:bg-\[url\(\'\.\.\/images\/business\/construction_hover\.svg\'\)\] {
    background-image: url("../images/business/construction_hover.svg");
}

.group:hover .group-hover\:bg-\[url\(\'\.\.\/images\/business\/insurance_hover\.svg\'\)\] {
    background-image: url("../images/business/insurance_hover.svg");
}

.group:hover .group-hover\:bg-\[url\(\'\.\.\/images\/business\/logistics_hover\.svg\'\)\] {
    background-image: url("../images/business/logistics_hover.svg");
}

.group:hover .group-hover\:bg-\[url\(\'\.\.\/images\/business\/facilities_hover\.svg\'\)\] {
    background-image: url("../images/business/facilities_hover.svg");
}

.group:hover .group-hover\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.group:hover .group-hover\:opacity-100 {
    opacity: 1;
}

.group:hover .group-hover\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.em\:text-sm {
    font-size: 0.875em;
    line-height: 1.25rem;
}

.em\:text-2xl {
    font-size: 1.5em;
    line-height: 2rem;
}

.em\:text-base {
    font-size: 1em;
    line-height: 1.5rem;
}

.em\:text-\[1\.2em\] {
    font-size: 1.2em;
}

.em\:text-\[\.8em\] {
    font-size: 0.8em;
}

.em\:text-\[\.84em\] {
    font-size: 0.84em;
}

.em\:text-xl {
    font-size: 1.25em;
    line-height: 1.75rem;
}

.em\:text-\[1\.1em\] {
    font-size: 1.1em;
}

.em\:text-\[\.86em\] {
    font-size: 0.86em;
}

.em\:text-\[\.94em\] {
    font-size: 0.94em;
}

.em\:text-\[\.9em\] {
    font-size: 0.9em;
}

.em\:text-xs {
    font-size: 0.75em;
    line-height: 1rem;
}

.em\:text-\[\.92em\] {
    font-size: 0.92em;
}

.em\:text-\[\.6em\] {
    font-size: 0.6em;
}

.em\:text-\[1em\] {
    font-size: 1em;
}

.em\:text-lg {
    font-size: 1.125em;
    line-height: 1.75rem;
}

.em\:text-\[0\.8125em\] {
    font-size: 0.8125em;
}

.em\:text-\[\.72em\] {
    font-size: 0.72em;
}

.em\:text-\[\.78em\] {
    font-size: 0.78em;
}

.em\:text-\[\.76em\] {
    font-size: 0.76em;
}

.em\:leading-\[2\.8125em\] {
    line-height: 2.8125em;
}

.em\:leading-6 {
    line-height: 1.5rem;
}

.em\:leading-5 {
    line-height: 1.25rem;
}

.em\:leading-3 {
    line-height: 0.75rem;
}

.em\:leading-\[32px\] {
    line-height: 32px;
}

.em\:leading-\[23px\] {
    line-height: 23px;
}

@media (min-width: 768px) {
    .tablet\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .laptop\:my-48 {
        margin-top: 12rem;
        margin-bottom: 12rem;
    }

    .laptop\:my-9 {
        margin-top: 2.25rem;
        margin-bottom: 2.25rem;
    }

    .laptop\:my-28 {
        margin-top: 7rem;
        margin-bottom: 7rem;
    }

    .laptop\:my-12 {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }

    .laptop\:mt-0 {
        margin-top: 0px;
    }

    .laptop\:mt-10 {
        margin-top: 2.5rem;
    }

    .laptop\:mb-4 {
        margin-bottom: 1rem;
    }

    .laptop\:h-8 {
        height: 2rem;
    }

    .laptop\:h-\[3em\] {
        height: 3em;
    }

    .laptop\:h-6 {
        height: 1.5rem;
    }

    .laptop\:h-96 {
        height: 24rem;
    }

    .laptop\:min-h-\[15\.5rem\] {
        min-height: 15.5rem;
    }

    .laptop\:w-8 {
        width: 2rem;
    }

    .laptop\:w-\[3em\] {
        width: 3em;
    }

    .laptop\:w-6 {
        width: 1.5rem;
    }

    .laptop\:basis-auto {
        flex-basis: auto;
    }

    .laptop\:basis-1\/6 {
        flex-basis: 16.666667%;
    }

    .laptop\:basis-5\/6 {
        flex-basis: 83.333333%;
    }

    .laptop\:justify-end {
        justify-content: flex-end;
    }

    .laptop\:object-cover {
        -o-object-fit: cover;
        object-fit: cover;
    }

    .laptop\:p-7 {
        padding: 1.75rem;
    }

    .laptop\:p-14 {
        padding: 3.5rem;
    }

    .laptop\:p-16 {
        padding: 4rem;
    }

    .laptop\:p-12 {
        padding: 3rem;
    }

    .laptop\:px-0 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .laptop\:pt-2 {
        padding-top: 0.5rem;
    }

    .laptop\:pt-10 {
        padding-top: 2.5rem;
    }

    .laptop\:pt-0 {
        padding-top: 0px;
    }

    .laptop\:pt-14 {
        padding-top: 3.5rem;
    }

    .laptop\:pl-8 {
        padding-left: 2rem;
    }

    .laptop\:pb-4 {
        padding-bottom: 1rem;
    }

    .laptop\:pr-0 {
        padding-right: 0px;
    }

    .laptop\:em\:text-xl {
        font-size: 1.25em;
        line-height: 1.75rem;
    }

    .laptop\:em\:text-sm {
        font-size: 0.875em;
        line-height: 1.25rem;
    }

    .laptop\:em\:text-\[\.86em\] {
        font-size: 0.86em;
    }

    .laptop\:em\:leading-9 {
        line-height: 2.25rem;
    }
}

@media (min-width: 768px) {
    .md-screen\:text-12 {
        font-size: 12px;
    }

    @media (min-width: 1280px) {
        .md-screen\:text-12 {
            font-size: 0.75em;
        }
    }

    .md-screen\:text-16 {
        font-size: 16px;
    }

    @media (min-width: 1280px) {
        .md-screen\:text-16 {
            font-size: 1em;
        }
    }

    .md-screen\:container-fix {
        margin-left: auto;
        margin-right: auto;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    @media (min-width: 1280px) {
        .md-screen\:container-fix {
            padding-left: 5.7rem;
            padding-right: 5.7rem;
        }
    }

    .md-screen\:Business-Grid {
        grid-template:
            "image image . . ." 80px
            "image image contentContainer contentContainer contentContainer" 1fr
            ". . contentContainer contentContainer contentContainer" auto /
            1fr 1fr 1fr 1fr 1fr;
        display: grid;
    }

    .md-screen\:Business-Grid_image {
        grid-area: image;
    }

    .md-screen\:Business-Grid_contentContainer {
        grid-area: contentContainer;
        grid-template:
            "content" auto /
            1fr;
        display: grid;
    }

    .md-screen\:static {
        position: static;
    }

    .md-screen\:absolute {
        position: absolute;
    }

    .md-screen\:bottom-\[14\.5px\] {
        bottom: 14.5px;
    }

    .md-screen\:left-\[18\%\] {
        left: 18%;
    }

    .md-screen\:top-40 {
        top: 10rem;
    }

    .md-screen\:right-0 {
        right: 0px;
    }

    .md-screen\:bottom-\[13px\] {
        bottom: 13px;
    }

    .md-screen\:order-none {
        order: 0;
    }

    .md-screen\:col-span-1 {
        grid-column: span 1 / span 1;
    }

    .md-screen\:col-span-4 {
        grid-column: span 4 / span 4;
    }

    .md-screen\:col-auto {
        grid-column: auto;
    }

    .md-screen\:col-span-3 {
        grid-column: span 3 / span 3;
    }

    .md-screen\:row-start-1 {
        grid-row-start: 1;
    }

    .md-screen\:row-end-3 {
        grid-row-end: 3;
    }

    .md-screen\:my-16 {
        margin-top: 4rem;
        margin-bottom: 4rem;
    }

    .md-screen\:mx-0 {
        margin-left: 0px;
        margin-right: 0px;
    }

    .md-screen\:my-0 {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .md-screen\:my-5 {
        margin-top: 1.25rem;
        margin-bottom: 1.25rem;
    }

    .md-screen\:mx-14 {
        margin-left: 3.5rem;
        margin-right: 3.5rem;
    }

    .md-screen\:my-auto {
        margin-top: auto;
        margin-bottom: auto;
    }

    .md-screen\:my-12 {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }

    .md-screen\:my-6 {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .md-screen\:mt-0 {
        margin-top: 0px;
    }

    .md-screen\:mt-5 {
        margin-top: 1.25rem;
    }

    .md-screen\:ml-6 {
        margin-left: 1.5rem;
    }

    .md-screen\:mt-4 {
        margin-top: 1rem;
    }

    .md-screen\:ml-4 {
        margin-left: 1rem;
    }

    .md-screen\:mt-16 {
        margin-top: 4rem;
    }

    .md-screen\:mt-2\.5 {
        margin-top: 0.625rem;
    }

    .md-screen\:mt-2 {
        margin-top: 0.5rem;
    }

    .md-screen\:mb-16 {
        margin-bottom: 4rem;
    }

    .md-screen\:mt-6 {
        margin-top: 1.5rem;
    }

    .md-screen\:mb-0 {
        margin-bottom: 0px;
    }

    .md-screen\:mb-10 {
        margin-bottom: 2.5rem;
    }

    .md-screen\:mt-8 {
        margin-top: 2rem;
    }

    .md-screen\:mt-3 {
        margin-top: 0.75rem;
    }

    .md-screen\:mt-10 {
        margin-top: 2.5rem;
    }

    .md-screen\:mt-14 {
        margin-top: 3.5rem;
    }

    .md-screen\:mr-7 {
        margin-right: 1.75rem;
    }

    .md-screen\:ml-9 {
        margin-left: 2.25rem;
    }

    .md-screen\:mb-4 {
        margin-bottom: 1rem;
    }

    .md-screen\:mb-8 {
        margin-bottom: 2rem;
    }

    .md-screen\:mt-12 {
        margin-top: 3rem;
    }

    .md-screen\:mt-1 {
        margin-top: 0.25rem;
    }

    .md-screen\:mr-16 {
        margin-right: 4rem;
    }

    .md-screen\:block {
        display: block;
    }

    .md-screen\:flex {
        display: flex;
    }

    .md-screen\:inline-flex {
        display: inline-flex;
    }

    .md-screen\:grid {
        display: grid;
    }

    .md-screen\:hidden {
        display: none;
    }

    .md-screen\:h-full {
        height: 100%;
    }

    .md-screen\:h-\[70\%\] {
        height: 70%;
    }

    .md-screen\:h-24 {
        height: 6rem;
    }

    .md-screen\:h-3 {
        height: 0.75rem;
    }

    .md-screen\:h-36 {
        height: 9rem;
    }

    .md-screen\:h-\[3\.5rem\] {
        height: 3.5rem;
    }

    .md-screen\:h-\[6\.5rem\] {
        height: 6.5rem;
    }

    .md-screen\:h-8 {
        height: 2rem;
    }

    .md-screen\:h-fit {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
    }

    .md-screen\:h-\[72px\] {
        height: 72px;
    }

    .md-screen\:h-4 {
        height: 1rem;
    }

    .md-screen\:h-screen {
        height: 100vh;
    }

    .md-screen\:h-\[370px\] {
        height: 370px;
    }

    .md-screen\:h-20 {
        height: 5rem;
    }

    .md-screen\:h-6 {
        height: 1.5rem;
    }

    .md-screen\:h-7 {
        height: 1.75rem;
    }

    .md-screen\:w-px {
        width: 1px;
    }

    .md-screen\:w-3 {
        width: 0.75rem;
    }

    .md-screen\:w-1\/2 {
        width: 50%;
    }

    .md-screen\:w-full {
        width: 100%;
    }

    .md-screen\:w-40 {
        width: 10rem;
    }

    .md-screen\:w-7 {
        width: 1.75rem;
    }

    .md-screen\:w-auto {
        width: auto;
    }

    .md-screen\:w-\[6\.5rem\] {
        width: 6.5rem;
    }

    .md-screen\:w-2\/3 {
        width: 66.666667%;
    }

    .md-screen\:w-8 {
        width: 2rem;
    }

    .md-screen\:w-28 {
        width: 7rem;
    }

    .md-screen\:w-44 {
        width: 11rem;
    }

    .md-screen\:w-4 {
        width: 1rem;
    }

    .md-screen\:w-48 {
        width: 12rem;
    }

    .md-screen\:w-\[150px\] {
        width: 150px;
    }

    .md-screen\:w-6 {
        width: 1.5rem;
    }

    .md-screen\:max-w-4xl {
        max-width: 56rem;
    }

    .md-screen\:basis-1\/3 {
        flex-basis: 33.333333%;
    }

    .md-screen\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .md-screen\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .md-screen\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .md-screen\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .md-screen\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .md-screen\:grid-cols-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .md-screen\:flex-row {
        flex-direction: row;
    }

    .md-screen\:flex-col {
        flex-direction: column;
    }

    .md-screen\:items-end {
        align-items: flex-end;
    }

    .md-screen\:items-center {
        align-items: center;
    }

    .md-screen\:items-stretch {
        align-items: stretch;
    }

    .md-screen\:gap-10 {
        gap: 2.5rem;
    }

    .md-screen\:gap-3 {
        gap: 0.75rem;
    }

    .md-screen\:gap-2 {
        gap: 0.5rem;
    }

    .md-screen\:gap-6 {
        gap: 1.5rem;
    }

    .md-screen\:gap-20 {
        gap: 5rem;
    }

    .md-screen\:gap-8 {
        gap: 2rem;
    }

    .md-screen\:gap-x-7 {
        -moz-column-gap: 1.75rem;
        column-gap: 1.75rem;
    }

    .md-screen\:border-gray_200 {
        --tw-border-opacity: 1;
        border-color: rgba(222, 222, 222, var(--tw-border-opacity));
    }

    .md-screen\:border-gray_300 {
        --tw-border-opacity: 1;
        border-color: rgba(204, 204, 204, var(--tw-border-opacity));
    }

    .md-screen\:bg-mainBlue {
        --tw-bg-opacity: 1;
        background-color: var(--primary-theme-color);
    }

    .md-screen\:bg-white {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .md-screen\:bg-black {
        --tw-bg-opacity: 1;
        background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
    }

    .md-screen\:bg-\[url\(\'\.\.\/images\/banner\/Home_Banner\.jpg\'\)\] {
        background-image: url("../images/banner/Home_Banner.jpg");
    }

    .md-screen\:p-12 {
        padding: 3rem;
    }

    .md-screen\:py-10 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .md-screen\:py-0\.5 {
        padding-top: 0.125rem;
        padding-bottom: 0.125rem;
    }

    .md-screen\:py-0 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .md-screen\:px-16 {
        padding-left: 4rem;
        padding-right: 4rem;
    }

    .md-screen\:py-\[0\.2rem\] {
        padding-top: 0.2rem;
        padding-bottom: 0.2rem;
    }

    .md-screen\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .md-screen\:px-20 {
        padding-left: 5rem;
        padding-right: 5rem;
    }

    .md-screen\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .md-screen\:px-0 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .md-screen\:py-8 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .md-screen\:py-3 {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }

    .md-screen\:py-2 {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .md-screen\:py-12 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .md-screen\:px-3 {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    .md-screen\:pl-10 {
        padding-left: 2.5rem;
    }

    .md-screen\:pb-5 {
        padding-bottom: 1.25rem;
    }

    .md-screen\:pr-0 {
        padding-right: 0px;
    }

    .md-screen\:pb-1 {
        padding-bottom: 0.25rem;
    }

    .md-screen\:pb-8 {
        padding-bottom: 2rem;
    }

    .md-screen\:pr-36 {
        padding-right: 9rem;
    }

    .md-screen\:pt-20 {
        padding-top: 5rem;
    }

    .md-screen\:pb-0 {
        padding-bottom: 0px;
    }

    .md-screen\:pt-4 {
        padding-top: 1rem;
    }

    .md-screen\:pr-10 {
        padding-right: 2.5rem;
    }

    .md-screen\:pr-20 {
        padding-right: 5rem;
    }

    .md-screen\:pr-5 {
        padding-right: 1.25rem;
    }

    .md-screen\:pl-5 {
        padding-left: 1.25rem;
    }

    .md-screen\:pt-12 {
        padding-top: 3rem;
    }

    .md-screen\:pl-0 {
        padding-left: 0px;
    }

    .md-screen\:pr-28 {
        padding-right: 7rem;
    }

    .md-screen\:pb-3 {
        padding-bottom: 0.75rem;
    }

    .md-screen\:pb-2 {
        padding-bottom: 0.5rem;
    }

    .md-screen\:pl-4 {
        padding-left: 1rem;
    }

    .md-screen\:text-left {
        text-align: left;
    }

    .md-screen\:text-center {
        text-align: center;
    }

    .md-screen\:text-\[1em\] {
        font-size: 1em;
    }

    .md-screen\:text-\[3\.25em\] {
        font-size: 3.25em;
    }

    .md-screen\:text-\[1\.375em\] {
        font-size: 1.375em;
    }

    .md-screen\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }

    .md-screen\:text-\[2em\] {
        font-size: 2em;
    }

    .md-screen\:font-light {
        font-weight: 300;
    }

    .md-screen\:font-medium {
        font-weight: 500;
    }

    .md-screen\:font-normal {
        font-weight: 400;
    }

    .md-screen\:font-semibold {
        font-weight: 600;
    }

    .md-screen\:leading-\[1\.6em\] {
        line-height: 1.6em;
    }

    .md-screen\:leading-\[1\.4em\] {
        line-height: 1.4em;
    }

    .md-screen\:leading-6 {
        line-height: 1.5rem;
    }

    .md-screen\:leading-\[64px\] {
        line-height: 64px;
    }

    .md-screen\:leading-9 {
        line-height: 2.25rem;
    }

    .md-screen\:leading-7 {
        line-height: 1.75rem;
    }

    .md-screen\:leading-8 {
        line-height: 2rem;
    }

    .md-screen\:leading-\[46px\] {
        line-height: 46px;
    }

    .md-screen\:leading-\[48px\] {
        line-height: 48px;
    }

    .md-screen\:shadow-businessLogo {
        --tw-shadow: 10px 10px 0px 0px #e4ebf9;
        --tw-shadow-colored: 10px 10px 0px 0px var(--tw-shadow-color);
        box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), var(--tw-shadow);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
    }

    .md-screen\:em\:text-\[1\.4em\] {
        font-size: 1.4em;
    }

    .md-screen\:em\:text-\[\.8em\] {
        font-size: 0.8em;
    }

    .md-screen\:em\:text-\[\.6em\] {
        font-size: 0.6em;
    }

    .md-screen\:em\:text-\[1\.2em\] {
        font-size: 1.2em;
    }

    .md-screen\:em\:text-\[\.7em\] {
        font-size: 0.7em;
    }

    .md-screen\:em\:text-\[\.9em\] {
        font-size: 0.9em;
    }

    .md-screen\:em\:text-\[1\.6em\] {
        font-size: 1.6em;
    }

    .md-screen\:em\:text-\[\.72em\] {
        font-size: 0.72em;
    }

    .md-screen\:em\:text-xs {
        font-size: 0.75em;
        line-height: 1rem;
    }

    .md-screen\:em\:text-4xl {
        font-size: 2.25em;
        line-height: 2.5rem;
    }

    .md-screen\:em\:em\:text-sm {
        font-size: 0.875em;
        line-height: 1.25rem;
    }

    .md-screen\:em\:text-sm {
        font-size: 0.875em;
        line-height: 1.25rem;
    }

    .md-screen\:em\:text-\[1em\] {
        font-size: 1em;
    }

    .md-screen\:em\:text-\[\.52em\] {
        font-size: 0.52em;
    }

    .md-screen\:em\:text-\[\.76em\] {
        font-size: 0.76em;
    }

    .md-screen\:em\:text-\[\.56em\] {
        font-size: 0.56em;
    }

    .md-screen\:em\:text-lg {
        font-size: 1.125em;
        line-height: 1.75rem;
    }

    .md-screen\:em\:text-3xl {
        font-size: 1.875em;
        line-height: 2.25rem;
    }

    .md-screen\:em\:text-base {
        font-size: 1em;
        line-height: 1.5rem;
    }

    .md-screen\:em\:text-\[1\.1em\] {
        font-size: 1.1em;
    }

    .md-screen\:em\:text-\[2\.125em\] {
        font-size: 2.125em;
    }

    .md-screen\:em\:leading-7 {
        line-height: 1.75rem;
    }

    .md-screen\:em\:leading-6 {
        line-height: 1.5rem;
    }

    .md-screen\:em\:leading-5 {
        line-height: 1.25rem;
    }

    .md-screen\:em\:leading-8 {
        line-height: 2rem;
    }

    .md-screen\:em\:leading-10 {
        line-height: 2.5rem;
    }
}

@media (min-width: 1440px) {
    .desktop\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 1600px) {
    .lg-screen\:text-14 {
        font-size: 14px;
    }

    @media (min-width: 1280px) {
        .lg-screen\:text-14 {
            font-size: 0.875em;
        }
    }

    .lg-screen\:bottom-\[12px\] {
        bottom: 12px;
    }

    .lg-screen\:left-0 {
        left: 0px;
    }

    .lg-screen\:top-12 {
        top: 3rem;
    }

    .lg-screen\:my-7 {
        margin-top: 1.75rem;
        margin-bottom: 1.75rem;
    }

    .lg-screen\:mb-16 {
        margin-bottom: 4rem;
    }

    .lg-screen\:mr-4 {
        margin-right: 1rem;
    }

    .lg-screen\:ml-10 {
        margin-left: 2.5rem;
    }

    .lg-screen\:mt-8 {
        margin-top: 2rem;
    }

    .lg-screen\:mb-20 {
        margin-bottom: 5rem;
    }

    .lg-screen\:mt-5 {
        margin-top: 1.25rem;
    }

    .lg-screen\:mt-14 {
        margin-top: 3.5rem;
    }

    .lg-screen\:mb-6 {
        margin-bottom: 1.5rem;
    }

    .lg-screen\:ml-6 {
        margin-left: 1.5rem;
    }

    .lg-screen\:mt-12 {
        margin-top: 3rem;
    }

    .lg-screen\:h-36 {
        height: 9rem;
    }

    .lg-screen\:h-48 {
        height: 12rem;
    }

    .lg-screen\:h-\[\.8rem\] {
        height: 0.8rem;
    }

    .lg-screen\:h-32 {
        height: 8rem;
    }

    .lg-screen\:h-8 {
        height: 2rem;
    }

    .lg-screen\:h-12 {
        height: 3rem;
    }

    .lg-screen\:h-\[100px\] {
        height: 100px;
    }

    .lg-screen\:h-5 {
        height: 1.25rem;
    }

    .lg-screen\:h-96 {
        height: 24rem;
    }

    .lg-screen\:w-10 {
        width: 2.5rem;
    }

    .lg-screen\:w-\[\.8rem\] {
        width: 0.8rem;
    }

    .lg-screen\:w-44 {
        width: 11rem;
    }

    .lg-screen\:w-full {
        width: 100%;
    }

    .lg-screen\:w-8 {
        width: 2rem;
    }

    .lg-screen\:w-12 {
        width: 3rem;
    }

    .lg-screen\:w-\[9\.5rem\] {
        width: 9.5rem;
    }

    .lg-screen\:w-56 {
        width: 14rem;
    }

    .lg-screen\:w-5 {
        width: 1.25rem;
    }

    .lg-screen\:max-w-\[77rem\] {
        max-width: 77rem;
    }

    .lg-screen\:gap-10 {
        gap: 2.5rem;
    }

    .lg-screen\:py-8 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .lg-screen\:px-24 {
        padding-left: 6rem;
        padding-right: 6rem;
    }

    .lg-screen\:py-\[0\.5rem\] {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .lg-screen\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .lg-screen\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    .lg-screen\:py-\[0\.45rem\] {
        padding-top: 0.45rem;
        padding-bottom: 0.45rem;
    }

    .lg-screen\:px-60 {
        padding-left: 15rem;
        padding-right: 15rem;
    }

    .lg-screen\:px-7 {
        padding-left: 1.75rem;
        padding-right: 1.75rem;
    }

    .lg-screen\:py-9 {
        padding-top: 2.25rem;
        padding-bottom: 2.25rem;
    }

    .lg-screen\:px-20 {
        padding-left: 5rem;
        padding-right: 5rem;
    }

    .lg-screen\:py-4 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .lg-screen\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .lg-screen\:pr-3 {
        padding-right: 0.75rem;
    }

    .lg-screen\:pb-4 {
        padding-bottom: 1rem;
    }

    .lg-screen\:pb-2 {
        padding-bottom: 0.5rem;
    }

    .lg-screen\:pl-6 {
        padding-left: 1.5rem;
    }

    .lg-screen\:pt-16 {
        padding-top: 4rem;
    }

    .lg-screen\:text-\[1\.375em\] {
        font-size: 1.375em;
    }

    .lg-screen\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }

    .lg-screen\:leading-\[32px\] {
        line-height: 32px;
    }

    .only\:lg-screen\:w-\[\.8rem\]:only-child {
        width: 0.8rem;
    }

    .lg-screen\:em\:text-sm {
        font-size: 0.875em;
        line-height: 1.25rem;
    }

    .lg-screen\:em\:text-\[1\.94em\] {
        font-size: 1.94em;
    }

    .lg-screen\:em\:text-\[1\.1em\] {
        font-size: 1.1em;
    }

    .lg-screen\:em\:text-\[\.8em\] {
        font-size: 0.8em;
    }

    .lg-screen\:em\:text-\[1\.6em\] {
        font-size: 1.6em;
    }

    .lg-screen\:em\:text-\[\.9em\] {
        font-size: 0.9em;
    }

    .lg-screen\:em\:text-\[2em\] {
        font-size: 2em;
    }

    .lg-screen\:em\:text-\[1\.2em\] {
        font-size: 1.2em;
    }

    .lg-screen\:em\:text-4xl {
        font-size: 2.25em;
        line-height: 2.5rem;
    }

    .lg-screen\:em\:text-\[1em\] {
        font-size: 1em;
    }

    .lg-screen\:em\:text-base {
        font-size: 1em;
        line-height: 1.5rem;
    }

    .lg-screen\:em\:text-\[\.94em\] {
        font-size: 0.94em;
    }

    .lg-screen\:em\:text-\[\.7em\] {
        font-size: 0.7em;
    }

    .lg-screen\:em\:text-\[1\.3em\] {
        font-size: 1.3em;
    }

    .lg-screen\:em\:text-\[\.76em\] {
        font-size: 0.76em;
    }

    .lg-screen\:em\:text-\[\.96em\] {
        font-size: 0.96em;
    }

    .lg-screen\:em\:text-\[\.86em\] {
        font-size: 0.86em;
    }

    .lg-screen\:em\:leading-\[2\.8125em\] {
        line-height: 2.8125em;
    }

    .lg-screen\:em\:leading-\[1\.4em\] {
        line-height: 1.4em;
    }

    .lg-screen\:em\:leading-7 {
        line-height: 1.75rem;
    }

    .lg-screen\:em\:leading-10 {
        line-height: 2.5rem;
    }

    .lg-screen\:em\:leading-6 {
        line-height: 1.5rem;
    }

    .lg-screen\:em\:leading-8 {
        line-height: 2rem;
    }

    @media (min-width: 1280px) {
        .lg-screen\:md-screen\:my-8 {
            margin-top: 2rem;
            margin-bottom: 2rem;
        }
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    #headerContainer.md-screen\:hidden {
        display: block;
    }

    #headerContainer .md-screen\:flex {
        display: none;
    }

    #headerContainer .md-screen\:block {
        display: none;
    }

    #headerContainer .md-screen\:h-full {
        height: 2rem;
    }

    #headerContainer .container {
        max-width: 576px;
    }

    #headerContainer .md-screen\:h-screen {
        height: 45vh;
    }

    .block {
        /*display: block !important;*/
    }
}

#tabs-tab {
    white-space: nowrap !important;
}

.MilestonesSlick .Milestones-yearText span {
    position: relative;
    display: inline-block;
}

.MilestonesSlick .Milestones-yearText.selected span::after {
    display: block;
    content: "";
    width: 100%;
    height: 1.5px;
    background: var(--primary-theme-color);
    position: absolute;
    bottom: 4px;
}


.ps-Non-executive-Directors{
    &.slick-slide img{
      @media screen and (max-width:999px) {
        max-width: 100px !important;
        height: auto !important;
      }
    }
  }


  .custom-timeline-content,
.custom-timeline{
    padding-top: 36px;
}
.Milestones-contentContainer_timeline.custom-timeline:before {
    display: block;
    content: '';
    width: 1px;
    height: 40px;
    background-color: rgba(221, 221, 221, var(--tw-bg-opacity));
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}


#categoryList a{
    display: flex;
    position: relative;
}
/* #categoryList a:after {
    display: block;
    content: '';
    border-left: 2px solid black;
    border-bottom: 2px solid transparent;
    border-top: 2px solid black;
    width: 10px;
    height: 10px;
    transform: rotate(-135deg);
    position: absolute;
    right: -15px;
    top: 2px;
} */

/* new code added on 03.08.2024  */
#categoryList{
    @media screen and (min-width:1280px) {
        gap: 2.5rem;
    }
    @media screen and (max-width:1441px) {
        font-size: 0.875rem !important;
    }
}
.headerOverlaysBody.isScrolledTop #header{
    #categoryList a::after{
        display: block;
        content: '';
        border-left: 2px solid #fff;
        border-bottom: 2px solid transparent;
        border-top: 2px solid #fff;
        width: 10px;
        height: 10px;
        transform: rotate(-135deg);
        position: absolute;
        right: -15px;
        top: 2px;
    }
}


.section-mg{
    overflow:hidden !important;
  }


  .Milestones-Grid.section-mg,
#boardCommittees.section-mg,
#leadership.section-mg{
    overflow: unset !important;
}
