body {
    font-family: Be Vietnam
}

.display-1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 7rem;
    line-height: 1
}

.display-1>.mbr-iconfont {
    font-size: 11.2rem
}

.display-2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 3rem;
    line-height: 1.1
}

.display-2>.mbr-iconfont {
    font-size: 4.8rem
}

.display-4 {
    font-family: 'Be Vietnam';
    font-size: .9rem;
    line-height: 1.5
}

.display-4>.mbr-iconfont {
    font-size: 1.44rem
}

.display-5 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.2rem;
    line-height: 1.1
}

.display-5>.mbr-iconfont {
    font-size: 3.52rem
}

.display-7 {
    font-family: 'Be Vietnam';
    font-size: 1.1rem;
    line-height: 1.6
}

.display-7>.mbr-iconfont {
    font-size: 1.76rem
}

@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: 2.4rem;
        font-size: calc(1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc(1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))))
    }

    .display-4 {
        font-size: .81rem !important;
        font-size: calc(0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc(1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))))
    }

    .display-5 {
        font-size: 1.76rem;
        font-size: calc(1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc(1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))))
    }

    .display-7 {
        font-size: .88rem;
        font-size: calc(1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc(1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))))
    }
}

.btn {
    padding: 1rem 3rem;
    border-radius: 4px
}

.btn-sm {
    padding: .6rem 1.2rem;
    border-radius: 4px
}

.btn-md {
    padding: 1.2rem 2.6rem;
    border-radius: 8px
}

.btn-lg {
    padding: 1.2rem 3.2rem;
    border-radius: 8px
}

.bg-primary {
    background-color: #76bcd5 !important
}

.bg-success {
    background-color: #f7ed4a !important
}

.bg-info {
    background-color: #82786e !important
}

.bg-warning {
    background-color: #808080 !important
}

.bg-danger {
    background-color: #b1a374 !important
}

.btn-primary,
.btn-primary:active {
    background-color: #76bcd5 !important;
    border-color: #76bcd5 !important;
    color: #fff !important
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
    color: #fff !important;
    background-color: #3ca0c3 !important;
    border-color: #3ca0c3 !important
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff !important;
    background-color: #3ca0c3 !important;
    border-color: #3ca0c3 !important
}

.btn-secondary,
.btn-secondary:active {
    background-color: #200960 !important;
    border-color: #200960 !important;
    color: #fff !important
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
    color: #fff !important;
    background-color: #09021a !important;
    border-color: #09021a !important
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff !important;
    background-color: #09021a !important;
    border-color: #09021a !important
}

.btn-info,
.btn-info:active {
    background-color: #82786e !important;
    border-color: #82786e !important;
    color: #fff !important
}

.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
    color: #fff !important;
    background-color: #59524b !important;
    border-color: #59524b !important
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff !important;
    background-color: #59524b !important;
    border-color: #59524b !important
}

.btn-success,
.btn-success:active {
    background-color: #f7ed4a !important;
    border-color: #f7ed4a !important;
    color: #3f3c03 !important
}

.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
    color: #3f3c03 !important;
    background-color: #eadd0a !important;
    border-color: #eadd0a !important
}

.btn-success.disabled,
.btn-success:disabled {
    color: #3f3c03 !important;
    background-color: #eadd0a !important;
    border-color: #eadd0a !important
}

.btn-warning,
.btn-warning:active {
    background-color: #808080 !important;
    border-color: #808080 !important;
    color: #fff !important
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
    color: #fff !important;
    background-color: #5a5a5a !important;
    border-color: #5a5a5a !important
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #fff !important;
    background-color: #5a5a5a !important;
    border-color: #5a5a5a !important
}

.btn-danger,
.btn-danger:active {
    background-color: #b1a374 !important;
    border-color: #b1a374 !important;
    color: #fff !important
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
    color: #fff !important;
    background-color: #8b7d4e !important;
    border-color: #8b7d4e !important
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff !important;
    background-color: #8b7d4e !important;
    border-color: #8b7d4e !important
}

.btn-white {
    color: #333 !important
}

.btn-white,
.btn-white:active {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #808080 !important
}

.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
    color: #808080 !important;
    background-color: #d9d9d9 !important;
    border-color: #d9d9d9 !important
}

.btn-white.disabled,
.btn-white:disabled {
    color: #808080 !important;
    background-color: #d9d9d9 !important;
    border-color: #d9d9d9 !important
}

.btn-black,
.btn-black:active {
    background-color: #333 !important;
    border-color: #333 !important;
    color: #fff !important
}

.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
    color: #fff !important;
    background-color: #0d0d0d !important;
    border-color: #0d0d0d !important
}

.btn-black.disabled,
.btn-black:disabled {
    color: #fff !important;
    background-color: #0d0d0d !important;
    border-color: #0d0d0d !important
}

.btn-primary-outline,
.btn-primary-outline:active {
    background: 0;
    border-color: #76bcd5;
    color: #76bcd5
}

.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
    color: #fff;
    background-color: #76bcd5;
    border-color: #76bcd5
}

.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
    color: #fff !important;
    background-color: #76bcd5 !important;
    border-color: #76bcd5 !important
}

.btn-secondary-outline,
.btn-secondary-outline:active {
    background: 0;
    border-color: #200960;
    color: #200960
}

.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
    color: #fff;
    background-color: #200960;
    border-color: #200960
}

.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
    color: #fff !important;
    background-color: #200960 !important;
    border-color: #200960 !important
}

.btn-info-outline,
.btn-info-outline:active {
    background: 0;
    border-color: #82786e;
    color: #82786e
}

.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
    color: #fff;
    background-color: #82786e;
    border-color: #82786e
}

.btn-info-outline.disabled,
.btn-info-outline:disabled {
    color: #fff !important;
    background-color: #82786e !important;
    border-color: #82786e !important
}

.btn-success-outline,
.btn-success-outline:active {
    background: 0;
    border-color: #f7ed4a;
    color: #f7ed4a
}

.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
    color: #3f3c03;
    background-color: #f7ed4a;
    border-color: #f7ed4a
}

.btn-success-outline.disabled,
.btn-success-outline:disabled {
    color: #3f3c03 !important;
    background-color: #f7ed4a !important;
    border-color: #f7ed4a !important
}

.btn-warning-outline,
.btn-warning-outline:active {
    background: 0;
    border-color: gray;
    color: gray
}

.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
    color: #fff;
    background-color: gray;
    border-color: gray
}

.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
    color: #fff !important;
    background-color: #808080 !important;
    border-color: #808080 !important
}

.btn-danger-outline,
.btn-danger-outline:active {
    background: 0;
    border-color: #b1a374;
    color: #b1a374
}

.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
    color: #fff;
    background-color: #b1a374;
    border-color: #b1a374
}

.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
    color: #fff !important;
    background-color: #b1a374 !important;
    border-color: #b1a374 !important
}

.btn-black-outline,
.btn-black-outline:active {
    background: 0;
    border-color: #333;
    color: #333
}

.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
    color: #fff;
    background-color: #333;
    border-color: #333
}

