@charset "UTF-8";
/*!
* Start Bootstrap - Agency v7.0.12 (https://startbootstrap.com/theme/agency)
* Copyright 2013-2023 Start Bootstrap
* Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-agency/blob/master/LICENSE)
*/
/*!
 * Bootstrap  v5.2.3 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem;
    }
}
@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}
@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }
    50% {
        opacity: 1;
        transform: none;
    }
}
@keyframes placeholder-glow {
    50% {
        opacity: 0.2;
    }
}
@keyframes placeholder-wave {
    to {
        -webkit-mask-position: -200%0;
        mask-position: -200%0;
    }
}
:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc800;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #ffc800;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc800;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 255, 200, 0;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 200, 0;
    --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, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: Roboto Slab, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-link-color: #ffc800;
    --bs-link-hover-color: #cca000;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff4cc;
}
*,
::after,
::before {
    box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}
body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

.h2,
.h3,
.h4,
h2,
h3,
h4 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 700;
    line-height: 1.2;
}
.h2,
h2 {
    font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
    .h2,
    h2 {
        font-size: 2rem;
    }
}
.h3,
h3 {
    font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
    .h3,
    h3 {
        font-size: 1.75rem;
    }
}
.h4,
h4 {
    font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
    .h4,
    h4 {
        font-size: 1.5rem;
    }
}
p {
    margin-top: 0;
    line-height: 1.75;
}
address {
    font-style: normal;
    line-height: inherit;
}

ul {
    padding-left: 2rem;
}
address,
p,
ul {
    margin-bottom: 1rem;
}

ul {
    margin-top: 0;
}

ul ul {
    margin-bottom: 0;
}
a {
    color: var(--bs-link-color);
    text-decoration: underline;
}
a:hover {
    color: var(--bs-link-hover-color);
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}
img {
    vertical-align: middle;
}
button {
    border-radius: 0;
}
button:focus:not(:focus-visible) {
    outline: 0;
}
button,
input {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button {
    text-transform: none;
}
[role="button"] {
    cursor: pointer;
}
[type="button"],
button {
    -webkit-appearance: button;
}

[type="button"]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}
::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
    padding: 0;
}
::-webkit-inner-spin-button {
    height: auto;
}
::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
    padding: 0;
}
::file-selector-button {
    font: inherit;
    -webkit-appearance: button;
}
[hidden] {
    display: none !important;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.container {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}

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

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

.gx-4 {
    --bs-gutter-x: 1.5rem;
}
@media (min-width: 576px) {
    
    .col-sm-6 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-sm-6 {
        width: 50%;
    }
}
@media (min-width: 768px) {
    
    .col-md-4 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
}
@media (min-width: 992px) {
    
    .col-lg-4 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    
    .col-lg-8 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
}
.btn {
    color: var(--bs-btn-color);
    background-color: var(--bs-btn-bg);
}
.btn {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: #212529;
    --bs-btn-bg: transparent;
    --bs-btn-border-width: 1px;
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: 0.375rem;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), 0.5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}
.btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
}
.btn:focus-visible {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
}

.btn:focus-visible {
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow);
}


.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color);
}


.btn.show:focus-visible,
.btn:first-child:active:focus-visible,
:not(.btn-check) + .btn:active:focus-visible {
    box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn:disabled {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
    opacity: var(--bs-btn-disabled-opacity);
}
.fade {
    transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}
.fade:not(.show) {
    opacity: 0;
}
.collapse:not(.show) {
    display: none;
}
.nav {
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-link-color);
    --bs-nav-link-hover-color: var(--bs-link-hover-color);
    --bs-nav-link-disabled-color: #6c757d;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--bs-nav-link-color);
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .nav-link {
        transition: none;
    }
}
.nav-link:focus,
.nav-link:hover {
    color: var(--bs-nav-link-hover-color);
}
.navbar {
    --bs-navbar-padding-x: 0;
    --bs-navbar-padding-y: 0.5rem;
    --bs-navbar-color: rgba(0, 0, 0, 0.55);
    --bs-navbar-hover-color: rgba(0, 0, 0, 0.7);
    --bs-navbar-disabled-color: rgba(0, 0, 0, 0.3);
    --bs-navbar-active-color: rgba(0, 0, 0, 0.9);
    --bs-navbar-brand-padding-y: 0.3125rem;
    --bs-navbar-brand-margin-end: 1rem;
    --bs-navbar-brand-font-size: 1.25rem;
    --bs-navbar-brand-color: rgba(0, 0, 0, 0.9);
    --bs-navbar-brand-hover-color: rgba(0, 0, 0, 0.9);
    --bs-navbar-nav-link-padding-x: 0.5rem;
    --bs-navbar-toggler-padding-y: 0.25rem;
    --bs-navbar-toggler-padding-x: 0.75rem;
    --bs-navbar-toggler-font-size: 1.25rem;
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    --bs-navbar-toggler-border-color: rgba(0, 0, 0, 0.1);
    --bs-navbar-toggler-border-radius: 0.375rem;
    --bs-navbar-toggler-focus-width: 0.25rem;
    --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}
.navbar-nav {
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-navbar-color);
    --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
    --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.navbar-nav .show > .nav-link {
    color: var(--bs-navbar-active-color);
}
.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}
.navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: var(--bs-navbar-color);
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
    .navbar-toggler {
        transition: none;
    }
}
.navbar-toggler:hover {
    text-decoration: none;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}
@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 .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x);
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}
.navbar-dark {
    --bs-navbar-color: rgba(255, 255, 255, 0.55);
    --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
    --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
    --bs-navbar-active-color: #fff;
    --bs-navbar-brand-color: #fff;
    --bs-navbar-brand-hover-color: #fff;
    --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.timeline > li:last-child {
    margin-bottom: 0;
}
.modal {
    --bs-modal-zindex: 1055;
    --bs-modal-width: 500px;
    --bs-modal-padding: 1rem;
    --bs-modal-margin: 0.5rem;
    --bs-modal-color: ;
    --bs-modal-bg: #fff;
    --bs-modal-border-color: var(--bs-border-color-translucent);
    --bs-modal-border-width: 1px;
    --bs-modal-border-radius: 0.5rem;
    --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-modal-inner-border-radius: calc(0.5rem - 1px);
    --bs-modal-header-padding-x: 1rem;
    --bs-modal-header-padding-y: 1rem;
    --bs-modal-header-padding: 1rem 1rem;
    --bs-modal-header-border-color: var(--bs-border-color);
    --bs-modal-header-border-width: 1px;
    --bs-modal-title-line-height: 1.5;
    --bs-modal-footer-gap: 0.5rem;
    --bs-modal-footer-bg: ;
    --bs-modal-footer-border-color: var(--bs-border-color);
    --bs-modal-footer-border-width: 1px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-modal-zindex);
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: var(--bs-modal-margin);
    pointer-events: none;
}
.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}
.modal.show .modal-dialog {
    transform: none;
}
.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0;
}
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: var(--bs-modal-padding);
}
@media (min-width: 576px) {
    .modal {
        --bs-modal-margin: 1.75rem;
        --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    }
    .modal-dialog {
        max-width: var(--bs-modal-width);
        margin-right: auto;
        margin-left: auto;
    }
}

body {
    position: relative;
}
.link-dark {
    color: #212529 !important;
}
.link-dark:focus,
.link-dark:hover {
    color: #1a1e21 !important;
}

.fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
.fixed-top {
    top: 0;
}

.timeline:before {
    position: absolute;
    top: 0;
    bottom: 0;
    content: "";
}
.border-0 {
    border: 0 !important;
}
.justify-content-center {
    justify-content: center !important;
}
.align-items-center {
    align-items: center !important;
}
.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}
.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}
.mt-3 {
    margin-top: 1rem !important;
}
.me-3 {
    margin-right: 1rem !important;
}
.mb-2 {
    margin-bottom: 0.5rem !important;
}
.mb-3 {
    margin-bottom: 1rem !important;
}
.mb-4 {
    margin-bottom: 1.5rem !important;
}
.ms-1 {
    margin-left: 0.25rem !important;
}
.ms-auto {
    margin-left: auto !important;
}
.p-0 {
    padding: 0 !important;
}
.p-3 {
    padding: 1rem !important;
}
.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}
.text-center {
    text-align: center !important;
}
.text-decoration-none {
    text-decoration: none !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-muted {
    --bs-text-opacity: 1;
    color: #6c757d !important;
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}
.bg-light {
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
.bg-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important;
}
.rounded-circle {
    border-radius: 50% !important;
}
@media (min-width: 576px) {
    .mb-sm-0 {
        margin-bottom: 0 !important;
    }
}
@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
    .mb-lg-0 {
        margin-bottom: 0 !important;
    }
    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .text-lg-start {
        text-align: left !important;
    }
    .text-lg-end {
        text-align: right !important;
    }
}
html {
    scroll-padding-top: 4.5rem;
}
.page-section {
    padding: 6rem 0;
}
.page-section .section-heading.h2,
.page-section h2.section-heading {
    font-size: 2.5rem;
    margin-top: 0;
    margin-bottom: 1rem;
}
.page-section .section-subheading.h3,
.page-section h3.section-subheading {
    font-style: italic;
    font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.page-section .section-subheading.h3,
.page-section h3.section-subheading {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 4rem;
}
@media (min-width: 768px) {
    section {
        padding: 9rem 0;
    }
}
#mainNav {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #212529;
}

#mainNav .navbar-nav .nav-item .nav-link,
#mainNav .navbar-toggler {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
#mainNav .navbar-toggler {
    padding: 0.75rem;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 700;
}

#mainNav .navbar-nav .nav-item .nav-link {
    letter-spacing: 0.0625em;
}
#mainNav .navbar-nav .nav-item .nav-link {
    font-size: 0.95rem;
    color: #fff;
}

#mainNav .navbar-nav .nav-item .nav-link:hover {
    color: #ffc800;
}
@media (min-width: 992px) {
    #mainNav {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        border: 0;
        background-color: transparent;
        transition: padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out;
    }
    #mainNav .navbar-nav .nav-item {
        margin-right: 1rem;
    }
    #mainNav .navbar-nav .nav-item:last-child {
        margin-right: 0;
    }
}
header.masthead {
    min-height: 400px !important;
    background-color: #f8f9fa;
    position: relative;
    padding-top: 10.5rem;
    padding-bottom: 8rem;
    text-align: center;
    color: #fff;
    background-image: url(../assets/img/danjam-header-bg.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover !important;
    animation: fadeIn 0.8s ease-in-out;
}
@media (max-width: 767.98px) {
    header.masthead {
        padding-top: 12rem;
        padding-bottom: 12rem;
        min-height: 60vh;
        background-position: center bottom;
        background-size: cover;
    }
}
@media (min-width: 768px) {
    header.masthead {
        padding-top: 17rem;
        padding-bottom: 12.5rem;
    }
}
#portfolio .portfolio-item .portfolio-link {
    position: relative;
    display: block;
    margin: 0 auto;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover {
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 200, 0, 0.9);
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity ease-in-out 0.25s;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
    font-size: 1.25rem;
    color: #fff;
}
#portfolio .portfolio-item .portfolio-link:hover .portfolio-hover {
    opacity: 1;
}
#portfolio .portfolio-item .portfolio-caption {
    padding: 1.5rem;
    text-align: center;
    background-color: #fff;
}
#portfolio .portfolio-item .portfolio-caption .portfolio-caption-heading {
    font-size: 1.5rem;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 700;
    margin-bottom: 0;
}
#portfolio .portfolio-item .portfolio-caption .portfolio-caption-subheading {
    font-style: italic;
    font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.timeline {
    position: relative;
    padding: 0;
    list-style: none;
}
.timeline:before {
    left: 40px;
    width: 2px;
    margin-left: -1.5px;
    background-color: #e9ecef;
}
.timeline > li {
    position: relative;
    min-height: 50px;
    margin-bottom: 50px;
}
.timeline > li:after,
.timeline > li:before {
    display: table;
    content: " ";
}
.timeline > li:after {
    clear: both;
}
.timeline > li .timeline-panel {
    position: relative;
    float: right;
    width: 100%;
    padding: 0 20px 0 100px;
    text-align: left;
}
.timeline > li .timeline-panel:before,
.timeline > li.timeline-inverted > .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}
.timeline > li .timeline-panel:after,
.timeline > li.timeline-inverted > .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}
.timeline > li .timeline-image {
    position: absolute;
    z-index: 100;
    left: 0;
    width: 80px;
    height: 80px;
    margin-left: 0;
    text-align: center;
    color: #fff;
    border: 7px solid #e9ecef;
    border-radius: 100%;
    background-color: #ffc800;
}
.timeline > li .timeline-image .h4,
.timeline > li .timeline-image h4 {
    font-size: 10px;
    line-height: 14px;
    margin-top: 12px;
}
.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    padding: 0 20px 0 100px;
    text-align: left;
}
.timeline .timeline-heading .h4,
.timeline .timeline-heading h4 {
    margin-top: 0;
    color: inherit;
}
.timeline .timeline-heading .subheading.h4,
.timeline .timeline-heading h4.subheading {
    text-transform: none;
}
.timeline .timeline-body > p,
.timeline .timeline-body > ul {
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .timeline:before {
        left: 50%;
    }
    .timeline > li {
        min-height: 100px;
        margin-bottom: 100px;
    }
    .timeline > li .timeline-panel {
        float: left;
        width: 41%;
        padding: 0 20px 20px 30px;
        text-align: right;
    }
    .timeline > li .timeline-image {
        left: 50%;
        width: 100px;
        height: 100px;
        margin-left: -50px;
    }
    .timeline > li .timeline-image .h4,
    .timeline > li .timeline-image h4 {
        font-size: 13px;
        line-height: 18px;
        margin-top: 16px;
    }
    .timeline > li.timeline-inverted > .timeline-panel {
        float: right;
        padding: 0 30px 20px 20px;
        text-align: left;
    }
}
@media (min-width: 992px) {
    .timeline > li {
        min-height: 150px;
    }
    .timeline > li .timeline-panel {
        padding: 0 20px 20px;
    }
    .timeline > li .timeline-image {
        width: 150px;
        height: 150px;
        margin-left: -75px;
    }
    .timeline > li .timeline-image .h4,
    .timeline > li .timeline-image h4 {
        font-size: 18px;
        line-height: 26px;
        margin-top: 30px;
    }
    .timeline > li.timeline-inverted > .timeline-panel {
        padding: 0 20px 20px;
    }
}
@media (min-width: 1200px) {
    .timeline > li {
        min-height: 170px;
    }
    .timeline > li .timeline-panel {
        padding: 0 20px 20px 100px;
    }
    .timeline > li .timeline-image {
        width: 170px;
        height: 170px;
        margin-left: -85px;
    }
    .timeline > li .timeline-image .h4,
    .timeline > li .timeline-image h4 {
        margin-top: 40px;
    }
    .timeline > li.timeline-inverted > .timeline-panel {
        padding: 0 100px 20px 20px;
    }
}
.footer {
    text-align: center;
    font-size: 0.9rem;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
#mainNav {
    background-color: rgba(0, 0, 0, 0.3) !important;
    backdrop-filter: blur(5px);
    transition: background-color 0.3s ease;
    padding: 0 !important;
}
@media (min-width: 992px) {
    #mainNav {
        padding: 0.5rem 0 !important;
    }
}
#mainNav *,
#navbarResponsive {
    background-color: transparent !important;
}
#mainNav .nav-link,
#mainNav .navbar-toggler {
    background-color: transparent !important;
    color: #f8f9fa !important;
    transition: color 0.3s ease;
    font-family: "Noto Sans KR", sans-serif !important;
}
#mainNav .nav-link {
    font-size: 1.4rem;
    font-weight: 700;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
#mainNav .nav-link:focus,
#mainNav .nav-link:hover {
    color: #ffc800 !important;
    text-decoration: none;
}
.navbar-toggler {
    border: 0;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 1.3rem;
    padding: 0.25rem 0.75rem;
    background-color: transparent !important;
    color: #f8f9fa !important;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
    background-color: rgba(255, 255, 255, 0.1) !important;
    box-shadow: none;
}
.masthead-logo-container {
    background-color: rgba(255, 255, 255, 0.3);
    display: inline-block;
    box-shadow: 0 4px 8px #000;
    position: absolute;
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px;
    border-radius: 30px;
    max-width: 180px;
}
.masthead-logo {
    display: block;
    width: 100%;
    height: auto;
}
@media (max-width: 767.98px) {
    .masthead-logo-container {
        max-width: 150px;
        padding: 5px;
    }
}
@media (max-width: 991.98px) {
    #navbarResponsive {
        display: none !important;
    }
}
.mobile-menu-container {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 8px;
}
.mobile-menu-item {
    display: block;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-family: "Noto Sans KR", sans-serif;
    font-size: 1.2rem;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    transition: transform 0.2s ease, color 0.3s;
}
.mobile-menu-item:hover {
    color: gold;
    transform: scale(1.05);
}
.mobile-menu-item:last-child {
    border-bottom: none;
}
@media (max-width: 767.98px) {
    header.masthead {
        background-position: center center;
        padding-top: 4rem;
        padding-bottom: 2rem;
    }
}
#portfolio .section-heading,
#portfolio .section-subheading {
    font-size: 2rem;
    font-family: "Noto Sans KR", sans-serif;
}
#portfolio .section-subheading {
    font-size: 0.9rem;
    letter-spacing: 0.05em;
    line-height: 1.5;
}
#portfolio .portfolio-caption-heading {
    font-size: 1.25rem;
    font-family: "Noto Sans KR", sans-serif;
    margin-bottom: 0.5rem;
}
#portfolio .portfolio-caption-subheading {
    font-size: 0.8rem;
    font-family: "Noto Sans KR", sans-serif;
    letter-spacing: 0.05em;
    line-height: 1.5;
}
@media (min-width: 992px) {
    #portfolio .row {
        margin: 0 !important;
    }
    #portfolio .col-lg-4 {
        padding: 0.1rem;
    }
}
#about .section-heading,
#about .section-subheading,
#about .timeline-body p,
#about .timeline-heading .subheading,
#about .timeline-heading h4,
#services {
    font-family: "Noto Sans KR", sans-serif;
}
#about .section-heading {
    font-size: 2.5rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
#about .section-subheading {
    font-size: 1rem;
    letter-spacing: 0.05em;
}
#about .timeline-heading .subheading,
#about .timeline-heading h4 {
    font-size: 1.2rem;
    letter-spacing: 0.03em;
    margin-bottom: 0.5rem;
}
#about .timeline-body p {
    font-size: 1rem;
    letter-spacing: 0.03em;
    line-height: 1.5;
}
#services h2.section-heading {
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: 0.05em;
}
#services h3.section-subheading,
#services h4.my-3 {
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0.03em;
}
#services h4.my-3 {
    font-size: 1.1rem;
    font-weight: 600;
}
#services p.text-muted {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.02em;
}
.btn-naver {
    font-family: "Noto Sans KR", sans-serif !important;
    font-size: 1rem !important;
    padding: 0.75rem 1.5rem !important;
    border: 2px solid #ddd !important;
    background-color: transparent !important;
    color: #333 !important;
    border-radius: 50rem !important;
    transition: background-color 0.3s ease, border-color 0.3s ease !important;
    text-align: center !important;
    display: inline-block !important;
    margin: 0.5rem !important;
}
.btn-naver:focus,
.btn-naver:hover {
    background-color: rgba(0, 0, 0, 0.05) !important;
    border-color: #ccc !important;
    text-decoration: none !important;
}
@media (max-width: 767.98px) {
    .btn-naver {
        display: block !important;
        margin: 1rem auto !important;
    }
}
.timeline a {
    text-decoration: none;
    color: inherit;
    display: block;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.timeline a:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}
.timeline-image img {
    border: 3px solid #fff;
    transition: transform 0.2s ease;
}
.timeline a:hover .timeline-image img {
    transform: scale(1.05);
}
.timeline-panel {
    padding: 20px;
    border-radius: 5px;
    background: 0 0;
    box-shadow: none;
    transition: none;
}
.timeline-panel:hover {
    background-color: transparent;
}
.timeline .subheading {
    font-family: "Noto Sans KR", sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 10px;
}
.masthead-logo-container a,
.timeline p {
    font-family: "Noto Sans KR", sans-serif;
    font-size: 1rem;
    color: #555;
}
.portfolio-link {
    position: relative;
    display: block;
}
.portfolio-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5) !important;
    opacity: 0;
    transition: opacity 0.3s ease !important;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}
.portfolio-link img:hover + .portfolio-hover {
    opacity: 1 !important;
}
.portfolio-hover-content {
    display: none !important;
}
.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #ffc800;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    font-size: 1.5rem;
    z-index: 9999;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
    transition: background-color 0.3s ease, transform 0.3s ease;
}
.back-to-top:hover {
    background-color: #d9aa00;
    transform: scale(1.1);
}
.masthead-logo-container a {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 25px;
    text-decoration: none;
    color: #ffc800;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}
.masthead-logo-container a:focus,
.masthead-logo-container a:hover {
    color: #fff;
    transform: translateY(-2px);
}
.about1 {
    font-family: "Noto Sans KR", sans-serif !important;
    font-size: 2.8rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.1em !important;
    margin-bottom: 1rem !important;
    text-transform: uppercase !important;
    color: #333 !important;
}

.navbar-home-btn {
    font-family: "Noto Sans KR", sans-serif;
    font-weight: 700;
}
.navbar-home-btn {
    font-size: 1rem;
    color: #fff;
    text-decoration: none;
    padding: 8px 12px;
    margin-left: auto;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    transition: background 0.3s ease, color 0.3s ease;
}
.navbar-home-btn:hover {
    background: rgba(255, 255, 255, 0.3);
    color: #ffc800;
}
/* 링크 클릭 시 포커스 효과 제거 (노란색 배경 방지) */
.mobile-menu-item:focus,
.mobile-menu-item:active {
    outline: none !important; /* 기본 포커스 제거 */
    box-shadow: none !important; /* 클릭 시 강조 효과 제거 */
    background-color: transparent !important; /* 배경색 유지 */
}

/* 깜빡이는 커서 방지 */
.mobile-menu-item {
    caret-color: transparent !important; /* 텍스트 입력 커서 숨김 */
}
/* 기본 상태 */
#backToTop {
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

/* 모달이 열릴 때 버튼 비활성화 (회색 처리 + 클릭 방지) */

#backToTop {
  caret-color: transparent !important; /* 텍스트 입력 커서가 보이지 않도록 */
}
/* Back to Top 버튼 기본 상태 */
#backToTop {
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

/* 모달이 열리면 Back to Top 버튼 숨김 */
.modal.show ~ #backToTop {
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
/* 기본 상태: 모바일 기준 */
#pcNaverReservation {
  display: none !important;
}

#mobileNaverReservation {
  display: inline-block !important;
  width: auto;
}
#naverBlogLinkFooter{
	display: inline-block !important;
}
/* 768px 이상 (md 이상)일 경우 */
@media (min-width: 768px) {
  #pcNaverReservation {
    display: inline-block !important;
    width: auto;
  }
  
  #mobileNaverReservation {
    display: none !important;
  }
  #naverBlogLinkFooter{
	display: inline-block !important;
}
}
