.btn {
    border-width: 2px;
}

.video-wrapper {
    overflow: hidden;
}

body {
    background-color: #e6fbf6;
}

body {
    font-family: Arial, Helvetica, sans-serif;
}

.display-1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 7rem;
    line-height: 1;
}

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

.display-2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 5.8rem;
    line-height: 1;
}

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

.display-4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2rem;
    line-height: 1.5;
}

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

.display-5 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2.4rem;
    line-height: 1.3;
}

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

.display-7 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.6rem;
    line-height: 1.5;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-sm {
    padding: 0.6rem 1.2rem;
    border-radius: 4px;
}

.btn-md {
    padding: 0.6rem 1.2rem;
    border-radius: 4px;
}

.btn-lg {
    padding: 1.25rem 2rem;
    border-radius: 4px;
}

.bg-primary {
    background-color: #1b9aaa !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: #1b9aaa !important;
    border-color: #1b9aaa !important;
    color: #ffffff !important;
    box-shadow: none;
}

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

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

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

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

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #ffffff !important;
    background-color: #f37694 !important;
    border-color: #f37694 !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: #1b9aaa;
    color: #1b9aaa;
}

.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
    color: #0f565f !important;
    background-color: transparent !important;
    border-color: #0f565f !important;
    box-shadow: none !important;
}

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

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

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

.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
    color: #ffffff !important;
    background-color: #ef476f !important;
    border-color: #ef476f !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: #065e70 !important;
    background-color: transparent !important;
    border-color: #065e70 !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: #12633e !important;
    background-color: transparent !important;
    border-color: #12633e !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: #755800 !important;
    background-color: transparent !important;
    border-color: #755800 !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: #641119 !important;
    background-color: transparent !important;
    border-color: #641119 !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: #000000 !important;
    background-color: transparent !important;
    border-color: #000000 !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: #cfcfcf !important;
    background-color: transparent !important;
    border-color: #cfcfcf !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: #1b9aaa !important;
}

.text-secondary {
    color: #ef476f !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: #0d4a52 !important;
}

a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
    color: #bf113a !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: #1b9aaa;
}

.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-gallery-filter li.active .btn {
    background-color: #1b9aaa;
    border-color: #1b9aaa;
    color: #ffffff;
}

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

a,
a:hover {
    color: #1b9aaa;
}

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

.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: Arial, Helvetica, sans-serif;
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: 400;
}

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

.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: #1b9aaa !important;
}

.form-control:-webkit-input-placeholder {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: 400;
}

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

blockquote {
    border-color: #1b9aaa;
}

/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
    background-color: #1b9aaa;
    color: #ffffff;
}

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

.jq-number__spin:hover {
    border-color: #1b9aaa;
}

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

.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: #1b9aaa !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: #ef476f !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='%231b9aaa' %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 {
    font-weight: 400;
    flex-direction: row-reverse;
    padding: 10px 20px;
    border-radius: 0 !important;
}

.mbr-section-btn .btn .mbr-iconfont {
    margin-left: 0;
    margin-right: 12px;
    transition: all .2s ease;
}

.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont {
    transform: rotate(-45deg);
}

.mbr-section-btn .btn-primary:hover,
.mbr-section-btn .btn-secondary:hover,
.mbr-section-btn .btn-success:hover,
.mbr-section-btn .btn-info:hover,
.mbr-section-btn .btn-warning:hover,
.mbr-section-btn .btn-danger:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn .btn-secondary:focus,
.mbr-section-btn .btn-success:focus,
.mbr-section-btn .btn-info:focus,
.mbr-section-btn .btn-warning:focus,
.mbr-section-btn .btn-danger:focus {
    background-color: #232323 !important;
    color: #ffffff !important;
    border-color: #232323 !important;
}

.mbr-section-btn .btn-black:hover,
.mbr-section-btn .btn-black:focus {
    background-color: #1b9aaa !important;
    color: #ffffff !important;
    border-color: #1b9aaa !important;
}

img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
    border-radius: 0 !important;
}

.little-radius,
.form-control {
    border-radius: .5rem !important;
    border-radius: 0 !important;
}

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

.cid-vrTiYvTp5O .container-fluid {
    padding-left: 72px;
    padding-right: 72px;
}

@media (max-width: 1440px) {
    .cid-vrTiYvTp5O .container-fluid {
        padding-left: 32px;
        padding-right: 32px;
    }
}

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

.cid-vrTiYvTp5O .dropdown-item:before {
    font-family: Moririse2 !important;
    content: "\e966";
    display: inline-block;
    width: 0;
    position: absolute;
    left: 1rem;
    top: 0.5rem;
    margin-right: 0.5rem;
    line-height: 1;
    font-size: inherit;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    transform: scale(0, 1);
    transition: all 0.25s ease-in-out;
}

.cid-vrTiYvTp5O .dropdown-menu {
    padding: 0;
    border-radius: 0;
    box-shadow: none;
}

.cid-vrTiYvTp5O .dropdown-item {
    border: none !important;
    background: #ffffff !important;
}

.cid-vrTiYvTp5O .dropdown-item:hover,
.cid-vrTiYvTp5O .dropdown-item:focus {
    background: #ffffff !important;
    color: #000000 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cid-vrTiYvTp5O .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: #ffffff;
    color: #ffffff !important;
    padding: 0 !important;
    border-radius: 0 !important;
    border: none !important;
    box-shadow: none !important;
}
.footer-legal-info{
    color: #ffffff !important;
}
.cid-vrTiYvTp5O .navbar.opened {
    transition: all 0.3s;
}

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

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

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

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

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

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

@media (min-width: 992px) {
    .cid-vrTiYvTp5O .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
        max-height: calc(98.5vh - 3.8rem);
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cid-vrTiYvTp5O .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: 1;
    word-wrap: break-word !important;
    white-space: normal;
}

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

.cid-vrTiYvTp5O .navbar-brand .navbar-caption:hover,
.cid-vrTiYvTp5O .navbar-brand .navbar-caption:focus {
    color: #000000 !important;
}

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

.cid-vrTiYvTp5O .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vrTiYvTp5O .navbar.opened .navbar-brand .navbar-caption:focus {
    color: #000000 !important;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 991px) {
    .cid-vrTiYvTp5O .navbar-buttons {
        text-align: left;
    }
}

.cid-vrTiYvTp5O .navbar-buttons .btn {
    white-space: nowrap;
    margin-right: 0;
    padding: 7px 20px;
    min-height: auto;
    width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cid-vrTiYvTp5O .navbar-nav {
    margin: 0;
}

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

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

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

.cid-vrTiYvTp5O .nav-item .nav-link::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #000000;
    transition: all 0.3s ease-in-out;
}

.cid-vrTiYvTp5O .nav-item .nav-link:hover,
.cid-vrTiYvTp5O .nav-item .nav-link:focus {
    background-color: transparent;
    color: #000000 !important;
}

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

.cid-vrTiYvTp5O .nav-item .nav-link:hover::before,
.cid-vrTiYvTp5O .nav-item .nav-link:focus::before {
    width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cid-vrTiYvWDPf .content-wrapper .mbr-label {
    margin-bottom: 30px;
}

@media (max-width: 992px) {
    .cid-vrTiYvWDPf .content-wrapper .mbr-label {
        margin-bottom: 15px;
    }
}

.cid-vrTiYvWDPf .content-wrapper .mbr-section-title {
    margin-bottom: 60px;
}

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

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

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

.cid-vrTiYvWDPf .image-wrapper {
    margin-top: 60px;
}

@media (max-width: 992px) {
    .cid-vrTiYvWDPf .image-wrapper {
        margin-top: 30px;
    }
}

.cid-vrTiYvWDPf .image-wrapper img {
    width: 100%;
    height: 650px;
    object-fit: cover;
}

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

.cid-vrTiYvWDPf .mbr-label {
    color: #000000;
}

.cid-vrTiYvWDPf .mbr-section-title {
    color: #000000;
}

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

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

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

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

.cid-vrTiYvXkWa .title-wrapper .mbr-section-title {
    margin-bottom: 60px;
}

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

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

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

.cid-vrTiYvXkWa .items-wrapper .item {
    margin-bottom: 40px;
}

@media (max-width: 992px) {
    .cid-vrTiYvXkWa .items-wrapper .item {
        margin-bottom: 30px;
    }
}

.cid-vrTiYvXkWa .items-wrapper .item .item-wrapper .card-box .card-number {
    margin-bottom: 15px;
}

.cid-vrTiYvXkWa .items-wrapper .item .item-wrapper .card-box .card-title {
    margin-bottom: 0;
}

.cid-vrTiYvXkWa .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
    transition: all 0.3s ease;
    margin-top: 15px;
}

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