.btn-black-outline.disabled,
.btn-black-outline:disabled {
    color: #fff !important;
    background-color: #333 !important;
    border-color: #333 !important
}

.text-primary {
    color: #76bcd5 !important
}

.text-secondary {
    color: #200960 !important
}

.text-success {
    color: #f7ed4a !important
}

.text-info {
    color: #82786e !important
}

.text-warning {
    color: #808080 !important
}

.text-danger {
    color: #b1a374 !important
}

.text-white {
    color: #fff !important
}

.text-black {
    color: #000 !important
}

a.text-primary:hover,
a.text-primary:focus {
    color: #edcfc4 !important
}

a.text-secondary:hover,
a.text-secondary:focus {
    color: #3f12bd !important
}

a.text-success:hover,
a.text-success:focus {
    color: #fbf7ac !important
}

a.text-info:hover,
a.text-info:focus {
    color: #b2aba4 !important
}

a.text-warning:hover,
a.text-warning:focus {
    color: #b3b3b3 !important
}

a.text-danger:hover,
a.text-danger:focus {
    color: #d6ceb5 !important
}

a.text-white:hover,
a.text-white:focus {
    color: #fff !important
}

a.text-black:hover,
a.text-black:focus {
    color: #4d4d4d !important
}

.alert-success {
    background-color: #70c770
}

.alert-info {
    background-color: #82786e
}

.alert-warning {
    background-color: gray
}

.alert-danger {
    background-color: #b1a374
}

.mbr-gallery-filter li.active .btn {
    background-color: #76bcd5;
    border-color: #76bcd5;
    color: #fff
}

.mbr-gallery-filter li.active .btn:focus {
    box-shadow: none
}

a,
a:hover {
    color: #76bcd5
}

.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
    color: #fff
}

.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
    color: #fff
}

.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
    color: #beb8b2
}

.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
    color: silver
}

.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
    color: #dfd9c6
}

.scrollToTop_wraper {
    display: none
}

blockquote {
    border-color: #76bcd5
}

.mbr-form .btn {
    margin: .4rem 0
}

.jq-selectbox li:hover,
.jq-selectbox li.selected {
    background-color: #76bcd5;
    color: #fff
}

.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
    transition: .4s;
    border-top-color: gray !important;
    border-bottom-color: gray !important
}

.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
    border-top-color: #76bcd5;
    border-bottom-color: #76bcd5
}

.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: #000 !important;
    background-color: #76bcd5 !important;
    box-shadow: none !important
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
    color: #fff !important;
    background: #200960 !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,%3csvgwidth='32'height='32'viewBox='006464'xmlns='http://www.w3.org/2000/svg'stroke='%2376bcd5'%3e%3cgfill='none'fill-rule='evenodd'%3e%3cgtransform='translate(1616)'stroke-width='2'%3e%3ccirclestroke-opacity='.5'cx='16'cy='16'r='16'/%3e%3cpathd='M3216c0-9.94-8.06-16-16-16'%3e%3canimateTransformattributeName='transform'type='rotate'from='01616'to='3601616'dur='1s'repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e")
}

section.lazy-placeholder:after {
    opacity: .5
}

body {
    overflow-x: hidden
}

a {
    transition: color .6s
}

.cid-rT64A8Ic5u {
    padding-top: 225px;
    padding-bottom: 195px;
    background-image: url("../../../assets/images/background1.jpg")
}

.cid-rT64A8Ic5u H2 {
    color: #76bcd5
}

.cid-rT64Aqegjp {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 10%;
    background-color: #4793a1
}

.cid-rT64Aqegjp .mbr-section-title span {
    color: #ffbc00
}

.cid-rT64Aqegjp .video-col {
    padding: 0
}

.cid-rT64Aqegjp .mbr-section-subtitle {
    color: #fff
}

.cid-rT64Aqegjp .progressbar-title p {
    margin-bottom: 8px
}

.cid-rT64Aqegjp .progressbar-title {
    color: white
}

.cid-rT64Aqegjp .progress_elements {
    max-width: 600px;
    padding: 4rem 2rem;
    margin: auto;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.cid-rT64Aqegjp .progress_elements>div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.cid-rT64Aqegjp .box {
    background-size: cover;
    background-position: center;
    height: 600px;
    margin: auto;
    display: flex;
    padding-top: auto;
    align-items: center;
    justify-content: center

}

.cid-rT64Aqegjp .icon-wrap {
    border-radius: 50%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s;
    background: #76bcd5;
    width: 130px;
    height: 130px;
    cursor: pointer
}

.cid-rT64Aqegjp .icon-wrap:hover {
    background: #4793a1
}

.cid-rT64Aqegjp .icon-wrap:hover span {
    transform: scale(1.04)
}

.cid-rT64Aqegjp .icon-wrap span {
    padding-left: 4px
}

.cid-rT64Aqegjp .mbr-media span {
    font-size: 1.4rem;
    border: 2px solid currentColor;
    border-radius: 50%;
    cursor: pointer;
    width: 60px;
    height: 60px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: all .25s;
    color: #fff !important
}

.cid-rT64Aqegjp .mbr-media span.mbri-play:before {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-35%);
    -moz-transform: translateX(-35%);
    -ms-transform: translateX(-35%);
    -o-transform: translateX(-35%);
    transform: translateX(-35%)
}

.cid-rT64Aqegjp .modalWindow {
    position: fixed;
    z-index: 5000;
    left: 0;
    top: 0;
    background-color: rgba(61, 61, 61, 0.65);
    width: 100%;
    height: 100%
}

.cid-rT64Aqegjp .modalWindow .modalWindow-container {
    display: table-cell;
    vertical-align: middle
}

.cid-rT64Aqegjp .modalWindow .modalWindow-video {
    height: calc(44.9943757vw);
    width: 80vw;
    margin: 0 auto
}

.cid-rT64Aqegjp a.close {
    position: absolute;
    right: 4vw;
    top: 4vh;
    color: #fff;
    z-index: 5000000;
    font-size: 37px;
    background: #000;
    padding: 20px;
    border-radius: 50%
}

.cid-rT64Aqegjp a.close:hover {
    color: #fff
}

@media(max-width:576px) {
    .cid-rT64Aqegjp .box {
        height: 250px
    }
}

.cid-rT64Aqegjp .progress {
    width: 100%;
    height: 2px;
    border-radius: 0;
    background-color: #ccc
}

.cid-rT64Aqegjp .progress-bar {
    height: 2px;
    background-color: #fff
}

