.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #fbf8fc;
}
body {
  font-family: Manrope;
}
.display-1 {
  font-family: 'Manrope', sans-serif;
  font-size: 7.75rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 9.6875rem;
}
.display-2 {
  font-family: 'Manrope', sans-serif;
  font-size: 3rem;
  line-height: 1.17;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Manrope', sans-serif;
  font-size: 2.25rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.8125rem;
}
.display-7 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.75rem;
  line-height: 1.286;
}
.display-7 > .mbr-iconfont {
  font-size: 2.1875rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 6.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.425rem;
    font-size: calc( 3.3625rem + (7.75 - 3.3625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.3625rem + (7.75 - 3.3625) * ((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: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.8rem;
    font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #c5ddbb !important;
}
.bg-success {
  background-color: #7ee7b6 !important;
}
.bg-info {
  background-color: #6ee0f7 !important;
}
.bg-warning {
  background-color: #ffd966 !important;
}
.bg-danger {
  background-color: #e87d87 !important;
}
.btn-primary {
  background: linear-gradient(90deg, #c5ddbb, #c5ddbb 65%, #ffffff) !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #c5ddbb !important;
  border-color: #c5ddbb !important;
  color: #426633 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #e2eedd !important;
  border-color: #e2eedd !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #426633 !important;
  background-color: #e2eedd !important;
  border-color: #e2eedd !important;
}
.btn-secondary {
  background: linear-gradient(90deg, #ddd3bb, #ddd3bb 65%, #ffffff) !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ddd3bb !important;
  border-color: #ddd3bb !important;
  color: #665733 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #eee9dd !important;
  border-color: #eee9dd !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #665733 !important;
  background-color: #eee9dd !important;
  border-color: #eee9dd !important;
}
.btn-info {
  background: linear-gradient(90deg, #6ee0f7, #6ee0f7 65%, #cff5fc) !important;
}
.btn-info,
.btn-info:active {
  background-color: #6ee0f7 !important;
  border-color: #6ee0f7 !important;
  color: #055161 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #9eeafa !important;
  border-color: #9eeafa !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #055161 !important;
  background-color: #9eeafa !important;
  border-color: #9eeafa !important;
}
.btn-success {
  background: linear-gradient(90deg, #7ee7b6, #7ee7b6 65%, #d4f7e7) !important;
}
.btn-success,
.btn-success:active {
  background-color: #7ee7b6 !important;
  border-color: #7ee7b6 !important;
  color: #105635 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #a9efce !important;
  border-color: #a9efce !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #105635 !important;
  background-color: #a9efce !important;
  border-color: #a9efce !important;
}
.btn-warning {
  background: linear-gradient(90deg, #ffd966, #ffd966 65%, #fff2cc) !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffd966 !important;
  border-color: #ffd966 !important;
  color: #664d00 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffe699 !important;
  border-color: #ffe699 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #664d00 !important;
  background-color: #ffe699 !important;
  border-color: #ffe699 !important;
}
.btn-danger {
  background: linear-gradient(90deg, #e87d87, #e87d87 65%, #f7d4d7) !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e87d87 !important;
  border-color: #e87d87 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #f0a8af !important;
  border-color: #f0a8af !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #f0a8af !important;
  border-color: #f0a8af !important;
}
.btn-white {
  background: linear-gradient(90deg, #ffffff, #ffffff 65%, #ffffff) !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black {
  background: linear-gradient(90deg, #232323, #232323 65%, #565656) !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: #c5ddbb;
  color: #c5ddbb;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #94c081 !important;
  background-color: transparent !important;
  border-color: #94c081 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #426633 !important;
  background-color: #c5ddbb !important;
  border-color: #c5ddbb !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ddd3bb;
  color: #ddd3bb;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #c0ae81 !important;
  background-color: transparent !important;
  border-color: #c0ae81 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #665733 !important;
  background-color: #ddd3bb !important;
  border-color: #ddd3bb !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #6ee0f7;
  color: #6ee0f7;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #1ccef2 !important;
  background-color: transparent !important;
  border-color: #1ccef2 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #055161 !important;
  background-color: #6ee0f7 !important;
  border-color: #6ee0f7 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #7ee7b6;
  color: #7ee7b6;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #35d98d !important;
  background-color: transparent !important;
  border-color: #35d98d !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #105635 !important;
  background-color: #7ee7b6 !important;
  border-color: #7ee7b6 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffd966;
  color: #ffd966;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffc30f !important;
  background-color: transparent !important;
  border-color: #ffc30f !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #664d00 !important;
  background-color: #ffd966 !important;
  border-color: #ffd966 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #e87d87;
  color: #e87d87;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #db3343 !important;
  background-color: transparent !important;
  border-color: #db3343 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e87d87 !important;
  border-color: #e87d87 !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: #c5ddbb !important;
}
.text-secondary {
  color: #ddd3bb !important;
}
.text-success {
  color: #7ee7b6 !important;
}
.text-info {
  color: #6ee0f7 !important;
}
.text-warning {
  color: #ffd966 !important;
}
.text-danger {
  color: #e87d87 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #8bbb77 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #bba777 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #28d785 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0dcbf2 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ffc000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #d92637 !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: #c5ddbb;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #6ee0f7;
}
.alert-warning {
  background-color: #ffd966;
}
.alert-danger {
  background-color: #e87d87;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #c5ddbb;
  border-color: #c5ddbb;
  color: #4d773b;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #c5ddbb;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Manrope', sans-serif;
  font-size: 1.75rem;
  line-height: 1.286;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 2.1875rem;
}
.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: #c5ddbb !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Manrope', sans-serif;
  font-size: 1.75rem;
  line-height: 1.286;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.1875rem;
}
blockquote {
  border-color: #c5ddbb;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #c5ddbb;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #c5ddbb;
}
.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: #c5ddbb;
  border-bottom-color: #c5ddbb;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #c5ddbb !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ddd3bb !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='%23c5ddbb' %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,
.mbr-section-btn-main .btn {
  padding: 8px 16px;
  border-radius: 50px !important;
  font-weight: 400 !important;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin-left: 8px;
  transition: all 0.3s ease-in-out;
  font-size: 85%;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  transform: scale(1.04);
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn-main .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont,
.mbr-section-btn-main .btn:focus .mbr-iconfont {
  transform: translateX(2px);
}
.mbr-section-btn .btn-primary,
.mbr-section-btn-main .btn-primary,
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary,
.mbr-section-btn .btn-success,
.mbr-section-btn-main .btn-success,
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info,
.mbr-section-btn .btn-warning,
.mbr-section-btn-main .btn-warning,
.mbr-section-btn .btn-danger,
.mbr-section-btn-main .btn-danger,
.mbr-section-btn .btn-black,
.mbr-section-btn-main .btn-black,
.mbr-section-btn .btn-white,
.mbr-section-btn-main .btn-white {
  border: none !important;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline,
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  border-width: 1px !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.slide-content,
.item-wrap,
.mbr-figure {
  border-radius: 24px !important;
}
.icon-wrap {
  border-radius: 16px;
}
.item-number img {
  border-radius: 16px !important;
}
.item-number {
  border-radius: 16px;
}
.form-control {
  border-radius: 8px !important;
}
.nav.nav-tabs .nav-item .nav-link {
  border-radius: 8px !important;
}
.nav.nav-tabs .nav-item {
  border-radius: 8px !important;
}
.cid-uQssHT2fJh {
  background-color: transparent;
}
.cid-uQssHT2fJh .navbar-dropdown {
  background-color: #1a0c1e !important;
  padding: 0;
}
.cid-uQssHT2fJh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #1a0c1e !important;
  background: #1a0c1e;
}
.cid-uQssHT2fJh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQssHT2fJh .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uQssHT2fJh .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uQssHT2fJh .menu_box .navbar.opened,
  .cid-uQssHT2fJh .menu_box .navbar-collapse {
    background-color: #1a0c1e !important;
    transition: all 0s ease 0s;
  }
}
.cid-uQssHT2fJh .navbar-dropdown {
  position: relative !important;
}
.cid-uQssHT2fJh .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uQssHT2fJh .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uQssHT2fJh .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uQssHT2fJh .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uQssHT2fJh .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uQssHT2fJh .btn:hover {
  box-shadow: none;
}
.cid-uQssHT2fJh .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-uQssHT2fJh .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-uQssHT2fJh .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uQssHT2fJh .nav-item {
    margin: 0 !important;
  }
}
.cid-uQssHT2fJh .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  border-radius: 4px !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uQssHT2fJh .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-uQssHT2fJh .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -10px;
  width: 0;
  height: 2px;
  background-color: #000000;
  transition: all 0.3s ease-out;
}
.cid-uQssHT2fJh .nav-item .nav-link:hover,
.cid-uQssHT2fJh .nav-item .nav-link:focus {
  background-color: #c5ddbb;
  color: #000000 !important;
}
.cid-uQssHT2fJh .nav-item .nav-link:hover::before,
.cid-uQssHT2fJh .nav-item .nav-link:focus::before {
  width: 80%;
}
.cid-uQssHT2fJh .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uQssHT2fJh .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uQssHT2fJh .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uQssHT2fJh .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uQssHT2fJh .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uQssHT2fJh .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uQssHT2fJh .offcanvas_box {
    display: none;
  }
}
.cid-uQssHT2fJh .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uQssHT2fJh .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uQssHT2fJh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uQssHT2fJh .container {
  display: flex;
  margin: auto;
}
.cid-uQssHT2fJh .iconfont-wrapper {
  color: #ffffff;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uQssHT2fJh .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uQssHT2fJh .iconfont-wrapper:hover .mbr-iconfont {
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-uQssHT2fJh .navbar-nav {
    margin: 0;
  }
}
.cid-uQssHT2fJh .dropdown-menu,
.cid-uQssHT2fJh .navbar.opened {
  background-color: false !important;
}
.cid-uQssHT2fJh .nav-item:focus,
.cid-uQssHT2fJh .nav-link:focus {
  outline: none;
}
.cid-uQssHT2fJh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQssHT2fJh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQssHT2fJh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQssHT2fJh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQssHT2fJh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQssHT2fJh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQssHT2fJh .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uQssHT2fJh .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uQssHT2fJh .navbar.opened {
  transition: all 0.3s;
}
.cid-uQssHT2fJh .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uQssHT2fJh .navbar .navbar-logo img {
  max-width: 62px;
  min-height: 62px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uQssHT2fJh .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQssHT2fJh .navbar.collapsed {
  justify-content: center;
}
.cid-uQssHT2fJh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQssHT2fJh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uQssHT2fJh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQssHT2fJh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQssHT2fJh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQssHT2fJh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uQssHT2fJh .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uQssHT2fJh .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uQssHT2fJh .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uQssHT2fJh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQssHT2fJh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQssHT2fJh .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uQssHT2fJh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQssHT2fJh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uQssHT2fJh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQssHT2fJh .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uQssHT2fJh .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uQssHT2fJh .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uQssHT2fJh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uQssHT2fJh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQssHT2fJh .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uQssHT2fJh .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQssHT2fJh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQssHT2fJh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQssHT2fJh .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQssHT2fJh .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uQssHT2fJh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQssHT2fJh .dropdown-item.active,
.cid-uQssHT2fJh .dropdown-item:active {
  background-color: transparent;
}
.cid-uQssHT2fJh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uQssHT2fJh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQssHT2fJh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQssHT2fJh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQssHT2fJh ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uQssHT2fJh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQssHT2fJh button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #1a0c1e;
  background: #1a0c1e;
}
.cid-uQssHT2fJh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uQssHT2fJh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQssHT2fJh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQssHT2fJh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQssHT2fJh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQssHT2fJh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQssHT2fJh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQssHT2fJh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQssHT2fJh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQssHT2fJh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uQssHT2fJh .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQssHT2fJh .navbar {
    height: 70px;
  }
  .cid-uQssHT2fJh .navbar.opened {
    height: auto;
  }
  .cid-uQssHT2fJh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQssHT2fJh .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uQssHT2fJh .navbar-caption:hover {
  color: #c5ddbb;
}
@media (min-width: 992px) {
  .cid-uQssHT2fJh .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uQssHT2fJh .text_widget {
  margin-bottom: 32px;
}
.cid-uQssHT2fJh .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uQssHT2fJh .text_widget a:hover,
.cid-uQssHT2fJh .text_widget a:focus {
  opacity: 0.8;
}
@media (min-width: 992px) {
  .cid-uQssHT2fJh .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-uQssHT2fJh .navbar-caption {
  color: #FFFFFF;
}
.cid-uQssHT2fJh .mbr-section-subtitle,
.cid-uQssHT2fJh .text_widget,
.cid-uQssHT2fJh .mbr-section-btn {
  text-align: center;
}
.cid-uQssHT2fJh a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uQssHT2fJh .nav-link,
.cid-uQssHT2fJh .dropdown-item {
  color: #FFFFFF;
}
.cid-uQssHTjvJU {
  background-image: url("../images/photo-1534973098198-6b2de48816b7.jpeg");
}
.cid-uQssHTjvJU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQssHTjvJU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQssHTjvJU .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uQssHTjvJU .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uQssHTjvJU .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uQssHTjvJU .content-wrapper .text-wrapper {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-uQssHTjvJU .content-wrapper .text-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uQssHTjvJU .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uQssHTjvJU .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uQssHTjvJU .mbr-section-title {
  color: #ffffff;
}
.cid-uQssHTjvJU .mbr-desc,
.cid-uQssHTjvJU .desc-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uQssHTjvJU .mbr-text,
.cid-uQssHTjvJU .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uQssHTjvJU .mbr-section-title,
.cid-uQssHTjvJU .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-uQssHTjvJU .mbr-desc,
.cid-uQssHTjvJU .desc-wrapper {
  color: #FFFFFF;
}
.cid-uQssHTrZ2s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1a0c1e;
}
.cid-uQssHTrZ2s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQssHTrZ2s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQssHTrZ2s .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uQssHTrZ2s .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uQssHTrZ2s .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uQssHTrZ2s .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uQssHTrZ2s .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uQssHTrZ2s .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uQssHTrZ2s .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uQssHTrZ2s .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uQssHTrZ2s .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uQssHTrZ2s .item {
    margin-bottom: 28px;
  }
}
.cid-uQssHTrZ2s .item:nth-child(2n) {
  margin-top: 120px;
}
@media (max-width: 992px) {
  .cid-uQssHTrZ2s .item:nth-child(2n) {
    margin-top: 0;
  }
}
.cid-uQssHTrZ2s .item .item-wrapper {
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-uQssHTrZ2s .item .item-wrapper:hover .item-wrap .item-img .image-wrap img,
.cid-uQssHTrZ2s .item .item-wrapper:focus .item-wrap .item-img .image-wrap img {
  border: 2px solid #c5ddbb;
  background-color: #c5ddbb;
}
.cid-uQssHTrZ2s .item .item-wrapper .item-wrap {
  height: 100%;
}
.cid-uQssHTrZ2s .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uQssHTrZ2s .item .item-wrapper .item-wrap .item-img .image-wrap {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uQssHTrZ2s .item .item-wrapper .item-wrap .item-img .image-wrap {
    margin-bottom: 16px;
  }
}
.cid-uQssHTrZ2s .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 680px;
  width: 100%;
  object-fit: cover;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uQssHTrZ2s .item .item-wrapper .item-wrap .item-img .image-wrap img {
    height: 350px;
  }
}
.cid-uQssHTrZ2s .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 2px;
}
.cid-uQssHTrZ2s .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uQssHTrZ2s .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 0;
}
.cid-uQssHTrZ2s .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uQssHTrZ2s .mbr-text,
.cid-uQssHTrZ2s .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uQssHTrZ2s .mbr-desc,
.cid-uQssHTrZ2s .desc-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uQssHTrZ2s .item-title {
  color: #FFFFFF;
}
.cid-uQssHTrZ2s .item-text {
  color: #FFFFFF;
}
.cid-uQssHTELFh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1a0c1e;
}
.cid-uQssHTELFh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQssHTELFh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQssHTELFh .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uQssHTELFh .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uQssHTELFh .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uQssHTELFh .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uQssHTELFh .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uQssHTELFh .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uQssHTELFh .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uQssHTELFh .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uQssHTELFh .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uQssHTELFh .item {
    margin-bottom: 28px;
  }
}
.cid-uQssHTELFh .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uQssHTELFh .item .item-wrapper:hover,
.cid-uQssHTELFh .item .item-wrapper:focus {
  border: 2px solid #c5ddbb;
  background-color: #c5ddbb;
}
.cid-uQssHTELFh .item .item-wrapper .item-wrap {
  border: 1px solid #734581;
  background-color: #29162f;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
.cid-uQssHTELFh .item .item-wrapper .item-wrap .item-content .icon-wrapper-main {
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #734581;
}
@media (max-width: 992px) {
  .cid-uQssHTELFh .item .item-wrapper .item-wrap .item-content .icon-wrapper-main {
    height: 200px;
  }
}
.cid-uQssHTELFh .item .item-wrapper .item-wrap .item-content .icon-wrapper-main .mbr-iconfont {
  display: inline-block;
  font-size: 132px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uQssHTELFh .item .item-wrapper .item-wrap .item-content .icon-wrapper-main .mbr-iconfont {
    font-size: 70px;
  }
}
.cid-uQssHTELFh .item .item-wrapper .item-wrap .item-content .text-wrap {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uQssHTELFh .item .item-wrapper .item-wrap .item-content .text-wrap {
    padding: 16px;
  }
}
.cid-uQssHTELFh .item .item-wrapper .item-wrap .item-content .text-wrap .item-desc {
  margin-bottom: 8px;
}
.cid-uQssHTELFh .item .item-wrapper .item-wrap .item-content .text-wrap .item-title {
  margin-bottom: 8px;
}
.cid-uQssHTELFh .item .item-wrapper .item-wrap .item-content .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uQssHTELFh .item .item-wrapper .item-wrap .icon-wrapper {
  padding: 0 24px 24px 24px;
}
@media (max-width: 992px) {
  .cid-uQssHTELFh .item .item-wrapper .item-wrap .icon-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.cid-uQssHTELFh .item .item-wrapper .item-wrap .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #ffffff;
}
.cid-uQssHTELFh .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uQssHTELFh .mbr-text,
.cid-uQssHTELFh .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uQssHTELFh .mbr-desc,
.cid-uQssHTELFh .desc-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uQssHTELFh .item-desc {
  color: #FFFFFF;
}
.cid-uQssHTELFh .item-title {
  color: #ffffff;
}
.cid-uQssHTELFh .item-text {
  color: #FFFFFF;
}
.cid-uQssHTELFh .icon-wrapper {
  text-align: right;
}
.cid-uQssHTELFh .item-title,
.cid-uQssHTELFh .icon-wrapper {
  color: #FFFFFF;
}
.cid-uQssHUj0dt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1a0c1e;
}
.cid-uQssHUj0dt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQssHUj0dt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQssHUj0dt .content-wrapper {
  padding: 0 12%;
}
@media (max-width: 992px) {
  .cid-uQssHUj0dt .content-wrapper {
    padding: 0;
  }
}
.cid-uQssHUj0dt .content-wrapper .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uQssHUj0dt .content-wrapper .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uQssHUj0dt .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uQssHUj0dt .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uQssHUj0dt .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uQssHUj0dt .content-wrapper .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uQssHUj0dt .content-wrapper .image-wrapper {
    margin-bottom: 38px;
  }
}
.cid-uQssHUj0dt .content-wrapper .image-wrapper img {
  height: 600px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uQssHUj0dt .content-wrapper .image-wrapper img {
    height: 250px;
  }
}
.cid-uQssHUj0dt .mbr-section-title {
  color: #ffffff;
}
.cid-uQssHUj0dt .mbr-text,
.cid-uQssHUj0dt .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uQssHUj0dt .mbr-section-title,
.cid-uQssHUj0dt .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-uQssHUsQQB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1a0c1e;
}
.cid-uQssHUsQQB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQssHUsQQB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQssHUsQQB .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uQssHUsQQB .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uQssHUsQQB .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uQssHUsQQB .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uQssHUsQQB .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uQssHUsQQB .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uQssHUsQQB .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uQssHUsQQB .item {
    margin-bottom: 28px;
  }
}
.cid-uQssHUsQQB .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uQssHUsQQB .item .item-wrapper:hover,
.cid-uQssHUsQQB .item .item-wrapper:focus {
  border: 2px solid #c5ddbb;
  background-color: #c5ddbb;
  transform: rotateY(-6deg);
}
.cid-uQssHUsQQB .item .item-wrapper:hover .item-wrap,
.cid-uQssHUsQQB .item .item-wrapper:focus .item-wrap {
  border: 1px solid #c5ddbb;
}
.cid-uQssHUsQQB .item .item-wrapper .item-wrap {
  border: 1px solid #734581;
  transition: all 0.3s ease-in-out;
  background-color: #29162f;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
.cid-uQssHUsQQB .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uQssHUsQQB .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 680px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uQssHUsQQB .item .item-wrapper .item-wrap .item-img .image-wrap img {
    height: 350px;
  }
}
.cid-uQssHUsQQB .item .item-wrapper .item-wrap .item-img .number-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 24px 24px 0 24px;
}
.cid-uQssHUsQQB .item .item-wrapper .item-wrap .item-img .number-wrap .item-number {
  display: inline-block;
  padding: 4px 24px;
  background-color: #1a0c1e;
  margin-bottom: 0;
}
.cid-uQssHUsQQB .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uQssHUsQQB .item .item-wrapper .item-wrap .item-img .item-content {
    padding: 16px;
  }
}
.cid-uQssHUsQQB .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uQssHUsQQB .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 8px;
}
.cid-uQssHUsQQB .item .item-wrapper .item-wrap .icon-wrapper {
  padding: 0 24px 24px 24px;
}
@media (max-width: 992px) {
  .cid-uQssHUsQQB .item .item-wrapper .item-wrap .icon-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.cid-uQssHUsQQB .item .item-wrapper .item-wrap .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #ffffff;
}
.cid-uQssHUsQQB .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uQssHUsQQB .mbr-text,
.cid-uQssHUsQQB .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uQssHUsQQB .item-title {
  color: #ffffff;
}
.cid-uQssHUsQQB .item-text {
  color: #FFFFFF;
}
.cid-uQssHUsQQB .item-number,
.cid-uQssHUsQQB .number-wrap {
  color: #FFFFFF;
}
.cid-uQssHUsQQB .icon-wrapper {
  text-align: right;
}
.cid-uQssHUsQQB .item-title,
.cid-uQssHUsQQB .icon-wrapper {
  color: #FFFFFF;
}
.cid-uQssHUFDbY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1a0c1e;
}
.cid-uQssHUFDbY .item:focus,
.cid-uQssHUFDbY span:focus {
  outline: none;
}
.cid-uQssHUFDbY .mbr-section-title {
  margin-bottom: 60px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uQssHUFDbY .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uQssHUFDbY .item {
  cursor: pointer;
}
.cid-uQssHUFDbY .grid-container {
  grid-row-gap: 0;
}
.cid-uQssHUFDbY .grid-container-1,
.cid-uQssHUFDbY .grid-container-2,
.cid-uQssHUFDbY .grid-container-3 {
  gap: 0;
}
.cid-uQssHUFDbY .mbr-text,
.cid-uQssHUFDbY .mbr-section-btn {
  color: #000000;
}
.cid-uQssHUFDbY .content-head {
  max-width: 800px;
}
.cid-uQssHUFDbY .container,
.cid-uQssHUFDbY .container-fluid {
  overflow: hidden;
}
.cid-uQssHUFDbY .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uQssHUFDbY .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uQssHUFDbY .grid-item img {
  border: 2px solid transparent;
  min-width: 30vw;
  max-width: 100%;
  height: 480px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uQssHUFDbY .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uQssHUFDbY .grid-item img {
    min-width: 35vw;
    height: 160px;
  }
}
.cid-uQssHUFDbY .grid-container-1,
.cid-uQssHUFDbY .grid-container-2,
.cid-uQssHUFDbY .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uQssHUFDbY .grid-container-1 {
  align-items: flex-end;
}
.cid-uQssHUFDbY .grid-container-2 {
  align-items: flex-start;
}
.cid-uQssHUR1YZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1a0c1e;
}
.cid-uQssHUR1YZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQssHUR1YZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQssHUR1YZ .mbr-section-title {
  margin-bottom: 60px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uQssHUR1YZ .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uQssHUR1YZ .google-map {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uQssHUR1YZ .google-map {
    margin-bottom: 48px;
  }
}
.cid-uQssHUR1YZ .google-map iframe {
  height: 480px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uQssHUR1YZ .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uQssHUR1YZ .list-wrapper {
    margin-bottom: 36px;
  }
}
.cid-uQssHUR1YZ .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uQssHUR1YZ .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  opacity: 0.7;
}
.cid-uQssHUR1YZ .list-wrapper .list .item-wrap:hover,
.cid-uQssHUR1YZ .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-uQssHUR1YZ .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uQssHUR1YZ .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uQssHUR1YZ .social-wrapper {
    text-align: left;
  }
}
.cid-uQssHUR1YZ .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uQssHUR1YZ .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uQssHUR1YZ .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uQssHUR1YZ .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #ff930a;
  color: #000000;
}
.cid-uQssHUR1YZ .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uQssHUR1YZ .list {
  color: #9aa0a6;
}
.cid-uQssHUR1YZ .list,
.cid-uQssHUR1YZ .item-wrap,
.cid-uQssHUR1YZ .social-wrapper {
  color: #FFFFFF;
}
.cid-uQssHUR1YZ .mbr-section-title,
.cid-uQssHUR1YZ .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uQssHUYCXg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1a0c1e;
}
.cid-uQssHUYCXg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQssHUYCXg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQssHUYCXg .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uQssHUYCXg .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uQssHUYCXg .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uQssHUYCXg .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uQssHUYCXg .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uQssHUYCXg .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uQssHUYCXg .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uQssHUYCXg .item {
    margin-bottom: 28px;
  }
}
.cid-uQssHUYCXg .item .item-wrapper {
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-uQssHUYCXg .item .item-wrapper .item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uQssHUYCXg .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uQssHUYCXg .item .item-wrapper .item-wrap .item-img .image-wrap {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uQssHUYCXg .item .item-wrapper .item-wrap .item-img .image-wrap {
    margin-bottom: 16px;
  }
}
.cid-uQssHUYCXg .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uQssHUYCXg .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uQssHUYCXg .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uQssHUYCXg .mbr-text,
.cid-uQssHUYCXg .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uQssHUYCXg .item-title {
  color: #ffffff;
}
.cid-uQssHUYCXg .item-title,
.cid-uQssHUYCXg .mbr-section-btn {
  color: #FFFFFF;
  text-align: center;
}
.cid-uQssHVqgn4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1a0c1e;
}
.cid-uQssHVqgn4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQssHVqgn4 .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-uQssHVqgn4 .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uQssHVqgn4 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uQssHVqgn4 .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: #29162f;
  border: 1px solid #734581;
  border-radius: 0;
  margin-top: 12px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uQssHVqgn4 .panel-group .card {
    padding: 16px;
  }
}
.cid-uQssHVqgn4 .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uQssHVqgn4 .panel-group .card:hover,
.cid-uQssHVqgn4 .panel-group .card:focus {
  border: 1px solid #c5ddbb;
}
.cid-uQssHVqgn4 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uQssHVqgn4 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uQssHVqgn4 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uQssHVqgn4 .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #734581;
}
.cid-uQssHVqgn4 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uQssHVqgn4 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uQssHVqgn4 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #c5ddbb;
}
.cid-uQssHVqgn4 .panel-group .card .panel-collapse .panel-body {
  margin-top: 16px;
}
.cid-uQssHVqgn4 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uQssHVqgn4 .mbr-section-title {
  color: #ffffff;
}
.cid-uQssHVqgn4 .panel-title-edit {
  color: #FFFFFF;
}
.cid-uQssHVqgn4 .panel-text {
  color: #FFFFFF;
}
.cid-uQssHVqgn4 .mbr-section-title,
.cid-uQssHVqgn4 .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uQssHW4O1y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1a0c1e;
}
.cid-uQssHW4O1y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQssHW4O1y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQssHW4O1y .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uQssHW4O1y .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uQssHW4O1y .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uQssHW4O1y .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uQssHW4O1y .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uQssHW4O1y .item {
    margin-bottom: 28px;
  }
}
.cid-uQssHW4O1y .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uQssHW4O1y .item .item-wrapper:hover,
.cid-uQssHW4O1y .item .item-wrapper:focus {
  border: 2px solid #c5ddbb;
  background-color: #c5ddbb;
}
.cid-uQssHW4O1y .item .item-wrapper .item-wrap {
  padding: 12px;
  border: 1px solid #734581;
  background-color: #29162f;
  display: flex;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uQssHW4O1y .item .item-wrapper .item-wrap {
    padding: 16px;
    display: block;
  }
}
.cid-uQssHW4O1y .item .item-wrapper .item-wrap .item-img {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uQssHW4O1y .item .item-wrapper .item-wrap .item-img {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uQssHW4O1y .item .item-wrapper .item-wrap .item-img img {
  height: 270px;
  width: 100%;
  object-fit: cover;
  border-radius: 16px !important;
}
.cid-uQssHW4O1y .item .item-wrapper .item-wrap .item-img a {
  display: block;
  width: 100%;
  height: 100%;
}
.cid-uQssHW4O1y .item .item-wrapper .item-wrap .item-content {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uQssHW4O1y .item .item-wrapper .item-wrap .item-content {
    width: 100%;
    display: block;
  }
}
.cid-uQssHW4O1y .item .item-wrapper .item-wrap .item-content .text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 12px 0 18px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uQssHW4O1y .item .item-wrapper .item-wrap .item-content .text-wrap {
    padding: 0;
    margin-bottom: 16px;
  }
}
.cid-uQssHW4O1y .item .item-wrapper .item-wrap .item-content .text-wrap .item-date {
  margin-bottom: 4px;
}
.cid-uQssHW4O1y .item .item-wrapper .item-wrap .item-content .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uQssHW4O1y .item .item-wrapper .item-wrap .item-content .icon-wrapper {
  min-width: 24px;
  display: flex;
  align-items: flex-end;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uQssHW4O1y .item .item-wrapper .item-wrap .item-content .icon-wrapper {
    min-width: auto;
  }
}
.cid-uQssHW4O1y .item .item-wrapper .item-wrap .item-content .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  color: #ffffff;
}
.cid-uQssHW4O1y .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uQssHW4O1y .item-date {
  color: #FFFFFF;
}
.cid-uQssHW4O1y .item-text {
  color: #FFFFFF;
}
.cid-uQssHWg88J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1a0c1e;
}
.cid-uQssHWg88J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQssHWg88J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQssHWg88J .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uQssHWg88J .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uQssHWg88J .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uQssHWg88J .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uQssHWg88J .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uQssHWg88J .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uQssHWg88J .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uQssHWg88J .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uQssHWg88J .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uQssHWg88J .item {
    margin-bottom: 28px;
  }
}
.cid-uQssHWg88J .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uQssHWg88J .item .item-wrapper:hover,
.cid-uQssHWg88J .item .item-wrapper:focus {
  border: 2px solid #c5ddbb;
  background-color: #c5ddbb;
}
.cid-uQssHWg88J .item .item-wrapper .item-wrap {
  padding: 12px;
  border: 1px solid #734581;
  background-color: #29162f;
  display: flex;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .cid-uQssHWg88J .item .item-wrapper .item-wrap {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uQssHWg88J .item .item-wrapper .item-wrap {
    padding: 16px;
  }
}
.cid-uQssHWg88J .item .item-wrapper .item-wrap .icon-wrap {
  height: 174px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #734581;
  width: 50%;
}
@media (max-width: 1200px) {
  .cid-uQssHWg88J .item .item-wrapper .item-wrap .icon-wrap {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uQssHWg88J .item .item-wrapper .item-wrap .icon-wrap .mbr-iconfont {
  display: inline-block;
  font-size: 70px;
  color: #ffffff;
}
.cid-uQssHWg88J .item .item-wrapper .item-wrap .item-content {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1200px) {
  .cid-uQssHWg88J .item .item-wrapper .item-wrap .item-content {
    width: 100%;
    display: block;
  }
}
.cid-uQssHWg88J .item .item-wrapper .item-wrap .item-content .text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 12px 0 12px;
  width: 100%;
}
@media (max-width: 1200px) {
  .cid-uQssHWg88J .item .item-wrapper .item-wrap .item-content .text-wrap {
    padding: 0;
    margin-bottom: 16px;
  }
}
.cid-uQssHWg88J .item .item-wrapper .item-wrap .item-content .text-wrap .item-title {
  margin-bottom: 4px;
}
.cid-uQssHWg88J .item .item-wrapper .item-wrap .item-content .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uQssHWg88J .item .item-wrapper .item-wrap .icon-wrapper {
  min-width: 24px;
  display: flex;
  align-items: flex-end;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uQssHWg88J .item .item-wrapper .item-wrap .icon-wrapper {
    min-width: auto;
  }
}
.cid-uQssHWg88J .item .item-wrapper .item-wrap .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #ffffff;
}
.cid-uQssHWg88J .mbr-section-title {
  color: #ffffff;
}
.cid-uQssHWg88J .mbr-text,
.cid-uQssHWg88J .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uQssHWg88J .mbr-desc,
.cid-uQssHWg88J .desc-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uQssHWg88J .item-title {
  color: #ffffff;
}
.cid-uQssHWg88J .item-text {
  color: #FFFFFF;
}
.cid-uQssHWg88J .mbr-section-title,
.cid-uQssHWg88J .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-uQssHWg88J .item-title,
.cid-uQssHWg88J .icon-wrapper {
  color: #FFFFFF;
}
.cid-uQssHWrIxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1a0c1e;
}
.cid-uQssHWrIxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQssHWrIxG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQssHWrIxG .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uQssHWrIxG .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uQssHWrIxG .item {
    margin-bottom: 28px;
  }
}
.cid-uQssHWrIxG .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  transition: all 0.3s ease-in-out;
  background-color: #29162f;
  overflow: hidden;
  border: 1px solid #734581;
}
.cid-uQssHWrIxG .item .item-wrapper .item-content {
  padding: 24px;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uQssHWrIxG .item .item-wrapper .item-content {
    padding: 16px;
    margin-bottom: 0;
  }
}
.cid-uQssHWrIxG .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uQssHWrIxG .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uQssHWrIxG .item .item-wrapper .item-img {
  position: relative;
}
.cid-uQssHWrIxG .item .item-wrapper .item-img .image-wrap img {
  height: 320px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  border-radius: 0 !important;
}
.cid-uQssHWrIxG .item .item-wrapper .item-img .mbr-section-btn {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uQssHWrIxG .item .item-wrapper .item-img .mbr-section-btn {
    padding: 16px;
  }
}
.cid-uQssHWrIxG .item .item-wrapper .item-img .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uQssHWrIxG .item-title {
  color: #ffffff;
}
.cid-uQssHWrIxG .item-text {
  color: #FFFFFF;
}
.cid-uQssHWrIxG .item-title,
.cid-uQssHWrIxG .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uQssHWZLC2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1a0c1e;
}
.cid-uQssHWZLC2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQssHWZLC2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQssHWZLC2 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uQssHWZLC2 .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uQssHWZLC2 .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uQssHWZLC2 .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uQssHWZLC2 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uQssHWZLC2 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uQssHWZLC2 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uQssHWZLC2 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uQssHWZLC2 .item {
  padding: 0 32px;
  margin-bottom: 64px;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uQssHWZLC2 .item {
    margin-bottom: 28px;
    margin-top: 0;
  }
}
.cid-uQssHWZLC2 .item:nth-child(2n) {
  margin-top: 120px;
}
@media (max-width: 992px) {
  .cid-uQssHWZLC2 .item:nth-child(2n) {
    margin-top: 0;
  }
}
.cid-uQssHWZLC2 .item:nth-child(3n) {
  margin-top: 0;
}
.cid-uQssHWZLC2 .item .item-wrapper {
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-uQssHWZLC2 .item .item-wrapper:hover .item-wrap .item-img .image-wrap img,
.cid-uQssHWZLC2 .item .item-wrapper:focus .item-wrap .item-img .image-wrap img {
  border: 2px solid #c5ddbb;
  background-color: #c5ddbb;
}
.cid-uQssHWZLC2 .item .item-wrapper .item-wrap {
  height: 100%;
}
.cid-uQssHWZLC2 .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uQssHWZLC2 .item .item-wrapper .item-wrap .item-img .image-wrap {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uQssHWZLC2 .item .item-wrapper .item-wrap .item-img .image-wrap {
    margin-bottom: 16px;
  }
}
.cid-uQssHWZLC2 .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 480px;
  width: 100%;
  object-fit: cover;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uQssHWZLC2 .item .item-wrapper .item-wrap .item-img .image-wrap img {
    height: 350px;
  }
}
.cid-uQssHWZLC2 .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 2px;
}
.cid-uQssHWZLC2 .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uQssHWZLC2 .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 0;
}
.cid-uQssHWZLC2 .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uQssHWZLC2 .mbr-text,
.cid-uQssHWZLC2 .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uQssHWZLC2 .mbr-desc,
.cid-uQssHWZLC2 .desc-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uQssHWZLC2 .item-title {
  color: #FFFFFF;
}
.cid-uQssHWZLC2 .item-text {
  color: #FFFFFF;
}
.cid-uQssHXmvxW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1a0c1e;
}
.cid-uQssHXmvxW .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uQssHXmvxW .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uQssHXmvxW .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uQssHXmvxW .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uQssHXmvxW .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uQssHXmvxW .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uQssHXmvxW .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uQssHXmvxW .embla__slide .slide-content {
  width: 100%;
}
.cid-uQssHXmvxW .embla__slide .slide-content .item-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uQssHXmvxW .embla__slide .slide-content .item-wrapper {
    display: block;
  }
}
.cid-uQssHXmvxW .embla__slide .slide-content .item-wrapper .item-content {
  width: 40%;
  padding-right: 90px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uQssHXmvxW .embla__slide .slide-content .item-wrapper .item-content {
    width: 100%;
    padding-right: 0;
  }
}
.cid-uQssHXmvxW .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uQssHXmvxW .embla__slide .slide-content .item-wrapper .item-content .item-title {
    margin-bottom: 36px;
  }
}
.cid-uQssHXmvxW .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uQssHXmvxW .embla__slide .slide-content .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-uQssHXmvxW .embla__slide .slide-content .item-wrapper .item-img:before {
  content: '';
  width: 100%;
  height: 30%;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-image: linear-gradient(0deg, #1a0c1e 40%, transparent 98%);
}
.cid-uQssHXmvxW .embla__slide .slide-content .item-wrapper .item-img .item-wrap {
  padding: 12px;
  border: 2px solid #c5ddbb;
}
@media (max-width: 992px) {
  .cid-uQssHXmvxW .embla__slide .slide-content .item-wrapper .item-img .item-wrap {
    padding: 16px;
  }
}
.cid-uQssHXmvxW .embla__slide .slide-content .item-wrapper .item-img .item-wrap img {
  height: 360px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uQssHXmvxW .embla__slide .slide-content .item-wrapper .item-img .item-wrap img {
    height: 300px;
  }
}
.cid-uQssHXmvxW .embla__button--next,
.cid-uQssHXmvxW .embla__button--prev {
  display: flex;
}
.cid-uQssHXmvxW .embla__button {
  bottom: 50%;
  width: 48px;
  height: 48px;
  font-size: 24px;
  background-color: #29162f !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uQssHXmvxW .embla__button {
    bottom: 0;
  }
}
.cid-uQssHXmvxW .embla__button:hover {
  transform: scale(1.05);
}
.cid-uQssHXmvxW .embla__button.embla__button--prev {
  left: 0;
}
.cid-uQssHXmvxW .embla__button.embla__button--next {
  right: 0;
}
.cid-uQssHXmvxW .embla {
  position: relative;
  padding: 0 12%;
}
@media (max-width: 992px) {
  .cid-uQssHXmvxW .embla {
    padding: 0;
  }
}
.cid-uQssHXmvxW .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uQssHXmvxW .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uQssHXmvxW .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uQssHXmvxW .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uQssHXmvxW .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uQssHXmvxW .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uQssHXmvxW .mbr-text,
.cid-uQssHXmvxW .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uQssHXmvxW .item-title {
  color: #FFFFFF;
}
.cid-uQssHY4xHZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #1a0c1e;
}
.cid-uQssHY4xHZ .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uQssHY4xHZ .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uQssHY4xHZ .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uQssHY4xHZ .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uQssHY4xHZ .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uQssHY4xHZ .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uQssHY4xHZ .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uQssHY4xHZ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 850px;
  max-width: 850px;
}
@media (max-width: 1200px) {
  .cid-uQssHY4xHZ .embla__slide {
    min-width: 650px;
    max-width: 650px;
  }
}
@media (max-width: 767px) {
  .cid-uQssHY4xHZ .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uQssHY4xHZ .embla__slide:hover .slide-content .item-wrapper .item-img img,
.cid-uQssHY4xHZ .embla__slide:focus .slide-content .item-wrapper .item-img img {
  border: 2px solid #c5ddbb;
}
.cid-uQssHY4xHZ .embla__slide .slide-content {
  width: 100%;
}
.cid-uQssHY4xHZ .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 32px;
}
.cid-uQssHY4xHZ .embla__slide .slide-content .item-wrapper .item-img img {
  height: 480px;
  width: 100%;
  object-fit: cover;
  border: 2px solid transparent;
}
@media (max-width: 992px) {
  .cid-uQssHY4xHZ .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uQssHY4xHZ .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 2px;
}
.cid-uQssHY4xHZ .embla__slide .slide-content .item-wrapper .item-content .title-wrap .item-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-uQssHY4xHZ .embla__slide .slide-content .item-wrapper .item-content .title-wrap .item-title {
    width: 100%;
  }
}
.cid-uQssHY4xHZ .embla__slide .slide-content .item-wrapper .item-content .text-wrap .item-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uQssHY4xHZ .embla__slide .slide-content .item-wrapper .item-content .text-wrap .item-text {
    width: 100%;
  }
}
.cid-uQssHY4xHZ .embla__button--next,
.cid-uQssHY4xHZ .embla__button--prev {
  display: flex;
}
.cid-uQssHY4xHZ .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 24px;
  background-color: #29162f !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uQssHY4xHZ .embla__button:hover {
  transform: scale(1.05);
}
.cid-uQssHY4xHZ .embla__button.embla__button--prev {
  left: 0;
}
.cid-uQssHY4xHZ .embla__button.embla__button--next {
  right: 0;
}
.cid-uQssHY4xHZ .embla {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 4rem;
}
@media (max-width: 992px) {
  .cid-uQssHY4xHZ .embla {
    margin-bottom: 38px;
  }
}
.cid-uQssHY4xHZ .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uQssHY4xHZ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uQssHY4xHZ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uQssHY4xHZ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uQssHY4xHZ .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uQssHY4xHZ .mbr-section-title {
  color: #ffffff;
}
.cid-uQssHY4xHZ .mbr-text,
.cid-uQssHY4xHZ .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uQssHY4xHZ .mbr-desc,
.cid-uQssHY4xHZ .desc-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uQssHY4xHZ .item-title,
.cid-uQssHY4xHZ .title-wrap {
  color: #FFFFFF;
  text-align: center;
}
.cid-uQssHY4xHZ .item-text,
.cid-uQssHY4xHZ .text-wrap {
  color: #FFFFFF;
  text-align: center;
}
.cid-uQssHY4xHZ .mbr-section-title,
.cid-uQssHY4xHZ .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-uQssHZP6W3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1a0c1e;
}
.cid-uQssHZP6W3 .item:focus,
.cid-uQssHZP6W3 span:focus {
  outline: none;
}
.cid-uQssHZP6W3 .mbr-section-title {
  margin-bottom: 60px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uQssHZP6W3 .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uQssHZP6W3 .item {
  cursor: pointer;
}
.cid-uQssHZP6W3 .grid-container {
  grid-row-gap: 0;
}
.cid-uQssHZP6W3 .grid-container-1,
.cid-uQssHZP6W3 .grid-container-2,
.cid-uQssHZP6W3 .grid-container-3 {
  gap: 0;
}
.cid-uQssHZP6W3 .mbr-text,
.cid-uQssHZP6W3 .mbr-section-btn {
  color: #000000;
}
.cid-uQssHZP6W3 .content-head {
  max-width: 800px;
}
.cid-uQssHZP6W3 .container,
.cid-uQssHZP6W3 .container-fluid {
  overflow: hidden;
}
.cid-uQssHZP6W3 .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uQssHZP6W3 .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uQssHZP6W3 .grid-item img {
  border: 2px solid transparent;
  min-width: 30vw;
  max-width: 100%;
  height: 480px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uQssHZP6W3 .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uQssHZP6W3 .grid-item img {
    min-width: 35vw;
    height: 160px;
  }
}
.cid-uQssHZP6W3 .grid-container-1,
.cid-uQssHZP6W3 .grid-container-2,
.cid-uQssHZP6W3 .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uQssHZP6W3 .grid-container-1 {
  align-items: flex-end;
}
.cid-uQssHZP6W3 .grid-container-2 {
  align-items: flex-start;
}
.cid-uQssHZXsSu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1a0c1e;
}
.cid-uQssHZXsSu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQssHZXsSu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQssHZXsSu .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uQssHZXsSu .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uQssHZXsSu .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uQssHZXsSu .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uQssHZXsSu .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uQssHZXsSu .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uQssHZXsSu .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uQssHZXsSu .image-wrapper img {
    height: 350px;
  }
}
.cid-uQssHZXsSu .mbr-section-title {
  color: #ffffff;
}
.cid-uQssHZXsSu .mbr-text,
.cid-uQssHZXsSu .text-wrapper {
  color: #FFFFFF;
}
.cid-uQssHZXsSu .mbr-section-title,
.cid-uQssHZXsSu .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uQssI07XjU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1a0c1e;
}
.cid-uQssI07XjU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQssI07XjU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQssI07XjU .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uQssI07XjU .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uQssI07XjU .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uQssI07XjU .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uQssI07XjU .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uQssI07XjU .item {
    margin-bottom: 28px;
  }
}
.cid-uQssI07XjU .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uQssI07XjU .item .item-wrapper:hover,
.cid-uQssI07XjU .item .item-wrapper:focus {
  border: 2px solid #c5ddbb;
  background-color: #c5ddbb;
}
.cid-uQssI07XjU .item .item-wrapper .item-wrap {
  border: 1px solid #734581;
  transition: all 0.3s ease-in-out;
  background-color: #29162f;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
.cid-uQssI07XjU .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uQssI07XjU .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uQssI07XjU .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uQssI07XjU .item .item-wrapper .item-wrap .item-img .item-content {
    padding: 16px;
  }
}
.cid-uQssI07XjU .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uQssI07XjU .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 0;
}
.cid-uQssI07XjU .item .item-wrapper .item-wrap .date-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px 24px 24px;
}
@media (max-width: 992px) {
  .cid-uQssI07XjU .item .item-wrapper .item-wrap .date-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.cid-uQssI07XjU .item .item-wrapper .item-wrap .date-wrapper .item-date {
  padding-right: 8px;
  margin-bottom: 0;
}
.cid-uQssI07XjU .item .item-wrapper .item-wrap .date-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #ffffff;
}
.cid-uQssI07XjU .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uQssI07XjU .item-title {
  color: #9aa0a6;
}
.cid-uQssI07XjU .item-text {
  color: #FFFFFF;
}
.cid-uQssI07XjU .item-date {
  color: #FFFFFF;
}
.cid-uQssI07XjU .mbr-section-title,
.cid-uQssI07XjU .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-uQssI07XjU .item-title,
.cid-uQssI07XjU .icon-wrapper {
  color: #FFFFFF;
}
.cid-uQssI0p9lF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../images/photo-1542044801-30d3e45ae49a.jpeg");
}
.cid-uQssI0p9lF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQssI0p9lF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQssI0p9lF .image-wrap {
  height: 680px;
}
@media (max-width: 992px) {
  .cid-uQssI0p9lF .image-wrap {
    height: 350px;
  }
}
.cid-uQssI0ByvN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1a0c1e;
}
.cid-uQssI0ByvN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQssI0ByvN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQssI0ByvN .items-wrapper {
  justify-content: center;
}
.cid-uQssI0ByvN .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uQssI0ByvN .mbr-text,
.cid-uQssI0ByvN .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uQssI0KVLM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1a0c1e;
}
.cid-uQssI0KVLM .content-wrapper .logo-wrapper {
  margin-bottom: 36px;
}
.cid-uQssI0KVLM .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 118px;
  height: 118px;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uQssI0KVLM .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uQssI0KVLM .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uQssI0KVLM .content-wrapper .text-wrapper {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-uQssI0KVLM .content-wrapper .text-wrapper {
    margin-top: 48px;
  }
}
.cid-uQssI0KVLM .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uQssI0KVLM .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uQssI0KVLM .content-wrapper .mbr-section-btn {
  margin-top: 36px;
}
.cid-uQssI0KVLM .slider-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uQssI0KVLM .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uQssI0KVLM .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uQssI0KVLM .embla__slide:hover .slide-content,
.cid-uQssI0KVLM .embla__slide:focus .slide-content {
  border: 2px solid #c5ddbb;
  background-color: #c5ddbb;
}
.cid-uQssI0KVLM .embla__slide .slide-content {
  width: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uQssI0KVLM .embla__slide .slide-content .item-wrapper {
  padding: 12px;
  background-color: #29162f;
  border: 1px solid #734581;
  display: flex;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uQssI0KVLM .embla__slide .slide-content .item-wrapper {
    display: block;
    padding: 16px;
  }
}
.cid-uQssI0KVLM .embla__slide .slide-content .item-wrapper .item-img {
  width: 34%;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uQssI0KVLM .embla__slide .slide-content .item-wrapper .item-img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uQssI0KVLM .embla__slide .slide-content .item-wrapper .item-img img {
  height: 115px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uQssI0KVLM .embla__slide .slide-content .item-wrapper .item-img img {
    height: 180px;
  }
}
.cid-uQssI0KVLM .embla__slide .slide-content .item-wrapper .item-img a {
  display: block;
  width: 100%;
  height: 100%;
}
.cid-uQssI0KVLM .embla__slide .slide-content .item-wrapper .item-content {
  width: 66%;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uQssI0KVLM .embla__slide .slide-content .item-wrapper .item-content {
    width: 100%;
    display: block;
  }
}
.cid-uQssI0KVLM .embla__slide .slide-content .item-wrapper .item-content .text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 16px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uQssI0KVLM .embla__slide .slide-content .item-wrapper .item-content .text-wrap {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uQssI0KVLM .embla__slide .slide-content .item-wrapper .item-content .text-wrap .item-title {
  margin-bottom: 4px;
}
.cid-uQssI0KVLM .embla__slide .slide-content .item-wrapper .item-content .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uQssI0KVLM .embla__slide .slide-content .item-wrapper .item-content .icon-wrapper {
  min-width: 24px;
  display: flex;
  align-items: flex-end;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uQssI0KVLM .embla__slide .slide-content .item-wrapper .item-content .icon-wrapper {
    min-width: auto;
  }
}
.cid-uQssI0KVLM .embla__slide .slide-content .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  color: #ffffff;
}
.cid-uQssI0KVLM .embla__button--next,
.cid-uQssI0KVLM .embla__button--prev {
  display: flex;
}
.cid-uQssI0KVLM .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 24px;
  background-color: #252525 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uQssI0KVLM .embla__button:hover {
  transform: scale(1.05);
}
.cid-uQssI0KVLM .embla__button.embla__button--prev {
  left: 0;
}
.cid-uQssI0KVLM .embla__button.embla__button--next {
  right: 0;
}
.cid-uQssI0KVLM .embla {
  position: relative;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uQssI0KVLM .embla {
    width: 100%;
  }
}
.cid-uQssI0KVLM .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uQssI0KVLM .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uQssI0KVLM .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uQssI0KVLM .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uQssI0KVLM .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uQssI0KVLM .mbr-section-title {
  color: #ffffff;
}
.cid-uQssI0KVLM .mbr-text,
.cid-uQssI0KVLM .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uQssI0KVLM .item-title {
  color: #FFFFFF;
}
.cid-uQssI0KVLM .item-text {
  color: #FFFFFF;
}
.cid-uQssI0KVLM .mbr-section-title,
.cid-uQssI0KVLM .mbr-section-btn,
.cid-uQssI0KVLM .logo-wrapper {
  text-align: center;
}
.cid-uQssI0KVLM .mbr-section-title,
.cid-uQssI0KVLM .logo-wrapper,
.cid-uQssI0KVLM .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uQssI12vjA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1a0c1e;
}
.cid-uQssI12vjA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQssI12vjA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQssI12vjA .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uQssI12vjA .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uQssI12vjA .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uQssI12vjA .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uQssI12vjA .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uQssI12vjA .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uQssI12vjA .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uQssI12vjA .item {
    margin-bottom: 28px;
  }
}
.cid-uQssI12vjA .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uQssI12vjA .item .item-wrapper:hover,
.cid-uQssI12vjA .item .item-wrapper:focus {
  border: 2px solid #c5ddbb;
  background-color: #c5ddbb;
  transform: rotateY(-6deg);
}
.cid-uQssI12vjA .item .item-wrapper:hover .item-wrap,
.cid-uQssI12vjA .item .item-wrapper:focus .item-wrap {
  border: 1px solid #c5ddbb;
}
.cid-uQssI12vjA .item .item-wrapper .item-wrap {
  border: 1px solid #734581;
  transition: all 0.3s ease-in-out;
  background-color: #29162f;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
.cid-uQssI12vjA .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uQssI12vjA .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 680px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uQssI12vjA .item .item-wrapper .item-wrap .item-img .image-wrap img {
    height: 350px;
  }
}
.cid-uQssI12vjA .item .item-wrapper .item-wrap .item-img .number-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 24px 24px 0 24px;
}
.cid-uQssI12vjA .item .item-wrapper .item-wrap .item-img .number-wrap .item-number {
  display: inline-block;
  padding: 4px 24px;
  background-color: #1a0c1e;
  margin-bottom: 0;
}
.cid-uQssI12vjA .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uQssI12vjA .item .item-wrapper .item-wrap .item-img .item-content {
    padding: 16px;
  }
}
.cid-uQssI12vjA .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uQssI12vjA .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 0;
}
.cid-uQssI12vjA .item .item-wrapper .item-wrap .icon-wrapper {
  padding: 0 24px 24px 24px;
}
@media (max-width: 992px) {
  .cid-uQssI12vjA .item .item-wrapper .item-wrap .icon-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.cid-uQssI12vjA .item .item-wrapper .item-wrap .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #ffffff;
}
.cid-uQssI12vjA .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uQssI12vjA .mbr-text,
.cid-uQssI12vjA .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uQssI12vjA .item-title {
  color: #ffffff;
}
.cid-uQssI12vjA .item-text {
  color: #FFFFFF;
}
.cid-uQssI12vjA .item-number,
.cid-uQssI12vjA .number-wrap {
  color: #FFFFFF;
}
.cid-uQssI12vjA .icon-wrapper {
  text-align: right;
}
.cid-uQssI12vjA .item-title,
.cid-uQssI12vjA .icon-wrapper {
  color: #FFFFFF;
}
.cid-uQssI1biXZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQssI1biXZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../images/background3.jpg");
}
.cid-uQssI1biXZ .image-wrap {
  height: 680px;
}
@media (max-width: 992px) {
  .cid-uQssI1biXZ .image-wrap {
    height: 350px;
  }
}
.cid-uQssI1gOSa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1a0c1e;
}
.cid-uQssI1gOSa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQssI1gOSa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQssI1gOSa .content-wrapper {
  justify-content: center;
}
.cid-uQssI1gOSa .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uQssI1gOSa .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uQssI1gOSa .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uQssI1gOSa .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uQssI1gOSa .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uQssI1gOSa .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin: 60px 0 30px;
}
@media (max-width: 992px) {
  .cid-uQssI1gOSa .desc-wrapper .mbr-desc {
    width: 100%;
    margin: 48px 0 18px;
  }
}
.cid-uQssI1gOSa .mbr-section-btn {
  margin-top: 20px;
}
.cid-uQssI1gOSa .mbr-figure {
  transition: all 0.3s ease-in-out;
  border: 2px solid transparent;
  border-radius: 24px;
}
.cid-uQssI1gOSa .mbr-figure:hover,
.cid-uQssI1gOSa .mbr-figure:focus {
  background-color: #c5ddbb;
  border: 2px solid #c5ddbb;
}
.cid-uQssI1gOSa .mbr-section-title {
  color: #ffffff;
}
.cid-uQssI1gOSa .mbr-text,
.cid-uQssI1gOSa .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uQssI1gOSa .mbr-desc,
.cid-uQssI1gOSa .desc-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uQssI1gOSa .mbr-section-title,
.cid-uQssI1gOSa .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-uQssI1v9lO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1a0c1e;
}
.cid-uQssI1v9lO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQssI1v9lO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQssI1v9lO .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uQssI1v9lO .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uQssI1v9lO .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uQssI1v9lO .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uQssI1v9lO .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uQssI1v9lO .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uQssI1v9lO .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uQssI1v9lO .item {
    margin-bottom: 28px;
  }
}
.cid-uQssI1v9lO .item .item-wrapper {
  padding: 24px;
  height: 100%;
  border: 1px solid #734581;
  background-color: #29162f;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uQssI1v9lO .item .item-wrapper {
    padding: 16px;
  }
}
.cid-uQssI1v9lO .item .item-wrapper .item-content .icon-wrapper {
  height: 176px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uQssI1v9lO .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uQssI1v9lO .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 70px;
  color: #ffffff;
}
.cid-uQssI1v9lO .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uQssI1v9lO .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uQssI1v9lO .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uQssI1v9lO .mbr-text,
.cid-uQssI1v9lO .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uQssI1v9lO .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uQssI1v9lO .item-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-uQssI1v9lO .item-title,
.cid-uQssI1v9lO .icon-wrapper {
  color: #FFFFFF;
}
.cid-uQssI1FM9l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1a0c1e;
}
.cid-uQssI1FM9l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQssI1FM9l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQssI1FM9l .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uQssI1FM9l .items-wrapper .card {
  padding: 0 32px;
}
.cid-uQssI1FM9l .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uQssI1FM9l .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uQssI1FM9l .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uQssI1FM9l .tabs-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uQssI1FM9l .tabs-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uQssI1FM9l .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 64px;
}
@media (max-width: 992px) {
  .cid-uQssI1FM9l .tabs-wrapper .nav.nav-tabs {
    display: block;
  }
}
.cid-uQssI1FM9l .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  display: block;
}
@media (max-width: 992px) {
  .cid-uQssI1FM9l .tabs-wrapper .nav.nav-tabs .nav-item {
    margin-bottom: 8px;
  }
}
.cid-uQssI1FM9l .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #ffffff;
  padding: 14px;
  border: 1px solid #734581;
  margin-bottom: 0;
  background-color: #29162f;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  transition: all 0.3s ease-in-out;
}
.cid-uQssI1FM9l .tabs-wrapper .nav.nav-tabs .nav-item .nav-link .mbr-iconfont {
  display: inline-block;
  margin-left: 14px;
  color: #c5ddbb;
}
.cid-uQssI1FM9l .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  border: 1px solid #c5ddbb;
}
.cid-uQssI1FM9l .tab-content .tab-pane .content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uQssI1FM9l .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-uQssI1FM9l .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 50%;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uQssI1FM9l .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
    padding-right: 0;
  }
}
.cid-uQssI1FM9l .tab-content .tab-pane .content-wrapper .text-wrapper .item-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uQssI1FM9l .tab-content .tab-pane .content-wrapper .text-wrapper .item-text {
    margin-bottom: 36px;
  }
}
.cid-uQssI1FM9l .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 50%;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-uQssI1FM9l .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    padding-left: 0;
  }
}
.cid-uQssI1FM9l .tab-content .tab-pane .content-wrapper .image-wrapper img {
  display: inline-flex;
  height: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uQssI1FM9l .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uQssI1FM9l .mbr-section-title {
  color: #ffffff;
}
.cid-uQssI1FM9l .item-text {
  color: #FFFFFF;
}
.cid-uQssI1FM9l .mbr-section-title,
.cid-uQssI1FM9l .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uQssI1TErm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1a0c1e;
}
.cid-uQssI1TErm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQssI1TErm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQssI1TErm .content-wrapper {
  position: relative;
  padding: 130px 0;
  display: flex;
  justify-content: center;
  border-radius: 1000px;
  border: 1px solid #734581;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uQssI1TErm .content-wrapper {
    padding: 16px;
    border-radius: 24px;
  }
}
.cid-uQssI1TErm .content-wrapper .image-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-uQssI1TErm .content-wrapper .image-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.cid-uQssI1TErm .content-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #29162f;
  opacity: 0.9;
  pointer-events: none;
  z-index: 1;
}
.cid-uQssI1TErm .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uQssI1TErm .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uQssI1TErm .content-wrapper .content-wrap .title-wrapper {
  margin-bottom: 32px;
}
.cid-uQssI1TErm .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uQssI1TErm .content-wrapper .content-wrap .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uQssI1TErm .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group {
  margin-bottom: 12px !important;
}
.cid-uQssI1TErm .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 8px;
}
.cid-uQssI1TErm .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  border: 1px solid #ffffff !important;
  box-shadow: none;
  background-color: transparent;
  line-height: 1 !important;
  color: #ffffff;
  font-size: 18px;
}
.cid-uQssI1TErm .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uQssI1TErm .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #c5ddbb !important;
}
.cid-uQssI1TErm .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  font-size: 18px;
  opacity: 0.7;
}
.cid-uQssI1TErm .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-uQssI1TErm .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.6em;
  margin-bottom: 16px;
}
.cid-uQssI1TErm .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uQssI1TErm .content-wrapper .content-wrap .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uQssI1TErm .mbr-section-title {
  color: #ffffff;
}
.cid-uQssI1TErm .mbr-text,
.cid-uQssI1TErm .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uQssI1TErm .mbr-section-title,
.cid-uQssI1TErm .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-uQssI23l60 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1a0c1e;
}
.cid-uQssI23l60 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQssI23l60 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQssI23l60 .mbr-section-title {
  margin-bottom: 60px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uQssI23l60 .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uQssI23l60 .google-map {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uQssI23l60 .google-map {
    margin-bottom: 48px;
  }
}
.cid-uQssI23l60 .google-map iframe {
  height: 480px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uQssI23l60 .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uQssI23l60 .list-wrapper {
    margin-bottom: 36px;
  }
}
.cid-uQssI23l60 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uQssI23l60 .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  opacity: 0.7;
}
.cid-uQssI23l60 .list-wrapper .list .item-wrap:hover,
.cid-uQssI23l60 .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-uQssI23l60 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uQssI23l60 .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uQssI23l60 .social-wrapper {
    text-align: left;
  }
}
.cid-uQssI23l60 .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uQssI23l60 .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uQssI23l60 .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uQssI23l60 .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #c5ddbb;
  color: #000000;
}
.cid-uQssI23l60 .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uQssI23l60 .list {
  color: #9aa0a6;
}
.cid-uQssI23l60 .list,
.cid-uQssI23l60 .item-wrap,
.cid-uQssI23l60 .social-wrapper {
  color: #FFFFFF;
}
.cid-uQssI23l60 .mbr-section-title,
.cid-uQssI23l60 .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uQssI296cZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1a0c1e;
}
.cid-uQssI296cZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQssI296cZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQssI296cZ .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uQssI296cZ .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uQssI296cZ .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uQssI296cZ .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uQssI296cZ .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uQssI296cZ .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uQssI296cZ .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uQssI296cZ .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uQssI296cZ .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uQssI296cZ .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uQssI296cZ .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uQssI296cZ .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uQssI296cZ .items-wrapper .card {
  padding: 0 32px;
}
.cid-uQssI296cZ .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uQssI296cZ .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uQssI296cZ .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uQssI296cZ .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uQssI296cZ .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uQssI296cZ .list-wrapper .list .item-wrap:hover,
.cid-uQssI296cZ .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uQssI296cZ .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uQssI296cZ .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uQssI296cZ .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uQssI296cZ .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uQssI296cZ .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uQssI296cZ .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
.cid-uQssI296cZ .mbr-desc {
  color: #ffffff;
}
.cid-uQssI296cZ .mbr-text,
.cid-uQssI296cZ .text-wrapper {
  color: #9aa0a6;
}
.cid-uQssI296cZ .list {
  color: #9aa0a6;
}