.cid-vrTiYvXkWa .card-title {
    color: #000000;
}

.cid-vrTiYvXkWa .card-number {
    color: #000000;
    text-align: center;
}

.cid-vrTiYvXkWa .card-title,
.cid-vrTiYvXkWa .mbr-section-btn {
    text-align: center;
}

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

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

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

.cid-vrTiYvX4GP .title-wrapper .mbr-section-title {
    margin-bottom: 60px;
}

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

.cid-vrTiYvX4GP .items-wrapper .item {
    margin-bottom: 140px;
}

@media (max-width: 992px) {
    .cid-vrTiYvX4GP .items-wrapper .item {
        margin-bottom: 30px;
    }
}

.cid-vrTiYvX4GP .items-wrapper .item:nth-child(2n) .item-wrapper {
    margin-left: 130px;
}

@media (max-width: 1440px) {
    .cid-vrTiYvX4GP .items-wrapper .item:nth-child(2n) .item-wrapper {
        margin-left: 60px;
    }
}

@media (max-width: 992px) {
    .cid-vrTiYvX4GP .items-wrapper .item:nth-child(2n) .item-wrapper {
        margin-left: 0;
    }
}

.cid-vrTiYvX4GP .items-wrapper .item:nth-child(2n) .item-wrapper .image-wrapper .item-img img {
    height: 510px;
}

@media (max-width: 992px) {
    .cid-vrTiYvX4GP .items-wrapper .item:nth-child(2n) .item-wrapper .image-wrapper .item-img img {
        height: 300px;
    }
}

.cid-vrTiYvX4GP .items-wrapper .item:hover .item-wrapper .image-wrapper .mbr-section-btn,
.cid-vrTiYvX4GP .items-wrapper .item:focus .item-wrapper .image-wrapper .mbr-section-btn {
    opacity: 1;
}

.cid-vrTiYvX4GP .items-wrapper .item .item-wrapper {
    height: 100%;
}

.cid-vrTiYvX4GP .items-wrapper .item .item-wrapper .image-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.cid-vrTiYvX4GP .items-wrapper .item .item-wrapper .image-wrapper .mbr-section-btn {
    position: absolute;
    opacity: 0;
    transition: all 0.3s ease;
}

@media (max-width: 992px) {
    .cid-vrTiYvX4GP .items-wrapper .item .item-wrapper .image-wrapper .mbr-section-btn {
        opacity: 1 !important;
    }
}

.cid-vrTiYvX4GP .items-wrapper .item .item-wrapper .image-wrapper .item-img {
    width: 100%;
}

.cid-vrTiYvX4GP .items-wrapper .item .item-wrapper .image-wrapper .item-img img {
    height: 700px;
    width: 100%;
    object-fit: cover;
}

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

.cid-vrTiYvX4GP .items-wrapper .item .item-wrapper .card-box .card-title {
    margin-bottom: 0;
}

.cid-vrTiYvX4GP .items-wrapper .item .item-wrapper .card-box .card-desc {
    margin-bottom: 0;
}

.cid-vrTiYvX4GP .items-wrapper .item .item-wrapper .card-box .tags-wrapper {
    margin-top: 30px;
}

@media (max-width: 992px) {
    .cid-vrTiYvX4GP .items-wrapper .item .item-wrapper .card-box .tags-wrapper {
        margin-top: 15px;
    }
}

.cid-vrTiYvX4GP .items-wrapper .item .item-wrapper .card-box .tags-wrapper .list {
    display: inline-flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style-type: none;
    animation: none !important;
}

.cid-vrTiYvX4GP .items-wrapper .item .item-wrapper .card-box .tags-wrapper .list .item-wrap {
    padding: 8px 20px;
    overflow: hidden;
    margin: 0 10px 10px 0;
    border: 1px solid #bbbbbb;
}

.cid-vrTiYvX4GP .mbr-section-title {
    color: #000000;
}

.cid-vrTiYvX4GP .card-title {
    color: #000000;
}

.cid-vrTiYvX4GP .card-desc {
    color: #000000;
}

.cid-vrTiYvX4GP .list {
    color: #000000;
}

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

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

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

.cid-vrTiYvZGEq .content-wrapper .mbr-label {
    margin-bottom: 30px;
}

@media (max-width: 992px) {
    .cid-vrTiYvZGEq .content-wrapper .mbr-label {
        margin-bottom: 15px;
    }
}

.cid-vrTiYvZGEq .content-wrapper .title-wrapper .mbr-section-title {
    display: inline-block;
    width: 70%;
    margin-bottom: 60px;
}

@media (max-width: 992px) {
    .cid-vrTiYvZGEq .content-wrapper .title-wrapper .mbr-section-title {
        width: 100%;
        margin-bottom: 30px;
    }
}

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

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

.cid-vrTiYvZGEq .mbr-label {
    color: #000000;
}

.cid-vrTiYvZGEq .mbr-section-title {
    color: #000000;
}

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

.cid-vrTiYvZeSr {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-color: #f2f2f2;
}

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

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

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

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

.cid-vrTiYvZeSr .mbr-section-title {
    margin-bottom: 60px;
    color: #000000;
    text-align: center;
}

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

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

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

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

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

.cid-vrTiYvZeSr .grid-item img {
    min-width: 30vw;
    max-width: 100%;
    height: 500px;
    object-fit: cover;
}

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

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

@media (max-width: 425px) {
    .cid-vrTiYvZeSr .grid-item img {
        height: 150px;
    }
}

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

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

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

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

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

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

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

.cid-vrTiYw0JiY .image-wrapper {
    padding-right: 80px;
}

@media (max-width: 1440px) {
    .cid-vrTiYw0JiY .image-wrapper {
        padding-right: 60px;
    }
}

@media (max-width: 992px) {
    .cid-vrTiYw0JiY .image-wrapper {
        padding-right: 0;
        margin-bottom: 30px;
    }
}

.cid-vrTiYw0JiY .image-wrapper img {
    width: 100%;
    height: 700px;
    object-fit: cover;
}

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

.cid-vrTiYw0JiY .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
}

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

.cid-vrTiYw0JiY .content-wrapper .mbr-text {
    margin-bottom: 30px;
}

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

.cid-vrTiYw0JiY .mbr-section-title {
    color: #000000;
}

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

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

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

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

.cid-vrTiYw1eYr .title-wrapper {
    margin-bottom: 60px;
}

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

.cid-vrTiYw1eYr .title-wrapper .mbr-label {
    margin-bottom: 30px;
}

@media (max-width: 992px) {
    .cid-vrTiYw1eYr .title-wrapper .mbr-label {
        margin-bottom: 15px;
    }
}

.cid-vrTiYw1eYr .title-wrapper .mbr-section-title {
    margin-bottom: 0;
}

.cid-vrTiYw1eYr .embla__slide {
    display: flex;
    justify-content: center;
    position: relative;
    min-width: 1245px;
    max-width: 1245px;
}

@media (max-width: 1440px) {
    .cid-vrTiYw1eYr .embla__slide {
        min-width: 845px;
        max-width: 845px;
    }
}

@media (max-width: 1200px) {
    .cid-vrTiYw1eYr .embla__slide {
        min-width: 545px;
        max-width: 545px;
    }
}

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

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

.cid-vrTiYw1eYr .embla__slide .slide-content .item-wrapper {
    display: flex;
}

@media (max-width: 992px) {
    .cid-vrTiYw1eYr .embla__slide .slide-content .item-wrapper {
        display: block;
    }
}

.cid-vrTiYw1eYr .embla__slide .slide-content .item-wrapper .item-img {
    position: relative;
    width: 50%;
    min-height: 620px;
}

@media (max-width: 992px) {
    .cid-vrTiYw1eYr .embla__slide .slide-content .item-wrapper .item-img {
        width: 100%;
        min-height: auto;
        height: 300px;
    }
}