.cid-rT64Aqegjp .title-wrap {
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.cid-rT64Aqegjp .progressbar-number {
    display: inline-block
}

.cid-rT64Aqegjp .progress-primary {
    background: rgba(206, 206, 206, 0.4);
    border: 0;
    outline: 0
}

.cid-rT64Aqegjp .progress-primary::-webkit-progress-bar {
    background: rgba(206, 206, 206, 0.4)
}

.cid-rT64Aqegjp .progress_value {
    position: relative;
    color: #fff
}

.cid-rT64Aqegjp progress[value]::-webkit-progress-bar {
    background: rgba(206, 206, 206, 0.4)
}

.cid-rT64Aqegjp progress::-webkit-progress-value {
    background: #fff
}

.cid-rT64Aqegjp progress[value]::-moz-progress-bar {
    background: #fff
}

.cid-rT64Aqegjp progress::-ms-fill {
    background: #fff
}

.cid-rT64Aqegjp .progress1 .progressbar-number:before {
    content: '100'
}

.cid-rT64Aqegjp .progress2 .progressbar-number:before {
    content: '63'
}

.cid-rT64Aqegjp .progress3 .progressbar-number:before {
    content: '41'
}

.cid-rT64Aqegjp .progress4 .progressbar-number:before {
    content: '28'
}

.cid-rT64Aqegjp .progress5 .progressbar-number:before {
    content: '10'
}

.cid-rT64Aqegjp .progress-bar-1 {
    width: 100%
}

.cid-rT64Aqegjp .progress-bar-2 {
    width: 63%
}

.cid-rT64Aqegjp .progress-bar-3 {
    width: 41%
}

.cid-rT64Aqegjp .progress-bar-4 {
    width: 28%
}

.cid-rT64Aqegjp .progress-bar-5 {
    width: 10%
}

.cid-rT64Aqegjp .mbr-section-text {
    color: #fff
}

@media(max-width:767px) {
    .cid-rT64Aqegjp .progress_elements {
        padding: 4rem 1rem
    }
}

.cid-rT64ANGkG7 {
    padding-top: 75px;
    padding-bottom: 0;
    background-color: #fff
}

.cid-rT64ANGkG7 H3 {
    color: #200960
}

.cid-rT64ANGkG7 H4 {
    color: #76bcd5
}

.cid-rT64B5h2F5 {
    padding-top: 30px;
    padding-bottom: 45px;
    background-color: #fff
}

.cid-rT64B5h2F5 .mbr-iconfont {
    font-size: 3rem;
    color: #fff;
    margin-right: 1.5rem;
    width: 100px;
    height: 100px;
    min-width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #d9b7ab;
    margin: auto;
    margin-bottom: 2rem
}

@media(min-width:1400px) {
    .cid-rT64B5h2F5 .card-wrapper {
        padding: 0 4rem
    }
}

.cid-rT64B5h2F5 .card2 {
    border-right: 1px solid #d9b7ab
}

.cid-rT64B5h2F5 .card1 {
    border-right: 1px solid #d9b7ab
}

.cid-rT64B5h2F5 h4 {
    margin: 0
}

.cid-rT64B5h2F5 .card-text {
    color: #999;
    text-align: center
}

.cid-rT64B5h2F5 .mbr-text {
    color: #200960
}

.cid-rT64B5h2F5 .card-title {
    color: #200960;
    text-align: center
}

@media(max-width:991px) {
    .cid-rT64B5h2F5 .item {
        border: 0;
        margin-bottom: 2rem
    }
}

.cid-rT64Bj6KPi {
    padding-top: 60px;
    padding-bottom: 0;
    background-color: #fff
}

@media(min-width:1500px) {
    .cid-rT64Bj6KPi .container {
        max-width: 1400px
    }
}

.cid-rT64Bj6KPi img {
    width: 100%;
    height: 300px;
    object-fit: cover
}

.cid-rT64Bj6KPi .card:hover {
    cursor: pointer
}

.cid-rT64Bj6KPi .card:hover .img-wrapper:before {
    opacity: .8
}

.cid-rT64Bj6KPi .card:hover .content-wrap {
    opacity: 1;
    transform: translateY(-50%)
}

.cid-rT64Bj6KPi .img-wrapper {
    position: relative;
    margin-bottom: 1.5rem
}

.cid-rT64Bj6KPi .img-wrapper:before {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
    background: #f6f3ee;
    opacity: 0;
    transition: all .3s;
    content: '';
    z-index: 1
}

.cid-rT64Bj6KPi .content-wrap {
    position: absolute;
    opacity: 0;
    transition: all .3s;
    left: auto;
    padding: 2rem;
    top: 50%;
    z-index: 2;
    width: 100%;
    transform: translateY(-45%);
    display: flex;
    flex-direction: column;
    justify-content: center
}

@media(max-width:767px) {
    .cid-rT64Bj6KPi .card .img-wrapper:before {
        opacity: .8
    }

    .cid-rT64Bj6KPi .card .content-wrap {
        opacity: 1;
        padding: 1rem
    }
}

.cid-rT64Bj6KPi .card-title {
    color: #200960
}

.cid-rT64Bj6KPi .mbr-section-subtitle,
.cid-rT64Bj6KPi .link-align {
    color: #76bcd5
}

.cid-rT64Bj6KPi .main-title {
    color: #200960
}

.cid-rT64BScrbP {
    padding-top: 15px;
    padding-bottom: 75px;
    background-color: #fff
}

@media(min-width:1500px) {
    .cid-rT64BScrbP .container {
        max-width: 1400px
    }
}

.cid-rT64BScrbP .mbr-text,
.cid-rT64BScrbP .mbr-section-btn {
    color: #999
}

.cid-rT64BScrbP .quote {
    color: #200960
}

.cid-rT64C51B5C {
    padding-top: 75px;
    padding-bottom: 75px;
    background-image: url("../../../assets/images/02.jpg")
}

.cid-rT64C51B5C .mbr-overlay {
    background-color: #333;
    opacity: .4
}

.cid-rT64C51B5C input,
.cid-rT64C51B5C textarea,
.cid-rT64C51B5C .jqselect {
    font-weight: 300 !important
}

.cid-rT64C51B5C textarea {
    min-height: 200px !important
}

.cid-rT64C51B5C .btn {
    height: 63px;
    margin: 0 !important
}

.cid-rT64C51B5C .col-auto {
    margin: 0 auto
}

@media(max-width:767px) {
    .cid-rT64C51B5C .col {
        width: 100%;
        flex-basis: auto
    }
}

.cid-rT64C51B5C .jq-selectbox__select-text {
    color: #76bcd5
}

.cid-rT64C51B5C .jq-selectbox__select {
    padding: .65em 1em
}

.cid-rT64C51B5C .jq-selectbox li {
    padding: .8em 1.4em !important;
    color: #76bcd5 !important
}

.cid-rT64C51B5C .form-control,
.cid-rT64C51B5C .field-input {
    padding: 2rem 1.5rem;
    padding-top: 1.8rem;
    min-height: auto;
    background-color: #fff;
    border-color: #f6f3ee;
    color: #000;
    transition: .4s;
    box-shadow: none;
    outline: 0
}

.cid-rT64C51B5C .form-control::-webkit-input-placeholder,
.cid-rT64C51B5C .field-input::-webkit-input-placeholder,
.cid-rT64C51B5C .form-control::-webkit-input-placeholder,
.cid-rT64C51B5C .field-input::-webkit-input-placeholder {
    color: #76bcd5
}

.cid-rT64C51B5C .form-control:-moz-placeholder,
.cid-rT64C51B5C .field-input:-moz-placeholder,
.cid-rT64C51B5C .form-control:-moz-placeholder,
.cid-rT64C51B5C .field-input:-moz-placeholder {
    color: #76bcd5
}

.cid-rT64C51B5C .form-control:hover,
.cid-rT64C51B5C .field-input:hover,
.cid-rT64C51B5C .form-control:focus,
.cid-rT64C51B5C .field-input:focus {
    background-color: #fff;
    border-color: #f6f3ee;
    color: #000;
    box-shadow: none;
    outline: 0
}

.cid-rT64C51B5C .form-control:hover::-webkit-input-placeholder,
.cid-rT64C51B5C .field-input:hover::-webkit-input-placeholder,
.cid-rT64C51B5C .form-control:focus::-webkit-input-placeholder,
.cid-rT64C51B5C .field-input:focus::-webkit-input-placeholder,
.cid-rT64C51B5C .form-control:hover::-webkit-input-placeholder,
.cid-rT64C51B5C .field-input:hover::-webkit-input-placeholder,
.cid-rT64C51B5C .form-control:focus::-webkit-input-placeholder,
.cid-rT64C51B5C .field-input:focus::-webkit-input-placeholder {
    color: #76bcd5
}

.cid-rT64C51B5C .form-control:hover:-moz-placeholder,
.cid-rT64C51B5C .field-input:hover:-moz-placeholder,
.cid-rT64C51B5C .form-control:focus:-moz-placeholder,
.cid-rT64C51B5C .field-input:focus:-moz-placeholder,
.cid-rT64C51B5C .form-control:hover:-moz-placeholder,
.cid-rT64C51B5C .field-input:hover:-moz-placeholder,
.cid-rT64C51B5C .form-control:focus:-moz-placeholder,
.cid-rT64C51B5C .field-input:focus:-moz-placeholder {
    color: #76bcd5
}

.cid-rT64C51B5C textarea {
    padding-top: 1rem !important
}

.cid-rT64C51B5C .jq-number__spin:hover,
.cid-rT64C51B5C .jq-number__spin:focus {
    background-color: #fff;
    border-color: #f6f3ee;
    color: #fff;
    box-shadow: none;
    outline: 0
}

.cid-rT64C51B5C .jq-number__spin {
    background-color: #fff;
    border-color: #f6f3ee;
    color: #000;
    transition: .4s;
    box-shadow: none;
    outline: 0
}

.cid-rT64C51B5C .jq-selectbox li,
.cid-rT64C51B5C .jq-selectbox li {
    background-color: #fff;
    color: #000
}

.cid-rT64C51B5C .jq-selectbox li:hover,
.cid-rT64C51B5C .jq-selectbox li.selected {
    background-color: #fff;
    color: #000
}

.cid-rT64C51B5C .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-rT64C51B5C .jq-number__spin.minus:hover:after,
.cid-rT64C51B5C .jq-number__spin.plus:hover:after {
    border-top-color: #fff;
    border-bottom-color: #fff
}

.cid-rT64C51B5C .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-rT64C51B5C .jq-number__spin.minus:after,
.cid-rT64C51B5C .jq-number__spin.plus:after {
    border-top-color: #fff;
    border-bottom-color: #fff
}

.cid-rT64C51B5C .jq-selectbox__trigger-arrow {
    border-top-color: #76bcd5 !important;
    border-bottom-color: #76bcd5 !important
}

.cid-rT64C51B5C input::-webkit-clear-button {
    display: none
}

.cid-rT64C51B5C input::-webkit-inner-spin-button {
    display: none
}

.cid-rT64C51B5C input::-webkit-outer-spin-button {
    display: none
}

.cid-rT64C51B5C input::-webkit-calendar-picker-indicator {
    display: none
}

.cid-rT64C51B5C H5 {
    text-align: center;
    color: #fff
}

.cid-rT64C51B5C H6 {
    text-align: center;
    color: #fff
}

.cid-rT64CvX1B7 {
    padding-top: 105px;
    padding-bottom: 0;
    background-color: #fff
}

@media(min-width:1500px) {
    .cid-rT64CvX1B7 .container {
        max-width: 1400px
    }
}

.cid-rT64CvX1B7 img {
    width: 80%;
    height: auto;
    margin: auto
}

.cid-rT64CvX1B7 .content {
    margin: auto
}

.cid-rT64CvX1B7 .mbr-text,
.cid-rT64CvX1B7 .mbr-section-btn {
    color: #999
}

@media(max-width:1200px) {
    .cid-rT64CvX1B7 img {
        width: 100%
    }
}

@media(max-width:992px) {
    .cid-rT64CvX1B7 .img-col {
        padding-bottom: 2rem
    }
}

.cid-rT64CvX1B7 .quote {
    color: #200960
}

.cid-rT64CvX1B7 H3 {
    color: #200960
}

.cid-rT64CvX1B7 H4 {
    color: #76bcd5
}

.cid-rT64CHTRij {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #fff
}

.cid-rT64CHTRij .mbr-section-subtitle {
    color: #716c80;
    font-weight: 300
}

.cid-rT64CHTRij .mbr-content-text {
    color: #767676
}

.cid-rT64CHTRij .card {
    word-wrap: break-word;
    border-radius: 0;
    width: 100%
}

.cid-rT64CHTRij .mbr-iconfont {
    font-size: 60px;
    color: #149dcc
}

@media(min-width:1400px) {
    .cid-rT64CHTRij .card-text {
        padding: 0 4rem !important
    }
}

.cid-rT64CHTRij H3 {
    color: #57468b
}

.cid-rT64CHTRij H4 {
    color: #ccc
}

.cid-rT64CHTRij .mbr-section-title {
    color: #57468b
}

.cid-rT64CHTRij .card2 {
    border-right: 1px solid #f6f3ee
}

.cid-rT64CHTRij .card3 {
    border-right: 1px solid #f6f3ee
}

.cid-rT64CHTRij .card1 {
    border-right: 1px solid #f6f3ee
}

@media(max-width:991px) {
    .cid-rT64CHTRij .card {
        border: 0;
        margin-bottom: 2rem
    }
}

.cid-rT64CZUMpE {
    padding-top: 75px;
    padding-bottom: 30px;
    background-color: #fff
}

@media(min-width:1500px) {
    .cid-rT64CZUMpE .container {
        max-width: 1400px
    }
}

.cid-rT64CZUMpE img {
    margin-bottom: -2.5rem;
    border-radius: 100%;
    width: 200px;
    height: 200px;
    transform: translateY(-100px);
    object-fit: cover
}

.cid-rT64CZUMpE .link-wrap {
    display: inline-block;
    width: fit-content
}

.cid-rT64CZUMpE .card-wrapper {
    background: #f6f3ee;
    background-position: center;
    padding: 0 4rem;
    padding-bottom: 4rem;
    margin-top: 6rem;
    cursor: pointer;
    transition: all .3s;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center
}

.cid-rT64CZUMpE .link {
    position: relative;
    cursor: pointer;
    letter-spacing: 3px;
    width: fit-content;
    color: #76bcd5
}

.cid-rT64CZUMpE .link:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    background: currentColor;
    bottom: -2px;
    left: 0
}

