.btn {
    border: none !important;
}
.video-wrapper {
    overflow: hidden;
}
body {
    background-color: #fefcef;
}
body {
    font-family: Inter Tight;
}
.display-1 {
    font-family: 'Inter Tight', sans-serif;
    font-size: 6.25rem;
    line-height: 1;
}
.display-1 > .mbr-iconfont {
    font-size: 7.8125rem;
}
.display-2 {
    font-family: 'Inter Tight', sans-serif;
    font-size: 3rem;
    line-height: 1.15;
}
.display-2 > .mbr-iconfont {
    font-size: 3.75rem;
}
.display-4 {
    font-family: 'Inter Tight', sans-serif;
    font-size: 1rem;
    line-height: 1.35;
}
.display-4 > .mbr-iconfont {
    font-size: 1.25rem;
}
.display-5 {
    font-family: 'Inter Tight', sans-serif;
    font-size: 1.375rem;
    line-height: 1.2;
}
.display-5 > .mbr-iconfont {
    font-size: 1.71875rem;
}
.display-7 {
    font-family: 'Inter Tight', sans-serif;
    font-size: 1.125rem;
    line-height: 1.4;
}
.display-7 > .mbr-iconfont {
    font-size: 1.40625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
    .display-1 {
        font-size: 5rem;
    }
}
@media (max-width: 768px) {
    .display-1 {
        font-size: 4.375rem;
        font-size: calc( 2.8375rem + (6.25 - 2.8375) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1 * (2.8375rem + (6.25 - 2.8375) * ((100vw - 20rem) / (48 - 20))));
    }
    .display-2 {
        font-size: 2.4rem;
        font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.15 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
    }
    .display-4 {
        font-size: 0.8rem;
        font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.35 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
    }
    .display-5 {
        font-size: 1.1rem;
        font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.2 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20))));
    }
    .display-7 {
        font-size: 0.9rem;
        font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
    }
}
@media (min-width: 992px) and (max-width: 1400px) {
    .display-1 {
        font-size: 4.375rem;
        font-size: calc( 2.8375rem + (6.25 - 2.8375) * ((100vw - 62rem) / (87 - 62)));
        line-height: calc( 1 * (2.8375rem + (6.25 - 2.8375) * ((100vw - 62rem) / (87 - 62))));
    }
    .display-2 {
        font-size: 2.4rem;
        font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
        line-height: calc( 1.15 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
    }
    .display-4 {
        font-size: 0.8rem;
        font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
        line-height: calc( 1.35 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
    }
    .display-5 {
        font-size: 1.1rem;
        font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 62rem) / (87 - 62)));
        line-height: calc( 1.2 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 62rem) / (87 - 62))));
    }
    .display-7 {
        font-size: 0.9rem;
        font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 62rem) / (87 - 62)));
        line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 62rem) / (87 - 62))));
    }
}
/* Buttons */
.btn {
    padding: 1.25rem 2rem;
    border-radius: 4px;
    padding: 0.75rem 1.5rem;
}
.btn-sm {
    padding: 0.6rem 1.2rem;
    border-radius: 4px;
}
.btn-md {
    padding: 0.6rem 1.2rem;
    border-radius: 4px;
}
.btn-lg {
    padding: 1.25rem 2rem;
    border-radius: 4px;
}
.bg-primary {
    background-color: #efbcd5 !important;
}
.bg-success {
    background-color: #8eeabf !important;
}
.bg-info {
    background-color: #80e4f8 !important;
}
.bg-warning {
    background-color: #ffde79 !important;
}
.bg-danger {
    background-color: #eb8d96 !important;
}
.btn-primary::after {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 100%;
    transition: all .8s ease;
    z-index: -1;
    transform: scale(1);
    background-color: #f9e5ef;
    margin-left: 16px;
    pointer-events: none;
}
.btn-primary::before {
    content: '';
    position: absolute;
    right: 24px;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    transition: all .8s ease;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
}
.btn-primary,
.btn-primary:active {
    background-color: #efbcd5 !important;
    border-color: #efbcd5 !important;
    color: #62173c !important;
    box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
    color: inherit;
    background-color: #efbcd5 !important;
    border-color: #f9e5ef !important;
    box-shadow: none;
}
.btn-primary:hover::after,
.btn-primary:focus::after,
.btn-primary.focus::after,
.btn-primary.active::after {
    transform: scale(50);
    background-color: #f9e5ef !important;
}
.btn-primary:hover::before,
.btn-primary:focus::before,
.btn-primary.focus::before,
.btn-primary.active::before {
    opacity: 1;
    background-color: #62173c;
}
.btn-primary.disabled,
.btn-primary:disabled {
    color: #62173c !important;
    background-color: #f9e5ef !important;
    border-color: #f9e5ef !important;
}
.btn-secondary::after {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 100%;
    transition: all .8s ease;
    z-index: -1;
    transform: scale(1);
    background-color: #89a5e6;
    margin-left: 16px;
    pointer-events: none;
}
.btn-secondary::before {
    content: '';
    position: absolute;
    right: 24px;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    transition: all .8s ease;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
}
.btn-secondary,
.btn-secondary:active {
    background-color: #5f85dd !important;
    border-color: #5f85dd !important;
    color: #ffffff !important;
    box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
    color: inherit;
    background-color: #5f85dd !important;
    border-color: #89a5e6 !important;
    box-shadow: none;
}
.btn-secondary:hover::after,
.btn-secondary:focus::after,
.btn-secondary.focus::after,
.btn-secondary.active::after {
    transform: scale(50);
    background-color: #89a5e6 !important;
}
.btn-secondary:hover::before,
.btn-secondary:focus::before,
.btn-secondary.focus::before,
.btn-secondary.active::before {
    opacity: 1;
    background-color: #ffffff;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #ffffff !important;
    background-color: #89a5e6 !important;
    border-color: #89a5e6 !important;
}
.btn-info::after {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 100%;
    transition: all .8s ease;
    z-index: -1;
    transform: scale(1);
    background-color: #b0eefb;
    margin-left: 16px;
    pointer-events: none;
}
.btn-info::before {
    content: '';
    position: absolute;
    right: 24px;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    transition: all .8s ease;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
}
.btn-info,
.btn-info:active {
    background-color: #80e4f8 !important;
    border-color: #80e4f8 !important;
    color: #043842 !important;
    box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
    color: inherit;
    background-color: #80e4f8 !important;
    border-color: #b0eefb !important;
    box-shadow: none;
}
.btn-info:hover::after,
.btn-info:focus::after,
.btn-info.focus::after,
.btn-info.active::after {
    transform: scale(50);
    background-color: #b0eefb !important;
}
.btn-info:hover::before,
.btn-info:focus::before,
.btn-info.focus::before,
.btn-info.active::before {
    opacity: 1;
    background-color: #043842;
}
.btn-info.disabled,
.btn-info:disabled {
    color: #043842 !important;
    background-color: #b0eefb !important;
    border-color: #b0eefb !important;
}
.btn-success::after {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 100%;
    transition: all .8s ease;
    z-index: -1;
    transform: scale(1);
    background-color: #b9f2d7;
    margin-left: 16px;
    pointer-events: none;
}
.btn-success::before {
    content: '';
    position: absolute;
    right: 24px;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    transition: all .8s ease;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
}
.btn-success,
.btn-success:active {
    background-color: #8eeabf !important;
    border-color: #8eeabf !important;
    color: #0b3b25 !important;
    box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
    color: inherit;
    background-color: #8eeabf !important;
    border-color: #b9f2d7 !important;
    box-shadow: none;
}
.btn-success:hover::after,
.btn-success:focus::after,
.btn-success.focus::after,
.btn-success.active::after {
    transform: scale(50);
    background-color: #b9f2d7 !important;
}
.btn-success:hover::before,
.btn-success:focus::before,
.btn-success.focus::before,
.btn-success.active::before {
    opacity: 1;
    background-color: #0b3b25;
}
.btn-success.disabled,
.btn-success:disabled {
    color: #0b3b25 !important;
    background-color: #b9f2d7 !important;
    border-color: #b9f2d7 !important;
}
.btn-warning::after {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 100%;
    transition: all .8s ease;
    z-index: -1;
    transform: scale(1);
    background-color: #ffebac;
    margin-left: 16px;
    pointer-events: none;
}
.btn-warning::before {
    content: '';
    position: absolute;
    right: 24px;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    transition: all .8s ease;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
}
.btn-warning,
.btn-warning:active {
    background-color: #ffde79 !important;
    border-color: #ffde79 !important;
    color: #463500 !important;
    box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
    color: inherit;
    background-color: #ffde79 !important;
    border-color: #ffebac !important;
    box-shadow: none;
}
.btn-warning:hover::after,
.btn-warning:focus::after,
.btn-warning.focus::after,
.btn-warning.active::after {
    transform: scale(50);
    background-color: #ffebac !important;
}
.btn-warning:hover::before,
.btn-warning:focus::before,
.btn-warning.focus::before,
.btn-warning.active::before {
    opacity: 1;
    background-color: #463500;
}
.btn-warning.disabled,
.btn-warning:disabled {
    color: #463500 !important;
    background-color: #ffebac !important;
    border-color: #ffebac !important;
}
.btn-danger::after {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 100%;
    transition: all .8s ease;
    z-index: -1;
    transform: scale(1);
    background-color: #f3b8be;
    margin-left: 16px;
    pointer-events: none;
}
.btn-danger::before {
    content: '';
    position: absolute;
    right: 24px;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    transition: all .8s ease;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
}
.btn-danger,
.btn-danger:active {
    background-color: #eb8d96 !important;
    border-color: #eb8d96 !important;
    color: #ffffff !important;
    box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
    color: inherit;
    background-color: #eb8d96 !important;
    border-color: #f3b8be !important;
    box-shadow: none;
}
.btn-danger:hover::after,
.btn-danger:focus::after,
.btn-danger.focus::after,
.btn-danger.active::after {
    transform: scale(50);
    background-color: #f3b8be !important;
}
.btn-danger:hover::before,
.btn-danger:focus::before,
.btn-danger.focus::before,
.btn-danger.active::before {
    opacity: 1;
    background-color: #ffffff;
}
.btn-danger.disabled,
.btn-danger:disabled {
    color: #ffffff !important;
    background-color: #f3b8be !important;
    border-color: #f3b8be !important;
}
.btn-white::after {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 100%;
    transition: all .8s ease;
    z-index: -1;
    transform: scale(1);
    background-color: #ffffff;
    margin-left: 16px;
    pointer-events: none;
}
.btn-white::before {
    content: '';
    position: absolute;
    right: 24px;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    transition: all .8s ease;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
}
.btn-white,
.btn-white:active {
    background-color: #ffffff !important;
    border-color: #ffffff !important;
    color: #666666 !important;
    box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
    color: inherit;
    background-color: #ffffff !important;
    border-color: #ffffff !important;
    box-shadow: none;
}
.btn-white:hover::after,
.btn-white:focus::after,
.btn-white.focus::after,
.btn-white.active::after {
    transform: scale(50);
    background-color: #ffffff !important;
}
.btn-white:hover::before,
.btn-white:focus::before,
.btn-white.focus::before,
.btn-white.active::before {
    opacity: 1;
    background-color: #666666;
}
.btn-white.disabled,
.btn-white:disabled {
    color: #666666 !important;
    background-color: #ffffff !important;
    border-color: #ffffff !important;
}
.btn-black::after {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 100%;
    transition: all .8s ease;
    z-index: -1;
    transform: scale(1);
    background-color: #1a1a1a;
    margin-left: 16px;
    pointer-events: none;
}
.btn-black::before {
    content: '';
    position: absolute;
    right: 24px;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    transition: all .8s ease;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
}
.btn-black,
.btn-black:active {
    background-color: #000000 !important;
    border-color: #000000 !important;
    color: #ffffff !important;
    box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
    color: inherit;
    background-color: #000000 !important;
    border-color: #1a1a1a !important;
    box-shadow: none;
}
.btn-black:hover::after,
.btn-black:focus::after,
.btn-black.focus::after,
.btn-black.active::after {
    transform: scale(50);
    background-color: #1a1a1a !important;
}
.btn-black:hover::before,
.btn-black:focus::before,
.btn-black.focus::before,
.btn-black.active::before {
    opacity: 1;
    background-color: #ffffff;
}
.btn-black.disabled,
.btn-black:disabled {
    color: #ffffff !important;
    background-color: #1a1a1a !important;
    border-color: #1a1a1a !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
    background-color: transparent !important;
    border-color: transparent;
    color: #efbcd5;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
    color: #de76a9 !important;
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
    color: #ffffff !important;
    background-color: #efbcd5 !important;
    border-color: #efbcd5 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
    background-color: transparent !important;
    border-color: transparent;
    color: #5f85dd;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
    color: #2855bd !important;
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
    color: #ffffff !important;
    background-color: #5f85dd !important;
    border-color: #5f85dd !important;
}
.btn-info-outline,
.btn-info-outline:active {
    background-color: transparent !important;
    border-color: transparent;
    color: #80e4f8;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
    color: #2ed3f3 !important;
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
    color: #066173 !important;
    background-color: #80e4f8 !important;
    border-color: #80e4f8 !important;
}
.btn-success-outline,
.btn-success-outline:active {
    background-color: transparent !important;
    border-color: transparent;
    color: #8eeabf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
    color: #45dc96 !important;
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
    color: #13663f !important;
    background-color: #8eeabf !important;
    border-color: #8eeabf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
    background-color: transparent !important;
    border-color: transparent;
    color: #ffde79;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
    color: #ffc922 !important;
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
    color: #795b00 !important;
    background-color: #ffde79 !important;
    border-color: #ffde79 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
    background-color: transparent !important;
    border-color: transparent;
    color: #eb8d96;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
    color: #de4352 !important;
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
    color: #ffffff !important;
    background-color: #eb8d96 !important;
    border-color: #eb8d96 !important;
}
.btn-black-outline,
.btn-black-outline:active {
    background-color: transparent !important;
    border-color: transparent;
    color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
    color: #000000 !important;
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
    color: #ffffff !important;
    background-color: #000000 !important;
    border-color: #000000 !important;
}
.btn-white-outline,
.btn-white-outline:active {
    background-color: transparent !important;
    border-color: transparent;
    color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
    color: #d4d4d4 !important;
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
    color: #808080 !important;
    background-color: #ffffff !important;
    border-color: #ffffff !important;
}
.text-primary {
    color: #efbcd5 !important;
}
.text-secondary {
    color: #5f85dd !important;
}
.text-success {
    color: #8eeabf !important;
}
.text-info {
    color: #80e4f8 !important;
}
.text-warning {
    color: #ffde79 !important;
}
.text-danger {
    color: #eb8d96 !important;
}
.text-white {
    color: #ffffff !important;
}
.text-black {
    color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
    color: #db6aa1 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
    color: #264fb0 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
    color: #38da8e !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
    color: #1fcff3 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
    color: #ffc513 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
    color: #dc3646 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
    color: #cccccc !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
    color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
    position: relative;
    background-image: transparent;
    background-size: 10000px 2px;
    background-repeat: no-repeat;
    background-position: 0px 1.2em;
    background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
    transition: background-position 2s ease-in-out;
    background-image: linear-gradient(currentColor 50%, currentColor 50%);
    background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
    color: #efbcd5;
}
.nav-tabs .nav-link:not(.active) {
    color: #232323;
}
.alert-success {
    background-color: #70c770;
}
.alert-info {
    background-color: #80e4f8;
}
.alert-warning {
    background-color: #ffde79;
}
.alert-danger {
    background-color: #eb8d96;
}
.mbr-section-btn .btn:not(.btn-form) {
    border-radius: 100px;
}
.mbr-gallery-filter li a {
    border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
    background-color: #efbcd5;
    border-color: #efbcd5;
    color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
    box-shadow: none;
}
a,
a:hover {
    color: #efbcd5;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
    color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
    color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
    color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
    color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
    color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
    display: none;
}
.form-control {
    font-family: 'Inter Tight', sans-serif;
    font-size: 1rem;
    line-height: 1.35;
    font-weight: 400;
    border-radius: 10px !important;
}
.form-control > .mbr-iconfont {
    font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
    border-color: #efbcd5 !important;
}
.form-control:-webkit-input-placeholder {
    font-family: 'Inter Tight', sans-serif;
    font-size: 1.125rem;
    line-height: 1.4;
    font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
    font-size: 1.40625rem;
}
blockquote {
    border-color: #efbcd5;
}
/* Forms */
.mbr-form .input-group-btn .btn {
    border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
    border-radius: 100px !important;
    padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
    background-color: #efbcd5;
    color: #ffffff;
}
.jq-number__spin {
    transition: 0.25s ease;
}
.jq-number__spin:hover {
    border-color: #efbcd5;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
    transition: 0.4s;
    border-top-color: #232323;
    border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
    border-top-color: #efbcd5;
    border-bottom-color: #efbcd5;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
    color: #000000 !important;
    background-color: #efbcd5 !important;
    box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
    color: #ffffff !important;
    background: #5f85dd !important;
    box-shadow: none !important;
}
.lazy-bg {
    background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
    display: block;
    position: relative;
    padding-bottom: 56.25%;
    width: 100%;
    height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    background: transparent no-repeat center;
    background-size: contain;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-image: url("../../../data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
    opacity: 0.5;
}
body {
    overflow-x: hidden;
}
a {
    transition: color 0.6s;
}
.mbr-section-btn {
    will-change: transform;
}
.mbr-section-btn .btn {
    position: relative;
    z-index: 1;
    font-weight: 400;
    padding: 15px 24px;
    overflow: hidden;
    align-items: center;
    transition: all .8s ease;
    will-change: transform;
}
.mbr-section-btn .btn-white {
    color: #000000 !important;
}
.mbr-section-btn .btn-white::after {
    background-color: #efbcd5 !important;
}
.mbr-section-btn .btn-white:hover,
.mbr-section-btn .btn-white:focus,
.mbr-section-btn .btn-white.focus,
.mbr-section-btn .btn-white.active {
    color: #62173c !important;
    background-color: #efbcd5 !important;
    border-color: #efbcd5 !important;
    box-shadow: none;
    transition: background-color 1s ease;
}
.mbr-section-btn .btn-white:hover::before,
.mbr-section-btn .btn-white:focus::before,
.mbr-section-btn .btn-white.focus::before,
.mbr-section-btn .btn-white.active::before {
    background-color: #62173c !important;
}
.mbr-section-btn .btn-black {
    color: #ffffff !important;
}
.mbr-section-btn .btn-black::after {
    background-color: #efbcd5 !important;
}
.mbr-section-btn .btn-black:hover,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn .btn-black.focus,
.mbr-section-btn .btn-black.active {
    color: #62173c !important;
    background-color: #efbcd5 !important;
    border-color: #efbcd5 !important;
    box-shadow: none;
    transition: background-color 1s ease;
}
.mbr-section-btn .btn-black:hover::before,
.mbr-section-btn .btn-black:focus::before,
.mbr-section-btn .btn-black.focus::before,
.mbr-section-btn .btn-black.active::before {
    background-color: #62173c !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
    border-radius: 32px !important;
}
@media (max-width: 992px) {
    img,
    .card-wrap,
    .card-wrapper,
    .video-wrapper,
    .mbr-figure iframe,
    .google-map iframe,
    .slide-content,
    .plan,
    .card,
    .item-wrapper {
        border-radius: 16px !important;
    }
}
.large-radius {
    border-radius: 40px !important;
}
@media (max-width: 992px) {
    .large-radius {
        border-radius: 24px !important;
    }
}
.little-radius {
    border-radius: 24px !important;
}
.lit-radius {
    border-radius: 16px !important;
}
.nav-item .nav-link,
.dropdown-item {
    border-radius: 12px !important;
}
.nav-tabs .nav-link {
    border-radius: 100px !important;
}
*:focus-visible {
    outline: red solid 2px !important;
    outline-offset: 2px !important;
    transition: outline 0.2s ease-in-out;
}
.cid-vq6IGNBpKW .navbar-dropdown {
    position: relative !important;
}
.cid-vq6IGNBpKW .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
}
@media (max-width: 992px) {
    .cid-vq6IGNBpKW .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.cid-vq6IGNBpKW .dropdown-item:before {
    font-family: Moririse2 !important;
    content: "\e966";
    display: inline-block;
    width: 0;
    position: absolute;
    left: 1rem;
    top: 0.5rem;
    margin-right: 0.5rem;
    line-height: 1;
    font-size: inherit;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    transform: scale(0, 1);
    transition: all 0.25s ease-in-out;
}
.cid-vq6IGNBpKW .dropdown-menu {
    padding: 0;
    border-radius: 0;
    box-shadow: none;
}
.cid-vq6IGNBpKW .dropdown-item {
    border: none !important;
    background: #ffffff !important;
    font-weight: 400;
}
.cid-vq6IGNBpKW .dropdown-item:hover,
.cid-vq6IGNBpKW .dropdown-item:focus {
    background: #ffffff !important;
    color: #bc8ca4 !important;
}
.cid-vq6IGNBpKW .dropdown-item:hover span {
    color: white;
}
.cid-vq6IGNBpKW .dropdown-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.cid-vq6IGNBpKW .dropdown-item:last-child {
    border-bottom: none;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.cid-vq6IGNBpKW .nav-dropdown .link {
    padding: 0 0.3em !important;
    margin: 0.667em 1em !important;
}
.cid-vq6IGNBpKW .nav-dropdown .link.dropdown-toggle::after {
    margin-left: 0.5rem;
    margin-top: -0.2rem;
}
.cid-vq6IGNBpKW .nav-link {
    position: relative;
}
.cid-vq6IGNBpKW .container {
    display: flex;
    margin: 0 auto;
    max-width: 1506px;
}
@media (min-width: 992px) {
    .cid-vq6IGNBpKW .container {
        flex-wrap: nowrap;
    }
}
.cid-vq6IGNBpKW .iconfont-wrapper {
    font-size: 1rem;
    transition: all 0.3s ease-in-out;
}
.cid-vq6IGNBpKW .iconfont-wrapper:hover {
    opacity: 0.5;
}
.cid-vq6IGNBpKW .dropdown-menu,
.cid-vq6IGNBpKW .navbar.opened {
    background: #fefcef !important;
}
.cid-vq6IGNBpKW .nav-item:focus,
.cid-vq6IGNBpKW .nav-link:focus {
    outline: none;
}
.cid-vq6IGNBpKW .dropdown .dropdown-menu .dropdown-item {
    width: auto;
    transition: all 0.25s ease-in-out;
}
.cid-vq6IGNBpKW .dropdown .dropdown-menu .dropdown-item::after {
    right: 1.6rem;
}
.cid-vq6IGNBpKW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
    margin-right: 0.5rem;
    vertical-align: sub;
}
.cid-vq6IGNBpKW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
    display: inline-block;
    transform: scale(1, 1);
    transition: all 0.25s ease-in-out;
}
.cid-vq6IGNBpKW .collapsed .dropdown-menu .dropdown-item:before {
    display: none;
}
.cid-vq6IGNBpKW .collapsed .dropdown .dropdown-menu .dropdown-item {
    padding: 14px !important;
    transition: none;
    margin: 0 !important;
}
.cid-vq6IGNBpKW .navbar {
    min-height: 80px;
    transition: all 0.3s;
    border-bottom: 1px solid transparent;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    background: #fefcef;
    padding: 0 !important;
    border-radius: 0 !important;
    border: none !important;
    box-shadow: none !important;
    backdrop-filter: blur(5px);
}
.cid-vq6IGNBpKW .navbar.opened {
    transition: all 0.3s;
}
.cid-vq6IGNBpKW .navbar .dropdown-item {
    padding: 8px 3.2rem 8px 18px;
    line-height: 1.5;
    border-radius: 0;
    margin-left: 4px;
    margin-bottom: 4px;
}
.cid-vq6IGNBpKW .navbar .navbar-logo {
    margin-right: 1rem;
}
.cid-vq6IGNBpKW .navbar .navbar-logo img {
    width: auto;
    border-radius: 0 !important;
}
.cid-vq6IGNBpKW .navbar .navbar-collapse {
    justify-content: flex-end;
    z-index: 1;
}
.cid-vq6IGNBpKW .navbar.collapsed {
    justify-content: center;
}
.cid-vq6IGNBpKW .navbar.collapsed .nav-item .nav-link::before {
    display: none;
}
.cid-vq6IGNBpKW .navbar.collapsed.opened .dropdown-menu {
    top: 0;
}
.cid-vq6IGNBpKW .navbar.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
}
.cid-vq6IGNBpKW .navbar.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
}
.cid-vq6IGNBpKW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: -0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 41%;
}
.cid-vq6IGNBpKW .navbar.collapsed ul.navbar-nav li {
    margin: auto;
}
.cid-vq6IGNBpKW .navbar.collapsed .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
}
.cid-vq6IGNBpKW .navbar.collapsed .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
    .cid-vq6IGNBpKW .navbar .nav-item .nav-link::before {
        display: none;
    }
    .cid-vq6IGNBpKW .navbar.opened .dropdown-menu {
        top: 0;
    }
    .cid-vq6IGNBpKW .navbar .dropdown-menu .dropdown-submenu {
        left: 0 !important;
    }
    .cid-vq6IGNBpKW .navbar .dropdown-menu .dropdown-item:after {
        right: auto;
    }
    .cid-vq6IGNBpKW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
        margin-left: 0.5rem;
        margin-top: -0.2rem;
        border-top: 0.35em solid;
        border-right: 0.35em solid transparent;
        border-left: 0.35em solid transparent;
        border-bottom: 0;
        top: 40%;
    }
    .cid-vq6IGNBpKW .navbar .navbar-logo img {
        height: 3rem !important;
        border-radius: 0 !important;
    }
    .cid-vq6IGNBpKW .navbar ul.navbar-nav li {
        margin: auto;
    }
    .cid-vq6IGNBpKW .navbar .dropdown-menu .dropdown-item {
        padding: 14px !important;
        text-align: center;
        margin-left: 0;
        box-shadow: none;
    }
    .cid-vq6IGNBpKW .navbar .navbar-brand {
        flex-shrink: initial;
        flex-basis: auto;
        word-break: break-word;
        padding-right: 0.5rem;
        max-width: 80%;
    }
    .cid-vq6IGNBpKW .navbar .navbar-toggler {
        flex-basis: auto;
    }
    .cid-vq6IGNBpKW .navbar .icons-menu {
        padding-left: 0;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
}
.cid-vq6IGNBpKW .navbar.navbar-short {
    min-height: 80px;
}
.cid-vq6IGNBpKW .navbar.navbar-short .navbar-brand {
    min-height: 80px;
}
.cid-vq6IGNBpKW .navbar-brand {
    min-height: 80px;
    flex-shrink: 0;
    align-items: center;
    margin-right: 0;
    padding: 10px 0;
    transition: all 0.3s;
    word-break: break-word !important;
    z-index: 1;
    word-wrap: break-word !important;
    white-space: normal;
}
.cid-vq6IGNBpKW .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-weight: 400;
}
.cid-vq6IGNBpKW .navbar-brand .navbar-caption:hover,
.cid-vq6IGNBpKW .navbar-brand .navbar-caption:focus {
    color: #bc8ca4 !important;
}
.cid-vq6IGNBpKW .navbar-brand .navbar-logo a {
    outline: none;
}
.cid-vq6IGNBpKW .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vq6IGNBpKW .navbar.opened .navbar-brand .navbar-caption:focus {
    color: #bc8ca4 !important;
}
.cid-vq6IGNBpKW .dropdown-item.active,
.cid-vq6IGNBpKW .dropdown-item:active {
    background-color: transparent;
}
.cid-vq6IGNBpKW .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
}
.cid-vq6IGNBpKW .nav-dropdown .link.dropdown-toggle {
    margin-right: 1.667em;
}
.cid-vq6IGNBpKW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.667em;
}
.cid-vq6IGNBpKW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    background: #ffffff;
    top: 2.3rem;
    border-radius: 30px;
}
@media (max-width: 992px) {
    .cid-vq6IGNBpKW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
        top: 0;
    }
}
.cid-vq6IGNBpKW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
    margin: 0;
    left: 100%;
    top: 0;
    border-left: 1px solid transparent;
}
.cid-vq6IGNBpKW .navbar .dropdown.open > .dropdown-menu {
    display: block;
}
.cid-vq6IGNBpKW ul.navbar-nav {
    flex-wrap: wrap;
}
@media (min-width: 991px) {
    .cid-vq6IGNBpKW ul.navbar-nav {
        padding: 0;
        background-color: transparent;
        border: 2px solid transparent;
    }
}
.cid-vq6IGNBpKW .navbar-buttons {
    text-align: center;
    width: auto;
}
@media (min-width: 991px) {
    .cid-vq6IGNBpKW .navbar-buttons {
        text-align: left;
    }
}
.cid-vq6IGNBpKW .navbar-buttons .btn {
    white-space: nowrap;
    min-height: auto;
    width: auto;
    margin-right: 0;
}
@media (max-width: 575px) {
    .cid-vq6IGNBpKW .navbar-buttons .btn {
        width: auto !important;
    }
}
.cid-vq6IGNBpKW button.navbar-toggler {
    outline: none;
    width: 50px;
    height: 50px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    border-radius: 100%;
    background-color: #fefcef !important;
    border: none !important;
    box-shadow: none !important;
}
.cid-vq6IGNBpKW button.navbar-toggler .hamburger span {
    position: absolute;
    right: 0;
    width: 20px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
}
.cid-vq6IGNBpKW button.navbar-toggler .hamburger span:nth-child(1) {
    top: 18px;
    left: 15px;
    transition: all 0.2s;
}
.cid-vq6IGNBpKW button.navbar-toggler .hamburger span:nth-child(2) {
    left: 15px;
    top: 24px;
    transition: all 0.15s;
}
.cid-vq6IGNBpKW button.navbar-toggler .hamburger span:nth-child(3) {
    left: 15px;
    top: 24px;
    transition: all 0.15s;
}
.cid-vq6IGNBpKW button.navbar-toggler .hamburger span:nth-child(4) {
    left: 15px;
    top: 30px;
    transition: all 0.2s;
}
.cid-vq6IGNBpKW nav.opened .hamburger span:nth-child(1) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all 0.2s;
}
.cid-vq6IGNBpKW nav.opened .hamburger span:nth-child(2) {
    transform: rotate(45deg);
    transition: all 0.25s;
}
.cid-vq6IGNBpKW nav.opened .hamburger span:nth-child(3) {
    transform: rotate(-45deg);
    transition: all 0.25s;
}
.cid-vq6IGNBpKW nav.opened .hamburger span:nth-child(4) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all 0.2s;
}
.cid-vq6IGNBpKW .navbar-dropdown {
    padding: 0 1rem;
}
.cid-vq6IGNBpKW a.nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
}
.cid-vq6IGNBpKW .icons-menu {
    flex-wrap: nowrap;
    display: flex;
    justify-content: center;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.3rem;
    text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .cid-vq6IGNBpKW .navbar {
        height: 70px;
    }
    .cid-vq6IGNBpKW .navbar.opened {
        height: auto;
    }
    .cid-vq6IGNBpKW .nav-item .nav-link:hover::before {
        width: 175%;
        max-width: calc(100% + 2rem);
        left: -1rem;
    }
}
.cid-vq6IGNBpKW .navbar-nav {
    margin: 0 auto;
}
.cid-vq6IGNBpKW .nav-item {
    padding: 0;
    margin: 0;
}
.cid-vq6IGNBpKW .nav-item .nav-link {
    padding: 8px 18px !important;
    margin: 0 !important;
    transition: all 0.3s ease-in-out;
    font-weight: 400;
}
.cid-vq6IGNBpKW .nav-item .nav-link::after {
    color: inherit !important;
    transform: rotate(0);
    transition: 0.3s;
}
.cid-vq6IGNBpKW .nav-item .nav-link:hover {
    background-color: #ffffff;
    color: #bc8ca4 !important;
}
.cid-vq6IGNBpKW .nav-item .nav-link:hover::after {
    color: inherit !important;
}
.cid-vq6IGNBpKW .nav-item .nav-link.show::after {
    transform: rotate(180deg);
}
.cid-vq6IGNBpKW .nav-item .dropdown-menu {
    background-color: transparent !important;
}
.cid-vq6IGNBpKW .nav-item .dropdown-menu:hover {
    background-color: transparent !important;
}
@media (max-width: 991px) {
    .cid-vq6IGNBpKW .navbar {
        justify-content: flex-start !important;
    }
    .cid-vq6IGNBpKW .navbar.opened {
        min-height: 100vh !important;
        flex-direction: column !important;
        justify-content: flex-start !important;
    }
    .cid-vq6IGNBpKW .navbar-collapse {
        padding: 20px 0 3rem;
    }
    .cid-vq6IGNBpKW .navbar-collapse .navbar-nav {
        width: 100%;
        margin-bottom: 24px;
    }
    .cid-vq6IGNBpKW .navbar-collapse .nav-item {
        width: 100%;
        margin: 0;
    }
    .cid-vq6IGNBpKW .navbar-collapse .nav-item:not(:first-child) {
        border-top: 1px solid transparent;
    }
    .cid-vq6IGNBpKW .navbar-collapse .nav-item .nav-link {
        padding: 14px !important;
        justify-content: center;
        margin: 0 !important;
        margin-bottom: 4px !important;
    }
}
.cid-vq6IGNBpKW .content-wrap {
    min-height: 80px;
}
.cid-vq6IGNBpKW .navbar-caption {
    color: #000000;
}
.cid-vq6IGNBpKW .nav-link,
.cid-vq6IGNBpKW .dropdown-item {
    color: #000000;
}
.cid-vq6IGNDTXc {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: transparent;
}
.cid-vq6IGNDTXc .mbr-fallback-image.disabled {
    display: none;
}
.cid-vq6IGNDTXc .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.cid-vq6IGNDTXc .card-wrapper {
    position: relative;
    padding: 120px 60px 60px;
    overflow: hidden;
}
@media (max-width: 992px) {
    .cid-vq6IGNDTXc .card-wrapper {
        padding: 40px 20px;
    }
}
.cid-vq6IGNDTXc .card-wrapper .image-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cid-vq6IGNDTXc .card-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.4;
    z-index: 1;
    pointer-events: none;
}
.cid-vq6IGNDTXc .card-wrapper .title-wrapper {
    position: relative;
    z-index: 1;
    margin-top: 464px;
}
@media (max-width: 1440px) {
    .cid-vq6IGNDTXc .card-wrapper .title-wrapper {
        margin-top: 240px;
    }
}
@media (max-width: 1200px) {
    .cid-vq6IGNDTXc .card-wrapper .title-wrapper {
        margin-top: 120px;
    }
}
@media (max-width: 992px) {
    .cid-vq6IGNDTXc .card-wrapper .title-wrapper {
        margin-top: 0;
    }
}
.cid-vq6IGNDTXc .card-wrapper .title-wrapper .mbr-section-title {
    display: inline-block;
    width: 70%;
    margin-bottom: 0;
    width: 100%;
}
@media (max-width: 992px) {
    .cid-vq6IGNDTXc .card-wrapper .title-wrapper .mbr-section-title {
        width: 100%;
        margin-bottom: 40px;
    }
}
.cid-vq6IGNDTXc .card-wrapper .text-wrapper {
    position: relative;
    z-index: 1;
}
.cid-vq6IGNDTXc .card-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
}
.cid-vq6IGNDTXc .mbr-section-title {
    color: #ffffff;
}
.cid-vq6IGNDTXc .mbr-text {
    color: #ffffff;
}
.cid-vq6IGNDCVj {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-image: url("../../assets/images/photo-1649283062450-b1b7e4b5bd99.jpeg");
}
.cid-vq6IGNDCVj .mbr-fallback-image.disabled {
    display: none;
}
.cid-vq6IGNDCVj .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.cid-vq6IGNDCVj .image-wrapper {
    height: 400px;
}
@media (max-width: 992px) {
    .cid-vq6IGNDCVj .image-wrapper {
        height: 300px;
    }
}
.cid-vq6IGNDEK8 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}
.cid-vq6IGNDEK8 .mbr-fallback-image.disabled {
    display: none;
}
.cid-vq6IGNDEK8 .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.cid-vq6IGNDEK8 .card {
    justify-content: space-between;
}
@media (max-width: 992px) {
    .cid-vq6IGNDEK8 .card {
        margin-bottom: 40px;
    }
}
.cid-vq6IGNDEK8 .title-wrapper .mbr-label {
    margin-bottom: 20px;
}
.cid-vq6IGNDEK8 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
}
.cid-vq6IGNDEK8 .mbr-section-btn .btn {
    margin-bottom: 0;
}
.cid-vq6IGNDEK8 .text-wrapper .mbr-text {
    margin-bottom: 0;
}
.cid-vq6IGNDEK8 .mbr-label {
    color: #BC8CA4;
}
.cid-vq6IGNDEK8 .mbr-section-title {
    color: #000000;
}
.cid-vq6IGNDEK8 .mbr-text {
    color: #000000;
}
.cid-vq6IGNEMwL {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: transparent;
}
.cid-vq6IGNEMwL .mbr-fallback-image.disabled {
    display: none;
}
.cid-vq6IGNEMwL .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.cid-vq6IGNEMwL .card-wrapper {
    box-shadow: 0 10px 25px -20px #6c7179;
    padding: 8px;
    background-color: #ffffff;
}
.cid-vq6IGNEMwL .card-wrapper .google-map iframe {
    height: 640px;
    width: 100%;
}
@media (max-width: 1440px) {
    .cid-vq6IGNEMwL .card-wrapper .google-map iframe {
        height: 500px;
    }
}
@media (max-width: 992px) {
    .cid-vq6IGNEMwL .card-wrapper .google-map iframe {
        height: 350px;
    }
}
.cid-vq6IGNEK9k {
    padding-top: 5rem;
    padding-bottom: 10rem;
    background-color: #ffffff;
}
.cid-vq6IGNEK9k .mbr-fallback-image.disabled {
    display: none;
}
.cid-vq6IGNEK9k .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.cid-vq6IGNEK9k .title-wrapper {
    margin-bottom: 40px;
}
.cid-vq6IGNEK9k .title-wrapper .mbr-label {
    margin-bottom: 20px;
}
.cid-vq6IGNEK9k .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
}
.cid-vq6IGNEK9k .title-wrapper .text-wrapper .mbr-text {
    display: inline-block;
    width: 50%;
    margin-bottom: 0;
}
@media (max-width: 992px) {
    .cid-vq6IGNEK9k .title-wrapper .text-wrapper .mbr-text {
        width: 100%;
    }
}
.cid-vq6IGNEK9k .items-wrapper {
    margin: 0 -8px;
}
.cid-vq6IGNEK9k .items-wrapper .item {
    padding: 0 8px;
    margin-bottom: 16px;
}
@media (max-width: 992px) {
    .cid-vq6IGNEK9k .items-wrapper .item {
        margin-bottom: 20px;
    }
    .cid-vq6IGNEK9k .items-wrapper .item:last-child {
        margin-bottom: 0;
    }
}
.cid-vq6IGNEK9k .items-wrapper .item:nth-child(3n + 2) {
    transform: translateY(80px);
}
@media (max-width: 992px) {
    .cid-vq6IGNEK9k .items-wrapper .item:nth-child(3n + 2) {
        transform: none;
    }
}
.cid-vq6IGNEK9k .items-wrapper .item .item-wrapper {
    display: flex;
    align-items: flex-end;
    position: relative;
    min-height: 480px;
    padding: 8px;
}
@media (max-width: 992px) {
    .cid-vq6IGNEK9k .items-wrapper .item .item-wrapper {
        min-height: 380px;
    }
}
.cid-vq6IGNEK9k .items-wrapper .item .item-wrapper .item-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cid-vq6IGNEK9k .items-wrapper .item .item-wrapper .item-content {
    position: relative;
    z-index: 1;
    padding: 16px;
    animation: none !important;
    width: 100%;
}
@media (max-width: 992px) {
    .cid-vq6IGNEK9k .items-wrapper .item .item-wrapper .item-content {
        padding: 20px;
    }
}
.cid-vq6IGNEK9k .items-wrapper .item .item-wrapper .item-content .over-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.5;
    z-index: 1;
    pointer-events: none;
}
.cid-vq6IGNEK9k .items-wrapper .item .item-wrapper .item-content .blur-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(10px);
    pointer-events: none;
    z-index: 1;
}
.cid-vq6IGNEK9k .items-wrapper .item .item-wrapper .item-content .item-name {
    position: relative;
    z-index: 1;
    margin-bottom: 4px;
}
.cid-vq6IGNEK9k .items-wrapper .item .item-wrapper .item-content .item-role {
    position: relative;
    z-index: 1;
    margin-bottom: 0;
}
.cid-vq6IGNEK9k .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
    position: relative;
    z-index: 1;
    margin-top: 12px;
}
.cid-vq6IGNEK9k .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
    margin-bottom: 0;
}
.cid-vq6IGNEK9k .mbr-label {
    color: #BC8CA4;
    text-align: center;
}
.cid-vq6IGNEK9k .mbr-section-title {
    color: #000000;
    text-align: center;
}
.cid-vq6IGNEK9k .mbr-text,
.cid-vq6IGNEK9k .text-wrapper {
    color: #6c7179;
    text-align: center;
}
.cid-vq6IGNEK9k .item-name {
    color: #ffffff;
}
.cid-vq6IGNEK9k .item-role {
    color: #d1d3d6;
}
.cid-vq6IGNF3Q2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: #ffffff;
}
.cid-vq6IGNF3Q2 .item:focus,
.cid-vq6IGNF3Q2 span:focus {
    outline: none;
}
.cid-vq6IGNF3Q2 .container-fluid {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
}
.cid-vq6IGNF3Q2 .content-head {
    max-width: 800px;
}
.cid-vq6IGNF3Q2 .item {
    font-weight: 700;
    color: #bc8ca4;
    padding: 10px 0;
}
.cid-vq6IGNF6sD {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: transparent;
}
.cid-vq6IGNF6sD .mbr-fallback-image.disabled {
    display: none;
}
.cid-vq6IGNF6sD .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.cid-vq6IGNF6sD .title-wrapper .title-wrap {
    margin-bottom: 16px;
}
.cid-vq6IGNF6sD .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 0;
}
.cid-vq6IGNF6sD .title-wrapper .title-wrap .mbr-section-subtitle {
    margin-bottom: 0;
}
.cid-vq6IGNF6sD .title-wrapper .text-wrapper .mbr-text {
    display: inline-block;
    width: 50%;
    margin-bottom: 0;
}
@media (max-width: 992px) {
    .cid-vq6IGNF6sD .title-wrapper .text-wrapper .mbr-text {
        width: 100%;
    }
}
.cid-vq6IGNF6sD .title-wrapper .mbr-section-btn {
    margin-top: 20px;
}
.cid-vq6IGNF6sD .items-wrapper {
    margin: 0 -10px;
}
.cid-vq6IGNF6sD .items-wrapper .card {
    padding: 0 10px;
}
.cid-vq6IGNF6sD .image-wrapper {
    margin-top: 60px;
}
@media (max-width: 992px) {
    .cid-vq6IGNF6sD .image-wrapper {
        margin-top: 40px;
    }
}
.cid-vq6IGNF6sD .image-wrapper img {
    height: 435px;
    width: 100%;
    object-fit: cover;
}
@media (max-width: 992px) {
    .cid-vq6IGNF6sD .image-wrapper img {
        height: 300px;
    }
}
@media (max-width: 992px) {
    .cid-vq6IGNF6sD .image_2 {
        margin-top: 20px;
    }
}
.cid-vq6IGNF6sD .mbr-section-title {
    color: #000000;
}
.cid-vq6IGNF6sD .mbr-section-subtitle {
    color: #BC8CA4;
    text-align: center;
}
.cid-vq6IGNF6sD .mbr-text,
.cid-vq6IGNF6sD .text-wrapper {
    color: #6c7179;
    text-align: center;
}
.cid-vq6IGNF6sD .mbr-section-title,
.cid-vq6IGNF6sD .mbr-section-btn {
    text-align: center;
    color: #000000;
}
.cid-vq6IGNFz2p {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: transparent;
}
.cid-vq6IGNFz2p .mbr-fallback-image.disabled {
    display: none;
}
.cid-vq6IGNFz2p .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.cid-vq6IGNFz2p .title-wrapper {
    position: sticky;
    top: 40px;
}
@media (max-width: 992px) {
    .cid-vq6IGNFz2p .title-wrapper {
        position: static;
        margin-bottom: 40px;
    }
}
.cid-vq6IGNFz2p .title-wrapper .mbr-label {
    margin-bottom: 20px;
}
.cid-vq6IGNFz2p .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
}
.cid-vq6IGNFz2p .title-wrapper .text-wrapper .mbr-text {
    margin-bottom: 0;
}
.cid-vq6IGNFz2p .panel-group .card {
    position: relative;
    padding: 8px;
    background-color: #ffffff;
    border: none;
    margin-top: 16px;
}
.cid-vq6IGNFz2p .panel-group .card:first-child {
    margin-top: 0;
}
@media (max-width: 992px) {
    .cid-vq6IGNFz2p .panel-group .card {
        margin-top: 20px;
    }
    .cid-vq6IGNFz2p .panel-group .card:first-child {
        margin-top: 0;
    }
}
.cid-vq6IGNFz2p .panel-group .card .card-header {
    background-color: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
}
.cid-vq6IGNFz2p .panel-group .card .card-header .panel-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 16px;
}
@media (max-width: 992px) {
    .cid-vq6IGNFz2p .panel-group .card .card-header .panel-title {
        padding: 20px;
    }
}
.cid-vq6IGNFz2p .panel-group .card .card-header .panel-title .panel-title-edit {
    margin-bottom: 0;
    transition: all 0.3s ease-in-out;
}
.cid-vq6IGNFz2p .panel-group .card .card-header .panel-title .icon-wrapper {
    width: 22px;
    height: 22px;
    min-width: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 12px;
    transition: all 0.3s ease-in-out;
    border: 1px solid #6c7179;
    border-radius: 100%;
}
.cid-vq6IGNFz2p .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
    font-size: 12px;
    margin-top: 2px;
    transition: all 0.3s ease-in-out;
    color: #6c7179;
}
.cid-vq6IGNFz2p .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
    transform: rotate(-180deg);
}
.cid-vq6IGNFz2p .panel-group .card .panel-collapse .panel-body {
    margin-top: 8px;
    padding: 24px;
    background-color: #fefcef;
}
@media (max-width: 992px) {
    .cid-vq6IGNFz2p .panel-group .card .panel-collapse .panel-body {
        padding: 20px;
    }
}
.cid-vq6IGNFz2p .panel-group .card .panel-collapse .panel-body .panel-text {
    margin-bottom: 0;
}
.cid-vq6IGNFz2p .mbr-label {
    color: #BC8CA4;
}
.cid-vq6IGNFz2p .mbr-section-title {
    color: #000000;
}
.cid-vq6IGNFz2p .mbr-text,
.cid-vq6IGNFz2p .text-wrapper {
    color: #6c7179;
}
.cid-vq6IGNFz2p .panel-title-edit {
    color: #000000;
}
.cid-vq6IGNFz2p .panel-text {
    color: #6c7179;
}
.cid-vq6IGNFz2p .panel-text,
.cid-vq6IGNFz2p .panel-body {
    color: #000000;
}
.cid-vq6IGNG8md {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: transparent;
}
.cid-vq6IGNG8md .mbr-fallback-image.disabled {
    display: none;
}
.cid-vq6IGNG8md .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.cid-vq6IGNG8md .title-wrapper {
    margin-bottom: 60px;
}
.cid-vq6IGNG8md .title-wrapper .mbr-label {
    margin-bottom: 20px;
}
.cid-vq6IGNG8md .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
}
.cid-vq6IGNG8md .title-wrapper .text-wrapper .mbr-text {
    display: inline-block;
    width: 50%;
    margin-bottom: 0;
}
@media (max-width: 992px) {
    .cid-vq6IGNG8md .title-wrapper .text-wrapper .mbr-text {
        width: 100%;
    }
}
.cid-vq6IGNG8md .items-wrapper {
    margin: 0 -8px;
}
.cid-vq6IGNG8md .items-wrapper .item {
    padding: 0 8px;
    margin-bottom: 16px;
}
@media (max-width: 992px) {
    .cid-vq6IGNG8md .items-wrapper .item {
        margin-bottom: 20px;
    }
    .cid-vq6IGNG8md .items-wrapper .item:last-child {
        margin-bottom: 0;
    }
}
.cid-vq6IGNG8md .items-wrapper .item .item-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    background-color: #ffffff;
    padding: 8px;
}
.cid-vq6IGNG8md .items-wrapper .item .item-wrapper .label-wrapper {
    position: absolute;
    top: -19px;
    left: 0;
    padding: 0 32px;
    z-index: 1;
    width: 100%;
}
@media (max-width: 992px) {
    .cid-vq6IGNG8md .items-wrapper .item .item-wrapper .label-wrapper {
        padding: 0 28px;
    }
}
.cid-vq6IGNG8md .items-wrapper .item .item-wrapper .label-wrapper .item-label {
    padding: 8px 16px;
    display: inline-block;
    background-image: linear-gradient(135deg, #ffffff 0%, #efbcd5 50%);
    box-shadow: 5px 5px 15px -5px #6c7179;
}
.cid-vq6IGNG8md .items-wrapper .item .item-wrapper .item-content .card-box {
    padding: 24px;
    background-color: #fefcef;
    margin-bottom: 28px;
}
@media (max-width: 992px) {
    .cid-vq6IGNG8md .items-wrapper .item .item-wrapper .item-content .card-box {
        padding: 20px;
    }
}
.cid-vq6IGNG8md .items-wrapper .item .item-wrapper .item-content .card-box .item-title {
    margin-bottom: 12px;
}
.cid-vq6IGNG8md .items-wrapper .item .item-wrapper .item-content .card-box .item-price {
    margin-bottom: 4px;
}
.cid-vq6IGNG8md .items-wrapper .item .item-wrapper .item-content .card-box .item-desc {
    margin-bottom: 0;
}
.cid-vq6IGNG8md .items-wrapper .item .item-wrapper .item-content .list {
    padding: 0 16px;
    list-style-type: none;
    margin-bottom: 28px;
}
.cid-vq6IGNG8md .items-wrapper .item .item-wrapper .item-content .list .item-wrap {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
}
.cid-vq6IGNG8md .items-wrapper .item .item-wrapper .item-content .list .item-wrap:last-child {
    margin-bottom: 0;
}
.cid-vq6IGNG8md .items-wrapper .item .item-wrapper .item-content .list .item-wrap::before {
    content: '✓';
    position: absolute;
    top: 2px;
    left: 0;
    width: 16px;
    height: 16px;
    min-width: 16px;
    font-size: 9px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: #6c7179;
    color: #ffffff;
}
.cid-vq6IGNG8md .items-wrapper .item .item-wrapper .cont-wrap {
    padding: 0 16px 16px 16px;
}
.cid-vq6IGNG8md .items-wrapper .item .item-wrapper .cont-wrap .mbr-section-btn {
    width: 100%;
    margin-top: 12px;
}
.cid-vq6IGNG8md .items-wrapper .item .item-wrapper .cont-wrap .mbr-section-btn .btn {
    width: 100%;
    margin-bottom: 0;
}
.cid-vq6IGNG8md .items-wrapper .item .card_2 {
    border: 2px solid #bc8ca4;
    box-shadow: 10px 15px 35px -15px #6c7179;
}
.cid-vq6IGNG8md .mbr-label {
    color: #BC8CA4;
    text-align: center;
}
.cid-vq6IGNG8md .mbr-section-title {
    color: #000000;
    text-align: center;
}
.cid-vq6IGNG8md .mbr-text,
.cid-vq6IGNG8md .text-wrapper {
    color: #6c7179;
    text-align: center;
}
.cid-vq6IGNG8md .item-title {
    color: #000000;
}
.cid-vq6IGNG8md .item-price {
    color: #000000;
}
.cid-vq6IGNG8md .item-desc {
    color: #6c7179;
}
.cid-vq6IGNG8md .list {
    color: #454545;
}
.cid-vq6IGNG8md .item-label,
.cid-vq6IGNG8md .label-wrapper {
    color: #000000;
    text-align: center;
}
.cid-vq6IGNG8md .item-title,
.cid-vq6IGNG8md .mbr-section-btn {
    color: #000000;
}
.cid-vq6IGNH3Dj {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}
.cid-vq6IGNH3Dj .mbr-fallback-image.disabled {
    display: none;
}
.cid-vq6IGNH3Dj .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.cid-vq6IGNH3Dj .title-wrapper {
    margin-bottom: 40px;
}
@media (max-width: 992px) {
    .cid-vq6IGNH3Dj .title-wrapper {
        margin-bottom: 20px;
    }
}
.cid-vq6IGNH3Dj .title-wrapper .mbr-label {
    margin-bottom: 20px;
}
.cid-vq6IGNH3Dj .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
}
.cid-vq6IGNH3Dj .title-wrapper .mbr-text {
    margin-bottom: 0;
}
.cid-vq6IGNH3Dj .embla__slide {
    display: flex;
    justify-content: center;
    position: relative;
    min-width: 410px;
    max-width: 410px;
}
@media (max-width: 768px) {
    .cid-vq6IGNH3Dj .embla__slide {
        min-width: 100%;
        max-width: 100%;
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }
}
.cid-vq6IGNH3Dj .embla__slide .slide-content {
    width: 100%;
}
.cid-vq6IGNH3Dj .embla__slide .slide-content .item-wrapper {
    display: flex;
    align-items: flex-end;
    position: relative;
    min-height: 480px;
    padding: 8px;
}
@media (max-width: 992px) {
    .cid-vq6IGNH3Dj .embla__slide .slide-content .item-wrapper {
        min-height: 450px;
    }
}
.cid-vq6IGNH3Dj .embla__slide .slide-content .item-wrapper .item-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cid-vq6IGNH3Dj .embla__slide .slide-content .item-wrapper .item-content {
    position: relative;
    z-index: 1;
    padding: 16px;
    animation: none !important;
    width: 100%;
}
@media (max-width: 992px) {
    .cid-vq6IGNH3Dj .embla__slide .slide-content .item-wrapper .item-content {
        padding: 20px;
    }
}
.cid-vq6IGNH3Dj .embla__slide .slide-content .item-wrapper .item-content .over-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.5;
    z-index: 1;
    pointer-events: none;
}
.cid-vq6IGNH3Dj .embla__slide .slide-content .item-wrapper .item-content .blur-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(10px);
    pointer-events: none;
    z-index: 1;
}
.cid-vq6IGNH3Dj .embla__slide .slide-content .item-wrapper .item-content .item-title {
    position: relative;
    z-index: 1;
    margin-bottom: 12px;
}
.cid-vq6IGNH3Dj .embla__slide .slide-content .item-wrapper .item-content .item-text {
    position: relative;
    z-index: 1;
    margin-bottom: 0;
}
.cid-vq6IGNH3Dj .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn {
    position: relative;
    z-index: 1;
    margin-top: 12px;
}
.cid-vq6IGNH3Dj .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn .btn {
    margin-bottom: 0;
}
.cid-vq6IGNH3Dj .embla__button--next,
.cid-vq6IGNH3Dj .embla__button--prev {
    display: flex;
}
.cid-vq6IGNH3Dj .embla__button {
    bottom: 0;
    width: 28px;
    height: 28px;
    font-size: 16px;
    background-color: #ffffff !important;
    color: #000000 !important;
    border: none !important;
    border-radius: 100%;
    transition: all 0.3s;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1 !important;
    display: none;
}
.cid-vq6IGNH3Dj .embla__button:hover,
.cid-vq6IGNH3Dj .embla__button:focus {
    background-color: #000000 !important;
    color: #ffffff !important;
}
.cid-vq6IGNH3Dj .embla__button:disabled {
    opacity: 0.5 !important;
    background-color: #ffffff !important;
    color: #000000 !important;
}
.cid-vq6IGNH3Dj .embla__button.embla__button--prev {
    left: 0;
}
.cid-vq6IGNH3Dj .embla__button.embla__button--next {
    right: 0;
}
.cid-vq6IGNH3Dj .embla {
    position: relative;
    width: 100%;
    height: 100%;
}
.cid-vq6IGNH3Dj .embla__viewport {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 0;
    height: 100%;
}
@media (max-width: 768px) {
    .cid-vq6IGNH3Dj .embla__viewport {
        padding: 0;
    }
}
.cid-vq6IGNH3Dj .embla__viewport.is-draggable {
    cursor: grab;
}
.cid-vq6IGNH3Dj .embla__viewport.is-dragging {
    cursor: grabbing;
}
.cid-vq6IGNH3Dj .embla__container {
    display: flex;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -webkit-tap-highlight-color: transparent;
    height: 100%;
}
.cid-vq6IGNH3Dj .item-menu-overlay {
    opacity: 0 !important;
}
.cid-vq6IGNH3Dj .mbr-label {
    color: #BC8CA4;
}
.cid-vq6IGNH3Dj .mbr-section-title {
    color: #000000;
}
.cid-vq6IGNH3Dj .mbr-text {
    color: #6c757d;
}
.cid-vq6IGNH3Dj .item-title {
    color: #ffffff;
}
.cid-vq6IGNH3Dj .item-text {
    color: #ffffff;
}
.cid-vq6IGNH88T {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: transparent;
}
.cid-vq6IGNH88T .mbr-fallback-image.disabled {
    display: none;
}
.cid-vq6IGNH88T .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.cid-vq6IGNH88T .card-wrapper {
    border: 8px solid #ffffff;
    box-shadow: 0 10px 25px -20px #6c7179;
}
.cid-vq6IGNH88T .card-wrapper .card-wrap {
    position: relative;
    padding: 60px;
    overflow: hidden;
}
@media (max-width: 992px) {
    .cid-vq6IGNH88T .card-wrapper .card-wrap {
        padding: 20px;
    }
}
.cid-vq6IGNH88T .card-wrapper .card-wrap .image-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cid-vq6IGNH88T .card-wrapper .card-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.4;
    z-index: 1;
    pointer-events: none;
}
.cid-vq6IGNH88T .card-wrapper .card-wrap .mbr-section-title {
    position: relative;
    z-index: 1;
    margin-bottom: 0;
}
.cid-vq6IGNH88T .card-wrapper .card-wrap .text-wrapper {
    position: relative;
    z-index: 1;
}
.cid-vq6IGNH88T .card-wrapper .card-wrap .text-wrapper .mbr-text {
    display: inline-block;
    width: 60%;
    margin-top: 20px;
}
@media (max-width: 992px) {
    .cid-vq6IGNH88T .card-wrapper .card-wrap .text-wrapper .mbr-text {
        width: 100%;
    }
}
.cid-vq6IGNH88T .card-wrapper .card-wrap .mbr-section-btn {
    margin-top: 32px;
    position: relative;
    z-index: 1;
}
.cid-vq6IGNH88T .card-wrapper .card-wrap .mbr-section-btn .btn {
    margin-bottom: 0;
}
.cid-vq6IGNH88T .mbr-section-title {
    color: #ffffff;
}
.cid-vq6IGNH88T .mbr-text {
    color: #ffffff;
}
.cid-vq6IGNI2xP {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: transparent;
}
.cid-vq6IGNI2xP .mbr-fallback-image.disabled {
    display: none;
}
.cid-vq6IGNI2xP .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.cid-vq6IGNI2xP .card {
    justify-content: flex-end;
}
.cid-vq6IGNI2xP .title-wrapper {
    margin-bottom: 40px;
}
@media (max-width: 992px) {
    .cid-vq6IGNI2xP .title-wrapper {
        margin-bottom: 20px;
    }
}
.cid-vq6IGNI2xP .title-wrapper .mbr-label {
    margin-bottom: 20px;
}
.cid-vq6IGNI2xP .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
}
.cid-vq6IGNI2xP .title-wrapper .mbr-text {
    margin-bottom: 0;
}
.cid-vq6IGNI2xP .main-btn {
    margin-bottom: 40px;
    text-align: right;
}
@media (max-width: 992px) {
    .cid-vq6IGNI2xP .main-btn {
        text-align: left;
    }
}
.cid-vq6IGNI2xP .main-btn .btn {
    margin-bottom: 0;
}
.cid-vq6IGNI2xP .embla__slide {
    display: flex;
    justify-content: center;
    position: relative;
    min-width: 620px;
    max-width: 620px;
}
@media (max-width: 768px) {
    .cid-vq6IGNI2xP .embla__slide {
        min-width: 100%;
        max-width: 100%;
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }
}
.cid-vq6IGNI2xP .embla__slide .slide-content {
    width: 100%;
}
.cid-vq6IGNI2xP .embla__slide .slide-content .item-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 8px;
    background-color: #ffffff;
}
@media (max-width: 992px) {
    .cid-vq6IGNI2xP .embla__slide .slide-content .item-wrapper {
        display: block;
        height: 100%;
    }
}
.cid-vq6IGNI2xP .embla__slide .slide-content .item-wrapper .item-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
@media (max-width: 992px) {
    .cid-vq6IGNI2xP .embla__slide .slide-content .item-wrapper .item-content {
        margin-bottom: 8px;
    }
}
.cid-vq6IGNI2xP .embla__slide .slide-content .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
    display: inline-flex;
    font-size: 24px;
    padding: 24px;
}
@media (max-width: 992px) {
    .cid-vq6IGNI2xP .embla__slide .slide-content .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
        padding: 20px;
    }
}
.cid-vq6IGNI2xP .embla__slide .slide-content .item-wrapper .item-content .card-box {
    padding: 24px;
    background-color: #fefcef;
}
@media (max-width: 992px) {
    .cid-vq6IGNI2xP .embla__slide .slide-content .item-wrapper .item-content .card-box {
        padding: 20px;
    }
}
.cid-vq6IGNI2xP .embla__slide .slide-content .item-wrapper .item-content .card-box .item-title {
    margin-bottom: 12px;
}
.cid-vq6IGNI2xP .embla__slide .slide-content .item-wrapper .item-content .card-box .item-text {
    margin-bottom: 0;
}
.cid-vq6IGNI2xP .embla__slide .slide-content .item-wrapper .item-content .card-box .list {
    margin: 32px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding: 0;
    list-style-type: none;
}
@media (max-width: 992px) {
    .cid-vq6IGNI2xP .embla__slide .slide-content .item-wrapper .item-content .card-box .list {
        margin: 20px 0 0 0;
    }
}
.cid-vq6IGNI2xP .embla__slide .slide-content .item-wrapper .item-content .card-box .list .item-wrap {
    padding: 8px 16px;
    background-color: #ffffff;
}
.cid-vq6IGNI2xP .embla__slide .slide-content .item-wrapper .item-content .card-box .mbr-section-btn {
    margin-top: 12px;
}
.cid-vq6IGNI2xP .embla__slide .slide-content .item-wrapper .item-content .card-box .mbr-section-btn .btn {
    margin-bottom: 0;
}
.cid-vq6IGNI2xP .embla__slide .slide-content .item-wrapper .item-img {
    position: relative;
    min-height: 420px;
}
@media (max-width: 992px) {
    .cid-vq6IGNI2xP .embla__slide .slide-content .item-wrapper .item-img {
        height: 300px;
        min-height: auto;
    }
}
.cid-vq6IGNI2xP .embla__slide .slide-content .item-wrapper .item-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cid-vq6IGNI2xP .embla__button--next,
.cid-vq6IGNI2xP .embla__button--prev {
    display: flex;
}
.cid-vq6IGNI2xP .embla__button {
    bottom: 0;
    width: 28px;
    height: 28px;
    font-size: 16px;
    background-color: #ffffff !important;
    color: #000000 !important;
    border: none !important;
    border-radius: 100%;
    transition: all 0.3s;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1 !important;
    display: none;
}
.cid-vq6IGNI2xP .embla__button:hover,
.cid-vq6IGNI2xP .embla__button:focus {
    background-color: #000000 !important;
    color: #ffffff !important;
}
.cid-vq6IGNI2xP .embla__button:disabled {
    opacity: 0.5 !important;
    background-color: #ffffff !important;
    color: #000000 !important;
}
.cid-vq6IGNI2xP .embla__button.embla__button--prev {
    left: 0;
}
.cid-vq6IGNI2xP .embla__button.embla__button--next {
    right: 0;
}
.cid-vq6IGNI2xP .embla {
    position: relative;
    width: 100%;
    height: 100%;
}
.cid-vq6IGNI2xP .embla__viewport {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 0;
    height: 100%;
}
@media (max-width: 768px) {
    .cid-vq6IGNI2xP .embla__viewport {
        padding: 0;
    }
}
.cid-vq6IGNI2xP .embla__viewport.is-draggable {
    cursor: grab;
}
.cid-vq6IGNI2xP .embla__viewport.is-dragging {
    cursor: grabbing;
}
.cid-vq6IGNI2xP .embla__container {
    display: flex;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -webkit-tap-highlight-color: transparent;
    height: 100%;
}
.cid-vq6IGNI2xP .item-menu-overlay {
    opacity: 0 !important;
}
.cid-vq6IGNI2xP .mbr-label {
    color: #BC8CA4;
}
.cid-vq6IGNI2xP .mbr-section-title {
    color: #000000;
}
.cid-vq6IGNI2xP .mbr-text {
    color: #6c757d;
}
.cid-vq6IGNI2xP .item-title {
    color: #000000;
}
.cid-vq6IGNI2xP .item-text {
    color: #6c7179;
}
.cid-vq6IGNI2xP .list {
    color: #6c7179;
}
.cid-vq6IGNI2xP .mbr-section-title,
.cid-vq6IGNI2xP .main-btn {
    color: #000000;
}
.cid-vq6IGNI2xP .item-title,
.cid-vq6IGNI2xP .item-btn,
.cid-vq6IGNI2xP icon-wrapper {
    color: #000000;
}
.cid-vq6IGNI2xP .item-title,
.cid-vq6IGNI2xP .item-btn,
.cid-vq6IGNI2xP .icon-wrapper {
    color: #000000;
}
.cid-vq6IGNJ8Dw {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: transparent;
}
.cid-vq6IGNJ8Dw .mbr-fallback-image.disabled {
    display: none;
}
.cid-vq6IGNJ8Dw .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.cid-vq6IGNJ8Dw .tabs-wrapper {
    margin-bottom: 40px;
}
.cid-vq6IGNJ8Dw .tabs-wrapper .nav.nav-tabs {
    border: none;
    padding: 0;
    border-radius: 0 !important;
    background-color: transparent;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 12px;
}
.cid-vq6IGNJ8Dw .tabs-wrapper .nav.nav-tabs .nav-item {
    padding: 0;
    border: none;
    display: block;
    margin: 0;
}
.cid-vq6IGNJ8Dw .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    padding: 17px 24px;
    background-color: #000000;
    border: none;
    transition: background-color 1s ease-in-out;
    z-index: 1;
    overflow: hidden;
}
.cid-vq6IGNJ8Dw .tabs-wrapper .nav.nav-tabs .nav-item .nav-link::after {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 100%;
    transition: all 0.8s ease;
    z-index: -1;
    transform: scale(1);
    background-color: #e70000;
    margin-left: 16px;
    pointer-events: none;
}
.cid-vq6IGNJ8Dw .tabs-wrapper .nav.nav-tabs .nav-item .nav-link::before {
    content: '';
    position: absolute;
    right: 24px;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    transition: all 0.8s ease;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
    background-color: #ffffff;
}
.cid-vq6IGNJ8Dw .tabs-wrapper .nav.nav-tabs .nav-item .nav-link:hover::after {
    transform: scale(1.3);
}
.cid-vq6IGNJ8Dw .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
    color: #ffffff;
    background-color: #e70000;
}
.cid-vq6IGNJ8Dw .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active::after {
    transform: scale(50);
}
.cid-vq6IGNJ8Dw .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
    opacity: 1;
}
.cid-vq6IGNJ8Dw .tab-content .tab-pane .card-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    background-color: #ffffff;
    padding: 8px;
    box-shadow: 0 10px 25px -20px #6c7179;
}
@media (max-width: 992px) {
    .cid-vq6IGNJ8Dw .tab-content .tab-pane .card-wrapper {
        grid-template-columns: 1fr;
    }
}
.cid-vq6IGNJ8Dw .tab-content .tab-pane .card-wrapper .card-box {
    padding: 24px;
    background-color: #fefcef;
}
@media (max-width: 992px) {
    .cid-vq6IGNJ8Dw .tab-content .tab-pane .card-wrapper .card-box {
        padding: 20px;
    }
}
.cid-vq6IGNJ8Dw .tab-content .tab-pane .card-wrapper .card-box .item-title {
    margin-bottom: 12px;
}
.cid-vq6IGNJ8Dw .tab-content .tab-pane .card-wrapper .card-box .item-date {
    margin-bottom: 20px;
}
.cid-vq6IGNJ8Dw .tab-content .tab-pane .card-wrapper .card-box .item-text {
    margin-bottom: 0;
}
.cid-vq6IGNJ8Dw .tab-content .tab-pane .card-wrapper .card-box .mbr-section-btn {
    margin-top: 12px;
}
.cid-vq6IGNJ8Dw .tab-content .tab-pane .card-wrapper .card-box .mbr-section-btn .btn {
    margin-bottom: 0;
}
.cid-vq6IGNJ8Dw .tab-content .tab-pane .card-wrapper .image-wrap {
    position: relative;
    min-height: 420px;
    height: 100%;
}
@media (max-width: 992px) {
    .cid-vq6IGNJ8Dw .tab-content .tab-pane .card-wrapper .image-wrap {
        height: 300px;
        min-height: auto;
    }
}
.cid-vq6IGNJ8Dw .tab-content .tab-pane .card-wrapper .image-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cid-vq6IGNJ8Dw .item-title {
    color: #000000;
}
.cid-vq6IGNJ8Dw .item-date {
    color: #454545;
}
.cid-vq6IGNJ8Dw .item-text {
    color: #6c7179;
}
.cid-vq6IGNJ8Dw .item-title,
.cid-vq6IGNJ8Dw .tabs-wrapper,
.cid-vq6IGNJ8Dw .mbr-section-btn {
    color: #000000;
}
.cid-vq6IGNJJaP {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.cid-vq6IGNJJaP .mbr-fallback-image.disabled {
    display: none;
}
.cid-vq6IGNJJaP .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-image: url("../../assets/images/background1.jpg");
}
.cid-vq6IGNJJaP .image-wrapper {
    height: 400px;
}
@media (max-width: 992px) {
    .cid-vq6IGNJJaP .image-wrapper {
        height: 300px;
    }
}
.cid-vq6IGNJ8EJ {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: transparent;
}
.cid-vq6IGNJ8EJ .mbr-fallback-image.disabled {
    display: none;
}
.cid-vq6IGNJ8EJ .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.cid-vq6IGNJ8EJ .title-wrapper {
    position: sticky;
    top: 40px;
}
@media (max-width: 992px) {
    .cid-vq6IGNJ8EJ .title-wrapper {
        position: static;
        margin-bottom: 40px;
    }
}
.cid-vq6IGNJ8EJ .title-wrapper .mbr-section-title {
    margin-bottom: 0;
}
.cid-vq6IGNJ8EJ .title-wrapper .mbr-section-subtitle {
    margin-bottom: 0;
}
.cid-vq6IGNJ8EJ .items-wrapper .item {
    margin-bottom: 16px;
}
.cid-vq6IGNJ8EJ .items-wrapper .item:last-child {
    margin-bottom: 0;
}
@media (max-width: 992px) {
    .cid-vq6IGNJ8EJ .items-wrapper .item {
        margin-bottom: 20px;
    }
    .cid-vq6IGNJ8EJ .items-wrapper .item:last-child {
        margin-bottom: 0;
    }
}
.cid-vq6IGNJ8EJ .items-wrapper .item .item-wrapper {
    height: 100%;
    background-color: #ffffff;
    padding: 8px;
}
.cid-vq6IGNJ8EJ .items-wrapper .item .item-wrapper .title-wrap {
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fefcef;
}
@media (max-width: 992px) {
    .cid-vq6IGNJ8EJ .items-wrapper .item .item-wrapper .title-wrap {
        flex-direction: column-reverse;
        padding: 20px;
    }
}
.cid-vq6IGNJ8EJ .items-wrapper .item .item-wrapper .title-wrap .item-title {
    margin-bottom: 0;
}
.cid-vq6IGNJ8EJ .items-wrapper .item .item-wrapper .title-wrap .icon-wrapper {
    margin-left: 12px;
}
@media (max-width: 992px) {
    .cid-vq6IGNJ8EJ .items-wrapper .item .item-wrapper .title-wrap .icon-wrapper {
        margin-left: 0;
        margin-bottom: 12px;
    }
}
.cid-vq6IGNJ8EJ .items-wrapper .item .item-wrapper .title-wrap .icon-wrapper .mbr-iconfont {
    display: inline-flex;
    font-size: 24px;
}
.cid-vq6IGNJ8EJ .items-wrapper .item .item-wrapper .item-content {
    padding: 16px;
}
@media (max-width: 992px) {
    .cid-vq6IGNJ8EJ .items-wrapper .item .item-wrapper .item-content {
        padding: 20px;
    }
}
.cid-vq6IGNJ8EJ .items-wrapper .item .item-wrapper .item-content .item-text {
    margin-bottom: 0;
}
.cid-vq6IGNJ8EJ .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 12px;
}
.cid-vq6IGNJ8EJ .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
    margin-bottom: 0;
}
.cid-vq6IGNJ8EJ .btn-wrapper {
    margin-top: -8%;
}
.cid-vq6IGNJ8EJ .mbr-section-title {
    color: #000000;
}
.cid-vq6IGNJ8EJ .mbr-section-subtitle {
    color: #BC8CA4;
}
.cid-vq6IGNJ8EJ .item-title {
    color: #000000;
}
.cid-vq6IGNJ8EJ .item-text {
    color: #000000;
}
.cid-vq6IGNJ8EJ .item-title,
.cid-vq6IGNJ8EJ .title-wrap {
    color: #000000;
}
.cid-vq6IGNKWKp {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: transparent;
}
.cid-vq6IGNKWKp .mbr-fallback-image.disabled {
    display: none;
}
.cid-vq6IGNKWKp .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.cid-vq6IGNKWKp .title-wrapper {
    margin-bottom: 60px;
}
.cid-vq6IGNKWKp .title-wrapper .mbr-label {
    margin-bottom: 20px;
}
.cid-vq6IGNKWKp .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
}
.cid-vq6IGNKWKp .title-wrapper .text-wrapper .mbr-text {
    display: inline-block;
    width: 50%;
    margin-bottom: 0;
}
@media (max-width: 992px) {
    .cid-vq6IGNKWKp .title-wrapper .text-wrapper .mbr-text {
        width: 100%;
    }
}
.cid-vq6IGNKWKp .items-wrapper {
    margin: 0 -8px;
}
.cid-vq6IGNKWKp .items-wrapper .item {
    padding: 0 8px;
    margin-bottom: 16px;
}
@media (max-width: 992px) {
    .cid-vq6IGNKWKp .items-wrapper .item {
        margin-bottom: 20px;
    }
    .cid-vq6IGNKWKp .items-wrapper .item:last-child {
        margin-bottom: 0;
    }
}
.cid-vq6IGNKWKp .items-wrapper .item .item-wrapper {
    height: 100%;
    background-color: #ffffff;
    padding: 8px;
    box-shadow: 0 10px 25px -20px #6c7179;
}
.cid-vq6IGNKWKp .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 8px;
}
.cid-vq6IGNKWKp .items-wrapper .item .item-wrapper .item-img img {
    width: 100%;
    height: 550px;
    object-fit: cover;
}
@media (max-width: 992px) {
    .cid-vq6IGNKWKp .items-wrapper .item .item-wrapper .item-img img {
        height: 300px;
    }
}
.cid-vq6IGNKWKp .items-wrapper .item .item-wrapper .card-box {
    padding: 24px;
    background-color: #fefcef;
}
@media (max-width: 992px) {
    .cid-vq6IGNKWKp .items-wrapper .item .item-wrapper .card-box {
        padding: 20px;
    }
}
.cid-vq6IGNKWKp .items-wrapper .item .item-wrapper .card-box .price-wrap {
    margin-bottom: 20px;
}
.cid-vq6IGNKWKp .items-wrapper .item .item-wrapper .card-box .price-wrap .item-price {
    padding: 8px 16px;
    display: inline-block;
    background-image: linear-gradient(135deg, #ffffff 0%, #efbcd5 50%);
}
.cid-vq6IGNKWKp .items-wrapper .item .item-wrapper .card-box .item-title {
    margin-bottom: 12px;
}
.cid-vq6IGNKWKp .items-wrapper .item .item-wrapper .card-box .item-desc {
    margin-bottom: 0;
}
.cid-vq6IGNKWKp .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
    margin-top: 12px;
}
.cid-vq6IGNKWKp .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
    margin-bottom: 0;
}
.cid-vq6IGNKWKp .mbr-label {
    color: #BC8CA4;
    text-align: center;
}
.cid-vq6IGNKWKp .mbr-section-title {
    color: #000000;
    text-align: center;
}
.cid-vq6IGNKWKp .mbr-text,
.cid-vq6IGNKWKp .text-wrapper {
    color: #6c7179;
    text-align: center;
}
.cid-vq6IGNKWKp .item-title {
    color: #000000;
}
.cid-vq6IGNKWKp .item-price {
    color: #ffffff;
}
.cid-vq6IGNKWKp .item-desc {
    color: #6c7179;
}
.cid-vq6IGNKWKp .item-price,
.cid-vq6IGNKWKp .mbr-section-btn,
.cid-vq6IGNKWKp .price-wrap {
    color: #000000;
}
.cid-vq6IGNKPR6 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: transparent;
}
.cid-vq6IGNKPR6 .item:focus,
.cid-vq6IGNKPR6 span:focus {
    outline: none;
}
.cid-vq6IGNKPR6 .item {
    cursor: pointer;
}
.cid-vq6IGNKPR6 .grid-container {
    grid-row-gap: 16px;
}
@media (max-width: 992px) {
    .cid-vq6IGNKPR6 .grid-container {
        grid-row-gap: 20px;
    }
}
.cid-vq6IGNKPR6 .grid-container-1,
.cid-vq6IGNKPR6 .grid-container-2,
.cid-vq6IGNKPR6 .grid-container-3 {
    gap: 0 16px;
}
@media (max-width: 992px) {
    .cid-vq6IGNKPR6 .grid-container-1,
    .cid-vq6IGNKPR6 .grid-container-2,
    .cid-vq6IGNKPR6 .grid-container-3 {
        gap: 0 20px;
    }
}
.cid-vq6IGNKPR6 .mbr-section-title {
    margin-bottom: 40px;
    color: #000000;
    text-align: center;
}
.cid-vq6IGNKPR6 .content-head {
    max-width: 800px;
}
.cid-vq6IGNKPR6 .container,
.cid-vq6IGNKPR6 .container-fluid {
    overflow: hidden;
}
.cid-vq6IGNKPR6 .grid-container {
    display: grid;
    transform: translate3d(-3rem, 0, 0);
    width: 115vw;
    grid-column-gap: 1rem;
}
.cid-vq6IGNKPR6 .grid-item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
    background-color: #ffffff;
}
.cid-vq6IGNKPR6 .grid-item img {
    min-width: 30vw;
    max-width: 100%;
    height: 550px;
    object-fit: cover;
}
@media (max-width: 1440px) {
    .cid-vq6IGNKPR6 .grid-item img {
        height: 400px;
    }
}
@media (max-width: 1200px) {
    .cid-vq6IGNKPR6 .grid-item img {
        height: 350px;
    }
}
@media (max-width: 767px) {
    .cid-vq6IGNKPR6 .grid-item img {
        min-width: 35vw;
        height: 250px;
    }
}
@media (max-width: 425px) {
    .cid-vq6IGNKPR6 .grid-item img {
        height: 140px;
    }
}
.cid-vq6IGNKPR6 .grid-container-1,
.cid-vq6IGNKPR6 .grid-container-2,
.cid-vq6IGNKPR6 .grid-container-3 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
}
.cid-vq6IGNKPR6 .grid-container-1 {
    align-items: flex-end;
}
.cid-vq6IGNKPR6 .grid-container-2 {
    align-items: flex-start;
}
.cid-vq6IGNLzyt {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: transparent;
}
.cid-vq6IGNLzyt .mbr-fallback-image.disabled {
    display: none;
}
.cid-vq6IGNLzyt .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.cid-vq6IGNLzyt .title-wrapper {
    margin-bottom: 40px;
}
.cid-vq6IGNLzyt .title-wrapper .mbr-label {
    margin-bottom: 20px;
}
.cid-vq6IGNLzyt .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
}
.cid-vq6IGNLzyt .title-wrapper .text-wrapper .mbr-text {
    display: inline-block;
    width: 50%;
    margin-bottom: 0;
}
@media (max-width: 992px) {
    .cid-vq6IGNLzyt .title-wrapper .text-wrapper .mbr-text {
        width: 100%;
    }
}
.cid-vq6IGNLzyt .card-wrapper {
    box-shadow: 0 10px 25px -20px #6c7179;
    padding: 8px;
    background-color: #ffffff;
}
.cid-vq6IGNLzyt .mbr-label {
    color: #BC8CA4;
    text-align: center;
}
.cid-vq6IGNLzyt .mbr-section-title {
    color: #000000;
    text-align: center;
}
.cid-vq6IGNLzyt .mbr-text,
.cid-vq6IGNLzyt .text-wrapper {
    color: #6c7179;
    text-align: center;
}
.cid-vq6IGNLPKb {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}
.cid-vq6IGNLPKb .mbr-fallback-image.disabled {
    display: none;
}
.cid-vq6IGNLPKb .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.cid-vq6IGNLPKb .title-wrapper {
    margin-bottom: 120px;
}
@media (max-width: 992px) {
    .cid-vq6IGNLPKb .title-wrapper {
        margin-bottom: 40px;
    }
}
.cid-vq6IGNLPKb .title-wrapper .mbr-label {
    margin-bottom: 20px;
}
.cid-vq6IGNLPKb .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
}
.cid-vq6IGNLPKb .title-wrapper .text-wrapper .mbr-text {
    display: inline-block;
    width: 50%;
    margin-bottom: 0;
}
@media (max-width: 992px) {
    .cid-vq6IGNLPKb .title-wrapper .text-wrapper .mbr-text {
        width: 100%;
    }
}
.cid-vq6IGNLPKb .items-wrapper {
    margin: 0 -8px;
}
.cid-vq6IGNLPKb .items-wrapper .item {
    padding: 0 8px;
    margin-bottom: 16px;
}
@media (max-width: 992px) {
    .cid-vq6IGNLPKb .items-wrapper .item {
        margin-bottom: 20px;
    }
    .cid-vq6IGNLPKb .items-wrapper .item:last-child {
        margin-bottom: 0;
    }
}
.cid-vq6IGNLPKb .items-wrapper .item:nth-child(3n + 2) {
    transform: translateY(-80px);
}
@media (max-width: 992px) {
    .cid-vq6IGNLPKb .items-wrapper .item:nth-child(3n + 2) {
        transform: none;
    }
}
.cid-vq6IGNLPKb .items-wrapper .item:nth-child(3n + 2) .item-wrapper {
    min-height: 500px;
}
@media (max-width: 992px) {
    .cid-vq6IGNLPKb .items-wrapper .item:nth-child(3n + 2) .item-wrapper {
        min-height: 380px;
    }
}
.cid-vq6IGNLPKb .items-wrapper .item .item-wrapper {
    display: flex;
    align-items: flex-end;
    position: relative;
    min-height: 380px;
    animation: none !important;
}
.cid-vq6IGNLPKb .items-wrapper .item .item-wrapper .item-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cid-vq6IGNLPKb .items-wrapper .item .item-wrapper .over-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.4;
    z-index: 1;
    pointer-events: none;
}
.cid-vq6IGNLPKb .items-wrapper .item .item-wrapper .blur-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    backdrop-filter: blur(10px);
    mask-image: linear-gradient(0deg, #000000 20%, transparent 75%);
    -webkit-mask-image: linear-gradient(0deg, #000000 20%, transparent 75%);
    pointer-events: none;
    z-index: 1;
}
.cid-vq6IGNLPKb .items-wrapper .item .item-wrapper .item-content {
    position: relative;
    z-index: 1;
    padding: 32px;
}
@media (max-width: 992px) {
    .cid-vq6IGNLPKb .items-wrapper .item .item-wrapper .item-content {
        padding: 28px;
    }
}
.cid-vq6IGNLPKb .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 16px;
}
.cid-vq6IGNLPKb .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
    display: inline-flex;
    font-size: 24px;
}
.cid-vq6IGNLPKb .items-wrapper .item .item-wrapper .item-content .item-text {
    margin-bottom: 16px;
}
.cid-vq6IGNLPKb .items-wrapper .item .item-wrapper .item-content .item-name {
    margin-bottom: 4px;
}
.cid-vq6IGNLPKb .items-wrapper .item .item-wrapper .item-content .item-role {
    margin-bottom: 0;
}
.cid-vq6IGNLPKb .mbr-label {
    color: #BC8CA4;
    text-align: center;
}
.cid-vq6IGNLPKb .mbr-section-title {
    color: #000000;
    text-align: center;
}
.cid-vq6IGNLPKb .mbr-text,
.cid-vq6IGNLPKb .text-wrapper {
    color: #6c7179;
    text-align: center;
}
.cid-vq6IGNLPKb .item-text {
    color: #ffffff;
}
.cid-vq6IGNLPKb .item-name {
    color: #ffffff;
}
.cid-vq6IGNLPKb .item-role {
    color: #d1d3d6;
}
.cid-vq6IGNMPh3 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}
.cid-vq6IGNMPh3 .mbr-fallback-image.disabled {
    display: none;
}
.cid-vq6IGNMPh3 .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.cid-vq6IGNMPh3 .title-wrapper {
    margin-bottom: 120px;
}
@media (max-width: 992px) {
    .cid-vq6IGNMPh3 .title-wrapper {
        margin-bottom: 40px;
    }
}
.cid-vq6IGNMPh3 .title-wrapper .mbr-label {
    margin-bottom: 20px;
}
.cid-vq6IGNMPh3 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
}
.cid-vq6IGNMPh3 .title-wrapper .text-wrapper .mbr-text {
    display: inline-block;
    width: 50%;
    margin-bottom: 0;
}
@media (max-width: 992px) {
    .cid-vq6IGNMPh3 .title-wrapper .text-wrapper .mbr-text {
        width: 100%;
    }
}
.cid-vq6IGNMPh3 .items-wrapper {
    margin: 0 -8px;
}
.cid-vq6IGNMPh3 .items-wrapper .item {
    padding: 0 8px;
    margin-bottom: 16px;
}
@media (max-width: 992px) {
    .cid-vq6IGNMPh3 .items-wrapper .item {
        margin-bottom: 20px;
    }
    .cid-vq6IGNMPh3 .items-wrapper .item:last-child {
        margin-bottom: 0;
    }
}
.cid-vq6IGNMPh3 .items-wrapper .item:nth-child(3n + 2) {
    transform: translateY(-80px);
}
@media (max-width: 992px) {
    .cid-vq6IGNMPh3 .items-wrapper .item:nth-child(3n + 2) {
        transform: none;
    }
}
.cid-vq6IGNMPh3 .items-wrapper .item .item-wrapper {
    background-color: #fefcef;
    padding: 8px;
    box-shadow: 0 10px 25px -20px #6c7179;
}
.cid-vq6IGNMPh3 .items-wrapper .item .item-wrapper .item-content {
    padding: 24px;
    background-color: #ffffff;
    box-shadow: 0 10px 25px -20px #6c7179;
    margin-bottom: 8px;
}
@media (max-width: 992px) {
    .cid-vq6IGNMPh3 .items-wrapper .item .item-wrapper .item-content {
        padding: 20px;
    }
}
.cid-vq6IGNMPh3 .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 16px;
}
.cid-vq6IGNMPh3 .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
    display: inline-flex;
    font-size: 24px;
}
.cid-vq6IGNMPh3 .items-wrapper .item .item-wrapper .item-content .item-text {
    margin-bottom: 0;
}
.cid-vq6IGNMPh3 .items-wrapper .item .item-wrapper .person-wrapper {
    padding: 16px;
}
@media (max-width: 992px) {
    .cid-vq6IGNMPh3 .items-wrapper .item .item-wrapper .person-wrapper {
        padding: 20px;
    }
}
.cid-vq6IGNMPh3 .items-wrapper .item .item-wrapper .person-wrapper .person-wrap {
    display: inline-flex;
    align-items: center;
}
.cid-vq6IGNMPh3 .items-wrapper .item .item-wrapper .person-wrapper .person-wrap .item-img {
    margin-right: 12px;
}
.cid-vq6IGNMPh3 .items-wrapper .item .item-wrapper .person-wrapper .person-wrap .item-img img {
    height: 40px;
    width: 40px;
    min-width: 40px;
    object-fit: cover;
    border-radius: 100% !important;
}
.cid-vq6IGNMPh3 .items-wrapper .item .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-name {
    margin-bottom: 4px;
}
.cid-vq6IGNMPh3 .items-wrapper .item .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-role {
    margin-bottom: 0;
}
.cid-vq6IGNMPh3 .mbr-label {
    color: #BC8CA4;
    text-align: center;
}
.cid-vq6IGNMPh3 .mbr-section-title {
    color: #000000;
    text-align: center;
}
.cid-vq6IGNMPh3 .mbr-text,
.cid-vq6IGNMPh3 .text-wrapper {
    color: #6c7179;
    text-align: center;
}
.cid-vq6IGNMPh3 .item-text {
    color: #000000;
}
.cid-vq6IGNMPh3 .item-name {
    color: #454545;
}
.cid-vq6IGNMPh3 .item-role {
    color: #000000;
}
.cid-vq6IGNMPh3 .item-name,
.cid-vq6IGNMPh3 .person-wrapper {
    color: #000000;
}
.cid-vq6IGNMekM {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: transparent;
}
.cid-vq6IGNMekM .mbr-fallback-image.disabled {
    display: none;
}
.cid-vq6IGNMekM .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.cid-vq6IGNMekM .title-wrapper {
    position: sticky;
    top: 40px;
}
@media (max-width: 992px) {
    .cid-vq6IGNMekM .title-wrapper {
        position: static;
        margin-bottom: 40px;
    }
}
.cid-vq6IGNMekM .title-wrapper .mbr-label {
    margin-bottom: 20px;
}
.cid-vq6IGNMekM .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
}
.cid-vq6IGNMekM .title-wrapper .text-wrapper .mbr-text {
    margin-bottom: 0;
}
.cid-vq6IGNMekM .items-wrapper .item {
    margin-bottom: 16px;
}
.cid-vq6IGNMekM .items-wrapper .item:last-child {
    margin-bottom: 0;
}
@media (max-width: 992px) {
    .cid-vq6IGNMekM .items-wrapper .item {
        margin-bottom: 20px;
    }
    .cid-vq6IGNMekM .items-wrapper .item:last-child {
        margin-bottom: 0;
    }
}
.cid-vq6IGNMekM .items-wrapper .item .item-wrapper {
    height: 100%;
    background-color: #ffffff;
    padding: 8px;
}
.cid-vq6IGNMekM .items-wrapper .item .item-wrapper .title-wrap {
    padding: 16px 16px 24px 16px;
}
@media (max-width: 992px) {
    .cid-vq6IGNMekM .items-wrapper .item .item-wrapper .title-wrap {
        padding: 16px 20px 24px 20px;
    }
}
.cid-vq6IGNMekM .items-wrapper .item .item-wrapper .title-wrap .title-box {
    display: inline-flex;
    align-items: center;
}
.cid-vq6IGNMekM .items-wrapper .item .item-wrapper .title-wrap .title-box .dot-wrapper {
    display: inline-flex;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #bc8ca4;
    margin-right: 16px;
}
.cid-vq6IGNMekM .items-wrapper .item .item-wrapper .title-wrap .title-box .item-title {
    margin-bottom: 0;
}
.cid-vq6IGNMekM .items-wrapper .item .item-wrapper .item-content {
    padding: 24px;
    background-color: #fefcef;
}
@media (max-width: 992px) {
    .cid-vq6IGNMekM .items-wrapper .item .item-wrapper .item-content {
        padding: 20px;
    }
}
.cid-vq6IGNMekM .items-wrapper .item .item-wrapper .item-content .item-text {
    margin-bottom: 0;
}
.cid-vq6IGNMekM .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 12px;
}
.cid-vq6IGNMekM .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
    margin-bottom: 0;
}
.cid-vq6IGNMekM .mbr-label {
    color: #BC8CA4;
}
.cid-vq6IGNMekM .mbr-section-title {
    color: #000000;
}
.cid-vq6IGNMekM .mbr-text,
.cid-vq6IGNMekM .text-wrapper {
    color: #6c7179;
}
.cid-vq6IGNMekM .item-title {
    color: #000000;
}
.cid-vq6IGNMekM .item-text {
    color: #454545;
}
.cid-vq6IGNNLBd {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}
.cid-vq6IGNNLBd .mbr-fallback-image.disabled {
    display: none;
}
.cid-vq6IGNNLBd .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.cid-vq6IGNNLBd .title-wrapper {
    margin-bottom: 40px;
}
.cid-vq6IGNNLBd .title-wrapper .mbr-label {
    margin-bottom: 20px;
}
.cid-vq6IGNNLBd .title-wrapper .mbr-section-title {
    margin-bottom: 0;
}
.cid-vq6IGNNLBd .card-wrapper {
    padding: 8px;
    background-color: #fefcef;
}
.cid-vq6IGNNLBd .card-wrapper .image-wrapper img {
    height: 630px;
    width: 100%;
    object-fit: cover;
}
@media (max-width: 992px) {
    .cid-vq6IGNNLBd .card-wrapper .image-wrapper img {
        height: 300px;
    }
}
.cid-vq6IGNNLBd .card-wrapper .items-wrapper {
    padding: 60px 0 20px;
}
@media (max-width: 992px) {
    .cid-vq6IGNNLBd .card-wrapper .items-wrapper {
        padding: 40px 0 0;
    }
}
.cid-vq6IGNNLBd .items-wrap .item {
    border-radius: 0 !important;
    border-right: 1px solid #d1d3d6;
    margin-bottom: 40px;
}
@media (max-width: 992px) {
    .cid-vq6IGNNLBd .items-wrap .item {
        border-right: none;
    }
}
.cid-vq6IGNNLBd .items-wrap .item:nth-child(3n) {
    border-right: none;
}
.cid-vq6IGNNLBd .items-wrap .item .item-wrapper {
    padding: 0 40px;
}
@media (max-width: 992px) {
    .cid-vq6IGNNLBd .items-wrap .item .item-wrapper {
        padding: 0 20px;
    }
}
.cid-vq6IGNNLBd .items-wrap .item .item-wrapper .item-number {
    margin-bottom: 12px;
}
.cid-vq6IGNNLBd .items-wrap .item .item-wrapper .item-title {
    margin-bottom: 0;
}
.cid-vq6IGNNLBd .btn-wrapper {
    margin-top: -12%;
}
.cid-vq6IGNNLBd .mbr-label {
    color: #BC8CA4;
}
.cid-vq6IGNNLBd .mbr-section-title {
    color: #000000;
}
.cid-vq6IGNNLBd .item-title {
    color: #6c7179;
    text-align: center;
}
.cid-vq6IGNNLBd .item-number {
    color: #000000;
    text-align: center;
}
.cid-vq6IGNNLBd .item-title,
.cid-vq6IGNNLBd .mbr-section-btn {
    color: #000000;
}
.cid-vq6IGNPDzR {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}
.cid-vq6IGNPDzR .mbr-fallback-image.disabled {
    display: none;
}
.cid-vq6IGNPDzR .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.cid-vq6IGNPDzR .image-wrapper img {
    height: 640px;
    width: 100%;
    object-fit: cover;
}
@media (max-width: 1440px) {
    .cid-vq6IGNPDzR .image-wrapper img {
        height: 500px;
    }
}
@media (max-width: 992px) {
    .cid-vq6IGNPDzR .image-wrapper img {
        height: 350px;
    }
}
.cid-vq6IGNQcNO {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: transparent;
}
.cid-vq6IGNQcNO .mbr-fallback-image.disabled {
    display: none;
}
.cid-vq6IGNQcNO .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.cid-vq6IGNQcNO .title-wrapper {
    margin-bottom: 40px;
}
.cid-vq6IGNQcNO .title-wrapper .mbr-label {
    margin-bottom: 20px;
}
.cid-vq6IGNQcNO .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
}
.cid-vq6IGNQcNO .title-wrapper .text-wrapper .mbr-text {
    display: inline-block;
    width: 50%;
    margin-bottom: 0;
}
@media (max-width: 992px) {
    .cid-vq6IGNQcNO .title-wrapper .text-wrapper .mbr-text {
        width: 100%;
    }
}
.cid-vq6IGNQcNO .items-wrapper {
    margin: 0 -8px;
}
.cid-vq6IGNQcNO .items-wrapper .item {
    padding: 0 8px;
    margin-bottom: 16px;
}
@media (max-width: 992px) {
    .cid-vq6IGNQcNO .items-wrapper .item {
        margin-bottom: 20px;
    }
    .cid-vq6IGNQcNO .items-wrapper .item:last-child {
        margin-bottom: 0;
    }
}
.cid-vq6IGNQcNO .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vq6IGNQcNO .items-wrapper .item:focus .item-wrapper .item-img img {
    transform: scale(1.1);
}
.cid-vq6IGNQcNO .items-wrapper .item .item-wrapper {
    height: 100%;
    background-color: #ffffff;
    padding: 8px;
    box-shadow: 0 10px 25px -20px #6c7179;
}
.cid-vq6IGNQcNO .items-wrapper .item .item-wrapper .item-img {
    overflow: hidden;
}
.cid-vq6IGNQcNO .items-wrapper .item .item-wrapper .item-img img {
    height: 220px;
    width: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
}
@media (max-width: 992px) {
    .cid-vq6IGNQcNO .items-wrapper .item .item-wrapper .item-img img {
        height: 300px;
    }
}
.cid-vq6IGNQcNO .items-wrapper .item .item-wrapper .item-content {
    padding: 24px;
}
@media (max-width: 992px) {
    .cid-vq6IGNQcNO .items-wrapper .item .item-wrapper .item-content {
        padding: 20px;
    }
}
.cid-vq6IGNQcNO .items-wrapper .item .item-wrapper .item-content .item-title {
    margin-bottom: 12px;
}
.cid-vq6IGNQcNO .items-wrapper .item .item-wrapper .item-content .item-text {
    margin-bottom: 0;
}
.cid-vq6IGNQcNO .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 12px;
}
.cid-vq6IGNQcNO .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
    margin-bottom: 0;
}
.cid-vq6IGNQcNO .mbr-label {
    color: #BC8CA4;
    text-align: center;
}
.cid-vq6IGNQcNO .mbr-section-title {
    color: #000000;
    text-align: center;
}
.cid-vq6IGNQcNO .mbr-text,
.cid-vq6IGNQcNO .text-wrapper {
    color: #6c7179;
    text-align: center;
}
.cid-vq6IGNQcNO .item-title {
    color: #000000;
}
.cid-vq6IGNQcNO .item-text {
    color: #6c7179;
}
.cid-vq6IGNQcNO .item-title,
.cid-vq6IGNQcNO .mbr-section-btn {
    color: #000000;
}
.cid-vq6IGNQZpo {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: transparent;
}
.cid-vq6IGNQZpo .mbr-fallback-image.disabled {
    display: none;
}
.cid-vq6IGNQZpo .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.cid-vq6IGNQZpo .title-wrapper {
    margin-bottom: 40px;
}
.cid-vq6IGNQZpo .title-wrapper .mbr-label {
    margin-bottom: 20px;
}
.cid-vq6IGNQZpo .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
}
.cid-vq6IGNQZpo .title-wrapper .text-wrapper .mbr-text {
    display: inline-block;
    width: 50%;
    margin-bottom: 0;
}
@media (max-width: 992px) {
    .cid-vq6IGNQZpo .title-wrapper .text-wrapper .mbr-text {
        width: 100%;
    }
}
.cid-vq6IGNQZpo .items-wrapper {
    margin: 0 -8px;
}
.cid-vq6IGNQZpo .items-wrapper .item {
    padding: 0 8px;
    margin-bottom: 16px;
}
@media (max-width: 992px) {
    .cid-vq6IGNQZpo .items-wrapper .item {
        margin-bottom: 20px;
    }
    .cid-vq6IGNQZpo .items-wrapper .item:last-child {
        margin-bottom: 0;
    }
}
.cid-vq6IGNQZpo .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vq6IGNQZpo .items-wrapper .item:focus .item-wrapper .item-img img {
    transform: scale(1.1);
}
.cid-vq6IGNQZpo .items-wrapper .item:hover .item-wrapper .item-content .person-wrapper .icon-wrapper .mbr-iconfont,
.cid-vq6IGNQZpo .items-wrapper .item:focus .item-wrapper .item-content .person-wrapper .icon-wrapper .mbr-iconfont {
    opacity: 1;
    transform: rotate(0);
}
.cid-vq6IGNQZpo .items-wrapper .item .item-wrapper {
    position: relative;
    height: 100%;
    background-color: #ffffff;
    padding: 8px;
    box-shadow: 0 10px 25px -20px #6c7179;
}
.cid-vq6IGNQZpo .items-wrapper .item .item-wrapper .label-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    padding: 32px 32px 0;
    z-index: 1;
    width: 100%;
}
@media (max-width: 992px) {
    .cid-vq6IGNQZpo .items-wrapper .item .item-wrapper .label-wrapper {
        padding: 28px 28px 0;
    }
}
.cid-vq6IGNQZpo .items-wrapper .item .item-wrapper .label-wrapper .item-label {
    padding: 8px 16px;
    display: inline-block;
    background-image: linear-gradient(135deg, #ffffff 0%, #efbcd5 50%);
}
.cid-vq6IGNQZpo .items-wrapper .item .item-wrapper .item-img {
    overflow: hidden;
    box-shadow: 0 20px 25px -20px #6c7179;
    margin-bottom: 8px;
}
.cid-vq6IGNQZpo .items-wrapper .item .item-wrapper .item-img img {
    height: 550px;
    width: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
}
@media (max-width: 992px) {
    .cid-vq6IGNQZpo .items-wrapper .item .item-wrapper .item-img img {
        height: 300px;
    }
}
.cid-vq6IGNQZpo .items-wrapper .item .item-wrapper .item-content {
    padding: 24px;
}
@media (max-width: 992px) {
    .cid-vq6IGNQZpo .items-wrapper .item .item-wrapper .item-content {
        padding: 20px;
    }
}
.cid-vq6IGNQZpo .items-wrapper .item .item-wrapper .item-content .person-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cid-vq6IGNQZpo .items-wrapper .item .item-wrapper .item-content .person-wrapper .person-wrap .item-name {
    margin-bottom: 8px;
}
.cid-vq6IGNQZpo .items-wrapper .item .item-wrapper .item-content .person-wrapper .person-wrap .item-role {
    margin-bottom: 0;
}
.cid-vq6IGNQZpo .items-wrapper .item .item-wrapper .item-content .person-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    transition: all 0.5s ease;
    transform: rotate(-45deg);
    opacity: 0;
}
.cid-vq6IGNQZpo .items-wrapper .item .item-wrapper .item-content .item-text {
    margin-top: 12px;
    margin-bottom: 0;
}
.cid-vq6IGNQZpo .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 12px;
}
.cid-vq6IGNQZpo .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
    margin-bottom: 0;
}
.cid-vq6IGNQZpo .btn-wrapper {
    margin-top: 15%;
}
.cid-vq6IGNQZpo .mbr-label {
    color: #BC8CA4;
    text-align: center;
}
.cid-vq6IGNQZpo .mbr-section-title {
    color: #000000;
    text-align: center;
}
.cid-vq6IGNQZpo .mbr-text,
.cid-vq6IGNQZpo .text-wrapper {
    color: #6c7179;
    text-align: center;
}
.cid-vq6IGNQZpo .item-name {
    color: #000000;
}
.cid-vq6IGNQZpo .item-role {
    color: #6c7179;
}
.cid-vq6IGNQZpo .item-text {
    color: #6c7179;
}
.cid-vq6IGNQZpo .item-label,
.cid-vq6IGNQZpo .label-wrapper {
    color: #000000;
    text-align: right;
}
.cid-vq6IGNRb6T {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}
.cid-vq6IGNRb6T .mbr-fallback-image.disabled {
    display: none;
}
.cid-vq6IGNRb6T .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
@media (max-width: 992px) {
    .cid-vq6IGNRb6T .title-wrapper {
        margin-bottom: 40px;
    }
}
.cid-vq6IGNRb6T .title-wrapper .mbr-label {
    margin-bottom: 20px;
}
.cid-vq6IGNRb6T .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
}
.cid-vq6IGNRb6T .title-wrapper .mbr-text {
    margin-bottom: 0;
}
.cid-vq6IGNRb6T .title-wrapper .mbr-section-btn {
    margin-top: 20px;
}
.cid-vq6IGNRb6T .image-wrapper img {
    width: 100%;
    height: 480px;
    object-fit: none;
}
@media (max-width: 992px) {
    .cid-vq6IGNRb6T .image-wrapper img {
        height: 300px;
    }
}
.cid-vq6IGNRb6T .mbr-label {
    color: #BC8CA4;
}
.cid-vq6IGNRb6T .mbr-section-title {
    color: #000000;
}
.cid-vq6IGNRb6T .mbr-text {
    color: #6c7179;
}
.cid-vq6IGNRJxX {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: transparent;
}
.cid-vq6IGNRJxX .mbr-fallback-image.disabled {
    display: none;
}
.cid-vq6IGNRJxX .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.cid-vq6IGNRJxX .title-wrapper {
    position: sticky;
    top: 40px;
}
@media (max-width: 992px) {
    .cid-vq6IGNRJxX .title-wrapper {
        position: static;
        margin-bottom: 40px;
    }
}
.cid-vq6IGNRJxX .title-wrapper .mbr-label {
    margin-bottom: 20px;
}
.cid-vq6IGNRJxX .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
}
.cid-vq6IGNRJxX .title-wrapper .text-wrapper .mbr-text {
    margin-bottom: 0;
}
.cid-vq6IGNRJxX .card-wrapper {
    padding: 80px 60px 0;
    position: relative;
    box-shadow: 0 10px 25px -20px #6c7179;
    overflow: hidden;
}
@media (max-width: 992px) {
    .cid-vq6IGNRJxX .card-wrapper {
        padding: 80px 8px 0;
    }
}
.cid-vq6IGNRJxX .card-wrapper .image-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cid-vq6IGNRJxX .card-wrapper .form-wrap {
    position: relative;
    z-index: 1;
    background-color: #ffffff;
    padding: 24px 24px 40px;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
@media (max-width: 992px) {
    .cid-vq6IGNRJxX .card-wrapper .form-wrap {
        padding: 20px 20px 40px;
    }
}
.cid-vq6IGNRJxX .card-wrapper .form-wrap .dragArea.row {
    position: relative;
    z-index: 1;
    margin: 0 -9.6px;
}
.cid-vq6IGNRJxX .card-wrapper .form-wrap .dragArea.row .form-group {
    margin-bottom: 0 !important;
}
.cid-vq6IGNRJxX .card-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
    margin-bottom: 10px;
}
.cid-vq6IGNRJxX .card-wrapper .form-wrap .dragArea.row .form-group .form-control {
    padding: 12px;
    background-color: #fefcef;
    border: 1px solid #d1d3d6 !important;
    box-shadow: none;
    margin-bottom: 20px;
}
.cid-vq6IGNRJxX .card-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
    color: #6c7179;
    opacity: 0.7;
}
.cid-vq6IGNRJxX .card-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vq6IGNRJxX .card-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
    border: 1px solid #6c7179 !important;
}
.cid-vq6IGNRJxX .card-wrapper .form-wrap .dragArea.row .form-group textarea {
    min-height: 145px;
}
.cid-vq6IGNRJxX .card-wrapper .form-wrap .dragArea.row .form-group .form-check {
    padding-left: 2.1em;
}
.cid-vq6IGNRJxX .card-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
    background-color: #6c7179;
    border-color: #6c7179;
}
.cid-vq6IGNRJxX .card-wrapper .form-wrap .dragArea.row .mbr-section-btn {
    width: 100%;
    margin-top: 24px;
}
@media (max-width: 992px) {
    .cid-vq6IGNRJxX .card-wrapper .form-wrap .dragArea.row .mbr-section-btn {
        margin-top: 12px;
    }
}
.cid-vq6IGNRJxX .card-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
    width: 100%;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 0;
}
.cid-vq6IGNRJxX .mbr-section-title {
    color: #000000;
}
.cid-vq6IGNRJxX .mbr-text,
.cid-vq6IGNRJxX .text-wrapper {
    color: #6c7179;
}
.cid-vq6IGNRJxX label {
    color: #6c7179;
}
.cid-vq6IGNR4zp {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: transparent;
}
.cid-vq6IGNR4zp .mbr-fallback-image.disabled {
    display: none;
}
.cid-vq6IGNR4zp .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.cid-vq6IGNR4zp .items-wrapper {
    margin: 0 -8px;
}
.cid-vq6IGNR4zp .items-wrapper .item {
    padding: 0 8px;
    margin-bottom: 16px;
}
@media (max-width: 992px) {
    .cid-vq6IGNR4zp .items-wrapper .item {
        margin-bottom: 20px;
    }
    .cid-vq6IGNR4zp .items-wrapper .item:last-child {
        margin-bottom: 0;
    }
}
.cid-vq6IGNR4zp .items-wrapper .item .item-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    background-color: #ffffff;
    padding: 8px;
    box-shadow: 0 10px 25px -20px #6c7179;
}
.cid-vq6IGNR4zp .items-wrapper .item .item-wrapper .title-wrap {
    padding: 16px 16px 24px 16px;
}
@media (max-width: 992px) {
    .cid-vq6IGNR4zp .items-wrapper .item .item-wrapper .title-wrap {
        padding: 16px 20px 24px 20px;
    }
}
.cid-vq6IGNR4zp .items-wrapper .item .item-wrapper .title-wrap .title-box {
    display: inline-flex;
    align-items: center;
}
.cid-vq6IGNR4zp .items-wrapper .item .item-wrapper .title-wrap .title-box .dot-wrapper {
    display: inline-flex;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #e70000;
    margin-right: 16px;
}
.cid-vq6IGNR4zp .items-wrapper .item .item-wrapper .title-wrap .title-box .item-title {
    margin-bottom: 0;
}
.cid-vq6IGNR4zp .items-wrapper .item .item-wrapper .item-content {
    padding: 24px;
    background-color: #fefcef;
}
@media (max-width: 992px) {
    .cid-vq6IGNR4zp .items-wrapper .item .item-wrapper .item-content {
        padding: 20px;
    }
}
.cid-vq6IGNR4zp .items-wrapper .item .item-wrapper .item-content .item-text {
    margin-bottom: 0;
}
.cid-vq6IGNR4zp .item-title {
    color: #000000;
}
.cid-vq6IGNR4zp .item-text {
    color: #6c7179;
}
.cid-vq6IGNSAVt {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: transparent;
}
.cid-vq6IGNSAVt .mbr-fallback-image.disabled {
    display: none;
}
.cid-vq6IGNSAVt .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.cid-vq6IGNSAVt .card-wrapper {
    border: 8px solid #ffffff;
    background-color: #ffffff;
    padding: 60px;
    box-shadow: 0 10px 25px -20px #6c7179;
}
@media (max-width: 992px) {
    .cid-vq6IGNSAVt .card-wrapper {
        padding: 20px;
    }
}
.cid-vq6IGNSAVt .card-wrapper .mbr-section-title {
    margin-bottom: 80px;
}
@media (max-width: 992px) {
    .cid-vq6IGNSAVt .card-wrapper .mbr-section-title {
        margin-bottom: 20px;
    }
}
.cid-vq6IGNSAVt .card-wrapper .nav-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 28px 16px;
    margin-bottom: 80px;
}
@media (max-width: 1440px) {
    .cid-vq6IGNSAVt .card-wrapper .nav-wrapper {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 992px) {
    .cid-vq6IGNSAVt .card-wrapper .nav-wrapper {
        gap: 28px;
        margin-bottom: 40px;
    }
}
@media (max-width: 768px) {
    .cid-vq6IGNSAVt .card-wrapper .nav-wrapper {
        grid-template-columns: 1fr;
    }
}
.cid-vq6IGNSAVt .card-wrapper .nav-wrapper .nav-wrap .mbr-list-title {
    margin-bottom: 16px;
}
.cid-vq6IGNSAVt .card-wrapper .nav-wrapper .nav-wrap .list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.cid-vq6IGNSAVt .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap {
    position: relative;
    margin-bottom: 12px;
    transition: all 0.3s ease-in-out;
}
.cid-vq6IGNSAVt .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-vq6IGNSAVt .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:focus {
    color: #000000;
}
.cid-vq6IGNSAVt .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:last-child {
    margin-bottom: 0;
}
.cid-vq6IGNSAVt .card-wrapper .mbr-copy {
    margin-bottom: 0;
}
.cid-vq6IGNSAVt .mbr-section-title {
    color: #000000;
}
.cid-vq6IGNSAVt .mbr-list-title {
    color: #000000;
}
.cid-vq6IGNSAVt .list {
    color: #6c7179;
}
.cid-vq6IGNSAVt .mbr-copy {
    color: #6c7179;
    text-align: center;
}

/* Amber Forgeatelier SEO and content refinements */
html {
    scroll-behavior: smooth;
    scroll-padding-top: 88px;
}
section[id] {
    scroll-margin-top: 88px;
}
.navbar-caption {
    white-space: nowrap;
}
.cid-vq6IGNBpKW .navbar-toggler .hamburger span {
    background-color: #000000 !important;
}
.photo-feature-section {
    padding: 5rem 0;
    background: #fefcef;
}
.photo-feature-card {
    position: relative;
    min-height: 620px;
    overflow: hidden;
    background: #111111;
}
.photo-feature-card > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit !important;
}
.photo-feature-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0,0,0,.82) 0%, rgba(0,0,0,.58) 48%, rgba(0,0,0,.16) 100%);
}
.photo-feature-overlay {
    position: relative;
    z-index: 2;
    width: min(680px, 92%);
    padding: clamp(2rem, 6vw, 5rem);
    color: #ffffff;
}
.photo-feature-overlay .mbr-section-title,
.photo-feature-overlay .mbr-text,
.photo-feature-overlay .mbr-label {
    color: #ffffff;
}
.atmosphere-photo {
    display: block;
    width: 100%;
    min-height: 420px;
    max-height: 720px;
    object-fit: cover;
}
.reservation-form .form-control {
    width: 100%;
}
.reservation-form textarea.form-control {
    min-height: 140px;
    resize: vertical;
}
#contact-details .item-text a {
    color: inherit;
    text-decoration: none;
}
#contact-details .item-text a:hover,
#contact-details .item-text a:focus {
    text-decoration: underline;
}
#site-footer {
    padding: 4.5rem 0 2rem;
    background: #111111;
    color: #ffffff;
}
#site-footer .footer-card {
    padding: clamp(1.5rem, 4vw, 3rem);
    background: #1a1a1a;
    border: 1px solid rgba(255,255,255,.1);
}
#site-footer .footer-brand,
#site-footer .footer-heading {
    display: inline-block;
    margin-bottom: 1rem;
    color: #ffffff !important;
    text-decoration: none;
}
#site-footer .footer-description,
#site-footer .responsible-note,
#site-footer .legal-details,
#site-footer .mbr-copy {
    color: rgba(255,255,255,.76);
}
#site-footer .responsible-note {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255,255,255,.1);
}
#site-footer .legal-details {
    margin: 0;
}
#site-footer .legal-details > div {
    display: grid;
    grid-template-columns: minmax(120px, .9fr) 1.25fr;
    gap: .75rem;
    padding: .35rem 0;
}
#site-footer dt {
    font-weight: 700;
    color: #ffffff;
}
#site-footer dd {
    margin: 0;
    overflow-wrap: anywhere;
}
#site-footer a {
    color: #ffffff;
}
#site-footer a:hover,
#site-footer a:focus {
    color: #efbcd5;
}
#site-footer .footer-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: .8rem;
}
#site-footer .footer-links a {
    text-decoration: none;
}
#site-footer .footer-links a:hover,
#site-footer .footer-links a:focus {
    text-decoration: underline;
}
#site-footer .footer-bottom {
    margin-top: 2.25rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255,255,255,.12);
}
#site-footer .mbr-copy {
    margin: 0;
}
@media (max-width: 991.98px) {
    .photo-feature-section {
        padding: 3rem 0;
    }
    .photo-feature-card {
        min-height: 520px;
    }
    .photo-feature-card::after {
        background: linear-gradient(0deg, rgba(0,0,0,.84) 0%, rgba(0,0,0,.48) 68%, rgba(0,0,0,.18) 100%);
    }
    .photo-feature-overlay {
        display: flex;
        min-height: 520px;
        flex-direction: column;
        justify-content: flex-end;
    }
}
@media (max-width: 575.98px) {
    .navbar-caption {
        max-width: 190px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .photo-feature-card,
    .photo-feature-overlay {
        min-height: 460px;
    }
    .atmosphere-photo {
        min-height: 300px;
    }
    #site-footer .legal-details > div {
        grid-template-columns: 1fr;
        gap: .1rem;
        padding: .45rem 0;
    }
}