.cid-vrTiYw1eYr .embla__slide .slide-content .item-wrapper .item-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cid-vrTiYw1eYr .embla__slide .slide-content .item-wrapper .item-content {
    width: 50%;
    min-height: 620px;
    padding: 40px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

@media (max-width: 992px) {
    .cid-vrTiYw1eYr .embla__slide .slide-content .item-wrapper .item-content {
        width: 100%;
        min-height: auto;
        padding: 30px 15px;
    }
}

.cid-vrTiYw1eYr .embla__slide .slide-content .item-wrapper .item-content .card-box .card-title {
    margin-bottom: 15px;
}

.cid-vrTiYw1eYr .embla__slide .slide-content .item-wrapper .item-content .card-box .card-text {
    margin-bottom: 15px;
}

.cid-vrTiYw1eYr .embla__slide .slide-content .item-wrapper .item-content .card-date {
    margin-top: 30px;
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .cid-vrTiYw1eYr .embla__slide .slide-content .item-wrapper .item-content .card-date {
        margin-top: 15px;
    }
}

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

.cid-vrTiYw1eYr .embla__button {
    top: 0;
    width: 70px;
    height: 70px;
    font-size: 28px;
    background-color: #ffffff !important;
    color: #000000 !important;
    border: none !important;
    transition: all 0.3s;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1 !important;
    top: -8rem;
}

@media (max-width: 992px) {
    .cid-vrTiYw1eYr .embla__button {
        width: 45px;
        height: 45px;
        font-size: 22px;
    }
}

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

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

.cid-vrTiYw1eYr .embla__button:disabled {
    opacity: 0.5 !important;
    background-color: #ffffff !important;
    color: #000000 !important;
}

.cid-vrTiYw1eYr .embla__button.embla__button--prev {
    right: 84px;
}

@media (max-width: 992px) {
    .cid-vrTiYw1eYr .embla__button.embla__button--prev {
        right: 55px;
    }
}

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

.cid-vrTiYw1eYr .embla {
    position: relative;
    width: 100%;
    padding-top: 6rem;
    padding-top: 0;
}

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

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

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

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

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

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

.cid-vrTiYw1eYr .mbr-label {
    color: #000000;
}

.cid-vrTiYw1eYr .mbr-section-title {
    color: #000000;
}

.cid-vrTiYw1eYr .card-title {
    color: #000000;
}

.cid-vrTiYw1eYr .card-text {
    color: #000000;
}

.cid-vrTiYw1eYr .card-date {
    color: #000000;
}

.cid-vrTiYw2f9t {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #f2f2f2;
}

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

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

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

.cid-vrTiYw2f9t .map-wrapper {
    padding-right: 80px;
    padding-right: 0;
    padding-left: 80px;
}

@media (max-width: 1440px) {
    .cid-vrTiYw2f9t .map-wrapper {
        padding-right: 60px;
    }
}

@media (max-width: 992px) {
    .cid-vrTiYw2f9t .map-wrapper {
        padding-right: 0;
        margin-bottom: 30px;
    }
}

@media (max-width: 1440px) {
    .cid-vrTiYw2f9t .map-wrapper {
        padding-right: 0;
        padding-left: 60px;
    }
}

@media (max-width: 992px) {
    .cid-vrTiYw2f9t .map-wrapper {
        padding-left: 0;
    }
}

.cid-vrTiYw2f9t .map-wrapper .google-map iframe {
    height: 500px;
    filter: grayscale(1);
}

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

.cid-vrTiYw2f9t .content-wrapper .mbr-section-title {
    margin-bottom: 0;
}

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

.cid-vrTiYw2f9t .mbr-section-title {
    color: #000000;
}

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

.cid-vrTiYw3o2G {
    background-image: url("../../images/photo-1585417238790-f6d290d6490c.webp");
}

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

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

.cid-vrTiYw3o2G .image-wrap {
    height: 450px;
}

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

.cid-vrTiYw38nI {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #f2f2f2;
}

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

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

.cid-vrTiYw38nI .title-wrapper {
    margin-bottom: 60px;
}

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

.cid-vrTiYw38nI .title-wrapper .mbr-label {
    margin-bottom: 30px;
}

@media (max-width: 992px) {
    .cid-vrTiYw38nI .title-wrapper .mbr-label {
        margin-bottom: 15px;
    }
}

.cid-vrTiYw38nI .title-wrapper .mbr-section-title {
    margin-bottom: 0;
}

.cid-vrTiYw38nI .mbr-section-subtitle {
    margin-bottom: 40px;
    color: #000000;
}

@media (max-width: 992px) {
    .cid-vrTiYw38nI .mbr-section-subtitle {
        margin-bottom: 15px;
    }
}

.cid-vrTiYw38nI .mbr-text {
    margin-bottom: 30px;
    color: #000000;
}

@media (max-width: 992px) {
    .cid-vrTiYw38nI .mbr-text {
        margin-bottom: 15px;
    }
}

.cid-vrTiYw38nI .mbr-label {
    color: #000000;
}

.cid-vrTiYw38nI .mbr-section-title {
    color: #000000;
}

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

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

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

.cid-vrTiYw4NtB .image-wrapper {
    padding-right: 80px;
}

@media (max-width: 1440px) {
    .cid-vrTiYw4NtB .image-wrapper {
        padding-right: 60px;
    }
}

@media (max-width: 992px) {
    .cid-vrTiYw4NtB .image-wrapper {
        padding-right: 0;
        margin-bottom: 30px;
    }
}

.cid-vrTiYw4NtB .image-wrapper img {
    width: 100%;
    height: 700px;
    object-fit: cover;
}

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

.cid-vrTiYw4NtB .content-wrapper .mbr-label {
    margin-bottom: 60px;
}

@media (max-width: 992px) {
    .cid-vrTiYw4NtB .content-wrapper .mbr-label {
        margin-bottom: 30px;
        width: 100%;
    }
}

.cid-vrTiYw4NtB .content-wrapper .panel-group .card {
    position: relative;
    padding: 0 0 15px 0;
    background-color: transparent;
    border-bottom: 1px solid #e9eaed;
    border-radius: 0 !important;
    margin-bottom: 20px;
}

.cid-vrTiYw4NtB .content-wrapper .panel-group .card:last-child {
    border-bottom: none;
}

.cid-vrTiYw4NtB .content-wrapper .panel-group .card .card-header {
    background-color: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
}

.cid-vrTiYw4NtB .content-wrapper .panel-group .card .card-header .panel-title {
    width: 100%;
}

.cid-vrTiYw4NtB .content-wrapper .panel-group .card .card-header .panel-title .title-wrap {
    display: inline-flex;
    flex-direction: row-reverse;
    align-items: center;
}

.cid-vrTiYw4NtB .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit {
    margin-bottom: 0;
}

.cid-vrTiYw4NtB .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .icon-wrapper {
    width: 40px;
    height: 40px;
    min-width: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    transition: all 0.3s ease-in-out;
    background-color: #e9eaed;
}

.cid-vrTiYw4NtB .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .icon-wrapper .mbr-iconfont {
    font-size: 16px;
    transition: all 0.3s ease-in-out;
    color: #000000;
}

.cid-vrTiYw4NtB .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .icon-wrapper {
    background-color: #1b9aaa;
}

.cid-vrTiYw4NtB .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .icon-wrapper .mbr-iconfont {
    transform: rotate(-45deg);
    color: #ffffff;
}

.cid-vrTiYw4NtB .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 15px;
}

.cid-vrTiYw4NtB .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    margin-bottom: 0;
}

.cid-vrTiYw4NtB .mbr-label {
    color: #000000;
}

.cid-vrTiYw4NtB .panel-title-edit {
    color: #000000;
}

.cid-vrTiYw4NtB .panel-text {
    color: #000000;
}

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

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

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

.cid-vrTiYw4tjU .title-wrapper .mbr-section-title {
    margin-bottom: 60px;
}

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

.cid-vrTiYw4tjU .items-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px 32px;
}

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

@media (max-width: 992px) {
    .cid-vrTiYw4tjU .items-wrapper .item {
        margin-bottom: 30px;
    }
}

.cid-vrTiYw4tjU .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 15px;
}

.cid-vrTiYw4tjU .items-wrapper .item .item-wrapper .item-img img {
    height: 500px;
    width: 100%;
    object-fit: cover;
}

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

.cid-vrTiYw4tjU .items-wrapper .item .item-wrapper .card-box .card-price {
    margin-bottom: 15px;
}

.cid-vrTiYw4tjU .items-wrapper .item .item-wrapper .card-box .card-title {
    margin-bottom: 15px;
}

.cid-vrTiYw4tjU .items-wrapper .item .item-wrapper .card-box .card-desc {
    margin-bottom: 15px;
}

.cid-vrTiYw4tjU .mbr-section-title {
    color: #000000;
}

.cid-vrTiYw4tjU .card-title {
    color: #000000;
}

.cid-vrTiYw4tjU .card-desc {
    color: #000000;
}

.cid-vrTiYw4tjU .card-price {
    color: #000000;
}

.cid-vrTiYw5noK {
    padding-top: 5rem;
    padding-bottom: 10rem;
    background-color: #000000;
}

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

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

.cid-vrTiYw5noK .label-wrapper .mbr-label {
    margin-bottom: 130px;
}

@media (max-width: 992px) {
    .cid-vrTiYw5noK .label-wrapper .mbr-label {
        margin-bottom: 30px;
    }
}