.cid-rT64CZUMpE .link:hover:before {
    animation: 2s line
}

@keyframes line {
    0% {
        transform: scale(1);
        transform-origin: right
    }

    25% {
        transform: scale(0);
        transform-origin: right
    }

    26% {
        transform: scale(0);
        transform-origin: left
    }

    75% {
        transform: scale(1);
        transform-origin: left
    }
}

@media(max-width:767px) {
    .cid-rT64CZUMpE .card-wrapper {
        padding: 0 1rem;
        padding-bottom: 4rem
    }
}

.cid-rT64CZUMpE .card-subtitle {
    color: #200960
}

.cid-rT64CZUMpE .mbr-price {
    color: #200960
}

.cid-rT64CZUMpE .mbr-section-subtitle {
    color: #76bcd5
}

.cid-rT64CZUMpE .mbr-text,
.cid-rT64CZUMpE .link-align {
    color: #999
}

.cid-rT64CZUMpE .main-title {
    color: #200960
}

.cid-rT64Dlr4ch {
    padding-top: 45px;
    padding-bottom: 45px;
    background: #fff
}

.cid-rT64Dlr4ch img {
    width: 120px;
    margin: auto
}

.cid-rT64Dlr4ch .card {
    padding: 1rem;
    margin-bottom: 1.5rem
}

