.btn {
    border-width: 3px;
}

.video-wrapper {
    overflow: hidden;
}

body {
    background-color: #f8fbfe;
}

body {
    font-family: Georgia;
}

.display-1 {
    font-family: 'Georgia', sans-serif;
    font-size: 8.5rem;
    line-height: 1;
}

.display-1 > .mbr-iconfont {
    font-size: 10.625rem;
}

.display-2 {
    font-family: 'Georgia', sans-serif;
    font-size: 6rem;
    line-height: 1;
}

.display-2 > .mbr-iconfont {
    font-size: 7.5rem;
}

.display-4 {
    font-family: 'Georgia', sans-serif;
    font-size: 1.85rem;
    line-height: 1.5;
}

.display-4 > .mbr-iconfont {
    font-size: 2.3125rem;
}

.display-5 {
    font-family: 'Georgia', sans-serif;
    font-size: 2.8rem;
    line-height: 1;
}

.display-5 > .mbr-iconfont {
    font-size: 3.5rem;
}

.display-7 {
    font-family: 'Georgia', sans-serif;
    font-size: 1.5rem;
    line-height: 1.35;
}

.display-7 > .mbr-iconfont {
    font-size: 1.875rem;
}

/* ---- 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: 6.8rem;
    }
}

@media (max-width: 768px) {
    .display-1 {
        font-size: 5.95rem;
        font-size: calc(3.625rem + (8.5 - 3.625) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc(1.1 * (3.625rem + (8.5 - 3.625) * ((100vw - 20rem) / (48 - 20))));
    }

    .display-2 {
        font-size: 4.8rem;
        font-size: calc(2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc(1.3 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
    }

    .display-4 {
        font-size: 1.48rem;
        font-size: calc(1.2974999999999999rem + (1.85 - 1.2974999999999999) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc(1.4 * (1.2974999999999999rem + (1.85 - 1.2974999999999999) * ((100vw - 20rem) / (48 - 20))));
    }

    .display-5 {
        font-size: 2.24rem;
        font-size: calc(1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc(1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
    }

    .display-7 {
        font-size: 1.2rem;
        font-size: calc(1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc(1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
    }
}

@media (min-width: 992px) and (max-width: 1400px) {
    .display-1 {
        font-size: 5.95rem;
        font-size: calc(3.625rem + (8.5 - 3.625) * ((100vw - 62rem) / (87 - 62)));
        line-height: calc(1.1 * (3.625rem + (8.5 - 3.625) * ((100vw - 62rem) / (87 - 62))));
    }

    .display-2 {
        font-size: 4.8rem;
        font-size: calc(2.75rem + (6 - 2.75) * ((100vw - 62rem) / (87 - 62)));
        line-height: calc(1.3 * (2.75rem + (6 - 2.75) * ((100vw - 62rem) / (87 - 62))));
    }

    .display-4 {
        font-size: 1.48rem;
        font-size: calc(1.2974999999999999rem + (1.85 - 1.2974999999999999) * ((100vw - 62rem) / (87 - 62)));
        line-height: calc(1.4 * (1.2974999999999999rem + (1.85 - 1.2974999999999999) * ((100vw - 62rem) / (87 - 62))));
    }

    .display-5 {
        font-size: 2.24rem;
        font-size: calc(1.63rem + (2.8 - 1.63) * ((100vw - 62rem) / (87 - 62)));
        line-height: calc(1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 62rem) / (87 - 62))));
    }

    .display-7 {
        font-size: 1.2rem;
        font-size: calc(1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62)));
        line-height: calc(1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62))));
    }
}

/* Buttons */
.btn {
    padding: 1.25rem 2rem;
    border-radius: 4px;
}

@media (max-width: 767px) {
    .btn {
        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: #0353a4 !important;
}

.bg-success {
    background-color: #20ac6b !important;
}

.bg-info {
    background-color: #0aa3c2 !important;
}

.bg-warning {
    background-color: #cc9900 !important;
}

.bg-danger {
    background-color: #ae1e2c !important;
}

.btn-primary,
.btn-primary:active {
    background-color: #0353a4 !important;
    border-color: #0353a4 !important;
    color: #ffffff !important;
    box-shadow: none;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
    color: inherit;
    background-color: #046cd6 !important;
    border-color: #046cd6 !important;
    box-shadow: none;
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #ffffff !important;
    background-color: #046cd6 !important;
    border-color: #046cd6 !important;
}

.btn-secondary,
.btn-secondary:active {
    background-color: #4c6a8c !important;
    border-color: #4c6a8c !important;
    color: #ffffff !important;
    box-shadow: none;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
    color: inherit;
    background-color: #6283aa !important;
    border-color: #6283aa !important;
    box-shadow: none;
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #ffffff !important;
    background-color: #6283aa !important;
    border-color: #6283aa !important;
}

.btn-info,
.btn-info:active {
    background-color: #0aa3c2 !important;
    border-color: #0aa3c2 !important;
    color: #ffffff !important;
    box-shadow: none;
}

.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
    color: inherit;
    background-color: #0dccf3 !important;
    border-color: #0dccf3 !important;
    box-shadow: none;
}

.btn-info.disabled,
.btn-info:disabled {
    color: #ffffff !important;
    background-color: #0dccf3 !important;
    border-color: #0dccf3 !important;
}

.btn-success,
.btn-success:active {
    background-color: #20ac6b !important;
    border-color: #20ac6b !important;
    color: #ffffff !important;
    box-shadow: none;
}

.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
    color: inherit;
    background-color: #28d786 !important;
    border-color: #28d786 !important;
    box-shadow: none;
}

.btn-success.disabled,
.btn-success:disabled {
    color: #ffffff !important;
    background-color: #28d786 !important;
    border-color: #28d786 !important;
}

.btn-warning,
.btn-warning:active {
    background-color: #cc9900 !important;
    border-color: #cc9900 !important;
    color: #ffffff !important;
    box-shadow: none;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
    color: inherit;
    background-color: #ffbf00 !important;
    border-color: #ffbf00 !important;
    box-shadow: none;
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #ffffff !important;
    background-color: #ffbf00 !important;
    border-color: #ffbf00 !important;
}

.btn-danger,
.btn-danger:active {
    background-color: #ae1e2c !important;
    border-color: #ae1e2c !important;
    color: #ffffff !important;
    box-shadow: none;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
    color: inherit;
    background-color: #da2637 !important;
    border-color: #da2637 !important;
    box-shadow: none;
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #ffffff !important;
    background-color: #da2637 !important;
    border-color: #da2637 !important;
}

.btn-white,
.btn-white:active {
    background-color: #eff0ec !important;
    border-color: #eff0ec !important;
    color: #757b62 !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.disabled,
.btn-white:disabled {
    color: #757b62 !important;
    background-color: #ffffff !important;
    border-color: #ffffff !important;
}

.btn-black,
.btn-black:active {
    background-color: #232323 !important;
    border-color: #232323 !important;
    color: #ffffff !important;
    box-shadow: none;
}

.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
    color: inherit;
    background-color: #3d3d3d !important;
    border-color: #3d3d3d !important;
    box-shadow: none;
}

.btn-black.disabled,
.btn-black:disabled {
    color: #ffffff !important;
    background-color: #3d3d3d !important;
    border-color: #3d3d3d !important;
}

.btn-primary-outline,
.btn-primary-outline:active {
    background-color: transparent !important;
    border-color: #0353a4;
    color: #0353a4;
}

.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
    color: #ffffff !important;
    background-color: #0353a4 !important;
    border-color: #0353a4 !important;
    box-shadow: none !important;
}

.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
    color: #ffffff !important;
    background-color: #0353a4 !important;
    border-color: #0353a4 !important;
}

.btn-secondary-outline,
.btn-secondary-outline:active {
    background-color: transparent !important;
    border-color: #4c6a8c;
    color: #4c6a8c;
}

.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
    color: #ffffff !important;
    background-color: #4c6a8c !important;
    border-color: #4c6a8c !important;
    box-shadow: none !important;
}

.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
    color: #ffffff !important;
    background-color: #4c6a8c !important;
    border-color: #4c6a8c !important;
}

.btn-info-outline,
.btn-info-outline:active {
    background-color: transparent !important;
    border-color: #0aa3c2;
    color: #0aa3c2;
}

.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
    color: #ffffff !important;
    background-color: #0aa3c2 !important;
    border-color: #0aa3c2 !important;
    box-shadow: none !important;
}

.btn-info-outline.disabled,
.btn-info-outline:disabled {
    color: #ffffff !important;
    background-color: #0aa3c2 !important;
    border-color: #0aa3c2 !important;
}

.btn-success-outline,
.btn-success-outline:active {
    background-color: transparent !important;
    border-color: #20ac6b;
    color: #20ac6b;
}

.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
    color: #ffffff !important;
    background-color: #20ac6b !important;
    border-color: #20ac6b !important;
    box-shadow: none !important;
}

.btn-success-outline.disabled,
.btn-success-outline:disabled {
    color: #ffffff !important;
    background-color: #20ac6b !important;
    border-color: #20ac6b !important;
}

.btn-warning-outline,
.btn-warning-outline:active {
    background-color: transparent !important;
    border-color: #cc9900;
    color: #cc9900;
}

.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
    color: #ffffff !important;
    background-color: #cc9900 !important;
    border-color: #cc9900 !important;
    box-shadow: none !important;
}

.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
    color: #ffffff !important;
    background-color: #cc9900 !important;
    border-color: #cc9900 !important;
}

.btn-danger-outline,
.btn-danger-outline:active {
    background-color: transparent !important;
    border-color: #ae1e2c;
    color: #ae1e2c;
}

.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
    color: #ffffff !important;
    background-color: #ae1e2c !important;
    border-color: #ae1e2c !important;
    box-shadow: none !important;
}

.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
    color: #ffffff !important;
    background-color: #ae1e2c !important;
    border-color: #ae1e2c !important;
}

.btn-black-outline,
.btn-black-outline:active {
    background-color: transparent !important;
    border-color: #232323;
    color: #232323;
}

.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
    color: #ffffff !important;
    background-color: #232323 !important;
    border-color: #232323 !important;
    box-shadow: none !important;
}

.btn-black-outline.disabled,
.btn-black-outline:disabled {
    color: #ffffff !important;
    background-color: #232323 !important;
    border-color: #232323 !important;
}

.btn-white-outline,
.btn-white-outline:active {
    background-color: transparent !important;
    border-color: #fafafa;
    color: #fafafa;
}

.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
    color: #7a7a7a !important;
    background-color: #fafafa !important;
    border-color: #fafafa !important;
    box-shadow: none !important;
}

.btn-white-outline.disabled,
.btn-white-outline:disabled {
    color: #7a7a7a !important;
    background-color: #fafafa !important;
    border-color: #fafafa !important;
}

.text-primary {
    color: #0353a4 !important;
}

.text-secondary {
    color: #4c6a8c !important;
}

.text-success {
    color: #20ac6b !important;
}

.text-info {
    color: #0aa3c2 !important;
}

.text-warning {
    color: #cc9900 !important;
}

.text-danger {
    color: #ae1e2c !important;
}

.text-white {
    color: #fafafa !important;
}

.text-black {
    color: #232323 !important;
}

a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
    color: #012040 !important;
}

a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
    color: #28384a !important;
}

a.text-success:hover,
a.text-success:focus,
a.text-success.active {
    color: #105636 !important;
}

a.text-info:hover,
a.text-info:focus,
a.text-info.active {
    color: #055161 !important;
}

a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
    color: #664d00 !important;
}

a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
    color: #570f16 !important;
}

a.text-white:hover,
a.text-white:focus,
a.text-white.active {
    color: #c7c7c7 !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: #0353a4;
}

.nav-tabs .nav-link:not(.active) {
    color: #232323;
}

.alert-success {
    background-color: #70c770;
}

.alert-info {
    background-color: #0aa3c2;
}

.alert-warning {
    background-color: #cc9900;
}

.alert-danger {
    background-color: #ae1e2c;
}

.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: #0353a4;
    border-color: #0353a4;
    color: #ffffff;
}

.mbr-gallery-filter li.active .btn:focus {
    box-shadow: none;
}

.nav-tabs .nav-link {
    border-radius: 100px !important;
}

a,
a:hover {
    color: #0353a4;
}

.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
    color: #2b93fb;
}

.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
    color: #68e3aa;
}

.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
    color: #55dbf6;
}

.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
    color: #ffe599;
}

.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
    color: #e56773;
}

/* Scroll to top button*/
.scrollToTop_wraper {
    display: none;
}

.form-control {
    font-family: 'Georgia', sans-serif;
    font-size: 1.85rem;
    line-height: 1.5;
    font-weight: 400;
    border-radius: 40px !important;
}

.form-control > .mbr-iconfont {
    font-size: 2.3125rem;
}

.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: #0353a4 !important;
}

.form-control:-webkit-input-placeholder {
    font-family: 'Georgia', sans-serif;
    font-size: 1.85rem;
    line-height: 1.5;
    font-weight: 400;
}

.form-control:-webkit-input-placeholder > .mbr-iconfont {
    font-size: 2.3125rem;
}