.cid-vrTiYw5noK .items-wrapper .item {
    margin-bottom: 40px;
}

@media (max-width: 992px) {
    .cid-vrTiYw5noK .items-wrapper .item {
        margin-bottom: 30px;
    }
}

.cid-vrTiYw5noK .items-wrapper .item:hover .item-wrapper .card-box .title-wrapper .title-wrap .iconfont-wrapper,
.cid-vrTiYw5noK .items-wrapper .item:focus .item-wrapper .card-box .title-wrapper .title-wrap .iconfont-wrapper {
    background-color: #1b9aaa;
}

.cid-vrTiYw5noK .items-wrapper .item:hover .item-wrapper .card-box .title-wrapper .title-wrap .iconfont-wrapper .mbr-iconfont,
.cid-vrTiYw5noK .items-wrapper .item:focus .item-wrapper .card-box .title-wrapper .title-wrap .iconfont-wrapper .mbr-iconfont {
    transform: rotate(-45deg);
    color: #ffffff;
}

.cid-vrTiYw5noK .items-wrapper .item:hover .item-wrapper .card-box .text-wrapper .card-text,
.cid-vrTiYw5noK .items-wrapper .item:focus .item-wrapper .card-box .text-wrapper .card-text {
    opacity: 1;
}

.cid-vrTiYw5noK .items-wrapper .item:hover .item-wrapper .card-box .mbr-section-btn,
.cid-vrTiYw5noK .items-wrapper .item:focus .item-wrapper .card-box .mbr-section-btn {
    opacity: 1;
}

.cid-vrTiYw5noK .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vrTiYw5noK .items-wrapper .item:focus .item-wrapper .item-img img {
    transform: translateX(0);
    opacity: 1;
}

.cid-vrTiYw5noK .items-wrapper .item:last-child .item-wrapper {
    border-bottom: none;
    padding-bottom: 0;
}

.cid-vrTiYw5noK .items-wrapper .item .item-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 40px;
    border-bottom: 1px solid #232323;
}

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

.cid-vrTiYw5noK .items-wrapper .item .item-wrapper .card-box {
    width: 60%;
}

@media (max-width: 992px) {
    .cid-vrTiYw5noK .items-wrapper .item .item-wrapper .card-box {
        width: 100%;
        margin-bottom: 30px;
    }
}

.cid-vrTiYw5noK .items-wrapper .item .item-wrapper .card-box .title-wrapper .title-wrap {
    display: inline-flex;
    align-items: center;
    margin-bottom: 30px;
}

@media (max-width: 992px) {
    .cid-vrTiYw5noK .items-wrapper .item .item-wrapper .card-box .title-wrapper .title-wrap {
        display: block;
    }
}

.cid-vrTiYw5noK .items-wrapper .item .item-wrapper .card-box .title-wrapper .title-wrap .iconfont-wrapper {
    margin-right: 42px;
    width: 90px;
    height: 90px;
    min-width: 90px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #232323;
    transition: all 0.3s ease;
}

@media (max-width: 992px) {
    .cid-vrTiYw5noK .items-wrapper .item .item-wrapper .card-box .title-wrapper .title-wrap .iconfont-wrapper {
        width: 45px;
        height: 45px;
        min-width: 45px;
        margin-right: 0;
        margin-bottom: 15px;
    }
}

.cid-vrTiYw5noK .items-wrapper .item .item-wrapper .card-box .title-wrapper .title-wrap .iconfont-wrapper .mbr-iconfont {
    color: #ffffff;
    font-size: 42px;
    transition: all 0.3s ease;
}

@media (max-width: 992px) {
    .cid-vrTiYw5noK .items-wrapper .item .item-wrapper .card-box .title-wrapper .title-wrap .iconfont-wrapper .mbr-iconfont {
        font-size: 22px;
    }
}

.cid-vrTiYw5noK .items-wrapper .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
    margin-bottom: 0;
}

.cid-vrTiYw5noK .items-wrapper .item .item-wrapper .card-box .text-wrapper .card-text {
    display: inline-block;
    width: 65%;
    margin-bottom: 0;
    transition: all 0.3s ease;
    opacity: 0;
}

@media (max-width: 992px) {
    .cid-vrTiYw5noK .items-wrapper .item .item-wrapper .card-box .text-wrapper .card-text {
        width: 100%;
        opacity: 1;
    }
}

.cid-vrTiYw5noK .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
    transition: all 0.3s ease;
    margin-top: 15px;
    opacity: 0;
}

@media (max-width: 992px) {
    .cid-vrTiYw5noK .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
        opacity: 1;
    }
}

.cid-vrTiYw5noK .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
    margin-bottom: 0;
}

.cid-vrTiYw5noK .items-wrapper .item .item-wrapper .item-img {
    height: 100%;
    width: 430px;
    margin-top: -100px;
    margin-bottom: -100px;
}

@media (max-width: 1640px) {
    .cid-vrTiYw5noK .items-wrapper .item .item-wrapper .item-img {
        width: 35%;
    }
}

@media (max-width: 992px) {
    .cid-vrTiYw5noK .items-wrapper .item .item-wrapper .item-img {
        width: 100%;
        height: 300px;
        margin-top: 0;
        margin-bottom: 0;
    }
}

.cid-vrTiYw5noK .items-wrapper .item .item-wrapper .item-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
    transform: translateX(-40px);
    opacity: 0;
}

@media (max-width: 992px) {
    .cid-vrTiYw5noK .items-wrapper .item .item-wrapper .item-img img {
        height: 300px;
        transform: none;
        opacity: 1;
    }
}

.cid-vrTiYw5noK .mbr-label {
    color: #ffffff;
}

.cid-vrTiYw5noK .card-title {
    color: #ffffff;
}

.cid-vrTiYw5noK .card-text {
    color: #bbbbbb;
}

.cid-vrTiYw6moi {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #000000;
}

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

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

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

.cid-vrTiYw6moi .images-wrapper {
    margin-right: 80px;
    position: relative;
    height: 100%;
    min-height: 740px;
}

@media (max-width: 1440px) {
    .cid-vrTiYw6moi .images-wrapper {
        margin-right: 60px;
    }
}

@media (max-width: 992px) {
    .cid-vrTiYw6moi .images-wrapper {
        margin-right: 0;
        margin-bottom: 30px;
        min-height: auto;
    }
}

.cid-vrTiYw6moi .images-wrapper .image_1 img {
    top: 0;
    left: 0;
    width: 550px;
    height: 550px;
}

@media (max-width: 1440px) {
    .cid-vrTiYw6moi .images-wrapper .image_1 img {
        width: 100%;
        height: 100%;
    }
}

.cid-vrTiYw6moi .images-wrapper .image_2 img {
    bottom: 0;
    right: 0;
    width: 370px;
    height: 370px;
    z-index: 1;
}

.cid-vrTiYw6moi .images-wrapper .image-wrap img {
    position: absolute;
    object-fit: cover;
}

@media (max-width: 992px) {
    .cid-vrTiYw6moi .images-wrapper .image-wrap img {
        position: static;
        height: 300px;
        width: 100%;
    }
}

.cid-vrTiYw6moi .content-wrapper .mbr-label {
    margin-bottom: 30px;
}

@media (max-width: 992px) {
    .cid-vrTiYw6moi .content-wrapper .mbr-label {
        margin-bottom: 15px;
    }
}

.cid-vrTiYw6moi .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
}

@media (max-width: 992px) {
    .cid-vrTiYw6moi .content-wrapper .mbr-section-title {
        width: 100%;
        margin-bottom: 15px;
    }
}

.cid-vrTiYw6moi .content-wrapper .mbr-text {
    margin-bottom: 30px;
}

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

.cid-vrTiYw6moi .mbr-label {
    color: #ffffff;
}

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

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

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

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

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

.cid-vrTiYw673i .image_1 {
    height: 100%;
}

.cid-vrTiYw673i .image_1 img {
    position: sticky;
    top: 0;
    height: 540px;
    width: 100%;
    object-fit: cover;
}

@media (max-width: 992px) {
    .cid-vrTiYw673i .image_1 img {
        height: 300px;
    }
}

.cid-vrTiYw673i .image-wrapper {
    position: relative;
    padding-bottom: 140px;
}

@media (max-width: 992px) {
    .cid-vrTiYw673i .image-wrapper {
        padding-bottom: 0;
    }
}

.cid-vrTiYw673i .image-wrapper .main-image img {
    height: 1000px;
    width: 100%;
    object-fit: cover;
}

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