.cid-rT64Dlr4ch .card img {
    width: 100%;
    max-width: 120px
}

.cid-rT64Dlr4ch .mbr-text,
.cid-rT64Dlr4ch .mbr-section-btn {
    color: #999
}

.cid-rT64Dlr4ch H4 {
    color: #76bcd5
}

.cid-rT64Dlr4ch H3 {
    color: #200960
}

.cid-rT64DFVSER {
    padding-top: 75px;
    padding-bottom: 75px;
    background-color: #f6f3ee
}

.cid-rT64DFVSER .mbr-overlay {
    background-color: #fff;
    opacity: .4
}

.cid-rT64DFVSER input,
.cid-rT64DFVSER textarea,
.cid-rT64DFVSER .jqselect {
    font-weight: 300 !important
}

.cid-rT64DFVSER textarea {
    min-height: 200px !important
}

.cid-rT64DFVSER .map-col {
    border-radius: 50%;
    overflow: hidden;
    width: 35rem;
    height: 35rem;
    margin: auto
}

@media(max-width:992px) {
    .cid-rT64DFVSER .map-col {
        margin-bottom: 4rem
    }
}

.cid-rT64DFVSER .google-map {
    height: 35rem;
    width: 35rem;
    margin: auto;
    border-radius: 50%;
    overflow: hidden;
    position: relative
}

.cid-rT64DFVSER .google-map iframe {
    height: 100%;
    width: 100%
}

.cid-rT64DFVSER .google-map [data-state-details] {
    color: #6b6763;
    font-family: Montserrat;
    height: 1.5em;
    margin-top: -.75em;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%
}

.cid-rT64DFVSER .google-map[data-state] {
    background: #e9e5dc
}

.cid-rT64DFVSER .google-map[data-state="loading"] [data-state-details] {
    display: none
}

@media(max-width:767px) {

    .cid-rT64DFVSER .map-col,
    .cid-rT64DFVSER .google-map {
        height: 20rem;
        border-radius: 0;
        width: auto;
        padding: 0
    }
}

.cid-rT64DFVSER .jq-selectbox__select-text {
    color: #76bcd5
}

.cid-rT64DFVSER .jq-selectbox__select {
    padding: 1.2em 1.5em
}

.cid-rT64DFVSER .jq-selectbox li {
    background-color: #f6f3ee !important;
    padding: 1.2em 1.4em !important;
    color: #76bcd5 !important;
    border-top: 1px solid #eceae4
}

.cid-rT64DFVSER .form-control,
.cid-rT64DFVSER .field-input {
    padding: 2rem 1.5rem;
    min-height: auto;
    background-color: #eceae4;
    border-color: #f6f3ee;
    color: #000;
    transition: .4s;
    box-shadow: none;
    outline: 0
}

.cid-rT64DFVSER .form-control::-webkit-input-placeholder,
.cid-rT64DFVSER .field-input::-webkit-input-placeholder,
.cid-rT64DFVSER .form-control::-webkit-input-placeholder,
.cid-rT64DFVSER .field-input::-webkit-input-placeholder {
    color: #76bcd5
}

.cid-rT64DFVSER .form-control:-moz-placeholder,
.cid-rT64DFVSER .field-input:-moz-placeholder,
.cid-rT64DFVSER .form-control:-moz-placeholder,
.cid-rT64DFVSER .field-input:-moz-placeholder {
    color: #76bcd5
}

.cid-rT64DFVSER .form-control:hover,
.cid-rT64DFVSER .field-input:hover,
.cid-rT64DFVSER .form-control:focus,
.cid-rT64DFVSER .field-input:focus {
    background-color: #eceae4;
    border-color: #f6f3ee;
    color: #000;
    box-shadow: none;
    outline: 0
}

.cid-rT64DFVSER .form-control:hover::-webkit-input-placeholder,
.cid-rT64DFVSER .field-input:hover::-webkit-input-placeholder,
.cid-rT64DFVSER .form-control:focus::-webkit-input-placeholder,
.cid-rT64DFVSER .field-input:focus::-webkit-input-placeholder,
.cid-rT64DFVSER .form-control:hover::-webkit-input-placeholder,
.cid-rT64DFVSER .field-input:hover::-webkit-input-placeholder,
.cid-rT64DFVSER .form-control:focus::-webkit-input-placeholder,
.cid-rT64DFVSER .field-input:focus::-webkit-input-placeholder {
    color: #76bcd5
}

.cid-rT64DFVSER .form-control:hover:-moz-placeholder,
.cid-rT64DFVSER .field-input:hover:-moz-placeholder,
.cid-rT64DFVSER .form-control:focus:-moz-placeholder,
.cid-rT64DFVSER .field-input:focus:-moz-placeholder,
.cid-rT64DFVSER .form-control:hover:-moz-placeholder,
.cid-rT64DFVSER .field-input:hover:-moz-placeholder,
.cid-rT64DFVSER .form-control:focus:-moz-placeholder,
.cid-rT64DFVSER .field-input:focus:-moz-placeholder {
    color: #76bcd5
}

.cid-rT64DFVSER textarea {
    padding-top: 1rem !important
}

.cid-rT64DFVSER .jq-number__spin:hover,
.cid-rT64DFVSER .jq-number__spin:focus {
    background-color: #eceae4;
    border-color: #f6f3ee;
    color: #fff;
    box-shadow: none;
    outline: 0
}

.cid-rT64DFVSER .jq-number__spin {
    background-color: #eceae4;
    border-color: #f6f3ee;
    color: #000;
    transition: .4s;
    box-shadow: none;
    outline: 0
}