blockquote {
    border-color: #0353a4;
}

/* 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: #0353a4;
    color: #ffffff;
}

.jq-number__spin {
    transition: 0.25s ease;
}

.jq-number__spin:hover {
    border-color: #0353a4;
}

.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: #0353a4;
    border-bottom-color: #0353a4;
}

.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: #ffffff !important;
    background-color: #0353a4 !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: #4c6a8c !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='http://www.w3.org/2000/svg' stroke='%230353a4' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%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 .btn {
    padding: 24px 42px;
    font-weight: 400;
}

@media (max-width: 992px) {
    .mbr-section-btn .btn {
        padding: 12px 16px;
    }
}

.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont {
    transform: translateX(4px);
}

.mbr-section-btn .btn .mbr-iconfont {
    margin-left: 14px;
    transition: all .3s ease;
}

.form-control {
    border-radius: 100px !important;
}

.card-wrap,
.card-wrapper,
.video-wrapper,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.form-wrapper,
.decor-wrapper {
    border-radius: 3rem !important;
}

.address-wrap,
.price-wrap,
.subtitle-wrap,
.logo {
    border-radius: 1.2rem;
}

.panel-group .card {
    border: 100px !important;
}

.item-without-radius {
    border-radius: 0 !important;
}

.item-large-radius {
    border-radius: 13rem !important;
}

@media (max-width: 1200px) {
    .item-large-radius {
        border-radius: 8rem !important;
    }
}

@media (max-width: 992px) {
    .item-large-radius {
        border-radius: 3rem !important;
    }
}

.cid-vrToUfHmMP .navbar-dropdown {
    position: relative !important;
}

.cid-vrToUfHmMP .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
}

@media (max-width: 992px) {
    .cid-vrToUfHmMP .container-fluid {
        padding-left: 16px;
        padding-right: 16px;
    }
}

.cid-vrToUfHmMP .dropdown-item:before {
    font-family: AveniqueIcons !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-vrToUfHmMP .dropdown-menu {
    padding: 0;
    border-radius: 0;
    box-shadow: none;
}

.cid-vrToUfHmMP .dropdown-item {
    border: none !important;
    background: #f8fbfe !important;
}

.cid-vrToUfHmMP .dropdown-item:hover,
.cid-vrToUfHmMP .dropdown-item:focus {
    background: #f8fbfe !important;
    color: #1d3f5f !important;
}

.cid-vrToUfHmMP .dropdown-item:hover span {
    color: white;
}

.cid-vrToUfHmMP .dropdown-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.cid-vrToUfHmMP .dropdown-item:last-child {
    border-bottom: none;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.cid-vrToUfHmMP .nav-dropdown .link {
    padding: 0 0.3em !important;
    margin: 0.667em 1em !important;
}

.cid-vrToUfHmMP .nav-dropdown .link.dropdown-toggle::after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
}

.cid-vrToUfHmMP .nav-link {
    position: relative;
}

.cid-vrToUfHmMP .container {
    display: flex;
    margin: 0 auto;
    max-width: 1600px;
}

@media (min-width: 992px) {
    .cid-vrToUfHmMP .container {
        flex-wrap: nowrap;
    }
}

.cid-vrToUfHmMP .iconfont-wrapper {
    color: #000c3f !important;
    font-size: 1.5rem;
    transition: all 0.3s ease-in-out;
}

.cid-vrToUfHmMP .iconfont-wrapper:hover {
    opacity: 0.5;
}

.cid-vrToUfHmMP .dropdown-menu,
.cid-vrToUfHmMP .navbar.opened {
    background: #f8fbfe !important;
}

.cid-vrToUfHmMP .nav-item:focus,
.cid-vrToUfHmMP .nav-link:focus {
    outline: none;
}

.cid-vrToUfHmMP .dropdown .dropdown-menu .dropdown-item {
    width: auto;
    transition: all 0.25s ease-in-out;
}

.cid-vrToUfHmMP .dropdown .dropdown-menu .dropdown-item::after {
    right: 1.6rem;
}

.cid-vrToUfHmMP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
    margin-right: 0.5rem;
    vertical-align: sub;
}

.cid-vrToUfHmMP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
    display: inline-block;
    transform: scale(1, 1);
    transition: all 0.25s ease-in-out;
}

.cid-vrToUfHmMP .collapsed .dropdown-menu .dropdown-item:before {
    display: none;
}

.cid-vrToUfHmMP .collapsed .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
}

.cid-vrToUfHmMP .navbar {
    min-height: 110px;
    transition: all 0.3s;
    border-bottom: 1px solid transparent;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    background: #f8fbfe;
    padding: 0 !important;
    border-radius: 0 !important;
    border: none !important;
    box-shadow: none !important;
}

.cid-vrToUfHmMP .navbar.opened {
    transition: all 0.3s;
}

.cid-vrToUfHmMP .navbar .dropdown-item {
    padding: 8px 3.2rem 8px 22px;
    line-height: 1.5;
    border-radius: 0;
    margin-left: 4px;
    margin-bottom: 4px;
}

.cid-vrToUfHmMP .navbar .navbar-logo img {
    width: auto;
}

.cid-vrToUfHmMP .navbar .navbar-collapse {
    justify-content: flex-end;
    z-index: 1;
}

.cid-vrToUfHmMP .navbar.collapsed {
    justify-content: center;
}

.cid-vrToUfHmMP .navbar.collapsed .nav-item .nav-link::before {
    display: none;
}

.cid-vrToUfHmMP .navbar.collapsed.opened .dropdown-menu {
    top: 0;
}

.cid-vrToUfHmMP .navbar.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
}

.cid-vrToUfHmMP .navbar.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
}

.cid-vrToUfHmMP .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-vrToUfHmMP .navbar.collapsed ul.navbar-nav li {
    margin: auto;
}

.cid-vrToUfHmMP .navbar.collapsed .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
}

.cid-vrToUfHmMP .navbar.collapsed .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

@media (max-width: 991px) {
    .cid-vrToUfHmMP .navbar .nav-item .nav-link::before {
        display: none;
    }

    .cid-vrToUfHmMP .navbar.opened .dropdown-menu {
        top: 0;
    }

    .cid-vrToUfHmMP .navbar .dropdown-menu .dropdown-submenu {
        left: 0 !important;
    }

    .cid-vrToUfHmMP .navbar .dropdown-menu .dropdown-item:after {
        right: auto;
    }

    .cid-vrToUfHmMP .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-vrToUfHmMP .navbar .navbar-logo img {
        height: 3rem !important;
    }

    .cid-vrToUfHmMP .navbar ul.navbar-nav li {
        margin: auto;
    }

    .cid-vrToUfHmMP .navbar .dropdown-menu .dropdown-item {
        padding: 14px !important;
        text-align: center;
        margin-left: 0;
    }

    .cid-vrToUfHmMP .navbar .navbar-brand {
        flex-shrink: initial;
        flex-basis: auto;
        word-break: break-word;
        padding-right: 0.5rem;
        max-width: 80%;
    }

    .cid-vrToUfHmMP .navbar .navbar-toggler {
        flex-basis: auto;
    }

    .cid-vrToUfHmMP .navbar .icons-menu {
        padding-left: 0;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
}

.cid-vrToUfHmMP .navbar.navbar-short {
    min-height: 96px;
}

.cid-vrToUfHmMP .navbar.navbar-short .navbar-brand {
    min-height: 96px;
}

.cid-vrToUfHmMP .navbar-brand {
    min-height: 96px;
    flex-shrink: 0;
    align-items: center;
    margin-right: 0;
    padding: 10px 0;
    transition: all 0.3s;
    word-break: break-word !important;
    z-index: 2;
    word-wrap: break-word !important;
    white-space: normal;
}

@media (min-width: 992px) {
    .cid-vrToUfHmMP .navbar-brand {
        position: absolute;
        left: 45%;
    }
}

.cid-vrToUfHmMP .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-weight: 700;
}

.cid-vrToUfHmMP .navbar-brand .navbar-caption:hover,
.cid-vrToUfHmMP .navbar-brand .navbar-caption:focus {
    color: #1d3f5f !important;
}

.cid-vrToUfHmMP .navbar-brand .navbar-logo a {
    outline: none;
}

.cid-vrToUfHmMP .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vrToUfHmMP .navbar.opened .navbar-brand .navbar-caption:focus {
    color: #1d3f5f !important;
}

.cid-vrToUfHmMP .dropdown-item.active,
.cid-vrToUfHmMP .dropdown-item:active {
    background-color: transparent;
}

.cid-vrToUfHmMP .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
}

.cid-vrToUfHmMP .nav-dropdown .link.dropdown-toggle {
    margin-right: 1.667em;
}

.cid-vrToUfHmMP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.667em;
}

.cid-vrToUfHmMP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    background: #f8fbfe;
    top: 3.2rem;
    border-radius: 30px;
}

@media (max-width: 992px) {
    .cid-vrToUfHmMP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
        top: 0;
    }
}

.cid-vrToUfHmMP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
    margin: 0;
    left: 100%;
    top: 0;
    border-left: 1px solid transparent;
}

.cid-vrToUfHmMP .navbar .dropdown.open > .dropdown-menu {
    display: block;
}

.cid-vrToUfHmMP ul.navbar-nav {
    flex-wrap: wrap;
}

@media (min-width: 991px) {
    .cid-vrToUfHmMP ul.navbar-nav {
        padding: 0;
        background-color: transparent;
        border: 2px solid transparent;
    }
}

.cid-vrToUfHmMP .navbar-buttons {
    text-align: center;
    width: auto;
}

.cid-vrToUfHmMP .navbar-buttons .btn {
    white-space: nowrap;
    margin-right: 0;
    min-height: auto;
    width: auto;
    padding: 12px 24px;
}

@media (max-width: 992px) {
    .cid-vrToUfHmMP .navbar-buttons .btn {
        padding: 12px 16px;
    }
}

.cid-vrToUfHmMP .navbar-buttons .btn .mbr-iconfont {
    width: 32px;
    height: 32px;
    min-width: 32px;
    font-size: 16px;
    margin-left: 32px;
    margin-right: -20px;
}

@media (max-width: 575px) {
    .cid-vrToUfHmMP .navbar-buttons .btn {
        width: auto !important;
    }
}

.cid-vrToUfHmMP 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: #f8fbfe !important;
    border: none !important;
    box-shadow: none !important;
}

.cid-vrToUfHmMP button.navbar-toggler .hamburger span {
    position: absolute;
    right: 0;
    width: 20px;
    height: 2px;
    border-right: 5px;
    background-color: #1e3459;
}

.cid-vrToUfHmMP button.navbar-toggler .hamburger span:nth-child(1) {
    top: 18px;
    left: 15px;
    transition: all 0.2s;
}

.cid-vrToUfHmMP button.navbar-toggler .hamburger span:nth-child(2) {
    left: 15px;
    top: 24px;
    transition: all 0.15s;
}

.cid-vrToUfHmMP button.navbar-toggler .hamburger span:nth-child(3) {
    left: 15px;
    top: 24px;
    transition: all 0.15s;
}

.cid-vrToUfHmMP button.navbar-toggler .hamburger span:nth-child(4) {
    left: 15px;
    top: 30px;
    transition: all 0.2s;
}

.cid-vrToUfHmMP nav.opened .hamburger span:nth-child(1) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all 0.2s;
}

.cid-vrToUfHmMP nav.opened .hamburger span:nth-child(2) {
    transform: rotate(45deg);
    transition: all 0.25s;
}

.cid-vrToUfHmMP nav.opened .hamburger span:nth-child(3) {
    transform: rotate(-45deg);
    transition: all 0.25s;
}

.cid-vrToUfHmMP nav.opened .hamburger span:nth-child(4) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all 0.2s;
}

.cid-vrToUfHmMP .navbar-dropdown {
    padding: 0 1rem;
}

.cid-vrToUfHmMP a.nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cid-vrToUfHmMP .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-vrToUfHmMP .navbar {
        height: 70px;
    }

    .cid-vrToUfHmMP .navbar.opened {
        height: auto;
    }

    .cid-vrToUfHmMP .nav-item .nav-link:hover::before {
        width: 175%;
        max-width: calc(100% + 2rem);
        left: -1rem;
    }
}

.cid-vrToUfHmMP .navbar-nav {
    margin: 0 auto;
}

.cid-vrToUfHmMP .nav-item {
    padding: 0;
    margin: 0;
}

.cid-vrToUfHmMP .nav-item .nav-link {
    padding: 8px 25px !important;
    margin: 0 !important;
    transition: all 0.3s ease-in-out;
    font-weight: 400;
    border-radius: 3rem;
}

.cid-vrToUfHmMP .nav-item .nav-link::after {
    color: inherit !important;
    transform: rotate(0);
    transition: 0.3s;
}

.cid-vrToUfHmMP .nav-item .nav-link:hover,
.cid-vrToUfHmMP .nav-item .nav-link:focus {
    background-color: transparent;
    color: #1d3f5f !important;
}

.cid-vrToUfHmMP .nav-item .nav-link:hover::after,
.cid-vrToUfHmMP .nav-item .nav-link:focus::after {
    color: inherit !important;
}

.cid-vrToUfHmMP .nav-item .nav-link.show::after {
    transform: rotate(180deg);
}

.cid-vrToUfHmMP .nav-item .dropdown-menu {
    background-color: transparent !important;
}

.cid-vrToUfHmMP .nav-item .dropdown-menu:hover {
    background-color: transparent !important;
}

@media (max-width: 991px) {
    .cid-vrToUfHmMP .navbar {
        justify-content: flex-start !important;
    }

    .cid-vrToUfHmMP .navbar.opened {
        min-height: 100vh !important;
        flex-direction: column !important;
        justify-content: flex-start !important;
    }

    .cid-vrToUfHmMP .navbar-collapse {
        padding: 20px 0 3rem;
    }

    .cid-vrToUfHmMP .navbar-collapse .navbar-nav {
        width: 100%;
        margin-bottom: 24px;
    }

    .cid-vrToUfHmMP .navbar-collapse .nav-item {
        width: 100%;
        margin: 0;
    }

    .cid-vrToUfHmMP .navbar-collapse .nav-item:not(:first-child) {
        border-top: 1px solid transparent;
    }

    .cid-vrToUfHmMP .navbar-collapse .nav-item .nav-link {
        padding: 14px !important;
        justify-content: center;
        margin: 0 !important;
        margin-bottom: 4px !important;
    }
}

@media (min-width: 1440px) {
    .cid-vrToUfHmMP .nav-dropdown {
        padding-right: 30% !important;
    }
}

@media (min-width: 1200px) {
    .cid-vrToUfHmMP .nav-dropdown {
        padding-right: 20% !important;
    }
}

@media (min-width: 992px) {
    .cid-vrToUfHmMP .nav-dropdown {
        width: 100%;
        padding-right: 40% !important;
        margin: 0;
    }
}

.cid-vrToUfHmMP .content-wrap {
    min-height: 110px;
}

.cid-vrToUfHmMP .nav-link,
.cid-vrToUfHmMP .dropdown-item {
    color: #1E3459;
}

.cid-vrToUfHmMP .navbar-caption {
    color: #1E3459;
}

.cid-vrToUfKmzQ {
    background-color: transparent;
}

.cid-vrToUfKmzQ .mbr-fallback-image.disabled {
    display: none;
}

.cid-vrToUfKmzQ .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.cid-vrToUfKmzQ .row {
    justify-content: space-between;
}

@media (max-width: 992px) {
    .cid-vrToUfKmzQ .content-wrapper {
        margin-bottom: 32px;
    }
}

.cid-vrToUfKmzQ .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
}

.cid-vrToUfKmzQ .content-wrapper .text-wrapper .mbr-text {
    display: inline-block;
    width: 80%;
    margin-bottom: 32px;
}

@media (max-width: 992px) {
    .cid-vrToUfKmzQ .content-wrapper .text-wrapper .mbr-text {
        width: 100%;
    }
}

.cid-vrToUfKmzQ .content-wrapper .subtitle-wrapper {
    margin-bottom: 32px;
}

.cid-vrToUfKmzQ .content-wrapper .subtitle-wrapper .subtitle-wrap {
    display: inline-grid;
    grid-template-columns: 6px 1fr;
    gap: 24px;
    padding: 16px 40px 16px 10px;
    background-color: #ffffff;
    box-shadow: 0 19px 45px 0 #0000001a;
}

@media (max-width: 992px) {
    .cid-vrToUfKmzQ .content-wrapper .subtitle-wrapper .subtitle-wrap {
        padding: 10px 20px 10px 10px;
        gap: 16px;
    }
}

.cid-vrToUfKmzQ .content-wrapper .subtitle-wrapper .subtitle-wrap .line-wrap {
    width: 6px;
    height: 100%;
    border-radius: 10px;
    background-color: #1d3f5f;
}

@media (max-width: 992px) {
    .cid-vrToUfKmzQ .content-wrapper .subtitle-wrapper .subtitle-wrap .line-wrap {
        width: 4px;
    }
}

.cid-vrToUfKmzQ .content-wrapper .subtitle-wrapper .subtitle-wrap .text-wrap {
    padding: 10px 0;
}

.cid-vrToUfKmzQ .content-wrapper .subtitle-wrapper .subtitle-wrap .text-wrap .mbr-section-subtitle {
    margin-bottom: 4px;
}

.cid-vrToUfKmzQ .content-wrapper .subtitle-wrapper .subtitle-wrap .text-wrap .mbr-desc {
    margin-bottom: 0;
}

.cid-vrToUfKmzQ .image-wrapper {
    position: relative;
}

.cid-vrToUfKmzQ .image-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #b9d6f2;
    pointer-events: none;
    transform: rotate(5deg);
    z-index: 2;
    box-shadow: 0 35px 50px 0 #0000001a;
}

.cid-vrToUfKmzQ .image-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1d3f5f;
    pointer-events: none;
    transform: rotate(2deg);
    z-index: 1;
    box-shadow: 0 35px 50px 0 #0000001a;
}

.cid-vrToUfKmzQ .image-wrapper img {
    position: relative;
    height: 500px;
    object-fit: cover;
    z-index: 3;
}

@media (max-width: 992px) {
    .cid-vrToUfKmzQ .image-wrapper img {
        height: 300px;
    }
}

.cid-vrToUfKmzQ .mbr-section-title {
    color: #000c3f;
}

.cid-vrToUfKmzQ .mbr-text,
.cid-vrToUfKmzQ .text-wrapper {
    color: #1E3459;
}

.cid-vrToUfKmzQ .mbr-section-subtitle {
    color: #1E3459;
    text-align: left;
}

.cid-vrToUfKmzQ .mbr-desc {
    color: #1E3459;
    text-align: left;
}

.cid-vrToUfKmzQ .mbr-section-title,
.cid-vrToUfKmzQ .mbr-section-btn,
.cid-vrToUfKmzQ .address-wrapper {
    color: #1E3459;
}

.cid-vrToUfLKhL {
    padding-top: 5rem;
    padding-bottom: 5rem;
    overflow: hidden;
    background-color: transparent;
}

.cid-vrToUfLKhL .mbr-fallback-image.disabled {
    display: none;
}

.cid-vrToUfLKhL .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.cid-vrToUfLKhL .row {
    justify-content: space-between;
}

@media (max-width: 992px) {
    .cid-vrToUfLKhL .content-wrapper {
        margin-bottom: 32px;
    }
}

.cid-vrToUfLKhL .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
}

.cid-vrToUfLKhL .content-wrapper .text-wrapper .mbr-text {
    display: inline-block;
    width: 50%;
    margin-bottom: 32px;
}

@media (max-width: 1440px) {
    .cid-vrToUfLKhL .content-wrapper .text-wrapper .mbr-text {
        width: 50%;
    }
}

@media (max-width: 992px) {
    .cid-vrToUfLKhL .content-wrapper .text-wrapper .mbr-text {
        width: 100%;
    }
}

.cid-vrToUfLKhL .image-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 520px;
}

@media (max-width: 992px) {
    .cid-vrToUfLKhL .image-wrapper {
        min-height: auto;
        display: block;
    }
}

.cid-vrToUfLKhL .image-wrapper .image-wrap {
    position: absolute;
}

@media (max-width: 992px) {
    .cid-vrToUfLKhL .image-wrapper .image-wrap {
        position: static;
        margin-bottom: 16px;
    }
}

.cid-vrToUfLKhL .image-wrapper .image-wrap img {
    border: 20px solid #ffffff;
    object-fit: cover;
}

@media (max-width: 992px) {
    .cid-vrToUfLKhL .image-wrapper .image-wrap img {
        border: 10px solid #ffffff;
    }
}

.cid-vrToUfLKhL .image-wrapper .image_1 {
    top: 0;
    z-index: 3;
}

.cid-vrToUfLKhL .image-wrapper .image_1 img {
    height: 320px;
    width: 550px;
    transform: rotate(5deg);
}

@media (max-width: 992px) {
    .cid-vrToUfLKhL .image-wrapper .image_1 img {
        width: 100%;
        height: 300px;
        transform: none;
    }
}

.cid-vrToUfLKhL .image-wrapper .image_2 {
    left: -7%;
    bottom: 0;
    z-index: 2;
}

.cid-vrToUfLKhL .image-wrapper .image_2 img {
    height: 250px;
    width: 400px;
    transform: rotate(-5deg);
    box-shadow: 0 35px 50px 0 #0000001a;
}

@media (max-width: 992px) {
    .cid-vrToUfLKhL .image-wrapper .image_2 img {
        width: 100%;
        height: 300px;
        transform: none;
    }
}

.cid-vrToUfLKhL .image-wrapper .image_3 {
    right: 0;
    bottom: 0;
    z-index: 2;
}

.cid-vrToUfLKhL .image-wrapper .image_3 img {
    height: 320px;
    width: 450px;
    transform: rotate(10deg);
    box-shadow: 0 35px 50px 0 #0000001a;
}

@media (max-width: 992px) {
    .cid-vrToUfLKhL .image-wrapper .image_3 img {
        width: 100%;
        height: 300px;
        transform: none;
    }
}

.cid-vrToUfLKhL .mbr-section-title {
    color: #000c3f;
}

.cid-vrToUfLKhL .mbr-text,
.cid-vrToUfLKhL .text-wrapper {
    color: #1E3459;
}

.cid-vrToUfLKhL .mbr-section-title,
.cid-vrToUfLKhL .mbr-section-btn,
.cid-vrToUfLKhL .address-wrapper {
    color: #1E3459;
}

.cid-vrToUfLgYN {
    padding-top: 5rem;
    padding-bottom: 5rem;
    overflow: hidden;
    background-color: #ffffff;
}

.cid-vrToUfLgYN .mbr-fallback-image.disabled {
    display: none;
}

.cid-vrToUfLgYN .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.cid-vrToUfLgYN .title-wrapper {
    margin-bottom: 64px;
}

@media (max-width: 992px) {
    .cid-vrToUfLgYN .title-wrapper {
        margin-bottom: 32px;
    }
}

.cid-vrToUfLgYN .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
}

.cid-vrToUfLgYN .title-wrapper .text-wrapper .mbr-text {
    display: inline-block;
    width: 30%;
    margin-bottom: 0;
}

@media (max-width: 1440px) {
    .cid-vrToUfLgYN .title-wrapper .text-wrapper .mbr-text {
        width: 50%;
    }
}

@media (max-width: 992px) {
    .cid-vrToUfLgYN .title-wrapper .text-wrapper .mbr-text {
        width: 100%;
    }
}

.cid-vrToUfLgYN .items-wrapper {
    justify-content: center;
    margin: 0 -12px;
}

.cid-vrToUfLgYN .items-wrapper .item {
    padding: 0 12px;
}

.cid-vrToUfLgYN .item {
    margin-bottom: 24px;
}

@media (max-width: 992px) {
    .cid-vrToUfLgYN .item {
        margin-bottom: 16px;
    }
}

.cid-vrToUfLgYN .item .item-wrapper {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 50px;
    height: 100%;
    overflow: hidden;
    box-shadow: 0 19px 45px 0 #0000001a;
}

@media (max-width: 992px) {
    .cid-vrToUfLgYN .item .item-wrapper {
        padding: 30px 20px;
        display: block;
    }
}

.cid-vrToUfLgYN .item .item-wrapper .item-content {
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media (max-width: 1200px) {
    .cid-vrToUfLgYN .item .item-wrapper .item-content {
        width: 80%;
    }
}

@media (max-width: 992px) {
    .cid-vrToUfLgYN .item .item-wrapper .item-content {
        width: 100%;
    }
}

.cid-vrToUfLgYN .item .item-wrapper .item-content .card-box .item-title {
    margin-bottom: 20px;
}

.cid-vrToUfLgYN .item .item-wrapper .item-content .card-box .item-text {
    margin-bottom: 0;
}

.cid-vrToUfLgYN .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 40px;
}

@media (max-width: 992px) {
    .cid-vrToUfLgYN .item .item-wrapper .item-content .mbr-section-btn {
        margin-top: 20px;
    }
}

.cid-vrToUfLgYN .item .item-wrapper .item-content .mbr-section-btn .btn {
    margin-bottom: 0;
}

.cid-vrToUfLgYN .item .item-wrapper .item-img {
    width: 30%;
}

@media (max-width: 992px) {
    .cid-vrToUfLgYN .item .item-wrapper .item-img {
        margin-bottom: 32px;
        width: 100%;
    }
}

.cid-vrToUfLgYN .item .item-wrapper .item-img img {
    height: 350px;
    width: 300px;
    object-fit: cover;
    border: 10px solid #ffffff;
    box-shadow: 0 19px 45px 0 #0000001a;
}

@media (max-width: 992px) {
    .cid-vrToUfLgYN .item .item-wrapper .item-img img {
        height: 300px;
        width: 100%;
    }
}

.cid-vrToUfLgYN .item .card_1 {
    background-color: #ffffff;
}

.cid-vrToUfLgYN .item .card_1 .item-img img {
    transform: rotate(-5deg) translateX(3rem);
}

@media (max-width: 992px) {
    .cid-vrToUfLgYN .item .card_1 .item-img img {
        transform: none;
    }
}

.cid-vrToUfLgYN .item .card_2 {
    background-color: #c9e6ed;
}

.cid-vrToUfLgYN .item .card_2 .item-img img {
    transform: rotate(5deg) translateX(3rem);
}

@media (max-width: 992px) {
    .cid-vrToUfLgYN .item .card_2 .item-img img {
        transform: none;
    }
}

.cid-vrToUfLgYN .item .card_3 {
    background-color: #b9dcff;
}

.cid-vrToUfLgYN .item .card_3 .item-content {
    width: 40%;
}

@media (max-width: 1440px) {
    .cid-vrToUfLgYN .item .card_3 .item-content {
        width: 60%;
    }
}

@media (max-width: 992px) {
    .cid-vrToUfLgYN .item .card_3 .item-content {
        width: 100%;
    }
}

.cid-vrToUfLgYN .item .card_3 .item-img {
    width: 40%;
}

@media (max-width: 992px) {
    .cid-vrToUfLgYN .item .card_3 .item-img {
        width: 100%;
    }
}

.cid-vrToUfLgYN .item .card_3 .item-img img {
    height: 400px;
    width: 100%;
    transform: rotate(5deg) translateY(5rem);
}

@media (max-width: 992px) {
    .cid-vrToUfLgYN .item .card_3 .item-img img {
        transform: none;
        height: 300px;
    }
}

.cid-vrToUfLgYN .main-btn {
    margin-top: 40px;
}

@media (max-width: 992px) {
    .cid-vrToUfLgYN .main-btn {
        margin-top: 16px;
    }
}

.cid-vrToUfLgYN .mbr-section-title {
    color: #000c3f;
}

.cid-vrToUfLgYN .mbr-text,
.cid-vrToUfLgYN .text-wrapper {
    color: #1E3459;
    text-align: center;
}

.cid-vrToUfLgYN .mbr-section-title,
.cid-vrToUfLgYN .main-btn {
    text-align: center;
    color: #1E3459;
}

.cid-vrToUfLgYN .item-title {
    color: #000c3f;
}

.cid-vrToUfLgYN .item-text {
    color: #1E3459;
}

.cid-vrToUfLgYN .mbr-text,
.cid-vrToUfLgYN text-wrapper {
    color: #003F47;
}

.cid-vrToUfLgYN .item-title,
.cid-vrToUfLgYN .card-btn {
    color: #1E3459;
}

.cid-vrToUfM1yU {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #1e3459;
}

.cid-vrToUfM1yU .item:focus,
.cid-vrToUfM1yU span:focus {
    outline: none;
}

.cid-vrToUfM1yU .item {
    cursor: pointer;
}

.cid-vrToUfM1yU .grid-container {
    grid-row-gap: 20px;
}

.cid-vrToUfM1yU .grid-container-1,
.cid-vrToUfM1yU .grid-container-2 {
    gap: 0 20px;
}

.cid-vrToUfM1yU .mbr-section-title {
    margin-bottom: 64px;
    color: #ffffff;
    text-align: center;
}

@media (max-width: 992px) {
    .cid-vrToUfM1yU .mbr-section-title {
        margin-bottom: 32px;
    }
}

.cid-vrToUfM1yU .content-head {
    max-width: 800px;
}

.cid-vrToUfM1yU .container,
.cid-vrToUfM1yU .container-fluid {
    overflow: hidden;
}

.cid-vrToUfM1yU .grid-container {
    display: grid;
    transform: translate3d(-3rem, 0, 0);
    width: 115vw;
    grid-column-gap: 1rem;
}

.cid-vrToUfM1yU .grid-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cid-vrToUfM1yU .grid-item img {
    min-width: 30vw;
    max-width: 100%;
    height: 450px;
    object-fit: cover;
    border: 20px solid #ffffff;
}

@media (max-width: 1200px) {
    .cid-vrToUfM1yU .grid-item img {
        height: 300px;
    }
}

@media (max-width: 992px) {
    .cid-vrToUfM1yU .grid-item img {
        border: 10px solid #ffffff;
    }
}

@media (max-width: 767px) {
    .cid-vrToUfM1yU .grid-item img {
        min-width: 35vw;
        height: 150px;
    }
}

.cid-vrToUfM1yU .grid-container-1,
.cid-vrToUfM1yU .grid-container-2 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
}

.cid-vrToUfM1yU .grid-container-1 {
    align-items: flex-end;
}

.cid-vrToUfM1yU .grid-container-2 {
    align-items: flex-start;
}

.cid-vrToUfNxbb {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #1e3459;
}

.cid-vrToUfNxbb .mbr-fallback-image.disabled {
    display: none;
}

.cid-vrToUfNxbb .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.cid-vrToUfNxbb .row {
    justify-content: space-between;
}

.cid-vrToUfNxbb .card {
    justify-content: center;
}

.cid-vrToUfNxbb .content-wrapper .number-wrapper {
    margin-bottom: 20px;
    padding: 0 20px;
}

.cid-vrToUfNxbb .content-wrapper .number-wrapper .mbr-number {
    display: inline-flex;
    align-items: center;
    position: relative;
    padding: 20px;
    background-color: #1d3f5f;
    z-index: 1;
}

.cid-vrToUfNxbb .content-wrapper .number-wrapper .mbr-number::before {
    content: '';
    position: absolute;
    left: -20px;
    width: 62px;
    height: 62px;
    border-radius: 100%;
    background-color: #1d3f5f;
    z-index: -1;
}

.cid-vrToUfNxbb .content-wrapper .number-wrapper .mbr-number::after {
    content: '';
    position: absolute;
    right: -20px;
    width: 62px;
    height: 62px;
    border-radius: 100%;
    background-color: #1d3f5f;
    z-index: -1;
}

.cid-vrToUfNxbb .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
}

.cid-vrToUfNxbb .content-wrapper .text-wrapper .mbr-text {
    display: inline-block;
    width: 80%;
    margin-bottom: 32px;
}

@media (max-width: 992px) {
    .cid-vrToUfNxbb .content-wrapper .text-wrapper .mbr-text {
        width: 100%;
    }
}

.cid-vrToUfNxbb .image-wrapper {
    margin-left: 50px;
}

@media (max-width: 992px) {
    .cid-vrToUfNxbb .image-wrapper {
        margin-left: 0;
    }
}

.cid-vrToUfNxbb .image-wrapper img {
    height: 700px;
    border: 20px solid #ffffff;
    object-fit: cover;
}

@media (max-width: 992px) {
    .cid-vrToUfNxbb .image-wrapper img {
        height: 300px;
        border: 10px solid #ffffff;
    }
}

.cid-vrToUfNxbb .mbr-number {
    color: #000c3f;
}

.cid-vrToUfNxbb .mbr-section-title {
    color: #ffffff;
}

.cid-vrToUfNxbb .mbr-text {
    color: #ffffff;
}

.cid-vrToUfNxbb .mbr-number,
.cid-vrToUfNxbb .number-wrapper {
    color: #FFFFFF;
}

.cid-vrToUfNxbb .mbr-section-title,
.cid-vrToUfNxbb .mbr-section-btn {
    color: #FFFFFF;
}

.cid-vrToUfNxbb .mbr-text,
.cid-vrToUfNxbb .text-wrapper {
    color: #FFFFFF;
}

.cid-vrToUfNGZQ {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #b9d6f2;
}

.cid-vrToUfNGZQ .mbr-fallback-image.disabled {
    display: none;
}

.cid-vrToUfNGZQ .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.cid-vrToUfNGZQ .row {
    justify-content: flex-end;
}

.cid-vrToUfNGZQ .person-wrap {
    padding: 10px;
    background-color: #ffffff;
    margin: 0 20px 0 58px;
}

@media (max-width: 1200px) {
    .cid-vrToUfNGZQ .person-wrap {
        margin: 0 10px;
    }
}

@media (max-width: 992px) {
    .cid-vrToUfNGZQ .person-wrap {
        width: 200px;
        margin: 0 0 32px 0;
    }
}

.cid-vrToUfNGZQ .person-wrap .image-wrapper img {
    height: 200px;
    object-fit: cover;
}

.cid-vrToUfNGZQ .person-wrap .mbr-name {
    padding: 20px 0 10px;
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .cid-vrToUfNGZQ .text-wrapper {
        margin-bottom: 20px;
    }
}

.cid-vrToUfNGZQ .text-wrapper .mbr-text {
    margin-bottom: 0;
}

.cid-vrToUfNGZQ .icon-wrapper .mbr-iconfont {
    display: inline-flex;
    font-size: 62px;
    color: #000000;
}

.cid-vrToUfNGZQ .mbr-name {
    color: #1E3459;
}

.cid-vrToUfNGZQ .mbr-text {
    color: #000000;
}

.cid-vrToUfOzDZ {
    padding-top: 5rem;
    padding-bottom: 5rem;
    overflow: hidden;
    background-color: #b9d6f2;
}

.cid-vrToUfOzDZ .mbr-fallback-image.disabled {
    display: none;
}

.cid-vrToUfOzDZ .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.cid-vrToUfOzDZ .items-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.cid-vrToUfOzDZ .items-wrapper .logo-wrap {
    width: 12.5%;
    padding: 10px;
}

@media (max-width: 1600px) {
    .cid-vrToUfOzDZ .items-wrapper .logo-wrap {
        width: 25%;
    }
}

@media (max-width: 992px) {
    .cid-vrToUfOzDZ .items-wrapper .logo-wrap {
        width: 50%;
        padding: 8px;
    }
}

@media (max-width: 768px) {
    .cid-vrToUfOzDZ .items-wrapper .logo-wrap {
        width: 100%;
        padding: 8px 0;
    }
}

.cid-vrToUfOzDZ .items-wrapper .logo-wrap .logo {
    background-color: #ffffff;
    padding: 20px;
}

.cid-vrToUfOzDZ .items-wrapper .logo-wrap .logo img {
    height: 150px;
    object-fit: contain;
}

@media (max-width: 992px) {
    .cid-vrToUfOzDZ .items-wrapper .logo-wrap .logo img {
        height: 100px;
    }
}

.cid-vrToUfONrs {
    padding-top: 5rem;
    padding-bottom: 5rem;
    overflow: hidden;
    background-color: #1e3459;
}

.cid-vrToUfONrs .mbr-fallback-image.disabled {
    display: none;
}

.cid-vrToUfONrs .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.cid-vrToUfONrs .title-wrapper .mbr-section-title {
    margin-bottom: 64px;
}

@media (max-width: 992px) {
    .cid-vrToUfONrs .title-wrapper .mbr-section-title {
        margin-bottom: 32px;
    }
}

.cid-vrToUfONrs .items-wrapper {
    justify-content: center;
    margin: 0 -10px;
}

.cid-vrToUfONrs .items-wrapper .item {
    padding: 0 10px;
}

.cid-vrToUfONrs .item {
    margin-bottom: 20px;
}

@media (max-width: 992px) {
    .cid-vrToUfONrs .item {
        margin-bottom: 16px;
    }
}

.cid-vrToUfONrs .item .item-wrapper {
    padding: 10px;
    background-color: #ffffff;
    height: 100%;
}

.cid-vrToUfONrs .item .item-wrapper .item-img {
    margin-bottom: 32px;
}

.cid-vrToUfONrs .item .item-wrapper .item-img img {
    height: 310px;
    object-fit: cover;
}

.cid-vrToUfONrs .item .item-wrapper .item-content {
    padding: 0 40px 20px;
}

@media (max-width: 992px) {
    .cid-vrToUfONrs .item .item-wrapper .item-content {
        padding: 0 10px;
    }
}

.cid-vrToUfONrs .item .item-wrapper .item-content .item-title {
    margin-bottom: 20px;
}

.cid-vrToUfONrs .item .item-wrapper .item-content .item-text {
    margin-bottom: 20px;
}

.cid-vrToUfONrs .mbr-section-title {
    color: #FFFFFF;
    text-align: center;
}

.cid-vrToUfONrs .item-title {
    color: #000c3f;
}

.cid-vrToUfONrs .item-text {
    color: #1E3459;
}

.cid-vrToUfONrs .item-title,
.cid-vrToUfONrs .mbr-section-btn {
    color: #1E3459;
}

.cid-vrToUfPrAD {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}

.cid-vrToUfPrAD .mbr-fallback-image.disabled {
    display: none;
}

.cid-vrToUfPrAD .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.cid-vrToUfPrAD .content-wrapper {
    padding: 10px;
    border-top: 10px solid #1d3f5f;
    box-shadow: 0 19px 45px 0 #0000001a;
    background-color: #ffffff;
}

.cid-vrToUfPrAD .content-wrapper .content-wrap {
    padding: 40px 40px 50px;
}

@media (max-width: 992px) {
    .cid-vrToUfPrAD .content-wrapper .content-wrap {
        padding: 10px 10px 30px;
    }
}

.cid-vrToUfPrAD .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 20px;
}

.cid-vrToUfPrAD .content-wrapper .content-wrap .text-wrapper .mbr-text {
    display: inline-block;
    width: 80%;
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .cid-vrToUfPrAD .content-wrapper .content-wrap .text-wrapper .mbr-text {
        width: 100%;
    }
}

.cid-vrToUfPrAD .image-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

@media (max-width: 992px) {
    .cid-vrToUfPrAD .image-wrapper {
        grid-template-columns: 1fr;
    }
}

.cid-vrToUfPrAD .image-wrapper .image-wrap img {
    height: 430px;
    object-fit: cover;
}

@media (max-width: 992px) {
    .cid-vrToUfPrAD .image-wrapper .image-wrap img {
        height: 300px;
    }
}

.cid-vrToUfPrAD .mbr-section-title {
    color: #000c3f;
}

.cid-vrToUfPrAD .mbr-text {
    color: #000c3f;
}

.cid-vrToUfPrAD .mbr-section-title,
.cid-vrToUfPrAD .mbr-section-btn {
    color: #1E3459;
}

.cid-vrToUfPrAD .mbr-text,
.cid-vrToUfPrAD .text-wrapper {
    color: #1E3459;
}

.cid-vrToUfPhBu {
    padding-top: 5rem;
    padding-bottom: 5rem;
    overflow: hidden;
    background-color: transparent;
}

.cid-vrToUfPhBu .mbr-fallback-image.disabled {
    display: none;
}

.cid-vrToUfPhBu .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.cid-vrToUfPhBu .title-wrapper .mbr-section-title {
    margin-bottom: 64px;
}

@media (max-width: 992px) {
    .cid-vrToUfPhBu .title-wrapper .mbr-section-title {
        margin-bottom: 32px;
    }
}

.cid-vrToUfPhBu .items-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}

@media (max-width: 1440px) {
    .cid-vrToUfPhBu .items-wrapper {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 992px) {
    .cid-vrToUfPhBu .items-wrapper {
        display: block;
    }
}

@media (max-width: 992px) {
    .cid-vrToUfPhBu .item {
        margin-bottom: 16px;
    }
}

.cid-vrToUfPhBu .item .item-wrapper {
    padding: 32px;
    background-color: #ffffff;
    height: 100%;
}

@media (max-width: 1200px) {
    .cid-vrToUfPhBu .item .item-wrapper {
        padding: 32px 20px;
    }
}

.cid-vrToUfPhBu .item .item-wrapper .image-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 32px;
}

@media (max-width: 1440px) {
    .cid-vrToUfPhBu .item .item-wrapper .image-wrapper {
        display: block;
        margin-bottom: 20px;
    }
}

@media (max-width: 1440px) {
    .cid-vrToUfPhBu .item .item-wrapper .image-wrapper .item-img {
        margin-bottom: 20px;
    }
}

.cid-vrToUfPhBu .item .item-wrapper .image-wrapper .item-img img {
    height: 86px;
    width: 86px;
    object-fit: cover;
    border-radius: 100%;
}

.cid-vrToUfPhBu .item .item-wrapper .image-wrapper .rating-wrap {
    display: inline-flex;
    align-items: flex-end;
}

.cid-vrToUfPhBu .item .item-wrapper .image-wrapper .rating-wrap .item-number {
    margin-bottom: 0;
}

.cid-vrToUfPhBu .item .item-wrapper .image-wrapper .rating-wrap .icon-wrapper {
    padding-bottom: 8px;
}

.cid-vrToUfPhBu .item .item-wrapper .image-wrapper .rating-wrap .icon-wrapper .mbr-iconfont {
    display: flex;
    margin-left: 4px;
    font-size: 36px;
    color: #ffdd00;
}

.cid-vrToUfPhBu .item .item-wrapper .item-content .item-title {
    margin-bottom: 16px;
}

.cid-vrToUfPhBu .item .item-wrapper .item-content .item-text {
    margin-bottom: 0;
}

.cid-vrToUfPhBu .main-btn {
    margin-top: 40px;
}

@media (max-width: 992px) {
    .cid-vrToUfPhBu .main-btn {
        margin-top: 16px;
    }
}

.cid-vrToUfPhBu .btn-wrapper {
    margin-top: -5%;
}

.cid-vrToUfPhBu .mbr-section-title {
    color: #1E3459;
}

.cid-vrToUfPhBu .mbr-section-title,
.cid-vrToUfPhBu .main-btn {
    text-align: center;
}

.cid-vrToUfPhBu .item-title {
    color: #000c3f;
}

.cid-vrToUfPhBu .item-text {
    color: #1E3459;
}

.cid-vrToUfPhBu .item-number {
    color: #1E3459;
}

.cid-vrToUfPhBu .item-name {
    color: #1E3459;
}

.cid-vrToUfQRJ5 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    overflow: hidden;
    background-color: #ffffff;
}

.cid-vrToUfQRJ5 .mbr-fallback-image.disabled {
    display: none;
}

.cid-vrToUfQRJ5 .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.cid-vrToUfQRJ5 .title-wrapper .mbr-section-title {
    margin-bottom: 64px;
}

@media (max-width: 992px) {
    .cid-vrToUfQRJ5 .title-wrapper .mbr-section-title {
        margin-bottom: 32px;
    }
}

.cid-vrToUfQRJ5 .embla__slide {
    display: flex;
    justify-content: center;
    position: relative;
    min-width: 440px;
    max-width: 100%;
}

@media (max-width: 767px) {
    .cid-vrToUfQRJ5 .embla__slide {
        min-width: 100%;
        max-width: 100%;
    }
}

.cid-vrToUfQRJ5 .embla__slide .slide-content {
    width: 100%;
}

.cid-vrToUfQRJ5 .embla__slide .slide-content .item-wrapper {
    height: 100%;
}

.cid-vrToUfQRJ5 .embla__slide .slide-content .item-wrapper .item-img {
    overflow: hidden;
    margin-bottom: 32px;
}

.cid-vrToUfQRJ5 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 510px;
    object-fit: cover;
}

@media (max-width: 992px) {
    .cid-vrToUfQRJ5 .embla__slide .slide-content .item-wrapper .item-img img {
        height: 300px;
    }
}

.cid-vrToUfQRJ5 .embla__slide .slide-content .item-wrapper .item-content {
    position: relative;
    z-index: 1;
}

.cid-vrToUfQRJ5 .embla__slide .slide-content .item-wrapper .item-content .item-name {
    margin-bottom: 20px;
}

.cid-vrToUfQRJ5 .embla__slide .slide-content .item-wrapper .item-content .item-text {
    margin-bottom: 0;
}

.cid-vrToUfQRJ5 .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn {
    margin-top: 20px;
}

.cid-vrToUfQRJ5 .embla__button--next,
.cid-vrToUfQRJ5 .embla__button--prev {
    display: flex;
}

.cid-vrToUfQRJ5 .embla__button {
    top: -8.4rem;
    width: 64px;
    height: 64px;
    font-size: 22px;
    background-color: #1e3459 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 50%;
    transition: all 0.3s;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1 !important;
    z-index: 2;
}

@media (max-width: 992px) {
    .cid-vrToUfQRJ5 .embla__button {
        top: 0;
    }
}

.cid-vrToUfQRJ5 .embla__button:hover {
    background-color: #1d3f5f !important;
    color: #ffffff !important;
}

.cid-vrToUfQRJ5 .embla__button.embla__button--prev {
    right: 72px;
}

.cid-vrToUfQRJ5 .embla__button.embla__button--next {
    right: 0;
}

.cid-vrToUfQRJ5 .embla {
    position: relative;
    width: 100%;
}

@media (max-width: 992px) {
    .cid-vrToUfQRJ5 .embla {
        padding-top: 6rem;
    }
}

.cid-vrToUfQRJ5 .embla__viewport {
    overflow: visible;
    width: 100%;
    margin-right: 1rem;
}

.cid-vrToUfQRJ5 .embla__viewport.is-draggable {
    cursor: grab;
}

.cid-vrToUfQRJ5 .embla__viewport.is-dragging {
    cursor: grabbing;
}

.cid-vrToUfQRJ5 .embla__container {
    display: flex;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.cid-vrToUfQRJ5 .item-menu-overlay {
    opacity: 0 !important;
}

.cid-vrToUfQRJ5 .mbr-section-title {
    color: #1E3459;
}

.cid-vrToUfQRJ5 .item-name {
    color: #000c3f;
}

.cid-vrToUfQRJ5 .item-text {
    color: #1E3459;
}

.cid-vrToUfQRJ5 .item-name,
.cid-vrToUfQRJ5 .mbr-section-btn {
    color: #1E3459;
}

.cid-vrToUfRoQi {
    padding-top: 5rem;
    padding-bottom: 5rem;
    overflow: hidden;
    background-color: transparent;
}

.cid-vrToUfRoQi .mbr-fallback-image.disabled {
    display: none;
}

.cid-vrToUfRoQi .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.cid-vrToUfRoQi .title-wrapper .mbr-section-title {
    margin-bottom: 64px;
}

@media (max-width: 992px) {
    .cid-vrToUfRoQi .title-wrapper .mbr-section-title {
        margin-bottom: 32px;
    }
}

.cid-vrToUfRoQi .item {
    margin-bottom: 64px;
}

@media (max-width: 992px) {
    .cid-vrToUfRoQi .item {
        margin-bottom: 16px;
    }
}

.cid-vrToUfRoQi .item .item-wrapper {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    padding: 120px;
    height: 100%;
    overflow: hidden;
}

@media (max-width: 1440px) {
    .cid-vrToUfRoQi .item .item-wrapper {
        padding: 120px 80px;
    }
}

@media (max-width: 1200px) {
    .cid-vrToUfRoQi .item .item-wrapper {
        padding: 120px 50px;
    }
}

@media (max-width: 992px) {
    .cid-vrToUfRoQi .item .item-wrapper {
        padding: 30px 20px;
        display: block;
    }
}

.cid-vrToUfRoQi .item .item-wrapper .item-content {
    width: 55%;
}

@media (max-width: 992px) {
    .cid-vrToUfRoQi .item .item-wrapper .item-content {
        width: 100%;
    }
}

.cid-vrToUfRoQi .item .item-wrapper .item-content .item-title {
    margin-bottom: 20px;
}

.cid-vrToUfRoQi .item .item-wrapper .item-content .text-wrapper .item-text {
    display: inline-block;
    width: 80%;
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .cid-vrToUfRoQi .item .item-wrapper .item-content .text-wrapper .item-text {
        width: 100%;
    }
}

.cid-vrToUfRoQi .item .item-wrapper .item-content .list-wrapper {
    margin-top: 40px;
}

@media (max-width: 992px) {
    .cid-vrToUfRoQi .item .item-wrapper .item-content .list-wrapper {
        margin-top: 20px;
    }
}

.cid-vrToUfRoQi .item .item-wrapper .item-content .list-wrapper .list-title {
    margin-bottom: 20px;
}

.cid-vrToUfRoQi .item .item-wrapper .item-content .list-wrapper .list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.cid-vrToUfRoQi .item .item-wrapper .item-content .list-wrapper .list .item-wrap {
    position: relative;
    padding-left: 42px;
    margin-bottom: 16px;
}

.cid-vrToUfRoQi .item .item-wrapper .item-content .list-wrapper .list .item-wrap::before {
    content: '✓';
    position: absolute;
    top: 3px;
    left: 0;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #1d3f5f;
    color: #ffffff;
    border-radius: 100%;
}

.cid-vrToUfRoQi .item .item-wrapper .item-content .list-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
}

.cid-vrToUfRoQi .item .item-wrapper .item-content .price-wrapper {
    display: flex;
    align-items: flex-end;
    margin-top: 40px;
}

@media (max-width: 1440px) {
    .cid-vrToUfRoQi .item .item-wrapper .item-content .price-wrapper {
        flex-direction: column-reverse;
        align-items: flex-start;
    }
}

@media (max-width: 992px) {
    .cid-vrToUfRoQi .item .item-wrapper .item-content .price-wrapper {
        margin-top: 20px;
    }
}

.cid-vrToUfRoQi .item .item-wrapper .item-content .price-wrapper .mbr-section-btn {
    margin-right: 50px;
}

@media (max-width: 1640px) {
    .cid-vrToUfRoQi .item .item-wrapper .item-content .price-wrapper .mbr-section-btn {
        margin-right: 20px;
    }
}

@media (max-width: 1440px) {
    .cid-vrToUfRoQi .item .item-wrapper .item-content .price-wrapper .mbr-section-btn {
        margin-right: 0;
    }
}

.cid-vrToUfRoQi .item .item-wrapper .item-content .price-wrapper .mbr-section-btn .btn {
    margin-bottom: 0;
}

.cid-vrToUfRoQi .item .item-wrapper .item-content .price-wrapper .price-wrap {
    display: inline-grid;
    grid-template-columns: 6px 1fr;
    gap: 24px;
    padding: 16px 40px 16px 10px;
    background-color: #ffffff;
    box-shadow: 0 19px 45px 0 #0000001a;
}

@media (max-width: 1440px) {
    .cid-vrToUfRoQi .item .item-wrapper .item-content .price-wrapper .price-wrap {
        margin-bottom: 20px;
    }
}

@media (max-width: 992px) {
    .cid-vrToUfRoQi .item .item-wrapper .item-content .price-wrapper .price-wrap {
        padding: 10px 20px 10px 10px;
        gap: 16px;
    }
}

.cid-vrToUfRoQi .item .item-wrapper .item-content .price-wrapper .price-wrap .line-wrap {
    width: 6px;
    height: 100%;
    border-radius: 10px;
    background-color: #1d3f5f;
}

@media (max-width: 992px) {
    .cid-vrToUfRoQi .item .item-wrapper .item-content .price-wrapper .price-wrap .line-wrap {
        width: 4px;
    }
}

.cid-vrToUfRoQi .item .item-wrapper .item-content .price-wrapper .price-wrap .item-price {
    padding: 11px 0;
    margin-bottom: 0;
}

.cid-vrToUfRoQi .item .item-wrapper .item-img {
    width: 40%;
}

@media (max-width: 992px) {
    .cid-vrToUfRoQi .item .item-wrapper .item-img {
        margin-bottom: 32px;
        width: 100%;
    }
}

.cid-vrToUfRoQi .item .item-wrapper .item-img img {
    height: 550px;
    object-fit: cover;
    border: 20px solid #ffffff;
    box-shadow: 0 19px 45px 0 #0000001a;
}

@media (max-width: 992px) {
    .cid-vrToUfRoQi .item .item-wrapper .item-img img {
        height: 300px;
        border: 10px solid #ffffff;
    }
}

.cid-vrToUfRoQi .item .card_1 {
    background-color: #ffffff;
}

.cid-vrToUfRoQi .item .card_1 .item-img img {
    transform: rotate(-5deg);
}

@media (max-width: 992px) {
    .cid-vrToUfRoQi .item .card_1 .item-img img {
        transform: none;
    }
}

.cid-vrToUfRoQi .item .card_2 {
    background-color: #b9dcff;
}

.cid-vrToUfRoQi .item .card_2 .item-img img {
    transform: rotate(5deg);
}

@media (max-width: 992px) {
    .cid-vrToUfRoQi .item .card_2 .item-img img {
        transform: none;
    }
}

.cid-vrToUfRoQi .item .card_3 {
    background-color: #c9e6ed;
}

.cid-vrToUfRoQi .item .card_3 .item-img img {
    transform: rotate(-5deg);
}

@media (max-width: 992px) {
    .cid-vrToUfRoQi .item .card_3 .item-img img {
        transform: none;
    }
}

@media (max-width: 992px) {
    .cid-vrToUfRoQi .main-btn {
        margin-top: 16px;
    }
}

.cid-vrToUfRoQi .mbr-section-title {
    color: #000c3f;
}

.cid-vrToUfRoQi .mbr-section-title,
.cid-vrToUfRoQi .main-btn {
    text-align: center;
    color: #1E3459;
}

.cid-vrToUfRoQi .item-title {
    color: #1E3459;
}

.cid-vrToUfRoQi .item-text {
    color: #000c3f;
}

.cid-vrToUfRoQi .list {
    color: #000c3f;
}

.cid-vrToUfRoQi .list-title {
    color: #1E3459;
}

.cid-vrToUfRoQi .item-price {
    color: #1E3459;
}

.cid-vrToUfRoQi .item-text,
.cid-vrToUfRoQi .text-wrapper {
    color: #1E3459;
}

.cid-vrToUfRoQi .list,
.cid-vrToUfRoQi .item-wrap {
    color: #1E3459;
}

.cid-vrToUfSZLZ {
    padding-top: 5rem;
    padding-bottom: 5rem;
    overflow: hidden;
    background-color: #b9d6f2;
}

.cid-vrToUfSZLZ .mbr-fallback-image.disabled {
    display: none;
}

.cid-vrToUfSZLZ .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.cid-vrToUfSZLZ .items-wrapper {
    justify-content: center;
}

.cid-vrToUfSZLZ .title-wrapper {
    margin-bottom: 80px;
}

@media (max-width: 992px) {
    .cid-vrToUfSZLZ .title-wrapper {
        margin-bottom: 32px;
    }
}

.cid-vrToUfSZLZ .title-wrapper .icon-wrapper {
    margin-bottom: 16px;
}

.cid-vrToUfSZLZ .title-wrapper .icon-wrapper .mbr-iconfont {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 86px;
    height: 86px;
    border-radius: 100%;
    background-color: #f8fbfe;
    font-size: 40px;
    color: #1e3459;
}

.cid-vrToUfSZLZ .title-wrapper .mbr-section-title {
    margin-bottom: 16px;
}

.cid-vrToUfSZLZ .item {
    margin-bottom: 20px;
}

@media (max-width: 992px) {
    .cid-vrToUfSZLZ .item {
        margin-bottom: 16px;
    }
}

.cid-vrToUfSZLZ .item .item-wrapper {
    height: 100%;
    padding: 20px;
    background-color: #ffffff;
    transform: rotate(-5deg);
    transition: all 0.3s ease;
    box-shadow: 0 19px 45px 0 #0000001a;
}

@media (max-width: 992px) {
    .cid-vrToUfSZLZ .item .item-wrapper {
        transform: rotate(0);
        padding: 10px;
    }
}

.cid-vrToUfSZLZ .item .item-wrapper:hover,
.cid-vrToUfSZLZ .item .item-wrapper:focus {
    transform: rotate(0);
}

.cid-vrToUfSZLZ .item .item-wrapper .item-img {
    margin-bottom: 32px;
}

.cid-vrToUfSZLZ .item .item-wrapper .item-img img {
    height: 310px;
    object-fit: cover;
}

.cid-vrToUfSZLZ .item .item-wrapper .item-content {
    padding: 0 30px;
}

@media (max-width: 992px) {
    .cid-vrToUfSZLZ .item .item-wrapper .item-content {
        padding: 0 10px;
    }
}

.cid-vrToUfSZLZ .item .item-wrapper .item-content .item-title {
    margin-bottom: 20px;
}

.cid-vrToUfSZLZ .item .item-wrapper .item-content .item-text {
    margin-bottom: 20px;
}

.cid-vrToUfSZLZ .item .card_2 {
    transform: rotate(5deg) translateY(32px);
    position: relative;
    z-index: 1;
}

@media (max-width: 992px) {
    .cid-vrToUfSZLZ .item .card_2 {
        transform: rotate(0);
    }
}

.cid-vrToUfSZLZ .main-btn {
    margin-top: 64px;
}

@media (max-width: 992px) {
    .cid-vrToUfSZLZ .main-btn {
        margin-top: 16px;
    }
}

.cid-vrToUfSZLZ .mbr-section-title {
    color: #000c3f;
}

.cid-vrToUfSZLZ .mbr-section-title,
.cid-vrToUfSZLZ .icon-wrapper,
.cid-vrToUfSZLZ .main-btn {
    text-align: center;
    color: #000000;
}

.cid-vrToUfSZLZ .item-title {
    color: #000c3f;
}

.cid-vrToUfSZLZ .item-text {
    color: #1E3459;
}

.cid-vrToUfSZLZ .item-title,
.cid-vrToUfSZLZ .card-btn {
    color: #1E3459;
}

.cid-vrToUfTj8P {
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-top: 10px solid #1d3f5f;
    border-bottom: 10px solid #1d3f5f;
    background-color: #b9dcff;
}

.cid-vrToUfTj8P .item:focus,
.cid-vrToUfTj8P span:focus {
    outline: none;
}

.cid-vrToUfTj8P .container-fluid {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
}

.cid-vrToUfTj8P .item {
    padding: 10px 0;
    color: #1e3459;
    min-height: 90px;
}

@media (max-width: 768px) {
    .cid-vrToUfTj8P .item {
        min-height: 45px;
    }
}

.cid-vrToUfTVrJ {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #b9d6f2;
}

.cid-vrToUfTVrJ .mbr-fallback-image.disabled {
    display: none;
}

.cid-vrToUfTVrJ .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.cid-vrToUfTVrJ .icon-wrapper {
    margin-bottom: 20px;
}

.cid-vrToUfTVrJ .icon-wrapper .mbr-iconfont {
    display: inline-flex;
    font-size: 62px;
    color: #000000;
}

.cid-vrToUfTVrJ .mbr-text {
    margin-bottom: 32px;
    color: #000c3f;
}

.cid-vrToUfTVrJ .desc-wrapper .mbr-desc {
    display: inline-block;
    width: 80%;
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .cid-vrToUfTVrJ .desc-wrapper .mbr-desc {
        width: 100%;
    }
}

.cid-vrToUfTVrJ .mbr-desc,
.cid-vrToUfTVrJ .desc-wrapper {
    color: #000000;
    text-align: center;
}

.cid-vrToUfTVrJ .mbr-text,
.cid-vrToUfTVrJ .icon-wrapper {
    text-align: center;
    color: #000000;
}

.cid-vrToUfUfkj {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #b9dcff;
}

.cid-vrToUfUfkj .mbr-fallback-image.disabled {
    display: none;
}

.cid-vrToUfUfkj .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.cid-vrToUfUfkj .title-wrapper .mbr-section-title {
    margin-bottom: 64px;
}

@media (max-width: 992px) {
    .cid-vrToUfUfkj .title-wrapper .mbr-section-title {
        margin-bottom: 32px;
    }
}

.cid-vrToUfUfkj .embla__slide {
    display: flex;
    justify-content: center;
    position: relative;
    min-width: 100%;
    max-width: 100%;
}

@media (max-width: 767px) {
    .cid-vrToUfUfkj .embla__slide {
        min-width: 100%;
        max-width: 100%;
    }
}

.cid-vrToUfUfkj .embla__slide .slide-content {
    width: 100%;
}

.cid-vrToUfUfkj .embla__slide .slide-content .item-wrapper {
    height: 100%;
}

.cid-vrToUfUfkj .embla__slide .slide-content .item-wrapper .item-img img {
    height: 510px;
    object-fit: cover;
}

@media (max-width: 992px) {
    .cid-vrToUfUfkj .embla__slide .slide-content .item-wrapper .item-img img {
        height: 300px;
    }
}

.cid-vrToUfUfkj .embla__button--next,
.cid-vrToUfUfkj .embla__button--prev {
    display: flex;
}

.cid-vrToUfUfkj .embla__button {
    top: 43%;
    width: 80px;
    height: 80px;
    font-size: 32px;
    background-color: #1e3459 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 50%;
    transition: all 0.3s;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1 !important;
    z-index: 2;
}

@media (max-width: 992px) {
    .cid-vrToUfUfkj .embla__button {
        top: auto;
        bottom: 0;
    }
}

.cid-vrToUfUfkj .embla__button:hover {
    background-color: #1d3f5f !important;
    color: #ffffff !important;
}

.cid-vrToUfUfkj .embla__button.embla__button--prev {
    left: 4rem;
}

@media (max-width: 992px) {
    .cid-vrToUfUfkj .embla__button.embla__button--prev {
        left: 0;
    }
}

.cid-vrToUfUfkj .embla__button.embla__button--next {
    right: 4rem;
}

@media (max-width: 992px) {
    .cid-vrToUfUfkj .embla__button.embla__button--next {
        right: 0;
    }
}

.cid-vrToUfUfkj .embla {
    position: relative;
    width: 100%;
    padding: 0 210px;
}

@media (max-width: 992px) {
    .cid-vrToUfUfkj .embla {
        padding: 0;
    }
}

@media (max-width: 992px) {
    .cid-vrToUfUfkj .embla {
        padding-bottom: 6rem;
    }
}

.cid-vrToUfUfkj .embla__viewport {
    overflow: hidden;
    width: 100%;
    margin-right: 1rem;
    border: 20px solid #ffffff;
}

@media (max-width: 992px) {
    .cid-vrToUfUfkj .embla__viewport {
        border: 10px solid #ffffff;
    }
}

.cid-vrToUfUfkj .embla__viewport.is-draggable {
    cursor: grab;
}

.cid-vrToUfUfkj .embla__viewport.is-dragging {
    cursor: grabbing;
}

.cid-vrToUfUfkj .embla__container {
    display: flex;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.cid-vrToUfUfkj .item-menu-overlay {
    opacity: 0 !important;
}

.cid-vrToUfUfkj .mbr-section-title {
    color: #1E3459;
    text-align: center;
}

.cid-vrToUfUWI0 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    overflow: hidden;
    background-color: #ffffff;
}

.cid-vrToUfUWI0 .mbr-fallback-image.disabled {
    display: none;
}

.cid-vrToUfUWI0 .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.cid-vrToUfUWI0 .title-wrapper .mbr-section-title {
    margin-bottom: 64px;
}

@media (max-width: 992px) {
    .cid-vrToUfUWI0 .title-wrapper .mbr-section-title {
        margin-bottom: 32px;
    }
}

.cid-vrToUfUWI0 .items-wrapper {
    justify-content: center;
    margin: 0 -32px;
}

@media (max-width: 1440px) {
    .cid-vrToUfUWI0 .items-wrapper {
        margin: 0 -10px;
    }
}

.cid-vrToUfUWI0 .items-wrapper .item {
    padding: 0 32px;
}

@media (max-width: 1440px) {
    .cid-vrToUfUWI0 .items-wrapper .item {
        padding: 0 10px;
    }
}

.cid-vrToUfUWI0 .item {
    margin-bottom: 64px;
}

@media (max-width: 1440px) {
    .cid-vrToUfUWI0 .item {
        margin-bottom: 20px;
    }
}

@media (max-width: 992px) {
    .cid-vrToUfUWI0 .item {
        margin-bottom: 16px;
    }
}

.cid-vrToUfUWI0 .item:hover .item-wrapper,
.cid-vrToUfUWI0 .item:focus .item-wrapper {
    box-shadow: 0 19px 45px 0 #0000004d;
}

.cid-vrToUfUWI0 .item .item-wrapper {
    background-color: #ffffff;
    height: 100%;
    box-shadow: 0 19px 45px 0 #0000001a;
    transition: all 0.3s ease;
    overflow: hidden;
}

.cid-vrToUfUWI0 .item .item-wrapper .item-img img {
    height: 360px;
    object-fit: cover;
}

@media (max-width: 992px) {
    .cid-vrToUfUWI0 .item .item-wrapper .item-img img {
        height: 300px;
    }
}

.cid-vrToUfUWI0 .item .item-wrapper .item-content {
    padding: 50px;
}

@media (max-width: 1440px) {
    .cid-vrToUfUWI0 .item .item-wrapper .item-content {
        padding: 50px 30px;
    }
}

@media (max-width: 992px) {
    .cid-vrToUfUWI0 .item .item-wrapper .item-content {
        padding: 30px 20px;
    }
}

.cid-vrToUfUWI0 .item .item-wrapper .item-content .item-title {
    margin-bottom: 20px;
}

.cid-vrToUfUWI0 .item .item-wrapper .item-content .item-text {
    margin-bottom: 32px;
}

@media (max-width: 992px) {
    .cid-vrToUfUWI0 .item .item-wrapper .item-content .item-text {
        margin-bottom: 20px;
    }
}

.cid-vrToUfUWI0 .item .item-wrapper .item-content .item-price {
    margin-bottom: 32px;
}

@media (max-width: 992px) {
    .cid-vrToUfUWI0 .item .item-wrapper .item-content .item-price {
        margin-bottom: 20px;
    }
}

.cid-vrToUfUWI0 .item .item-wrapper .item-content .mbr-section-btn .btn {
    padding: 8px 24px;
    margin-bottom: 0;
}

.cid-vrToUfUWI0 .mbr-section-title {
    color: #1E3459;
    text-align: center;
}

.cid-vrToUfUWI0 .item-title {
    color: #000c3f;
}

.cid-vrToUfUWI0 .item-text {
    color: #1E3459;
}

.cid-vrToUfUWI0 .item-price {
    color: #1E3459;
}

.cid-vrToUfUWI0 .item-title,
.cid-vrToUfUWI0 .mbr-section-btn {
    color: #1E3459;
}

.cid-vrToUfV7tt {
    padding-top: 5rem;
    padding-bottom: 5rem;
    overflow: hidden;
    background-color: transparent;
}

.cid-vrToUfV7tt .mbr-fallback-image.disabled {
    display: none;
}

.cid-vrToUfV7tt .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.cid-vrToUfV7tt .title-wrapper .mbr-section-title {
    margin-bottom: 64px;
}

@media (max-width: 992px) {
    .cid-vrToUfV7tt .title-wrapper .mbr-section-title {
        margin-bottom: 32px;
    }
}

.cid-vrToUfV7tt .panel-group .card {
    position: relative;
    padding: 20px 30px 20px 50px;
    margin-top: 20px;
    border: none;
    background-color: #b9dcff;
}

@media (max-width: 992px) {
    .cid-vrToUfV7tt .panel-group .card {
        margin-top: 16px;
        padding: 30px 20px;
    }
}

.cid-vrToUfV7tt .panel-group .card:first-child {
    margin-top: 0 !important;
}

.cid-vrToUfV7tt .panel-group .card .card-header {
    background-color: transparent;
    border: none;
    padding: 0;
}

.cid-vrToUfV7tt .panel-group .card .card-header .panel-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cid-vrToUfV7tt .panel-group .card .card-header .panel-title .panel-title-edit {
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .cid-vrToUfV7tt .panel-group .card .card-header .panel-title .panel-title-edit {
        width: 100%;
    }
}

.cid-vrToUfV7tt .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
}

.cid-vrToUfV7tt .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    min-width: 64px;
    color: #1e3459;
    background-color: #f8fbfe;
    font-size: 36px;
    border-radius: 100%;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 992px) {
    .cid-vrToUfV7tt .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
        width: 44px;
        height: 44px;
        min-width: 44px;
        font-size: 22px;
    }
}

.cid-vrToUfV7tt .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
    transform: rotate(-45deg);
    color: #ffffff;
    background-color: #1d3f5f;
}

.cid-vrToUfV7tt .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
}

.cid-vrToUfV7tt .panel-group .card .panel-collapse .panel-body .panel-text {
    display: inline-flex;
    width: 70%;
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .cid-vrToUfV7tt .panel-group .card .panel-collapse .panel-body .panel-text {
        width: 100%;
    }
}

.cid-vrToUfV7tt .mbr-section-title {
    color: #1E3459;
    text-align: center;
}

.cid-vrToUfV7tt .panel-title-edit {
    color: #1E3459;
}

.cid-vrToUfV7tt .panel-text {
    color: #000c3f;
}

.cid-vrToUfV7tt .panel-text,
.cid-vrToUfV7tt .panel-body {
    color: #1E3459;
}

.cid-vrToUfVrEF {
    padding-top: 5rem;
    padding-bottom: 5rem;
    overflow: hidden;
    background-color: #b9d6f2;
}

.cid-vrToUfVrEF .mbr-fallback-image.disabled {
    display: none;
}

.cid-vrToUfVrEF .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.cid-vrToUfVrEF .title-wrapper .mbr-section-title {
    margin-bottom: 64px;
}

@media (max-width: 992px) {
    .cid-vrToUfVrEF .title-wrapper .mbr-section-title {
        margin-bottom: 32px;
    }
}

.cid-vrToUfVrEF .items-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}

@media (max-width: 1440px) {
    .cid-vrToUfVrEF .items-wrapper {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 992px) {
    .cid-vrToUfVrEF .items-wrapper {
        display: block;
    }
}

@media (max-width: 992px) {
    .cid-vrToUfVrEF .item {
        margin-bottom: 16px;
    }
}

.cid-vrToUfVrEF .item .item-wrapper {
    padding: 10px;
    background-color: #ffffff;
}

@media (max-width: 1440px) {
    .cid-vrToUfVrEF .item .item-wrapper {
        height: 100%;
    }
}

.cid-vrToUfVrEF .item .item-wrapper .item-img {
    margin-bottom: 32px;
}

.cid-vrToUfVrEF .item .item-wrapper .item-img img {
    height: 310px;
    object-fit: cover;
}

.cid-vrToUfVrEF .item .item-wrapper .item-content {
    padding: 0 40px 20px;
}

@media (max-width: 1440px) {
    .cid-vrToUfVrEF .item .item-wrapper .item-content {
        padding: 0 20px 20px;
    }
}

@media (max-width: 992px) {
    .cid-vrToUfVrEF .item .item-wrapper .item-content {
        padding: 0 10px;
    }
}

.cid-vrToUfVrEF .item .item-wrapper .item-content .item-title {
    margin-bottom: 20px;
}

.cid-vrToUfVrEF .item .item-wrapper .item-content .item-text {
    margin-bottom: 20px;
}

@media (max-width: 1200px) {
    .cid-vrToUfVrEF .item .item-wrapper .item-content .mbr-section-btn .btn {
        padding: 12px 16px;
    }
}

.cid-vrToUfVrEF .mbr-section-title {
    color: #000000;
    text-align: center;
}

.cid-vrToUfVrEF .item-title {
    color: #000c3f;
}

.cid-vrToUfVrEF .item-text {
    color: #1E3459;
}

.cid-vrToUfVrEF .item-title,
.cid-vrToUfVrEF .mbr-section-btn {
    color: #1E3459;
}

.cid-vrToUfW8T6 {
    background-color: transparent;
}

.cid-vrToUfW8T6 .mbr-fallback-image.disabled {
    display: none;
}

.cid-vrToUfW8T6 .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.cid-vrToUfW8T6 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
}

.cid-vrToUfW8T6 .content-wrapper .text-wrapper .mbr-text {
    display: inline-block;
    width: 30%;
    margin-bottom: 32px;
}

@media (max-width: 1440px) {
    .cid-vrToUfW8T6 .content-wrapper .text-wrapper .mbr-text {
        width: 50%;
    }
}

@media (max-width: 992px) {
    .cid-vrToUfW8T6 .content-wrapper .text-wrapper .mbr-text {
        width: 100%;
    }
}

.cid-vrToUfW8T6 .content-wrapper .address-wrapper {
    margin-top: 120px;
}

@media (max-width: 992px) {
    .cid-vrToUfW8T6 .content-wrapper .address-wrapper {
        margin-top: 32px;
    }
}

.cid-vrToUfW8T6 .content-wrapper .address-wrapper .address-wrap {
    display: inline-grid;
    grid-template-columns: 6px 1fr;
    gap: 24px;
    padding: 16px 40px 16px 10px;
    background-color: #ffffff;
    box-shadow: 0 19px 45px 0 #0000001a;
}

@media (max-width: 992px) {
    .cid-vrToUfW8T6 .content-wrapper .address-wrapper .address-wrap {
        padding: 10px 20px 10px 10px;
        gap: 16px;
    }
}

.cid-vrToUfW8T6 .content-wrapper .address-wrapper .address-wrap .line-wrap {
    width: 6px;
    height: 100%;
    border-radius: 10px;
    background-color: #1d3f5f;
}

@media (max-width: 992px) {
    .cid-vrToUfW8T6 .content-wrapper .address-wrapper .address-wrap .line-wrap {
        width: 4px;
    }
}

.cid-vrToUfW8T6 .content-wrapper .address-wrapper .address-wrap .text-wrap {
    padding: 10px 0;
}

.cid-vrToUfW8T6 .content-wrapper .address-wrapper .address-wrap .text-wrap .mbr-address {
    margin-bottom: 4px;
}

.cid-vrToUfW8T6 .content-wrapper .address-wrapper .address-wrap .text-wrap .mbr-hours {
    margin-bottom: 0;
}

.cid-vrToUfW8T6 .mbr-section-title {
    color: #000c3f;
}

.cid-vrToUfW8T6 .mbr-text,
.cid-vrToUfW8T6 .text-wrapper {
    color: #1E3459;
    text-align: center;
}

.cid-vrToUfW8T6 .mbr-section-title,
.cid-vrToUfW8T6 .mbr-section-btn,
.cid-vrToUfW8T6 .address-wrapper {
    text-align: center;
    color: #1E3459;
}

.cid-vrToUfW8T6 .mbr-address {
    color: #1E3459;
    text-align: left;
}

.cid-vrToUfW8T6 .mbr-hours {
    color: #1E3459;
    text-align: left;
}

.cid-vrToUfXe0R {
    background-image: url("../../../assets/images/photo-1522337660859-02fbefca4702.jpeg");
}

.cid-vrToUfXe0R .mbr-fallback-image.disabled {
    display: none;
}

.cid-vrToUfXe0R .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.cid-vrToUfXe0R .image-wrap {
    height: 500px;
}

@media (max-width: 992px) {
    .cid-vrToUfXe0R .image-wrap {
        height: 300px;
    }
}

.cid-vrToUfXS7h {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #b9dcff;
}

.cid-vrToUfXS7h .mbr-fallback-image.disabled {
    display: none;
}

.cid-vrToUfXS7h .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.cid-vrToUfXS7h .mbr-section-title {
    margin-bottom: 64px;
    color: #000c3f;
    text-align: center;
}

@media (max-width: 992px) {
    .cid-vrToUfXS7h .mbr-section-title {
        margin-bottom: 32px;
    }
}

.cid-vrToUfXS7h .google-map iframe {
    height: 500px;
    box-shadow: 0 19px 45px 0 #0000001a;
}

@media (max-width: 992px) {
    .cid-vrToUfXS7h .google-map iframe {
        height: 300px;
    }
}

.cid-vrToUfYEWg {
    padding-top: 5rem;
    padding-bottom: 10rem;
    overflow: hidden;
    background-color: #1e3459;
}

.cid-vrToUfYEWg .mbr-fallback-image.disabled {
    display: none;
}

.cid-vrToUfYEWg .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.cid-vrToUfYEWg .title-wrapper .mbr-section-title {
    margin-bottom: 80px;
}

@media (max-width: 992px) {
    .cid-vrToUfYEWg .title-wrapper .mbr-section-title {
        margin-bottom: 32px;
    }
}

.cid-vrToUfYEWg .item {
    margin-bottom: 20px;
    transform: translateY(64px) rotate(-5deg);
}

@media (max-width: 992px) {
    .cid-vrToUfYEWg .item {
        margin-bottom: 16px;
        transform: none;
    }
}

.cid-vrToUfYEWg .item:nth-child(2n) {
    transform: none;
}

.cid-vrToUfYEWg .item:nth-child(3n) {
    transform: translateY(64px) rotate(5deg);
}

@media (max-width: 992px) {
    .cid-vrToUfYEWg .item:nth-child(3n) {
        transform: none;
    }
}

.cid-vrToUfYEWg .item .item-wrapper {
    height: 100%;
    border: 20px solid #ffffff;
}

@media (max-width: 992px) {
    .cid-vrToUfYEWg .item .item-wrapper {
        border: 10px solid #ffffff;
    }
}

.cid-vrToUfYEWg .item .item-wrapper .item-img img {
    height: 660px;
    object-fit: cover;
}

@media (max-width: 1200px) {
    .cid-vrToUfYEWg .item .item-wrapper .item-img img {
        height: 460px;
    }
}

@media (max-width: 992px) {
    .cid-vrToUfYEWg .item .item-wrapper .item-img img {
        height: 300px;
    }
}

.cid-vrToUfYEWg .mbr-section-title {
    color: #FFFFFF;
    text-align: center;
}

.cid-vrToUfYurt {
    background-color: #b9d6f2;
}

.cid-vrToUfYurt .mbr-fallback-image.disabled {
    display: none;
}

.cid-vrToUfYurt .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.cid-vrToUfYurt .row {
    justify-content: center;
}

.cid-vrToUfYurt .form-wrapper {
    background-color: #ffffff;
    padding: 20px 50px 50px;
    box-shadow: 0 19px 45px 0 #0000001a;
}

@media (max-width: 992px) {
    .cid-vrToUfYurt .form-wrapper {
        padding: 20px;
    }
}

.cid-vrToUfYurt .form-wrapper .line-wrap {
    width: 100%;
    height: 6px;
    border-radius: 10px;
    background-color: #1d3f5f;
    margin-bottom: 40px;
}

@media (max-width: 992px) {
    .cid-vrToUfYurt .form-wrapper .line-wrap {
        height: 4px;
        margin-bottom: 20px;
    }
}

.cid-vrToUfYurt .form-wrapper .mbr-section-title {
    margin-bottom: 50px;
}

@media (max-width: 992px) {
    .cid-vrToUfYurt .form-wrapper .mbr-section-title {
        margin-bottom: 20px;
    }
}

.cid-vrToUfYurt .form-wrapper .form-wrap .dragArea.row {
    margin: 0;
}

.cid-vrToUfYurt .form-wrapper .form-wrap .dragArea.row .form-group {
    margin-bottom: 0 !important;
    padding: 0;
}

.cid-vrToUfYurt .form-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
    margin-bottom: 10px;
}

.cid-vrToUfYurt .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
    background-color: #f0f0f0;
    padding: 27px 32px;
    font-weight: 400;
    box-shadow: none;
    border: none !important;
    margin-bottom: 16px;
}

@media (max-width: 992px) {
    .cid-vrToUfYurt .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
        padding: 12px 16px;
    }
}

.cid-vrToUfYurt .form-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
    color: #000c3f;
    opacity: 0.3;
}

.cid-vrToUfYurt .form-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vrToUfYurt .form-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
    box-shadow: none;
    border: none !important;
}

@media (max-width: 992px) {
    .cid-vrToUfYurt .form-wrapper .form-wrap .dragArea.row .form-group textarea {
        padding: 24px 16px;
    }
}

.cid-vrToUfYurt .form-wrapper .form-wrap .dragArea.row .form-group .form-check {
    padding-left: 2.1em;
}

.cid-vrToUfYurt .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
    background-color: #000c3f;
    border-color: #000c3f;
}

.cid-vrToUfYurt .form-wrapper .form-wrap .dragArea.row .mbr-section-btn {
    width: 100%;
    margin-top: 16px;
    text-align: center;
}

@media (max-width: 992px) {
    .cid-vrToUfYurt .form-wrapper .form-wrap .dragArea.row .mbr-section-btn {
        margin-top: 0;
    }
}

.cid-vrToUfYurt .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .cid-vrToUfYurt .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
        margin-top: 0;
    }
}

.cid-vrToUfYurt .mbr-section-title {
    color: #1E3459;
    text-align: center;
}

.cid-vrToUfYurt label {
    color: #000c3f;
}

.cid-vrToUg6Rtv {
    padding-top: 5rem;
    padding-bottom: 5rem;
    overflow: hidden;
    background-color: #c9e6ed;
}

.cid-vrToUg6Rtv .mbr-fallback-image.disabled {
    display: none;
}

.cid-vrToUg6Rtv .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.cid-vrToUg6Rtv .row {
    justify-content: space-between;
}

.cid-vrToUg6Rtv .title-wrapper .mbr-section-title {
    margin-bottom: 64px;
}

@media (max-width: 992px) {
    .cid-vrToUg6Rtv .title-wrapper .mbr-section-title {
        margin-bottom: 50px;
    }
}

.cid-vrToUg6Rtv .item {
    margin-bottom: 64px;
}

@media (max-width: 992px) {
    .cid-vrToUg6Rtv .item {
        margin-bottom: 50px;
    }
}

.cid-vrToUg6Rtv .item .item-wrapper .item-content {
    display: inline-flex;
    align-items: center;
}

@media (max-width: 992px) {
    .cid-vrToUg6Rtv .item .item-wrapper .item-content {
        display: block;
        text-align: center;
    }
}

.cid-vrToUg6Rtv .item .item-wrapper .item-content .icon-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-right: 50px;
    margin-left: 18px;
}

@media (max-width: 1440px) {
    .cid-vrToUg6Rtv .item .item-wrapper .item-content .icon-wrapper {
        margin-right: 32px;
    }
}

@media (max-width: 992px) {
    .cid-vrToUg6Rtv .item .item-wrapper .item-content .icon-wrapper {
        margin: 0 18px 32px;
    }
}

.cid-vrToUg6Rtv .item .item-wrapper .item-content .icon-wrapper::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 3px solid #1e3459;
    transform: scale(1.4);
    pointer-events: none;
    transition: all 0.3s ease;
}

.cid-vrToUg6Rtv .item .item-wrapper .item-content .icon-wrapper:hover::before,
.cid-vrToUg6Rtv .item .item-wrapper .item-content .icon-wrapper:focus::before {
    transform: scale(1.5);
}

.cid-vrToUg6Rtv .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 86px;
    height: 86px;
    border-radius: 100%;
    background-color: #1e3459;
    font-size: 40px;
    color: #ffffff;
}

@media (max-width: 1440px) {
    .cid-vrToUg6Rtv .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
        width: 64px;
        height: 64px;
        font-size: 32px;
    }
}

.cid-vrToUg6Rtv .item .item-wrapper .item-content .item-title {
    margin-bottom: 0;
    transition: all 0.3s ease;
}

.cid-vrToUg6Rtv .item .item-wrapper .item-content .item-title:hover,
.cid-vrToUg6Rtv .item .item-wrapper .item-content .item-title:focus {
    color: #1e3459;
}

.cid-vrToUg6Rtv .mbr-section-title {
    color: #1E3459;
    text-align: center;
}

.cid-vrToUg6Rtv .item-title {
    color: #000c3f;
}

.cid-vrToUg6Rtv .item-title,
.cid-vrToUg6Rtv .item-wrapper {
    color: #1E3459;
}

.cid-vrToUg7AfT {
    padding-top: 5rem;
    padding-bottom: 5rem;
    overflow: hidden;
    position: relative;
    background-color: #1e3459;
}

.cid-vrToUg7AfT .decor-wrapper {
    position: absolute;
    bottom: -4rem;
    left: -13rem;
    width: 400px;
    height: 400px;
    transform: rotate(45deg);
    background-color: #1d3f5f;
    pointer-events: none;
}

@media (max-width: 1600px) {
    .cid-vrToUg7AfT .decor-wrapper {
        left: -16rem;
    }
}

@media (max-width: 1440px) {
    .cid-vrToUg7AfT .decor-wrapper {
        left: -20rem;
    }
}

@media (max-width: 992px) {
    .cid-vrToUg7AfT .decor-wrapper {
        display: none;
    }
}

.cid-vrToUg7AfT .mbr-fallback-image.disabled {
    display: none;
}

.cid-vrToUg7AfT .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.cid-vrToUg7AfT .title-wrapper {
    position: relative;
    z-index: 1;
}

.cid-vrToUg7AfT .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
}

.cid-vrToUg7AfT .title-wrapper .mbr-copy {
    margin-bottom: 0;
}

.cid-vrToUg7AfT .nav-wrapper {
    position: relative;
    z-index: 1;
    margin-top: 100px;
}

@media (max-width: 992px) {
    .cid-vrToUg7AfT .nav-wrapper {
        margin-top: 32px;
    }
}

.cid-vrToUg7AfT .nav-wrapper .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.cid-vrToUg7AfT .nav-wrapper .list .item-wrap {
    transition: all 0.3s ease;
    margin: 0 30px 40px;
}

.cid-vrToUg7AfT .nav-wrapper .list .item-wrap:hover,
.cid-vrToUg7AfT .nav-wrapper .list .item-wrap:focus {
    color: #f47451;
}

@media (max-width: 992px) {
    .cid-vrToUg7AfT .nav-wrapper .list .item-wrap {
        margin: 0 16px 20px;
    }
}

.cid-vrToUg7AfT .social-wrapper {
    position: relative;
    z-index: 1;
    margin-top: 60px;
}

@media (max-width: 992px) {
    .cid-vrToUg7AfT .social-wrapper {
        margin-top: 32px;
    }
}

.cid-vrToUg7AfT .social-wrapper .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.cid-vrToUg7AfT .social-wrapper .list .item-wrap {
    transition: all 0.3s ease;
    margin: 0 30px 20px;
}

.cid-vrToUg7AfT .social-wrapper .list .item-wrap:hover,
.cid-vrToUg7AfT .social-wrapper .list .item-wrap:focus {
    color: #f47451;
}

.cid-vrToUg7AfT .mbr-section-title {
    color: #ffffff;
    text-align: center;
}

.cid-vrToUg7AfT .mbr-copy {
    color: #FFFFFF;
    text-align: center;
}

.cid-vrToUg7AfT .list {
    color: #ffffff;
}


/* AveniquebrightStudio custom refinements */
html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
}