.cid-vrTiYw673i .image-wrapper .image-wrap img {
    position: absolute;
    bottom: 0;
    left: -30%;
    height: 440px;
    width: 440px;
    object-fit: cover;
}

@media (max-width: 992px) {
    .cid-vrTiYw673i .image-wrapper .image-wrap img {
        position: static;
        height: 300px;
        width: 100%;
    }
}

.cid-vrTiYw7JO5 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #000000;
}

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

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

.cid-vrTiYw7JO5 .content-wrapper .mbr-label {
    margin-bottom: 60px;
}

@media (max-width: 992px) {
    .cid-vrTiYw7JO5 .content-wrapper .mbr-label {
        margin-bottom: 30px;
        width: 100%;
    }
}

.cid-vrTiYw7JO5 .content-wrapper .tabs-wrapper {
    border-bottom: none;
    margin-bottom: 30px;
}

.cid-vrTiYw7JO5 .content-wrapper .tabs-wrapper .nav.nav-tabs {
    border: none;
    padding: 0;
    border-radius: 0 !important;
    background-color: transparent;
    display: inline-flex;
    flex-wrap: wrap;
}

.cid-vrTiYw7JO5 .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
    padding: 0;
    border: none;
    display: block;
    margin: 0 10px 10px 0;
}

.cid-vrTiYw7JO5 .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    display: flex;
    color: #ffffff;
    padding: 8px 20px;
    border: none;
    transition: all 0.3s ease-in-out;
    align-items: center;
    justify-content: center;
    background-color: #232323;
}

.cid-vrTiYw7JO5 .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
    background-color: #ffffff;
    color: #000000;
}

.cid-vrTiYw7JO5 .content-wrapper .tab-content .tab-pane .item-content {
    display: flex;
    justify-content: space-between;
    border: none;
    background-color: transparent;
}

@media (max-width: 992px) {
    .cid-vrTiYw7JO5 .content-wrapper .tab-content .tab-pane .item-content {
        display: block;
    }
}

.cid-vrTiYw7JO5 .content-wrapper .tab-content .tab-pane .item-content .text-wrapper {
    width: 65%;
}

@media (max-width: 1440px) {
    .cid-vrTiYw7JO5 .content-wrapper .tab-content .tab-pane .item-content .text-wrapper {
        width: 60%;
    }
}

@media (max-width: 992px) {
    .cid-vrTiYw7JO5 .content-wrapper .tab-content .tab-pane .item-content .text-wrapper {
        width: 100%;
        margin-bottom: 30px;
    }
}

.cid-vrTiYw7JO5 .content-wrapper .tab-content .tab-pane .item-content .text-wrapper .item-text {
    margin-bottom: 0;
}

.cid-vrTiYw7JO5 .content-wrapper .tab-content .tab-pane .item-content .person-wrapper {
    width: 25%;
}

@media (max-width: 1440px) {
    .cid-vrTiYw7JO5 .content-wrapper .tab-content .tab-pane .item-content .person-wrapper {
        width: 35%;
    }
}

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

.cid-vrTiYw7JO5 .content-wrapper .tab-content .tab-pane .item-content .person-wrapper .image-wrap {
    margin-bottom: 15px;
}

.cid-vrTiYw7JO5 .content-wrapper .tab-content .tab-pane .item-content .person-wrapper .image-wrap img {
    height: 300px;
    object-fit: cover;
}

.cid-vrTiYw7JO5 .content-wrapper .tab-content .tab-pane .item-content .person-wrapper .item-name {
    margin-bottom: 0;
}

.cid-vrTiYw7JO5 .content-wrapper .tab-content .tab-pane .item-content .person-wrapper .item-role {
    margin-bottom: 0;
}

.cid-vrTiYw7JO5 .mbr-label {
    color: #ffffff;
}

.cid-vrTiYw7JO5 .item-text {
    color: #ffffff;
}

.cid-vrTiYw7JO5 .item-name {
    color: #ffffff;
}

.cid-vrTiYw7JO5 .item-role {
    color: #ffffff;
}

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

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

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

.cid-vrTiYw7H8C .title-wrapper {
    margin-bottom: 60px;
}

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

.cid-vrTiYw7H8C .title-wrapper .mbr-label {
    margin-bottom: 30px;
}

@media (max-width: 992px) {
    .cid-vrTiYw7H8C .title-wrapper .mbr-label {
        margin-bottom: 15px;
    }
}

.cid-vrTiYw7H8C .title-wrapper .mbr-section-title {
    margin-bottom: 0;
}

.cid-vrTiYw7H8C .card {
    justify-content: flex-end;
}

.cid-vrTiYw7H8C .image-wrapper {
    padding-right: 240px;
}

@media (max-width: 1640px) {
    .cid-vrTiYw7H8C .image-wrapper {
        padding-right: 140px;
    }
}

@media (max-width: 1440px) {
    .cid-vrTiYw7H8C .image-wrapper {
        padding-right: 60px;
    }
}

@media (max-width: 992px) {
    .cid-vrTiYw7H8C .image-wrapper {
        padding-right: 0;
        margin-bottom: 30px;
    }
}

.cid-vrTiYw7H8C .image-wrapper img {
    width: 100%;
    height: 460px;
    object-fit: cover;
}

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

.cid-vrTiYw7H8C .text-wrapper .mbr-text {
    margin-bottom: 30px;
}

@media (max-width: 992px) {
    .cid-vrTiYw7H8C .text-wrapper .mbr-text {
        margin-bottom: 15px;
    }
}

.cid-vrTiYw7H8C .mbr-section-btn .btn {
    margin-bottom: 0;
}

.cid-vrTiYw7H8C .mbr-label {
    color: #000000;
}

.cid-vrTiYw7H8C .mbr-section-title {
    color: #000000;
}

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

.cid-vrTiYw8YwG {
    background-image: url("../../images/photo-1628177142898-93e36e4e3a50.jpeg");
}

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

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

.cid-vrTiYw8YwG .image-wrap {
    height: 450px;
}

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

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

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

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

.cid-vrTiYw8Yap .content-wrapper .mbr-label {
    margin-bottom: 30px;
}

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

.cid-vrTiYw8Yap .content-wrapper .panel-group .card {
    position: relative;
    padding: 0 0 15px 0;
    background-color: transparent;
    border-bottom: 1px solid #e9eaed;
    border-radius: 0 !important;
    margin-bottom: 20px;
}

.cid-vrTiYw8Yap .content-wrapper .panel-group .card:last-child {
    border-bottom: none;
}

.cid-vrTiYw8Yap .content-wrapper .panel-group .card .card-header {
    background-color: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
}

.cid-vrTiYw8Yap .content-wrapper .panel-group .card .card-header .panel-title {
    width: 100%;
}

.cid-vrTiYw8Yap .content-wrapper .panel-group .card .card-header .panel-title .title-wrap {
    display: inline-flex;
    flex-direction: row-reverse;
    align-items: center;
}

.cid-vrTiYw8Yap .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit {
    margin-bottom: 0;
}

.cid-vrTiYw8Yap .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .icon-wrapper {
    width: 40px;
    height: 40px;
    min-width: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    transition: all 0.3s ease-in-out;
    background-color: #e9eaed;
}

.cid-vrTiYw8Yap .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .icon-wrapper .mbr-iconfont {
    font-size: 16px;
    transition: all 0.3s ease-in-out;
    color: #000000;
}

.cid-vrTiYw8Yap .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .icon-wrapper {
    background-color: #1b9aaa;
}

.cid-vrTiYw8Yap .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .icon-wrapper .mbr-iconfont {
    transform: rotate(-45deg);
    color: #ffffff;
}

.cid-vrTiYw8Yap .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin: 40px 0;
    padding-left: 65px;
}

@media (max-width: 992px) {
    .cid-vrTiYw8Yap .content-wrapper .panel-group .card .panel-collapse .panel-body {
        padding-left: 0;
        margin: 15px 0 0 0;
    }
}

.cid-vrTiYw8Yap .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    display: inline-block;
    width: 50%;
    margin-bottom: 0;
}

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

.cid-vrTiYw8Yap .mbr-label {
    color: #000000;
}

.cid-vrTiYw8Yap .panel-title-edit {
    color: #000000;
}

.cid-vrTiYw8Yap .panel-text {
    color: #000000;
}

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

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

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

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

.cid-vrTiYw9yfo .images-wrapper {
    margin-right: 30px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: 100%;
    min-height: 465px;
}

@media (max-width: 1440px) {
    .cid-vrTiYw9yfo .images-wrapper {
        display: grid;
        min-height: auto;
        grid-template-columns: 1fr 1fr;
        gap: 0;
    }
}