.cid-rT64DFVSER .jq-selectbox li,
.cid-rT64DFVSER .jq-selectbox li {
    background-color: #eceae4;
    color: #000
}

.cid-rT64DFVSER .jq-selectbox li:hover,
.cid-rT64DFVSER .jq-selectbox li.selected {
    background-color: #eceae4;
    color: #000
}

.cid-rT64DFVSER .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-rT64DFVSER .jq-number__spin.minus:hover:after,
.cid-rT64DFVSER .jq-number__spin.plus:hover:after {
    border-top-color: #eceae4;
    border-bottom-color: #eceae4
}

.cid-rT64DFVSER .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-rT64DFVSER .jq-number__spin.minus:after,
.cid-rT64DFVSER .jq-number__spin.plus:after {
    border-top-color: #eceae4;
    border-bottom-color: #eceae4
}

.cid-rT64DFVSER .jq-selectbox__trigger-arrow {
    border-top-color: #76bcd5 !important;
    border-bottom-color: #76bcd5 !important
}

.cid-rT64DFVSER input::-webkit-clear-button {
    display: none
}

.cid-rT64DFVSER input::-webkit-inner-spin-button {
    display: none
}

.cid-rT64DFVSER input::-webkit-outer-spin-button {
    display: none
}

.cid-rT64DFVSER input::-webkit-calendar-picker-indicator {
    display: none
}

.cid-rT64DFVSER H5 {
    color: #200960
}

.cid-rT64DFVSER H6 {
    color: #76bcd5
}

.cid-rT64E22cPe {
    padding-top: 75px;
    padding-bottom: 75px;
    background-color: #4793a1
}

.cid-rT64E22cPe .mbr-iconfont {
    font-size: 3rem;
    color: #76bcd5;
    margin-right: 1.5rem;
    width: 100px;
    height: 100px;
    min-width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #fff;
    margin: auto;
    margin-bottom: 2rem
}

@media(min-width:1400px) {
    .cid-rT64E22cPe .card-wrapper {
        padding: 0 3rem
    }
}

.cid-rT64E22cPe .card-title {
    color: #fff
}

.cid-rT64E22cPe .card {
    border-radius: 0;
    width: 100%
}

.cid-rT64E22cPe .card2 {
    border-right: 1px solid #fff
}

.cid-rT64E22cPe .card1 {
    border-right: 1px solid #fff
}

.cid-rT64E22cPe h4 {
    margin: 0
}

.cid-rT64E22cPe .card-text {
    color: #fff
}

.cid-rT64E22cPe .mbr-text {
    color: #200960
}

@media(max-width:991px) {
    .cid-rT64E22cPe .card {
        border: 0;
        margin-bottom: 2rem
    }
}

.cid-rT64EvJ41Z {
    padding-top: 45px;
    padding-bottom: 30px;
    background-color: #1e1e1e
}

@media(min-width:1500px) {
    .cid-rT64EvJ41Z .container {
        max-width: 1400px
    }
}

@media(max-width:767px) {

    .cid-rT64EvJ41Z .copyright,
    .cid-rT64EvJ41Z .col-lg-1 {
        margin-bottom: 1rem
    }
}

.cid-rT64EvJ41Z .col-lg-1 {
    max-width: fit-content;
    padding: 0
}

.cid-rT64EvJ41Z .mbr-text {
    color: #ccc
}

.cid-rT64G7yRoO .navbar {
    padding: .5rem 0;
    background: #fff;
    transition: none;
    min-height: 50px
}

.cid-rT64G7yRoO .navbar-fixed-top {
    padding-top: 0
}

.cid-rT64G7yRoO .navbar-collapse {
    -ms-flex-preferred-size: auto;
    -webkit-flex-basis: auto;
    flex-basis: auto
}

.cid-rT64G7yRoO .collapse {
    justify-content: space-between !important
}

.cid-rT64G7yRoO .icon-wrap {
    display: flex;
    align-items: center;
    margin-left: 1rem
}

.cid-rT64G7yRoO .mbr-iconfont {
    cursor: pointer
}

.cid-rT64G7yRoO .nav-item {
    position: relative;
    letter-spacing: 2px;
    font-weight: 200
}

.cid-rT64G7yRoO .nav-item:before {
    position: absolute;
    left: 0;
    top: 50%;
    content: '';
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    opacity: .5;
    background: #76bcd5;
    border-radius: 50%
}

.cid-rT64G7yRoO .nav-item span {
    padding-right: .4em;
    line-height: .5em;
    vertical-align: text-bottom;
    position: relative;
    top: -.2em;
    text-decoration: none
}

.cid-rT64G7yRoO .location-title {
    margin: 0;
    color: #fff
}

.cid-rT64G7yRoO .menu-logo .navbar-brand {
    display: flex;
    margin-left: 1.5rem;
    padding: .5rem 0;
    transition: padding .2s;
    transform-origin: top;
    min-height: 3.8rem;
    -webkit-align-items: center;
    align-items: center
}

.cid-rT64G7yRoO .menu-logo .navbar-brand .navbar-caption-wrap {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    word-break: break-word;
    min-width: 7rem;
    margin: .3rem 0
}

.cid-rT64G7yRoO .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
    line-height: 1.2rem !important;
    padding-right: 2rem
}

.cid-rT64G7yRoO .menu-logo .navbar-brand .navbar-logo {
    font-size: 4rem;
    transition: font-size .25s
}

.cid-rT64G7yRoO .menu-logo .navbar-brand .navbar-logo img {
    display: flex
}

.cid-rT64G7yRoO .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
    transition: font-size .25s
}

.cid-rT64G7yRoO .menu-content-top {
    background: #4793a1;
    max-width: 100%;
    display: none;
    transition: all .3s;
    justify-content: space-between;
    -webkit-justify-content: left;
    justify-content: space-between;
    padding: 0 2rem;
    margin: auto;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden
}

.cid-rT64G7yRoO .dropdown-item {
    padding: .4rem 1.8rem
}

.cid-rT64G7yRoO .dropdown-item,
.cid-rT64G7yRoO .nav-link,
.cid-rT64G7yRoO .brand-name {
    font-style: normal
}

.cid-rT64G7yRoO .dropdown-item:hover,
.cid-rT64G7yRoO .nav-link:hover,
.cid-rT64G7yRoO .brand-name:hover {
    color: #76bcd5 !important
}

.cid-rT64G7yRoO .dropdown-menu {
    background-color: #fff
}

.cid-rT64G7yRoO .dropdown-item:active {
    background-color: #fff
}

.cid-rT64G7yRoO .menu-bottom {
    margin: auto;
    width: 100%;
    display: flex;
    padding: 0rem 2rem;
    position: relative;
    align-items: center
}

.cid-rT64G7yRoO .navbar-dropdown.bg-color.transparent.opened {
    background: #fff
}