img {
    max-width: 100%;
}

section[id] {
    scroll-margin-top: 88px;
}

.legal-links-wrap {
    margin-top: 1.5rem;
}

.legal-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: .8rem 1.5rem;
    color: #ffffff;
}

.legal-link {
    color: inherit !important;
    text-decoration: none !important;
    transition: opacity .2s ease;
}

.legal-link:hover, .legal-link:focus {
    color: inherit !important;
    text-decoration: none !important;
    opacity: .72;
}

.site-legal-block {
    margin: 1.75rem auto 0;
    padding: 1.5rem;
    max-width: 980px;
    border-top: 1px solid rgba(255, 255, 255, .22);
    text-align: left;
    color: #ffffff;
}

.site-legal-block p {
    margin: .25rem 0;
    overflow-wrap: anywhere;
}

.site-legal-block .legal-title {
    font-weight: 700;
    margin-bottom: .75rem;
}

.local-location-card {
    position: relative;
    overflow: hidden;
    border-radius: 1.5rem;
    min-height: 420px;
}

.local-location-card > img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
}

.local-location-info {
    position: absolute;
    left: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    padding: 1.1rem 1.25rem;
    border-radius: 1rem;
    background: rgba(248, 251, 254, .92);
    color: #171717;
    backdrop-filter: blur(6px);
}