@media (max-width: 992px) {
    .cid-vrTiYw9yfo .images-wrapper {
        margin-right: 0;
        margin-bottom: 30px;
        min-height: auto;
    }
}

@media (max-width: 768px) {
    .cid-vrTiYw9yfo .images-wrapper {
        display: block;
    }
}

.cid-vrTiYw9yfo .images-wrapper .image_1 img {
    bottom: 0;
    left: 30%;
    width: 300px;
    height: 300px;
    z-index: 1;
}

.cid-vrTiYw9yfo .images-wrapper .image_2 img {
    top: 25%;
    left: 0;
    width: 240px;
    height: 240px;
    z-index: 2;
}

.cid-vrTiYw9yfo .images-wrapper .image_3 img {
    top: 20%;
    right: 0;
    width: 240px;
    height: 240px;
    z-index: 2;
}

.cid-vrTiYw9yfo .images-wrapper .image_4 img {
    top: 0;
    left: 10%;
    width: 200px;
    height: 200px;
}

.cid-vrTiYw9yfo .images-wrapper .image_5 img {
    top: 0;
    right: 15%;
    width: 200px;
    height: 200px;
}

.cid-vrTiYw9yfo .images-wrapper .image-wrap img {
    position: absolute;
    object-fit: cover;
}

@media (max-width: 1440px) {
    .cid-vrTiYw9yfo .images-wrapper .image-wrap img {
        position: static;
        height: 200px;
        width: 100%;
    }
}

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

.cid-vrTiYw9yfo .content-wrapper .mbr-label {
    margin-bottom: 30px;
}

@media (max-width: 992px) {
    .cid-vrTiYw9yfo .content-wrapper .mbr-label {
        margin-bottom: 15px;
    }
}

.cid-vrTiYw9yfo .content-wrapper .mbr-section-title {
    display: inline-block;
    margin-bottom: 30px;
}

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

.cid-vrTiYw9yfo .content-wrapper .mbr-text {
    margin-bottom: 30px;
}

@media (max-width: 992px) {
    .cid-vrTiYw9yfo .content-wrapper .mbr-text {
        margin-bottom: 15px;
    }
}

.cid-vrTiYw9yfo .mbr-label {
    color: #000000;
}

.cid-vrTiYw9yfo .mbr-section-title {
    color: #000000;
}

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

.cid-vrTiYw9J52 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #000000;
}

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

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

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

.cid-vrTiYw9J52 .content-wrapper .mbr-label {
    margin-bottom: 15px;
}

.cid-vrTiYw9J52 .content-wrapper .mbr-section-title {
    margin-bottom: 60px;
}

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

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

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

.cid-vrTiYw9J52 .image-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    padding: 65px;
    height: 615px;
    margin-left: 100px;
}

@media (max-width: 1440px) {
    .cid-vrTiYw9J52 .image-wrapper {
        padding: 40px 20px;
        margin-left: 60px;
    }
}

@media (max-width: 992px) {
    .cid-vrTiYw9J52 .image-wrapper {
        height: 400px;
        padding: 30px 15px;
        margin-left: 0;
        margin-top: 30px;
    }
}

.cid-vrTiYw9J52 .image-wrapper .main-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cid-vrTiYw9J52 .image-wrapper .image-wrap {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    padding: 65px;
    background-color: #1b9aaa;
}

@media (max-width: 1440px) {
    .cid-vrTiYw9J52 .image-wrapper .image-wrap {
        padding: 40px 20px;
    }
}

@media (max-width: 992px) {
    .cid-vrTiYw9J52 .image-wrapper .image-wrap {
        padding: 30px 15px;
    }
}

.cid-vrTiYw9J52 .image-wrapper .image-wrap img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.cid-vrTiYw9J52 .mbr-label {
    color: #ffffff;
}

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

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

.cid-vrTiYwaT4C {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #1b9aaa;
}

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

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

.cid-vrTiYwaT4C .item {
    padding: 10px 0;
    color: #ffffff;
    min-height: 90px;
}

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

.cid-vrTiYwas9O {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #000000;
}

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

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

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

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

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

.cid-vrTiYwas9O .embla__slide .slide-content .item-wrapper {
    position: relative;
    height: 100%;
    overflow: hidden;
    padding: 40px 145px;
    min-height: 690px;
    display: flex;
    align-items: flex-end;
}

@media (max-width: 1640px) {
    .cid-vrTiYwas9O .embla__slide .slide-content .item-wrapper {
        padding: 40px 60px;
    }
}

@media (max-width: 992px) {
    .cid-vrTiYwas9O .embla__slide .slide-content .item-wrapper {
        min-height: auto;
        padding: 30px 15px;
    }
}

.cid-vrTiYwas9O .embla__slide .slide-content .item-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, #000000, transparent);
    pointer-events: none;
    z-index: 1;
}

.cid-vrTiYwas9O .embla__slide .slide-content .item-wrapper .item-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

@media (max-width: 992px) {
    .cid-vrTiYwas9O .embla__slide .slide-content .item-wrapper .item-content {
        padding-top: 300px;
    }
}

.cid-vrTiYwas9O .embla__slide .slide-content .item-wrapper .item-content .card-title {
    margin-bottom: 15px;
}

.cid-vrTiYwas9O .embla__slide .slide-content .item-wrapper .item-content .card-desc {
    margin-bottom: 15px;
}

.cid-vrTiYwas9O .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list {
    display: inline-flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style-type: none;
    animation: none !important;
}

.cid-vrTiYwas9O .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list .item-wrap {
    padding: 8px 20px;
    position: relative;
    overflow: hidden;
    margin: 0 10px 10px 0;
    z-index: 1;
    animation: none !important;
}

.cid-vrTiYwas9O .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list .item-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(10px);
    pointer-events: none;
    z-index: -1;
}

.cid-vrTiYwas9O .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list .item-wrap::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #656565;
    opacity: 0.2;
    pointer-events: none;
    z-index: 1;
}

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

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

.cid-vrTiYwas9O .embla__button {
    top: 0;
    width: 70px;
    height: 70px;
    font-size: 28px;
    background-color: #232323 !important;
    color: #ffffff !important;
    border: none !important;
    transition: all 0.3s;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1 !important;
}

@media (max-width: 992px) {
    .cid-vrTiYwas9O .embla__button {
        width: 45px;
        height: 45px;
        font-size: 22px;
    }
}

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

.cid-vrTiYwas9O .embla__button:disabled {
    opacity: 0.5 !important;
    background-color: #232323 !important;
    color: #ffffff !important;
}

.cid-vrTiYwas9O .embla__button.embla__button--prev {
    right: 84px;
}

@media (max-width: 992px) {
    .cid-vrTiYwas9O .embla__button.embla__button--prev {
        right: 55px;
    }
}

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

.cid-vrTiYwas9O .embla {
    position: relative;
    width: 100%;
    padding-top: 6rem;
}

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

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

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

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

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

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

.cid-vrTiYwas9O .card-title {
    color: #ffffff;
}

.cid-vrTiYwas9O .card-desc {
    color: #ffffff;
}

.cid-vrTiYwas9O .list {
    color: #ffffff;
}

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

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

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

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

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

.cid-vrTiYwbScI .image-wrapper {
    padding-right: 80px;
}

@media (max-width: 1440px) {
    .cid-vrTiYwbScI .image-wrapper {
        padding-right: 60px;
    }
}

@media (max-width: 992px) {
    .cid-vrTiYwbScI .image-wrapper {
        padding-right: 0;
        margin-bottom: 30px;
    }
}

.cid-vrTiYwbScI .image-wrapper img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

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

.cid-vrTiYwbScI .content-wrapper .mbr-label {
    margin-bottom: 30px;
}

@media (max-width: 992px) {
    .cid-vrTiYwbScI .content-wrapper .mbr-label {
        margin-bottom: 15px;
    }
}

.cid-vrTiYwbScI .content-wrapper .mbr-section-title {
    margin-bottom: 0;
}

.cid-vrTiYwbScI .content-wrapper .text-wrapper .mbr-text {
    display: inline-block;
    width: 70%;
    margin-top: 60px;
    margin-bottom: 0;
}

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

.cid-vrTiYwbScI .content-wrapper .mbr-section-btn {
    margin-top: 30px;
}

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

.cid-vrTiYwbScI .mbr-label {
    color: #000000;
}

.cid-vrTiYwbScI .mbr-section-title {
    color: #000000;
}

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

.cid-vrTiYwckN5 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #000000;
}

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

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

.cid-vrTiYwckN5 .title-wrapper .mbr-section-title {
    margin-bottom: 60px;
}

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

.cid-vrTiYwckN5 .items-wrapper .item {
    margin-bottom: 32px;
}