.cid-rT64G7yRoO .dropdown-item:before {
    font-family: MobiriseIcons !important;
    display: inline-block;
    width: 0;
    position: absolute;
    left: 1rem;
    top: .5rem;
    margin-right: .5rem;
    line-height: 1;
    font-size: inherit;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.cid-rT64G7yRoO .content-text {
    margin-bottom: 0
}

.cid-rT64G7yRoO .navbar-nav {
    position: relative;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row
}

@media(min-width:992px) {
    .cid-rT64G7yRoO .navbar-nav .main-menu-animated-line {
        position: absolute;
        left: 0;
        width: 0;
        height: 0;
        z-index: 100;
        border-top: 4px solid #76bcd5;
        -webkit-transition: width .4s, left .6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
        -moz-transition: width .4s, left .6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
        transition: width .4s, left .6s cubic-bezier(0.19, 0.65, 0.02, 0.93)
    }

    .cid-rT64G7yRoO .navbar-nav .main-menu-animated-line.bottom {
        bottom: 0
    }
}

.cid-rT64G7yRoO .navbar-nav .nav-item span {
    padding-right: 0
}

.cid-rT64G7yRoO .display-4>.mbr-iconfont {
    font-size: 1.43em
}

.cid-rT64G7yRoO .display-4>.btn>.mbr-iconfont {
    font-size: 1.43em
}

.cid-rT64G7yRoO .nav-dropdown .dropdown-item {
    font-weight: 400
}

.cid-rT64G7yRoO .navbar-buttons.mbr-section-btn {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center
}

.cid-rT64G7yRoO .nav-dropdown .link {
    font-weight: 400
}

.cid-rT64G7yRoO .menu .navbar-brand .logo-text-part {
    vertical-align: top
}

.cid-rT64G7yRoO .content-right-side {
    text-align: center
}

.cid-rT64G7yRoO .content-right-side .content-link {
    margin-left: 2rem
}

.cid-rT64G7yRoO .content-right-side .content-link span {
    vertical-align: middle;
    padding-right: 1rem
}

.cid-rT64G7yRoO .widget-icon {
    display: inline-block;
    padding-right: 1rem;
    font-size: 1.2rem;
    color: #fff !important
}

.cid-rT64G7yRoO .info-widget {
    padding-left: 1rem;
    padding-right: 1rem;
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative
}

.cid-rT64G7yRoO .widget-title:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: currentColor
}

.cid-rT64G7yRoO .menu-content-right {
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

.cid-rT64G7yRoO .menu-content-right .info-widget:last-child {
    padding-right: 0
}

.cid-rT64G7yRoO .menu-content-right .info-widget:first-child {
    padding-left: 0;
    border-left: 0
}

.cid-rT64G7yRoO .widget-content {
    display: inline-block;
    vertical-align: top;
    text-align: left
}

.cid-rT64G7yRoO .widget-content .widget-title {
    font-weight: 400;
    margin-bottom: 3px
}

.cid-rT64G7yRoO .widget-content .widget-text {
    margin-bottom: 0
}

@media(min-width:992px) {
    .cid-rT64G7yRoO .navbar .menu-content-top {
        display: flex;
        height: 50px
    }

    .cid-rT64G7yRoO .content-right-side {
        text-align: right;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        display: flex;
        -webkit-align-items: center;
        align-items: center
    }

    .cid-rT64G7yRoO .menu-content-top {
        border-bottom: 0 solid #e0e0e0
    }

    .cid-rT64G7yRoO .navbar {
        display: block;
        padding: 0
    }

    .cid-rT64G7yRoO .navbar .menu-logo {
        display: flex;
        -webkit-align-items: center;
        align-items: center
    }

    .cid-rT64G7yRoO .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
        -webkit-align-self: initial;
        align-self: auto;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        z-index: 101;
        min-height: 49px
    }

    .cid-rT64G7yRoO .dropdown-item:hover:before {
        transform: scale(1, 1);
        width: 16px;
        -webkit-transform: scale(1, 1)
    }

    .cid-rT64G7yRoO .navbar-toggler {
        display: none
    }
}

.cid-rT64G7yRoO .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: 0
}

.cid-rT64G7yRoO .btn {
    display: -webkit-inline-flex;
    align-items: center;
    -webkit-align-items: center
}

.cid-rT64G7yRoO .btn .mbr-iconfont {
    font-size: 1.2em
}

.cid-rT64G7yRoO .navbar-toggleable-sm .navbar-collapse {
    width: auto
}

.cid-rT64G7yRoO .navbar-toggleable-sm .navbar-collapse .navbar-nav {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0
}

.cid-rT64G7yRoO .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: center;
    align-self: center
}

.cid-rT64G7yRoO .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
    padding-left: 0;
    padding-bottom: 0
}

.cid-rT64G7yRoO .dropdown .dropdown-menu {
    display: none;
    position: absolute;
    padding-top: .5rem;
    padding-bottom: .5rem;
    text-align: left
}

@media(max-width:991px) {
    .cid-rT64G7yRoO .dropdown .dropdown-menu {
        overflow: hidden
    }
}

.cid-rT64G7yRoO .dropdown .dropdown-menu .dropdown-item {
    width: auto;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.cid-rT64G7yRoO .dropdown .dropdown-menu .dropdown-item::after {
    right: .5rem
}

.cid-rT64G7yRoO .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1)
}

.cid-rT64G7yRoO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
    margin-left: -1.8rem;
    padding-right: 1rem;
    font-size: inherit
}

.cid-rT64G7yRoO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
    display: inline-block;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.cid-rT64G7yRoO .dropdown .dropdown-menu .dropdown-submenu {
    margin: 0
}

.cid-rT64G7yRoO .dropdown.open>.dropdown-menu {
    display: block
}

.cid-rT64G7yRoO .navbar-toggleable-sm.opened:after {
    position: absolute;
    width: 100vw;
    height: 100vh;
    content: "";
    background-color: rgba(0, 0, 0, 0.1);
    left: 0;
    bottom: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    z-index: 1000
}

.cid-rT64G7yRoO .navbar.navbar-short {
    min-height: 50px;
    transition: all .2s
}

.cid-rT64G7yRoO .navbar.navbar-short .navbar-logo a {
    font-size: 2.5rem !important;
    line-height: 2.5rem;
    transition: font-size .25s
}

.cid-rT64G7yRoO .navbar.navbar-short .navbar-logo a .mbr-iconfont {
    font-size: 2.5rem !important
}

.cid-rT64G7yRoO .navbar.navbar-short .navbar-logo a img {
    height: 3rem !important
}

.cid-rT64G7yRoO .navbar.navbar-short .navbar-brand {
    min-height: 3rem
}

.cid-rT64G7yRoO button.navbar-toggler {
    width: 31px;
    height: 18px;
    cursor: pointer;
    transition: all .2s;
    margin: 1.6rem 1rem
}

.cid-rT64G7yRoO button.navbar-toggler:focus {
    outline: 0
}

.cid-rT64G7yRoO button.navbar-toggler .hamburger span {
    position: absolute;
    right: 0;
    width: 30px;
    height: 2px;
    border-right: 5px;
    background-color: #200960
}

.cid-rT64G7yRoO button.navbar-toggler .hamburger span:nth-child(1) {
    top: 0;
    transition: all .2s
}

