body {
  background-color: #e9f3f2;
}
body {
  font-family: Liter;
}
.display-1 {
  font-family: 'Liter-Regular';
  font-size: 3.25rem;
  line-height: 1;
  letter-spacing: .02em;
}
.display-1 > .mbr-iconfont {
  font-size: 4.0625rem;
}
.display-2 {
  font-family: 'Liter-Regular';
  font-size: 2.875rem;
  line-height: 3.5rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.59375rem;
}
.display-4 {
  font-family: 'Liter-Regular';
  font-size: 1rem;
  line-height: 1.56rem;
  letter-spacing: -0.01em;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Liter-Regular';
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Liter-Regular';
  font-size: 1.375rem;
  line-height: 1.8rem;
  letter-spacing: -0.014em;
}
.display-7 > .mbr-iconfont {
  font-size: 1.71875rem;
}
/* ---- 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: 2.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.275rem;
    font-size: calc( 1.7874999999999999rem + (3.25 - 1.7874999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7874999999999999rem + (3.25 - 1.7874999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.3rem;
    font-size: calc( 1.65625rem + (2.875 - 1.65625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.65625rem + (2.875 - 1.65625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 0;
}
.bg-primary {
  background-color: #73d2de !important;
}
.bg-success {
  background-color: #42dc95 !important;
}
.bg-info {
  background-color: #2bd2f3 !important;
}
.bg-warning {
  background-color: #ffc71f !important;
}
.bg-danger {
  background-color: #de404f !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #73d2de !important;
  border-color: #73d2de !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #30b9cb !important;
  border-color: #30b9cb !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #30b9cb !important;
  border-color: #30b9cb !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #d81159 !important;
  border-color: #d81159 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #880b38 !important;
  border-color: #880b38 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #880b38 !important;
  border-color: #880b38 !important;
}
.btn-info,
.btn-info:active {
  background-color: #2bd2f3 !important;
  border-color: #2bd2f3 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #0b9fbd !important;
  border-color: #0b9fbd !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0b9fbd !important;
  border-color: #0b9fbd !important;
}
.btn-success,
.btn-success:active {
  background-color: #42dc95 !important;
  border-color: #42dc95 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #1fa869 !important;
  border-color: #1fa869 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1fa869 !important;
  border-color: #1fa869 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffc71f !important;
  border-color: #ffc71f !important;
  color: #1f1700 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #c79500 !important;
  border-color: #c79500 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f1700 !important;
  background-color: #c79500 !important;
  border-color: #c79500 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #de404f !important;
  border-color: #de404f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #aa1d2b !important;
  border-color: #aa1d2b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #aa1d2b !important;
  border-color: #aa1d2b !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline {
  border: 1px solid #73d2de !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #73d2de;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background-color: #73d2de !important;
  border-color: transparent!important;
  box-shadow: none!important;
  box-shadow: inset 250px 0 0 0 #73d2de !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #73d2de !important;
  border-color: #73d2de !important;
}
.btn-secondary-outline {
  border: 1px solid #d81159 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d81159;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background-color: #d81159 !important;
  border-color: transparent!important;
  box-shadow: none!important;
  box-shadow: inset 250px 0 0 0 #d81159 !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #d81159 !important;
  border-color: #d81159 !important;
}
.btn-info-outline {
  border: 1px solid #2bd2f3 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #2bd2f3;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background-color: #2bd2f3 !important;
  border-color: transparent!important;
  box-shadow: none!important;
  box-shadow: inset 250px 0 0 0 #2bd2f3 !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #2bd2f3 !important;
  border-color: #2bd2f3 !important;
}
.btn-success-outline {
  border: 1px solid #42dc95 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #42dc95;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background-color: #42dc95 !important;
  border-color: transparent!important;
  box-shadow: none!important;
  box-shadow: inset 250px 0 0 0 #42dc95 !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #42dc95 !important;
  border-color: #42dc95 !important;
}
.btn-warning-outline {
  border: 1px solid #ffc71f !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffc71f;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #1f1700 !important;
  background-color: #ffc71f !important;
  border-color: transparent!important;
  box-shadow: none!important;
  box-shadow: inset 250px 0 0 0 #ffc71f !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f1700 !important;
  background-color: #ffc71f !important;
  border-color: #ffc71f !important;
}
.btn-danger-outline {
  border: 1px solid #de404f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #de404f;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background-color: #de404f !important;
  border-color: transparent!important;
  box-shadow: none!important;
  box-shadow: inset 250px 0 0 0 #de404f !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #de404f !important;
  border-color: #de404f !important;
}
.btn-black-outline {
  border: 1px solid #232323 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: transparent!important;
  box-shadow: none!important;
  box-shadow: inset 250px 0 0 0 #232323 !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline {
  border: 1px solid #fafafa !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: transparent!important;
  box-shadow: none!important;
  box-shadow: inset 250px 0 0 0 #fafafa !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #73d2de !important;
}
.text-secondary {
  color: #d81159 !important;
}
.text-success {
  color: #42dc95 !important;
}
.text-info {
  color: #2bd2f3 !important;
}
.text-warning {
  color: #ffc71f !important;
}
.text-danger {
  color: #de404f !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #2daebe !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #790a32 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #1d9b61 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0a93ae !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #b88a00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #9d1b27 !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: #73d2de;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #2bd2f3;
}
.alert-warning {
  background-color: #ffc71f;
}
.alert-danger {
  background-color: #de404f;
}
.mbr-gallery-filter li.active .btn {
  background-color: #73d2de;
  border-color: #73d2de;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #73d2de;
}
.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: #eefcf6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ecfbfe;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fffaeb;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fceeef;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Liter-Regular';
  font-size: 1rem;
  line-height: 1.56rem;
  letter-spacing: -0.01em;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #73d2de !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Liter-Regular';
  font-size: 1rem;
  line-height: 1.56rem;
  letter-spacing: -0.01em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #73d2de;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #73d2de;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #73d2de;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #73d2de;
  border-bottom-color: #73d2de;
}
.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: #73d2de !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #d81159 !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='%2373d2de' %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 {
  box-shadow: none;
  padding: 18px 62px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 18px 32px;
  }
}
.cid-uMXBzYkYwt .navbar-dropdown {
  background-color: #001816 !important;
  padding: 0;
}
.cid-uMXBzYkYwt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #001816 !important;
  background: #001816;
}
.cid-uMXBzYkYwt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMXBzYkYwt .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uMXBzYkYwt .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uMXBzYkYwt .menu_box .navbar.opened,
  .cid-uMXBzYkYwt .menu_box .navbar-collapse {
    background-color: #001816 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uMXBzYkYwt .navbar-dropdown {
  position: relative !important;
}
.cid-uMXBzYkYwt .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uMXBzYkYwt .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uMXBzYkYwt ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uMXBzYkYwt .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMXBzYkYwt .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);
  }
  .cid-uMXBzYkYwt .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uMXBzYkYwt li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uMXBzYkYwt .lg_brand {
    margin: 0 1rem;
  }
  .cid-uMXBzYkYwt .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uMXBzYkYwt .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uMXBzYkYwt .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uMXBzYkYwt .nav-item {
    margin: 0 !important;
  }
}
.cid-uMXBzYkYwt .nav-item .nav-link {
  position: relative;
}
.cid-uMXBzYkYwt .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uMXBzYkYwt .nav-item .nav-link:hover,
.cid-uMXBzYkYwt .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-uMXBzYkYwt .nav-item .nav-link:hover::before,
.cid-uMXBzYkYwt .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uMXBzYkYwt .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uMXBzYkYwt .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uMXBzYkYwt .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uMXBzYkYwt .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMXBzYkYwt .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-uMXBzYkYwt .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uMXBzYkYwt .offcanvas_box {
    display: none;
  }
}
.cid-uMXBzYkYwt .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uMXBzYkYwt .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uMXBzYkYwt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uMXBzYkYwt .container {
  display: flex;
  margin: auto;
}
.cid-uMXBzYkYwt .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uMXBzYkYwt .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uMXBzYkYwt .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uMXBzYkYwt .navbar-caption {
  color: #FFFFFF;
}
.cid-uMXBzYkYwt .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uMXBzYkYwt .navbar-nav {
    margin: 0;
  }
}
.cid-uMXBzYkYwt .dropdown-menu,
.cid-uMXBzYkYwt .navbar.opened {
  background-color: false !important;
}
.cid-uMXBzYkYwt .nav-item:focus,
.cid-uMXBzYkYwt .nav-link:focus {
  outline: none;
}
.cid-uMXBzYkYwt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMXBzYkYwt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMXBzYkYwt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMXBzYkYwt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMXBzYkYwt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMXBzYkYwt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMXBzYkYwt .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uMXBzYkYwt .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uMXBzYkYwt .navbar.opened {
  transition: all 0.3s;
}
.cid-uMXBzYkYwt .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uMXBzYkYwt .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
}
.cid-uMXBzYkYwt .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uMXBzYkYwt .navbar.collapsed {
  justify-content: center;
}
.cid-uMXBzYkYwt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMXBzYkYwt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uMXBzYkYwt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMXBzYkYwt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMXBzYkYwt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMXBzYkYwt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uMXBzYkYwt .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uMXBzYkYwt .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uMXBzYkYwt .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uMXBzYkYwt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMXBzYkYwt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMXBzYkYwt .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uMXBzYkYwt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMXBzYkYwt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uMXBzYkYwt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMXBzYkYwt .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uMXBzYkYwt .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uMXBzYkYwt .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uMXBzYkYwt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uMXBzYkYwt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMXBzYkYwt .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uMXBzYkYwt .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMXBzYkYwt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMXBzYkYwt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMXBzYkYwt .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-uMXBzYkYwt .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uMXBzYkYwt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMXBzYkYwt .dropdown-item.active,
.cid-uMXBzYkYwt .dropdown-item:active {
  background-color: transparent;
}
.cid-uMXBzYkYwt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMXBzYkYwt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMXBzYkYwt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMXBzYkYwt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMXBzYkYwt ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uMXBzYkYwt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMXBzYkYwt button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #001816;
  background: #001816;
}
.cid-uMXBzYkYwt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uMXBzYkYwt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMXBzYkYwt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMXBzYkYwt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMXBzYkYwt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMXBzYkYwt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMXBzYkYwt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMXBzYkYwt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMXBzYkYwt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMXBzYkYwt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uMXBzYkYwt .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-uMXBzYkYwt .navbar {
    height: 70px;
  }
  .cid-uMXBzYkYwt .navbar.opened {
    height: auto;
  }
  .cid-uMXBzYkYwt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMXBzYkYwt .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uMXBzYkYwt .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uMXBzYkYwt .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uMXBzYkYwt .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  width: fit-content;
  white-space: nowrap;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-uMXBzYkYwt .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uMXBzYkYwt .navbar-caption:hover {
  color: #73d2de;
}
@media (min-width: 992px) {
  .cid-uMXBzYkYwt .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uMXBzYkYwt .text_widget {
  margin-bottom: 32px;
}
.cid-uMXBzYkYwt .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uMXBzYkYwt .text_widget a:hover {
  opacity: 0.5;
}
.cid-uMXBzYkYwt .icons-menu-main {
  display: flex;
}
.cid-uMXBzYkYwt .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uMXBzYkYwt .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMXBzYkYwt .mbr-section-subtitle,
.cid-uMXBzYkYwt .text_widget,
.cid-uMXBzYkYwt .mbr-section-btn {
  text-align: center;
}
.cid-uMXBzYkYwt a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uMXBzYkYwt .nav-link,
.cid-uMXBzYkYwt .dropdown-item {
  color: #FFFFFF;
}
.cid-uMXBzYo1oS {
  background-image: url("../../../assets/images/photo-1496096265110-f83ad7f96608.jpeg");
}
.cid-uMXBzYo1oS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMXBzYo1oS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMXBzYo1oS .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uMXBzYo1oS .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uMXBzYo1oS .container {
    padding: 0 20px;
  }
}
.cid-uMXBzYo1oS .title-wrapper {
  padding: 200px 0;
}
@media (max-width: 992px) {
  .cid-uMXBzYo1oS .title-wrapper {
    padding: 50px 0;
  }
}
.cid-uMXBzYo1oS .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMXBzYo1oS .title-wrapper .mbr-text {
  margin: 24px 0;
}
@media (max-width: 992px) {
  .cid-uMXBzYo1oS .title-wrapper .mbr-text {
    margin: 20px 0;
  }
}
.cid-uMXBzYo1oS .mbr-section-title {
  color: #ffffff;
}
.cid-uMXBzYo1oS .mbr-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-uMXBzYo1oS .mbr-section-title,
.cid-uMXBzYo1oS .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-uMXXpoSpN9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #001816;
}
.cid-uMXXpoSpN9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMXXpoSpN9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMXXpoSpN9 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uMXXpoSpN9 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uMXXpoSpN9 .container {
    padding: 0 20px;
  }
}
.cid-uMXXpoSpN9 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMXXpoSpN9 .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uMXXpoSpN9 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMXXpoSpN9 .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uMXXpoSpN9 .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMXXpoSpN9 .title-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uMXXpoSpN9 .image-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.cid-uMXXpoSpN9 .image-wrapper img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uMXXpoSpN9 .image-wrapper img {
    height: 300px;
  }
}
.cid-uMXXpoSpN9 .mbr-section-title {
  color: #c2b299;
}
.cid-uMXXpoSpN9 .mbr-text {
  color: #E9F3F2;
  text-align: left;
}
.cid-uMXXpoSpN9 .mbr-section-title,
.cid-uMXXpoSpN9 .mbr-section-btn {
  color: #E9F3F2;
}
.cid-uMXBzYH5Ab {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #001816;
}
.cid-uMXBzYH5Ab .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMXBzYH5Ab .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMXBzYH5Ab .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uMXBzYH5Ab .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uMXBzYH5Ab .container {
    padding: 0 20px;
  }
}
.cid-uMXBzYH5Ab .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMXBzYH5Ab .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uMXBzYH5Ab .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMXBzYH5Ab .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uMXBzYH5Ab .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMXBzYH5Ab .title-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uMXBzYH5Ab .image-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.cid-uMXBzYH5Ab .image-wrapper img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uMXBzYH5Ab .image-wrapper img {
    height: 300px;
  }
}
.cid-uMXBzYH5Ab .mbr-section-title {
  color: #c2b299;
}
.cid-uMXBzYH5Ab .mbr-text {
  color: #E9F3F2;
  text-align: right;
}
.cid-uMXBzYH5Ab .mbr-section-title,
.cid-uMXBzYH5Ab .mbr-section-btn {
  color: #E9F3F2;
}
.cid-uMXBzYLWGH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c3c3c3;
}
.cid-uMXBzYLWGH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMXBzYLWGH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMXBzYLWGH .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uMXBzYLWGH .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uMXBzYLWGH .container {
    padding: 0 20px;
  }
}
.cid-uMXBzYLWGH .title-wrapper {
  padding: 150px 0;
}
@media (max-width: 768px) {
  .cid-uMXBzYLWGH .title-wrapper {
    padding: 50px 0;
  }
}
.cid-uMXBzYLWGH .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uMXBzYLWGH .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uMXBzYLWGH .mbr-section-title {
  color: #ffffff;
}
.cid-uMXBzYLWGH .mbr-section-title,
.cid-uMXBzYLWGH .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uMXBzYMIXh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #001816;
}
.cid-uMXBzYMIXh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMXBzYMIXh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMXBzYMIXh .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uMXBzYMIXh .container-fluid {
    padding: 0 20px;
  }
}
.cid-uMXBzYMIXh .container-fluid .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uMXBzYMIXh .container {
    padding: 0 20px;
  }
}
.cid-uMXBzYMIXh .container .row {
  margin: 0;
}
.cid-uMXBzYMIXh .item {
  padding: 0;
}
.cid-uMXBzYMIXh .item .item-wrapper .item-img {
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: flex-end;
  padding: 25px;
}
.cid-uMXBzYMIXh .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uMXBzYMIXh .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  bottom: -2rem;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #001816;
  opacity: 0.7;
  pointer-events: none;
  z-index: 1;
}
.cid-uMXBzYMIXh .item .item-wrapper .item-img .item-content {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uMXBzYMIXh .item .item-wrapper .item-img .item-content {
    display: block;
  }
}
.cid-uMXBzYMIXh .item .item-wrapper .item-img .item-content .title-wrap {
  width: 50%;
}
@media (max-width: 768px) {
  .cid-uMXBzYMIXh .item .item-wrapper .item-img .item-content .title-wrap {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uMXBzYMIXh .item .item-wrapper .item-img .item-content .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uMXBzYMIXh .item .item-wrapper .item-img .item-content .title-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uMXBzYMIXh .item .item-wrapper .item-img .item-content .mbr-section-btn {
  width: 50%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uMXBzYMIXh .item .item-wrapper .item-img .item-content .mbr-section-btn {
    justify-content: normal;
    width: 100%;
  }
}
.cid-uMXBzYMIXh .item .item-wrapper .item-img .item-content .mbr-section-btn .btn {
  margin: 4px;
  padding: 18px 20px;
}
@media (max-width: 768px) {
  .cid-uMXBzYMIXh .item .item-wrapper .item-img .item-content .mbr-section-btn .btn {
    margin: 9.6px;
  }
}
.cid-uMXBzYMIXh .item-title {
  color: #FFFFFF;
}
.cid-uMXBzYMIXh .mbr-desc {
  color: #FFFFFF;
}
.cid-uMXBzYRv0w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/photo-1478432780021-b8d273730d8c.jpeg");
}
.cid-uMXBzYRv0w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMXBzYRv0w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMXBzYRv0w .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uMXBzYRv0w .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uMXBzYRv0w .container {
    padding: 0 20px;
  }
}
.cid-uMXBzYRv0w .row {
  height: 800px;
}
@media (max-width: 992px) {
  .cid-uMXBzYRv0w .row {
    height: 450px;
  }
}
.cid-uMXBzYS7gO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #001816;
}
.cid-uMXBzYS7gO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMXBzYS7gO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMXBzYS7gO .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uMXBzYS7gO .container-fluid {
    padding: 0 20px;
  }
}
.cid-uMXBzYS7gO .container-fluid .row {
  padding: 0 4px;
}
@media (max-width: 992px) {
  .cid-uMXBzYS7gO .container-fluid .row {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uMXBzYS7gO .container {
    padding: 0 20px;
  }
}
.cid-uMXBzYS7gO .tabs-wrapper {
  padding-right: 50px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMXBzYS7gO .tabs-wrapper {
    padding: 0;
    height: auto;
  }
}
.cid-uMXBzYS7gO .tabs-wrapper .nav.nav-tabs {
  display: block;
  border-bottom: none;
}
.cid-uMXBzYS7gO .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  border: none;
  margin-bottom: 24px;
  color: #e9f3f2;
  opacity: 0.5;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  animation: none;
}
.cid-uMXBzYS7gO .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  opacity: 1;
}
.cid-uMXBzYS7gO .tab-content {
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-uMXBzYS7gO .tab-content {
    padding: 0;
  }
}
.cid-uMXBzYS7gO .tab-content .tab-pane .image-wrapper img {
  height: 350px;
  object-fit: cover;
  margin-bottom: 36px;
}
.cid-uMXBzYS7gO .tab-content .tab-pane .text-wrapper .mbr-text {
  margin-bottom: 36px;
}
.cid-uMXBzYS7gO .tab-content .tab-pane .cards-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.cid-uMXBzYS7gO .tab-content .tab-pane .cards-wrapper .cards-wrap .card-wrap:first-child {
  margin-bottom: 16px;
}
.cid-uMXBzYS7gO .tab-content .tab-pane .cards-wrapper .cards-wrap .card-wrap .mbr-title {
  margin-bottom: 5px;
}
.cid-uMXBzYS7gO .tab-content .tab-pane .cards-wrapper .cards-wrap .card-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uMXBzYS7gO .mbr-text {
  color: #ffffff;
}
.cid-uMXBzYS7gO .mbr-title {
  color: #ffffff;
}
.cid-uMXBzYS7gO .mbr-desc {
  color: #787878;
}
.cid-uMXBzYS7gO .mbr-text,
.cid-uMXBzYS7gO .mbr-section-btn,
.cid-uMXBzYS7gO .nav-link {
  color: #FFFFFF;
}
.cid-uMXBzZ0Moz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #001816;
}
.cid-uMXBzZ0Moz .item:focus,
.cid-uMXBzZ0Moz span:focus {
  outline: none;
}
.cid-uMXBzZ0Moz .item {
  cursor: pointer;
}
.cid-uMXBzZ0Moz .grid-container {
  grid-row-gap: 0;
}
.cid-uMXBzZ0Moz .grid-container-1,
.cid-uMXBzZ0Moz .grid-container-2,
.cid-uMXBzZ0Moz .grid-container-3 {
  gap: 0;
}
.cid-uMXBzZ0Moz .mbr-section-title {
  margin-bottom: 50px;
  color: #c2b299;
  text-align: center;
}
.cid-uMXBzZ0Moz .content-head {
  max-width: 800px;
}
.cid-uMXBzZ0Moz .container,
.cid-uMXBzZ0Moz .container-fluid {
  overflow: hidden;
}
.cid-uMXBzZ0Moz .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uMXBzZ0Moz .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uMXBzZ0Moz .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uMXBzZ0Moz .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uMXBzZ0Moz .grid-item img {
    min-width: 35vw;
    height: 160px;
  }
}
.cid-uMXBzZ0Moz .grid-container-1,
.cid-uMXBzZ0Moz .grid-container-2,
.cid-uMXBzZ0Moz .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uMXBzZ0Moz .grid-container-1 {
  align-items: flex-end;
}
.cid-uMXBzZ0Moz .grid-container-2 {
  align-items: flex-start;
}
.cid-uMXBzZTkxl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uMXBzZTkxl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMXBzZTkxl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMXBzZTkxl .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uMXBzZTkxl .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uMXBzZTkxl .container {
    padding: 0 20px;
  }
}
.cid-uMXBzZTkxl .row {
  justify-content: center;
}
.cid-uMXBzZTkxl .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uMXBzZTkxl .item {
  margin-bottom: 50px;
}
.cid-uMXBzZTkxl .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 24px;
  border-top: 1px solid #000000;
}
.cid-uMXBzZTkxl .item .item-wrapper .mbr-date {
  margin-bottom: 24px;
}
.cid-uMXBzZTkxl .item .item-wrapper a {
  display: block;
}
.cid-uMXBzZTkxl .item .item-wrapper a:hover .mbr-text {
  text-decoration: underline;
}
.cid-uMXBzZTkxl .item .item-wrapper a .mbr-text {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uMXBzZTkxl .mbr-section-title {
  color: #1b1b1b;
}
.cid-uMXBzZTkxl .mbr-date {
  color: #000000;
}
.cid-uMXBzZTkxl .mbr-text {
  color: #000000;
}
.cid-uMXBzZTkxl .mbr-section-title,
.cid-uMXBzZTkxl .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uMXBzZTlEU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uMXBzZTlEU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMXBzZTlEU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMXBzZTlEU .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uMXBzZTlEU .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uMXBzZTlEU .container {
    padding: 0 20px;
  }
}
.cid-uMXBzZTlEU .row {
  justify-content: center;
}
.cid-uMXBzZTlEU .list-wrap {
  margin-bottom: 24px;
}
.cid-uMXBzZTlEU .list-wrap .mbr-list-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uMXBzZTlEU .list-wrap .mbr-list-title {
    text-align: center;
  }
}
.cid-uMXBzZTlEU .list-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uMXBzZTlEU .list-wrap .list {
    text-align: center;
  }
}
.cid-uMXBzZTlEU .list-wrap .list .item-wrap {
  line-height: 3rem;
}
.cid-uMXBzZTlEU .list-wrap .list .item-wrap:hover,
.cid-uMXBzZTlEU .list-wrap .list .item-wrap:focus {
  text-decoration: underline;
}
@media (max-width: 992px) {
  .cid-uMXBzZTlEU .list-wrap .list .item-wrap {
    line-height: 1.4rem;
    margin-bottom: 10px;
  }
}
.cid-uMXBzZTlEU .social-wrap {
  margin: 130px 0 50px;
}
@media (max-width: 992px) {
  .cid-uMXBzZTlEU .social-wrap {
    margin: 50px 0 24px;
  }
}
.cid-uMXBzZTlEU .social-wrap .social-row {
  display: inline-flex;
}
.cid-uMXBzZTlEU .social-wrap .social-row .soc-item a {
  position: relative;
  display: block;
  margin-right: 30px;
  padding-bottom: 16px;
}
.cid-uMXBzZTlEU .social-wrap .social-row .soc-item a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #1b1b1b;
  transition: all 0.3s ease-in-out;
}
.cid-uMXBzZTlEU .social-wrap .social-row .soc-item a:hover::after,
.cid-uMXBzZTlEU .social-wrap .social-row .soc-item a:focus::after {
  width: 100%;
}
.cid-uMXBzZTlEU .social-wrap .social-row .soc-item a .mbr-iconfont {
  color: #1b1b1b;
  font-size: 22px;
}
.cid-uMXBzZTlEU .copyright {
  margin-bottom: 0;
  color: #1b1b1b;
}
.cid-uMXBzZTlEU .mbr-list-title {
  color: #000000;
}
.cid-uMXBzZTlEU .list {
  color: #1b1b1b;
}
.cid-uMXBzZTlEU .copyright,
.cid-uMXBzZTlEU .social-wrap {
  text-align: center;
  color: #000000;
}
.cid-uMXBzYkYwt .navbar-dropdown {
  background-color: #001816 !important;
  padding: 0;
}
.cid-uMXBzYkYwt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #001816 !important;
  background: #001816;
}
.cid-uMXBzYkYwt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMXBzYkYwt .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uMXBzYkYwt .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uMXBzYkYwt .menu_box .navbar.opened,
  .cid-uMXBzYkYwt .menu_box .navbar-collapse {
    background-color: #001816 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uMXBzYkYwt .navbar-dropdown {
  position: relative !important;
}
.cid-uMXBzYkYwt .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uMXBzYkYwt .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uMXBzYkYwt ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uMXBzYkYwt .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMXBzYkYwt .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);
  }
  .cid-uMXBzYkYwt .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uMXBzYkYwt li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uMXBzYkYwt .lg_brand {
    margin: 0 1rem;
  }
  .cid-uMXBzYkYwt .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uMXBzYkYwt .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uMXBzYkYwt .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uMXBzYkYwt .nav-item {
    margin: 0 !important;
  }
}
.cid-uMXBzYkYwt .nav-item .nav-link {
  position: relative;
}
.cid-uMXBzYkYwt .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uMXBzYkYwt .nav-item .nav-link:hover,
.cid-uMXBzYkYwt .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-uMXBzYkYwt .nav-item .nav-link:hover::before,
.cid-uMXBzYkYwt .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uMXBzYkYwt .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uMXBzYkYwt .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uMXBzYkYwt .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uMXBzYkYwt .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMXBzYkYwt .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-uMXBzYkYwt .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uMXBzYkYwt .offcanvas_box {
    display: none;
  }
}
.cid-uMXBzYkYwt .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uMXBzYkYwt .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uMXBzYkYwt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uMXBzYkYwt .container {
  display: flex;
  margin: auto;
}
.cid-uMXBzYkYwt .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uMXBzYkYwt .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uMXBzYkYwt .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uMXBzYkYwt .navbar-caption {
  color: #FFFFFF;
}
.cid-uMXBzYkYwt .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uMXBzYkYwt .navbar-nav {
    margin: 0;
  }
}
.cid-uMXBzYkYwt .dropdown-menu,
.cid-uMXBzYkYwt .navbar.opened {
  background-color: false !important;
}
.cid-uMXBzYkYwt .nav-item:focus,
.cid-uMXBzYkYwt .nav-link:focus {
  outline: none;
}
.cid-uMXBzYkYwt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMXBzYkYwt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMXBzYkYwt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMXBzYkYwt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMXBzYkYwt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMXBzYkYwt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMXBzYkYwt .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uMXBzYkYwt .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uMXBzYkYwt .navbar.opened {
  transition: all 0.3s;
}
.cid-uMXBzYkYwt .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uMXBzYkYwt .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
}
.cid-uMXBzYkYwt .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uMXBzYkYwt .navbar.collapsed {
  justify-content: center;
}
.cid-uMXBzYkYwt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMXBzYkYwt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uMXBzYkYwt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMXBzYkYwt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMXBzYkYwt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMXBzYkYwt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uMXBzYkYwt .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uMXBzYkYwt .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uMXBzYkYwt .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uMXBzYkYwt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMXBzYkYwt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMXBzYkYwt .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uMXBzYkYwt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMXBzYkYwt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uMXBzYkYwt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMXBzYkYwt .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uMXBzYkYwt .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uMXBzYkYwt .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uMXBzYkYwt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uMXBzYkYwt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMXBzYkYwt .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uMXBzYkYwt .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMXBzYkYwt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMXBzYkYwt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMXBzYkYwt .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-uMXBzYkYwt .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uMXBzYkYwt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMXBzYkYwt .dropdown-item.active,
.cid-uMXBzYkYwt .dropdown-item:active {
  background-color: transparent;
}
.cid-uMXBzYkYwt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMXBzYkYwt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMXBzYkYwt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMXBzYkYwt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMXBzYkYwt ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uMXBzYkYwt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMXBzYkYwt button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #001816;
  background: #001816;
}
.cid-uMXBzYkYwt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uMXBzYkYwt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMXBzYkYwt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMXBzYkYwt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMXBzYkYwt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMXBzYkYwt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMXBzYkYwt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMXBzYkYwt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMXBzYkYwt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMXBzYkYwt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uMXBzYkYwt .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-uMXBzYkYwt .navbar {
    height: 70px;
  }
  .cid-uMXBzYkYwt .navbar.opened {
    height: auto;
  }
  .cid-uMXBzYkYwt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMXBzYkYwt .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uMXBzYkYwt .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uMXBzYkYwt .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uMXBzYkYwt .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  width: fit-content;
  white-space: nowrap;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-uMXBzYkYwt .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uMXBzYkYwt .navbar-caption:hover {
  color: #73d2de;
}
@media (min-width: 992px) {
  .cid-uMXBzYkYwt .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uMXBzYkYwt .text_widget {
  margin-bottom: 32px;
}
.cid-uMXBzYkYwt .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uMXBzYkYwt .text_widget a:hover {
  opacity: 0.5;
}
.cid-uMXBzYkYwt .icons-menu-main {
  display: flex;
}
.cid-uMXBzYkYwt .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uMXBzYkYwt .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMXBzYkYwt .mbr-section-subtitle,
.cid-uMXBzYkYwt .text_widget,
.cid-uMXBzYkYwt .mbr-section-btn {
  text-align: center;
}
.cid-uMXBzYkYwt a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uMXBzYkYwt .nav-link,
.cid-uMXBzYkYwt .dropdown-item {
  color: #FFFFFF;
}
.cid-uMXKSEZWIO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b1b1b;
}
.cid-uMXKSEZWIO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMXKSEZWIO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMXKSEZWIO .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uMXKSEZWIO .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uMXKSEZWIO .container {
    padding: 0 20px;
  }
}
.cid-uMXKSEZWIO .row {
  justify-content: center;
}
.cid-uMXKSEZWIO .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMXKSEZWIO .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-uMXKSEZWIO .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uMXKSEZWIO .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-uMXKSEZWIO .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uMXKSEZWIO .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-uMXKSEZWIO .mbr-text {
  color: #e4dfd4;
}
.cid-uMXKSEZWIO .mbr-desc {
  color: #e4dfd4;
}
.cid-uMXBzZTlEU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uMXBzZTlEU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMXBzZTlEU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMXBzZTlEU .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uMXBzZTlEU .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uMXBzZTlEU .container {
    padding: 0 20px;
  }
}
.cid-uMXBzZTlEU .row {
  justify-content: center;
}
.cid-uMXBzZTlEU .list-wrap {
  margin-bottom: 24px;
}
.cid-uMXBzZTlEU .list-wrap .mbr-list-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uMXBzZTlEU .list-wrap .mbr-list-title {
    text-align: center;
  }
}
.cid-uMXBzZTlEU .list-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uMXBzZTlEU .list-wrap .list {
    text-align: center;
  }
}
.cid-uMXBzZTlEU .list-wrap .list .item-wrap {
  line-height: 3rem;
}
.cid-uMXBzZTlEU .list-wrap .list .item-wrap:hover,
.cid-uMXBzZTlEU .list-wrap .list .item-wrap:focus {
  text-decoration: underline;
}
@media (max-width: 992px) {
  .cid-uMXBzZTlEU .list-wrap .list .item-wrap {
    line-height: 1.4rem;
    margin-bottom: 10px;
  }
}
.cid-uMXBzZTlEU .social-wrap {
  margin: 130px 0 50px;
}
@media (max-width: 992px) {
  .cid-uMXBzZTlEU .social-wrap {
    margin: 50px 0 24px;
  }
}
.cid-uMXBzZTlEU .social-wrap .social-row {
  display: inline-flex;
}
.cid-uMXBzZTlEU .social-wrap .social-row .soc-item a {
  position: relative;
  display: block;
  margin-right: 30px;
  padding-bottom: 16px;
}
.cid-uMXBzZTlEU .social-wrap .social-row .soc-item a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #1b1b1b;
  transition: all 0.3s ease-in-out;
}
.cid-uMXBzZTlEU .social-wrap .social-row .soc-item a:hover::after,
.cid-uMXBzZTlEU .social-wrap .social-row .soc-item a:focus::after {
  width: 100%;
}
.cid-uMXBzZTlEU .social-wrap .social-row .soc-item a .mbr-iconfont {
  color: #1b1b1b;
  font-size: 22px;
}
.cid-uMXBzZTlEU .copyright {
  margin-bottom: 0;
  color: #1b1b1b;
}
.cid-uMXBzZTlEU .mbr-list-title {
  color: #000000;
}
.cid-uMXBzZTlEU .list {
  color: #1b1b1b;
}
.cid-uMXBzZTlEU .copyright,
.cid-uMXBzZTlEU .social-wrap {
  text-align: center;
  color: #000000;
}