@media (max-width: 992px) {
    .cid-vrTiYwckN5 .items-wrapper .item {
        margin-bottom: 30px;
    }
}

.cid-vrTiYwckN5 .items-wrapper .item .item-wrapper .card-number_1,
.cid-vrTiYwckN5 .items-wrapper .item .item-wrapper .card-number_2,
.cid-vrTiYwckN5 .items-wrapper .item .item-wrapper .card-number_3,
.cid-vrTiYwckN5 .items-wrapper .item .item-wrapper .card-number_4 {
    margin-bottom: 0;
}

.cid-vrTiYwckN5 .items-wrapper .item .item-wrapper .card-box {
    padding: 25px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 380px;
}

@media (max-width: 992px) {
    .cid-vrTiYwckN5 .items-wrapper .item .item-wrapper .card-box {
        padding: 30px 15px;
        min-height: auto;
    }
}

.cid-vrTiYwckN5 .items-wrapper .item .item-wrapper .card-box .title-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

@media (max-width: 1440px) {
    .cid-vrTiYwckN5 .items-wrapper .item .item-wrapper .card-box .title-wrapper {
        flex-direction: column-reverse;
        align-items: flex-start;
    }
}

.cid-vrTiYwckN5 .items-wrapper .item .item-wrapper .card-box .title-wrapper .card-title_1,
.cid-vrTiYwckN5 .items-wrapper .item .item-wrapper .card-box .title-wrapper .card-title_2,
.cid-vrTiYwckN5 .items-wrapper .item .item-wrapper .card-box .title-wrapper .card-title_3,
.cid-vrTiYwckN5 .items-wrapper .item .item-wrapper .card-box .title-wrapper .card-title_4 {
    margin-bottom: 0;
}

.cid-vrTiYwckN5 .items-wrapper .item .item-wrapper .card-box .title-wrapper .iconfont-wrapper .mbr-iconfont {
    font-size: 36px;
    display: inline-flex;
    margin-left: 20px;
}

@media (max-width: 1440px) {
    .cid-vrTiYwckN5 .items-wrapper .item .item-wrapper .card-box .title-wrapper .iconfont-wrapper .mbr-iconfont {
        margin-left: 0;
        margin-bottom: 15px;
    }
}

.cid-vrTiYwckN5 .items-wrapper .item .item-wrapper .card-box .text-wrapper .card-text_1,
.cid-vrTiYwckN5 .items-wrapper .item .item-wrapper .card-box .text-wrapper .card-text_2,
.cid-vrTiYwckN5 .items-wrapper .item .item-wrapper .card-box .text-wrapper .card-text_3,
.cid-vrTiYwckN5 .items-wrapper .item .item-wrapper .card-box .text-wrapper .card-text_4 {
    margin-bottom: 0;
}

.cid-vrTiYwckN5 .items-wrapper .item .item-wrapper .card-box .text-wrapper .mbr-section-btn {
    margin-top: 15px;
}

.cid-vrTiYwckN5 .items-wrapper .item .item-wrapper .card-box .text-wrapper .mbr-section-btn .btn {
    margin-bottom: 0;
}

.cid-vrTiYwckN5 .items-wrapper .item .card_1 .card-box {
    background-color: #1b9aaa;
}

.cid-vrTiYwckN5 .items-wrapper .item .card_1 .card-box .title-wrapper .iconfont-wrapper .mbr-iconfont {
    color: #ffffff;
}

.cid-vrTiYwckN5 .items-wrapper .item .card_2 {
    padding-top: 7rem;
}

@media (max-width: 992px) {
    .cid-vrTiYwckN5 .items-wrapper .item .card_2 {
        padding-top: 0;
    }
}

.cid-vrTiYwckN5 .items-wrapper .item .card_2 .card-box {
    background-color: #ff7c9d;
}

.cid-vrTiYwckN5 .items-wrapper .item .card_2 .card-box .title-wrapper .iconfont-wrapper .mbr-iconfont {
    color: #000000;
}

.cid-vrTiYwckN5 .items-wrapper .item .card_3 {
    padding-top: 14rem;
}

@media (max-width: 992px) {
    .cid-vrTiYwckN5 .items-wrapper .item .card_3 {
        padding-top: 0;
    }
}

.cid-vrTiYwckN5 .items-wrapper .item .card_3 .card-box {
    background-color: #63ffd1;
}

.cid-vrTiYwckN5 .items-wrapper .item .card_3 .card-box .title-wrapper .iconfont-wrapper .mbr-iconfont {
    color: #000000;
}

.cid-vrTiYwckN5 .items-wrapper .item .card_4 {
    padding-top: 21rem;
}

@media (max-width: 992px) {
    .cid-vrTiYwckN5 .items-wrapper .item .card_4 {
        padding-top: 0;
    }
}

.cid-vrTiYwckN5 .items-wrapper .item .card_4 .card-box {
    background-color: #00c7af;
}

.cid-vrTiYwckN5 .items-wrapper .item .card_4 .card-box .title-wrapper .iconfont-wrapper .mbr-iconfont {
    color: #ffffff;
}

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

.cid-vrTiYwckN5 .card-number_1 {
    color: #1B9AAA;
}

.cid-vrTiYwckN5 .card-number_2 {
    color: #FF7C9D;
}

.cid-vrTiYwckN5 .card-number_3 {
    color: #63FFD1;
}

.cid-vrTiYwckN5 .card-number_4 {
    color: #00C7AF;
}

.cid-vrTiYwckN5 .card-title_1 {
    color: #FFFFFF;
}

.cid-vrTiYwckN5 .card-title_2 {
    color: #000000;
}

.cid-vrTiYwckN5 .card-title_3 {
    color: #000000;
}

.cid-vrTiYwckN5 .card-title_4 {
    color: #FFFFFF;
}

.cid-vrTiYwckN5 .card-text_1 {
    color: #000000;
}

.cid-vrTiYwckN5 .card-text_2 {
    color: #000000;
}

.cid-vrTiYwckN5 .card-text_3 {
    color: #000000;
}

.cid-vrTiYwckN5 .card-text_4 {
    color: #000000;
}

.cid-vrTiYwckN5 .mbr-section-title,
.cid-vrTiYwckN5 .mbr-section-btn {
    color: #ffffff;
}

.cid-vrTiYwckN5 .card-text_1,
.cid-vrTiYwckN5 .mbr-section-btn {
    color: #FFFFFF;
}

.cid-vrTiYwckN5 .card-text_2,
.cid-vrTiYwckN5 .mbr-section-btn {
    color: #000000;
}

.cid-vrTiYwckN5 .card-text_3,
.cid-vrTiYwckN5 .mbr-section-btn {
    color: #000000;
}

.cid-vrTiYwckN5 .card-text_4,
.cid-vrTiYwckN5 .mbr-section-btn {
    color: #FFFFFF;
}

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

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

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

.cid-vrTiYwdQvG .title-wrapper .mbr-section-title {
    margin-bottom: 60px;
}

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

.cid-vrTiYwdQvG .items-wrapper .item {
    margin-bottom: 140px;
}

@media (max-width: 992px) {
    .cid-vrTiYwdQvG .items-wrapper .item {
        margin-bottom: 30px;
    }
}

.cid-vrTiYwdQvG .items-wrapper .item:nth-child(2n) .item-wrapper {
    margin-left: 130px;
}

@media (max-width: 1440px) {
    .cid-vrTiYwdQvG .items-wrapper .item:nth-child(2n) .item-wrapper {
        margin-left: 60px;
    }
}

@media (max-width: 992px) {
    .cid-vrTiYwdQvG .items-wrapper .item:nth-child(2n) .item-wrapper {
        margin-left: 0;
    }
}

.cid-vrTiYwdQvG .items-wrapper .item:nth-child(2n) .item-wrapper .image-wrapper {
    height: 510px;
}

@media (max-width: 992px) {
    .cid-vrTiYwdQvG .items-wrapper .item:nth-child(2n) .item-wrapper .image-wrapper {
        height: 300px;
    }
}

.cid-vrTiYwdQvG .items-wrapper .item:hover .item-wrapper .image-wrapper .mbr-section-btn,
.cid-vrTiYwdQvG .items-wrapper .item:focus .item-wrapper .image-wrapper .mbr-section-btn {
    opacity: 1;
}

.cid-vrTiYwdQvG .items-wrapper .item .item-wrapper {
    height: 100%;
}

.cid-vrTiYwdQvG .items-wrapper .item .item-wrapper .image-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    padding: 70px;
    height: 700px;
}

@media (max-width: 1440px) {
    .cid-vrTiYwdQvG .items-wrapper .item .item-wrapper .image-wrapper {
        padding: 40px;
    }
}