.cid-rT64G7yRoO button.navbar-toggler .hamburger span:nth-child(2) {
    top: 8px;
    transition: all .15s
}

.cid-rT64G7yRoO button.navbar-toggler .hamburger span:nth-child(3) {
    top: 8px;
    transition: all .15s
}

.cid-rT64G7yRoO button.navbar-toggler .hamburger span:nth-child(4) {
    top: 16px;
    transition: all .2s
}

.cid-rT64G7yRoO nav.opened .hamburger span:nth-child(1) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all .2s
}

.cid-rT64G7yRoO nav.opened .hamburger span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .25s
}

.cid-rT64G7yRoO nav.opened .hamburger span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: all .25s
}

.cid-rT64G7yRoO nav.opened .hamburger span:nth-child(4) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all .2s
}

.cid-rT64G7yRoO .collapsed .dropdown-menu .dropdown-item:before {
    display: none
}

.cid-rT64G7yRoO .collapsed .dropdown .dropdown-menu .dropdown-item {
    padding: .235em 1.5em .235em 1.5em !important;
    transition: none;
    margin: 0 !important
}

.cid-rT64G7yRoO .collapsed .btn {
    display: flex
}

.cid-rT64G7yRoO .collapsed .navbar-collapse {
    display: none !important;
    padding-right: 0 !important
}

.cid-rT64G7yRoO .collapsed .navbar-collapse.collapsing,
.cid-rT64G7yRoO .collapsed .navbar-collapse.show {
    display: block !important
}

.cid-rT64G7yRoO .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rT64G7yRoO .collapsed .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center
}

.cid-rT64G7yRoO .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rT64G7yRoO .collapsed .navbar-collapse.show .navbar-nav .nav-item {
    clear: both
}

.cid-rT64G7yRoO .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rT64G7yRoO .collapsed .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center
}

.cid-rT64G7yRoO .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rT64G7yRoO .collapsed .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem
}

@media(min-width:992px) {
    .cid-rT64G7yRoO .collapsed .dropdown .dropdown-menu {
        overflow: hidden
    }
}

.cid-rT64G7yRoO .collapsed button.navbar-toggler {
    display: block
}

.cid-rT64G7yRoO .collapsed .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem
}

.cid-rT64G7yRoO .collapsed .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column
}

.cid-rT64G7yRoO .collapsed .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height
}

.cid-rT64G7yRoO .collapsed .dropdown.open>.dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible
}

.cid-rT64G7yRoO .collapsed .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%
}

.cid-rT64G7yRoO .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent
}

.cid-rT64G7yRoO .collapsed .menu-bottom {
    justify-content: space-between
}

@media(max-width:991px) {
    .cid-rT64G7yRoO .dropdown-menu {
        margin-top: 0;
        background-color: transparent;
        color: black !important
    }

    .cid-rT64G7yRoO .menu-bottom {
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        align-items: center;
        margin: 0
    }

    .cid-rT64G7yRoO .navbar-collapse {
        padding-bottom: 1rem;
        display: none !important;
        padding-right: 0 !important
    }

    .cid-rT64G7yRoO .navbar-collapse.collapsing,
    .cid-rT64G7yRoO .navbar-collapse.show {
        display: block !important
    }

    .cid-rT64G7yRoO .navbar-collapse.collapsing .navbar-nav,
    .cid-rT64G7yRoO .navbar-collapse.show .navbar-nav {
        display: block;
        text-align: center
    }

    .cid-rT64G7yRoO .navbar-collapse.collapsing .navbar-nav .nav-item,
    .cid-rT64G7yRoO .navbar-collapse.show .navbar-nav .nav-item {
        clear: both
    }

    .cid-rT64G7yRoO .navbar-collapse.collapsing .navbar-buttons,
    .cid-rT64G7yRoO .navbar-collapse.show .navbar-buttons {
        display: -webkit-flex;
        justify-content: center;
        text-align: center;
        -webkit-justify-content: center
    }

    .cid-rT64G7yRoO .navbar-collapse.collapsing .navbar-buttons:last-child,
    .cid-rT64G7yRoO .navbar-collapse.show .navbar-buttons:last-child {
        margin-bottom: 1rem
    }

    .cid-rT64G7yRoO img {
        height: 3.8rem !important
    }

    .cid-rT64G7yRoO .btn {
        display: flex
    }

    .cid-rT64G7yRoO button.navbar-toggler {
        display: block
    }

    .cid-rT64G7yRoO .navbar-brand {
        margin-left: 1rem !important;
        margin-top: .5rem
    }

    .cid-rT64G7yRoO .navbar-toggleable-sm {
        -webkit-flex-direction: column;
        flex-direction: column
    }

    .cid-rT64G7yRoO .dropdown .dropdown-menu {
        width: 100%;
        text-align: center;
        position: relative;
        opacity: 0;
        display: block;
        height: 0;
        visibility: hidden;
        padding: 0;
        transition-duration: .5s;
        transition-property: opacity, padding, height
    }

    .cid-rT64G7yRoO .dropdown.open>.dropdown-menu {
        position: relative;
        opacity: 1;
        height: auto;
        padding: 1.4rem 0;
        visibility: visible
    }

    .cid-rT64G7yRoO .dropdown .dropdown-submenu {
        left: 0;
        text-align: center;
        width: 100%
    }

    .cid-rT64G7yRoO .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
        margin-top: 0;
        position: inherit;
        right: 0;
        top: 50%;
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: .3em;
        vertical-align: middle;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-left: .3em solid transparent
    }

    .cid-rT64G7yRoO .navbar-buttons.mbr-section-btn {
        width: 100%
    }

    .cid-rT64G7yRoO .dropdown .dropdown-menu .dropdown-item {
        padding: .235em 1.5em .235em 1.5em !important;
        transition: none;
        margin: 0 !important
    }
}

.cid-rT64G7yRoO .navbar-dropdown {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.cid-rT64G7yRoO .nav-link:focus {
    outline: 0
}

.cid-rT64G7yRoO .navbar-toggler {
    position: relative
}

.cid-rT64G7yRoO .dropdown-item.active,
.cid-rT64G7yRoO .dropdown-item:active {
    color: initial
}

.cid-rT64G7yRoO .widget-title,
.cid-rT64G7yRoO .widget-icon {
    color: #fff
}

.cid-rT64G7yRoO .widget-text {
    color: #656565
}

@media(max-width:992px) {
    .cid-rT64G7yRoO .menu-logo {
        display: none
    }

    .cid-rT64G7yRoO .navbar-collapse {
        padding: 0;
        padding-top: 1.5rem
    }

    .cid-rT64G7yRoO .nav-item:before {
        content: none
    }

    .cid-rT64G7yRoO .navbar {
        padding: 0
    }

    .cid-rT64G7yRoO .menu-bottom {
        -webkit-flex-direction: column;
        flex-direction: column
    }

    .cid-rT64G7yRoO button.navbar-toggler {
        -webkit-align-self: center;
        align-self: center
    }
}