.local-location-info h2, .local-location-info p {
    margin: 0;
}

.local-location-info p {
    margin-top: .35rem;
}

.legal-page {
    padding: 5rem 0;
    min-height: 60vh;
}

.legal-page .legal-page-inner {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 24px;
}

.legal-page h1 {
    margin-bottom: 1.5rem;
}

.legal-page h2 {
    margin-top: 2rem;
    margin-bottom: .75rem;
}

.legal-page p, .legal-page li {
    line-height: 1.65;
}

.legal-page a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.legal-meta {
    margin: 0 0 2rem;
    opacity: .8;
}

@media (max-width: 991.98px) {
    .navbar-toggler {
        display: block !important;
        position: relative;
        z-index: 1060;
        min-width: 44px;
        min-height: 44px;
    }

    .navbar-collapse {
        z-index: 1055;
    }

    .navbar-collapse.show {
        display: block !important;
    }

    .site-legal-block {
        padding-left: .25rem;
        padding-right: .25rem;
    }
}

@media (max-width: 575.98px) {
    .local-location-card, .local-location-card > img {
        min-height: 320px;
        height: 320px;
    }

    .local-location-info {
        left: .75rem;
        right: .75rem;
        bottom: .75rem;
        padding: .9rem;
    }

    .legal-links {
        flex-direction: column;
        align-items: center;
        gap: .55rem;
    }

    .legal-page {
        padding: 3.5rem 0;
    }

    .legal-page .legal-page-inner {
        padding: 0 16px;
    }
}