@media (max-width: 992px) {
    .cid-vrTiYwdQvG .items-wrapper .item .item-wrapper .image-wrapper {
        height: 400px;
        padding: 30px 15px;
    }
}

.cid-vrTiYwdQvG .items-wrapper .item .item-wrapper .image-wrapper .image-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cid-vrTiYwdQvG .items-wrapper .item .item-wrapper .image-wrapper .mbr-section-btn {
    position: absolute;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 2;
}

@media (max-width: 992px) {
    .cid-vrTiYwdQvG .items-wrapper .item .item-wrapper .image-wrapper .mbr-section-btn {
        opacity: 1 !important;
    }
}

.cid-vrTiYwdQvG .items-wrapper .item .item-wrapper .image-wrapper .item-img {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.cid-vrTiYwdQvG .items-wrapper .item .item-wrapper .image-wrapper .item-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.cid-vrTiYwdQvG .items-wrapper .item .item-wrapper .card-box .card-title {
    margin-bottom: 15px;
}

.cid-vrTiYwdQvG .items-wrapper .item .item-wrapper .card-box .card-text {
    margin-bottom: 15px;
}

.cid-vrTiYwdQvG .items-wrapper .item .item-wrapper .card-box .card-date {
    margin-bottom: 0;
}

.cid-vrTiYwdQvG .mbr-section-title {
    color: #000000;
}

.cid-vrTiYwdQvG .card-title {
    color: #000000;
}

.cid-vrTiYwdQvG .card-text {
    color: #000000;
}

.cid-vrTiYwdQvG .card-date {
    color: #000000;
}

.cid-vrTiYwdFqO {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #000000;
}

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

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

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

.cid-vrTiYwdFqO .title-wrapper .mbr-label {
    margin-bottom: 30px;
}

@media (max-width: 992px) {
    .cid-vrTiYwdFqO .title-wrapper .mbr-label {
        margin-bottom: 15px;
    }
}

.cid-vrTiYwdFqO .title-wrapper .title-wrapper .mbr-section-title {
    display: inline-block;
    width: 90%;
    margin-bottom: 0;
}

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

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

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

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

.cid-vrTiYwdFqO .form-wrap .dragArea.row .form-group .form-control {
    background-color: #232323;
    padding: 8px 20px;
    box-shadow: none;
    border: 2px solid transparent !important;
    margin-bottom: 20px;
}

.cid-vrTiYwdFqO .form-wrap .dragArea.row .form-group .form-control::placeholder {
    color: #ffffff;
    opacity: 0.5;
}

.cid-vrTiYwdFqO .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vrTiYwdFqO .form-wrap .dragArea.row .form-group .form-control:focus {
    box-shadow: none;
    border: 2px solid #1b9aaa !important;
}

.cid-vrTiYwdFqO .form-wrap .dragArea.row .form-group textarea {
    min-height: 140px;
}

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

.cid-vrTiYwdFqO .form-wrap .dragArea.row .form-group .form-check .form-check-input {
    background-color: #ffffff;
    border-color: #ffffff;
}

.cid-vrTiYwdFqO .form-wrap .dragArea.row .mbr-section-btn {
    width: 100%;
    margin-top: 30px;
}

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

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

.cid-vrTiYwdFqO .mbr-label {
    color: #ffffff;
}

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

.cid-vrTiYwdFqO label {
    color: #ffffff;
}

.cid-vrTiYwe1hD {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #000000;
}

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

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

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

.cid-vrTiYwe1hD .images-wrapper {
    margin-right: 80px;
    position: relative;
    height: 100%;
    min-height: 740px;
    margin-right: 0;
    margin-left: 80px;
}

@media (max-width: 1440px) {
    .cid-vrTiYwe1hD .images-wrapper {
        margin-right: 60px;
    }
}

@media (max-width: 992px) {
    .cid-vrTiYwe1hD .images-wrapper {
        margin-right: 0;
        margin-bottom: 30px;
        min-height: auto;
    }
}

@media (max-width: 1440px) {
    .cid-vrTiYwe1hD .images-wrapper {
        margin-right: 0;
        margin-left: 60px;
    }
}

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

.cid-vrTiYwe1hD .images-wrapper .image_1 img {
    top: 0;
    left: 0;
    width: 550px;
    height: 550px;
}

@media (max-width: 1440px) {
    .cid-vrTiYwe1hD .images-wrapper .image_1 img {
        width: 100%;
        height: 100%;
    }
}

.cid-vrTiYwe1hD .images-wrapper .image_2 img {
    bottom: 0;
    right: 0;
    width: 370px;
    height: 370px;
    z-index: 1;
}

.cid-vrTiYwe1hD .images-wrapper .image-wrap img {
    position: absolute;
    object-fit: cover;
}

@media (max-width: 992px) {
    .cid-vrTiYwe1hD .images-wrapper .image-wrap img {
        position: static;
        height: 300px;
        width: 100%;
    }
}

.cid-vrTiYwe1hD .content-wrapper .mbr-label {
    margin-bottom: 30px;
}

@media (max-width: 992px) {
    .cid-vrTiYwe1hD .content-wrapper .mbr-label {
        margin-bottom: 15px;
    }
}

.cid-vrTiYwe1hD .content-wrapper .mbr-address {
    margin-bottom: 30px;
}

@media (max-width: 992px) {
    .cid-vrTiYwe1hD .content-wrapper .mbr-address {
        width: 100%;
        margin-bottom: 15px;
    }
}

.cid-vrTiYwe1hD .content-wrapper .mbr-phone {
    margin-top: 30px;
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .cid-vrTiYwe1hD .content-wrapper .mbr-phone {
        width: 100%;
        margin-top: 15px;
        margin-bottom: 30px;
    }
}

.cid-vrTiYwe1hD .mbr-label {
    color: #ffffff;
}

.cid-vrTiYwe1hD .mbr-address {
    color: #ffffff;
}

.cid-vrTiYwe1hD .mbr-phone {
    color: #ffffff;
}

.cid-vrTiYweWob {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #000000;
}

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

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

.cid-vrTiYweWob .nav-wrapper {
    margin-bottom: 40px;
}

@media (max-width: 992px) {
    .cid-vrTiYweWob .nav-wrapper {
        margin-bottom: 30px;
    }
}

.cid-vrTiYweWob .nav-wrapper .list {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: inline-flex;
    flex-direction: column;
}

.cid-vrTiYweWob .nav-wrapper .list .item-wrap {
    width: fit-content;
    position: relative;
    margin-bottom: 20px;
}

@media (max-width: 992px) {
    .cid-vrTiYweWob .nav-wrapper .list .item-wrap {
        margin-bottom: 15px;
    }
}

.cid-vrTiYweWob .nav-wrapper .list .item-wrap:hover::before,
.cid-vrTiYweWob .nav-wrapper .list .item-wrap:focus::before {
    width: 100%;
}

.cid-vrTiYweWob .nav-wrapper .list .item-wrap::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #e2fa0e;
    transition: all 0.3s ease;
}

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

@media (max-width: 992px) {
    .cid-vrTiYweWob .social-wrapper {
        margin-bottom: 30px;
    }
}

.cid-vrTiYweWob .social-wrapper .social-wrap {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
}

.cid-vrTiYweWob .social-wrapper .social-wrap .soc-item a {
    display: block;
}

.cid-vrTiYweWob .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after,
.cid-vrTiYweWob .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after {
    width: 100%;
}

.cid-vrTiYweWob .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    color: #ffffff;
    background-color: #232323;
    font-size: 28px;
    margin: 0 18px 18px 0;
}

.cid-vrTiYweWob .social-wrapper .social-wrap .soc-item a .mbr-iconfont::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #e2fa0e;
    transition: all 0.3s ease;
}

.cid-vrTiYweWob .content-wrapper .mbr-section-title {
    margin-bottom: 15px;
}

.cid-vrTiYweWob .content-wrapper .mbr-section-btn {
    margin-bottom: 30px;
}

@media (max-width: 992px) {
    .cid-vrTiYweWob .content-wrapper .mbr-section-btn {
        margin-bottom: 15px;
    }
}

.cid-vrTiYweWob .content-wrapper .mbr-text {
    margin-bottom: 30px;
}

@media (max-width: 992px) {
    .cid-vrTiYweWob .content-wrapper .mbr-text {
        margin-bottom: 15px;
    }
}

.cid-vrTiYweWob .content-wrapper .mbr-copy {
    margin-bottom: 0;
}

.cid-vrTiYweWob .list {
    color: #ffffff;
}

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

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

.cid-vrTiYweWob .mbr-copy {
    color: #ffffff;
    text-align: center;
}
