.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.125rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.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: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #000312 !important;
}
.bg-success {
  background-color: #022c06 !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #a96708 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000312 !important;
  border-color: #000312 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #000b45 !important;
  border-color: #000b45 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000b45 !important;
  border-color: #000b45 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f92c50 !important;
  border-color: #f92c50 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #fa5e79 !important;
  border-color: #fa5e79 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #fa5e79 !important;
  border-color: #fa5e79 !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #022c06 !important;
  border-color: #022c06 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #045d0d !important;
  border-color: #045d0d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #045d0d !important;
  border-color: #045d0d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #a96708 !important;
  border-color: #a96708 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #da850a !important;
  border-color: #da850a !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #da850a !important;
  border-color: #da850a !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #000312;
  color: #000312;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000312 !important;
  border-color: #000312 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #f92c50;
  color: #f92c50;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #c90628 !important;
  background-color: transparent !important;
  border-color: #c90628 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f92c50 !important;
  border-color: #f92c50 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #022c06;
  color: #022c06;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #022c06 !important;
  border-color: #022c06 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #a96708;
  color: #a96708;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #563504 !important;
  background-color: transparent !important;
  border-color: #563504 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #a96708 !important;
  border-color: #a96708 !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: #000312 !important;
}
.text-secondary {
  color: #f92c50 !important;
}
.text-success {
  color: #022c06 !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #a96708 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ba0525 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #482c03 !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: #000312;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #a96708;
}
.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: #000312;
  border-color: #000312;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #000312;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #788eff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #99faa2;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.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: #f6a93b;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #000312 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #000312;
}
/* 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: #000312;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000312;
}
.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: #000312;
  border-bottom-color: #000312;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #000312 !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: #f92c50 !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='%23000312' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-v0PnejMmjh {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v0PnejMmjh .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0PnejMmjh .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-v0PnejMmjh .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v0PnejMmjh .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v0PnejMmjh .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v0PnejMmjh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0PnejMmjh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0PnejMmjh .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-v0PnejMmjh .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v0PnejMmjh .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v0PnejMmjh .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v0PnejMmjh .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v0PnejMmjh .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v0PnejMmjh .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v0PnejMmjh .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-v0PnejMmjh .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v0PnejMmjh .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v0PnejMmjh .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v0PnejMmjh .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v0PnejMmjh .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v0PnejMmjh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v0PnejMmjh .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(0, 3, 18, 0.4) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #000312;
}
@media (max-width: 992px) {
  .cid-v0PnejMmjh .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v0PnejMmjh .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-v0PnejMmjh .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-v0PnejMmjh .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v0PnejMmjh .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000312;
  background: rgba(0, 3, 18, 0.4) !important;
  backdrop-filter: blur(10px);
}
.cid-v0PnejMmjh .nav-item:focus,
.cid-v0PnejMmjh .nav-link:focus {
  outline: none;
}
.cid-v0PnejMmjh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0PnejMmjh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0PnejMmjh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0PnejMmjh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0PnejMmjh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0PnejMmjh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0PnejMmjh .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v0PnejMmjh .navbar.opened {
  transition: all 0.3s;
}
.cid-v0PnejMmjh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0PnejMmjh .navbar .navbar-logo img {
  width: auto;
}
.cid-v0PnejMmjh .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v0PnejMmjh .navbar.collapsed {
  justify-content: center;
}
.cid-v0PnejMmjh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0PnejMmjh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0PnejMmjh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.6rem);
  }
}
.cid-v0PnejMmjh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0PnejMmjh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0PnejMmjh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v0PnejMmjh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0PnejMmjh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0PnejMmjh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v0PnejMmjh .navbar {
    min-height: 72px;
  }
  .cid-v0PnejMmjh .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v0PnejMmjh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0PnejMmjh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0PnejMmjh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0PnejMmjh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0PnejMmjh .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v0PnejMmjh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0PnejMmjh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v0PnejMmjh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0PnejMmjh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0PnejMmjh .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v0PnejMmjh .dropdown-item.active,
.cid-v0PnejMmjh .dropdown-item:active {
  background-color: transparent;
}
.cid-v0PnejMmjh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0PnejMmjh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0PnejMmjh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0PnejMmjh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000312;
}
.cid-v0PnejMmjh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v0PnejMmjh .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v0PnejMmjh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0PnejMmjh .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v0PnejMmjh .navbar-buttons {
    text-align: left;
  }
}
.cid-v0PnejMmjh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0PnejMmjh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v0PnejMmjh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0PnejMmjh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0PnejMmjh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0PnejMmjh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0PnejMmjh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0PnejMmjh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0PnejMmjh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0PnejMmjh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0PnejMmjh .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v0PnejMmjh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0PnejMmjh .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v0PnejMmjh .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0PnejMmjh .navbar {
    height: 70px;
  }
  .cid-v0PnejMmjh .navbar.opened {
    height: auto;
  }
  .cid-v0PnejMmjh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0PnejMmjh .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v0PnejMmjh .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v0PnejMmjh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v0PnejMmjh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v0PnejMmjh .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v0PnejMmjh .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v0PnejMmjh .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v0PnejMmjh .navbar-brand {
    margin-right: auto;
  }
  .cid-v0PnejMmjh .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000312;
    opacity: 1;
    border-color: rgba(0, 3, 18, 0.4) !important;
    background: rgba(0, 3, 18, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v0PnejMmjh .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v0PnejMmjh .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v0PnejMmjh .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v0PnejMmjh .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v0PnejMmjh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v0PnejMmjh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v0PnejMmjh .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v0PnejMmjh .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v0PnejMmjh .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v0PnejMmjh .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v0PsLqGUH0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0PsLqGUH0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-v0PsLqGUH0 .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v0PsLqGUH0 .content-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v0PsLqGUH0 .content-wrapper {
    width: 100%;
  }
}
.cid-v0PsLqGUH0 .content-wrapper .label-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-v0PsLqGUH0 .content-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-v0PsLqGUH0 .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-v0PsLqGUH0 .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v0PsLqGUH0 .content-wrapper .mbr-section-title {
    margin-bottom: 18px;
  }
}
.cid-v0PsLqGUH0 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v0PsLqGUH0 .content-wrapper .mbr-section-btn {
  margin-top: 46px;
}
@media (max-width: 992px) {
  .cid-v0PsLqGUH0 .content-wrapper .mbr-section-btn {
    margin-top: 18px;
  }
}
.cid-v0PsLqGUH0 .mbr-label,
.cid-v0PsLqGUH0 .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v0PsLqGUH0 .mbr-section-title {
  color: #ffffff;
}
.cid-v0PsLqGUH0 .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v0PsLqGUH0 .mbr-section-title,
.cid-v0PsLqGUH0 .mbr-section-btn {
  text-align: center;
}
.cid-v0PtxlZ8Im {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0PtxlZ8Im .container {
  margin-bottom: 70px;
}
.cid-v0PtxlZ8Im .container .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
  margin-bottom: 10px;
}
.cid-v0PtxlZ8Im .container .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-v0PtxlZ8Im .container .mbr-section-title,
.cid-v0PtxlZ8Im .container .signature {
  color: #130947;
}
.cid-v0PtxlZ8Im .container .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v0PtxlZ8Im .container .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-v0PtxlZ8Im .container .mbr-text {
  line-height: 1.5;
  letter-spacing: 0;
  color: #6d7a8c;
}
.cid-v0PtxlZ8Im .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 0rem;
}
.cid-v0PtxlZ8Im .carousel-item > div {
  width: 100%;
}
.cid-v0PtxlZ8Im .carousel-item.active,
.cid-v0PtxlZ8Im .carousel-item-next,
.cid-v0PtxlZ8Im .carousel-item-prev {
  display: flex;
}
.cid-v0PtxlZ8Im .carousel-indicators {
  left: 0%;
  margin: 20px auto 0;
  align-items: center;
  bottom: -40px !important;
}
.cid-v0PtxlZ8Im .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #4f87fb !important;
}
.cid-v0PtxlZ8Im .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: #ffffff;
  font-size: 2rem;
  opacity: 0.5;
  border-width: 0px;
  border: 1px solid #e5e8ef;
}
.cid-v0PtxlZ8Im .carousel-indicators li:hover {
  opacity: 1;
}
@media (max-width: 991px) {
  .cid-v0PtxlZ8Im .carousel-controls {
    display: none;
  }
}
.cid-v0PtxlZ8Im .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 1.2rem;
}
.cid-v0PtxlZ8Im .carousel-controls a span {
  padding: 15px;
  border-radius: 50%;
  color: #ffffff;
  background: #4f87fb;
  opacity: 0.9;
}
.cid-v0PtxlZ8Im .carousel-controls a:hover span {
  opacity: 1;
}
.cid-v0PtxlZ8Im .card {
  display: block;
  background-color: #050b1d;
  border-bottom: 1px solid #000312;
  border-radius: 4px;
  padding: 15px;
  padding-bottom: 20px;
}
.cid-v0PtxlZ8Im .card .service-icon {
  text-align: center;
  position: relative;
}
.cid-v0PtxlZ8Im .card .service-icon-wrapper {
  color: #ffffff;
  height: 64px;
  width: 64px;
  display: inline-block;
  border-radius: 50%;
  margin-bottom: 30px;
  position: relative;
  margin-top: -35px;
}
.cid-v0PtxlZ8Im .card .service-icon .front {
  padding: 18px;
  border-radius: 100%;
  background-color: #4f87fb;
  color: #ffffff;
  font-size: 1.8rem;
  transition: 0.6s all;
  z-index: 9;
  position: relative;
}
.cid-v0PtxlZ8Im .card .service-icon:after {
  opacity: 0.5;
  background-color: #4f87fb;
  width: 76px;
  height: 76px;
  content: '';
  position: absolute;
  top: -34px;
  left: 50%;
  margin-left: -13%;
  border-radius: 50%;
  z-index: 0;
}
.cid-v0PtxlZ8Im .card .signature {
  padding-bottom: 10px;
  margin-bottom: 20px;
  color: #130947;
  font-weight: 7800;
}
.cid-v0PtxlZ8Im .card .signature.display-7 {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-v0PtxlZ8Im .card .card-text {
  margin-bottom: 25px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-v0PtxlZ8Im .card .card-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-v0PtxlZ8Im .card .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 21.7px;
}
.cid-v0PtxlZ8Im .card .mbr-section-btn .link {
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  color: #4f87fb;
}
.cid-v0PtxlZ8Im .card .mbr-section-btn .link:not(:first-child) {
  margin-left: 25px;
}
.cid-v0PtxlZ8Im .card .mbr-section-btn a.text-white:hover,
.cid-v0PtxlZ8Im .card .mbr-section-btn a.text-white:focus {
  color: #000000 !important;
}
@media (min-width: 992px) {
  .cid-v0PtxlZ8Im .carousel-item {
    padding: 0 2rem;
  }
}
@media (min-width: 768px) {
  .cid-v0PtxlZ8Im .carousel-controls a {
    width: 5%;
  }
}
.cid-v0PtxlZ8Im .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0PtxlZ8Im .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0PtxlZ8Im .container .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-v0PtxlZ8Im .container .mbr-section-subtitle {
  text-align: left;
  color: #eb1964;
}
.cid-v0PtxlZ8Im .container .mbr-text {
  text-align: left;
  color: #4f87fb;
}
.cid-v0PtxlZ8Im .card .signature,
.cid-v0PtxlZ8Im .mbr-section-btn {
  color: #ffffff;
}
.cid-v0PtxlZ8Im .card .card-text,
.cid-v0PtxlZ8Im .mbr-section-btn {
  text-align: center;
  color: #a6a99c;
}
.cid-v0PuVkZYXi {
  background-color: #000312;
  position: relative;
  overflow: hidden;
}
.cid-v0PuVkZYXi .row {
  width: 100%;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.cid-v0PuVkZYXi .bg-frame-container {
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cid-v0PuVkZYXi .bg-frame {
  position: absolute;
  bottom: -15%;
  right: -7%;
  opacity: 0.1;
  width: 1vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #050b1d;
  box-shadow: 0 0 40px #050b1d;
  filter: blur(130px);
}
@media (max-width: 767px) {
  .cid-v0PuVkZYXi .bg-frame {
    width: 2vw;
  }
}
.cid-v0PuVkZYXi .img-bg-container {
  flex-grow: 1;
  position: relative;
  z-index: 5;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  min-height: 400px;
  border-radius: 30px;
  padding: 80px 80px 40px;
  overflow: hidden;
  background-color: #000312;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-v0PuVkZYXi .img-bg-container {
    padding: 60px 60px 40px;
  }
}
@media (max-width: 767px) {
  .cid-v0PuVkZYXi .img-bg-container {
    padding: 40px 40px 20px;
  }
}
.cid-v0PuVkZYXi .text-wrap {
  position: relative;
  z-index: 10;
  width: 55%;
}
@media (max-width: 767px) {
  .cid-v0PuVkZYXi .text-wrap {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-v0PuVkZYXi .mbr-section-title {
  color: #a0e2e1;
  margin-bottom: 40px;
  text-align: left;
}
.cid-v0PuVkZYXi .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-v0PuVkZYXi .mbr-section-btn {
  margin-top: 1.5rem;
}
.cid-v0PuVkZYXi .img-wrap {
  position: relative;
  width: 45%;
}
@media (max-width: 767px) {
  .cid-v0PuVkZYXi .img-wrap {
    width: 100%;
  }
}
.cid-v0PuVkZYXi .item-img-frame-before {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.4;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #050b1d;
  box-shadow: 0 0 40px #050b1d;
  filter: blur(120px);
}
.cid-v0PuVkZYXi .item-img {
  position: relative;
  z-index: 3;
  width: 90%;
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cid-v0PuVkZYXi .item-img {
    width: 100%;
  }
}
.cid-v0PuVkZYXi .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}
.cid-v0PuVkZYXi .item-img-frame-after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(19, 33, 29, 0.2) 45.32%, rgba(23, 61, 51, 0) 62.73%), linear-gradient(0deg, #0d211c 3.5%, rgba(16, 37, 32, 0) 62.07%);
  pointer-events: none;
}
.cid-v0PuVkZYXi .mbr-section-subtitle,
.cid-v0PuVkZYXi .mbr-section-btn {
  text-align: left;
}
.cid-v0Pve8jXdf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0Pve8jXdf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0Pve8jXdf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0Pve8jXdf .title-wrapper {
  margin-bottom: 40px;
}
.cid-v0Pve8jXdf .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-v0Pve8jXdf .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v0Pve8jXdf .mbr-section-btn .btn::after,
.cid-v0Pve8jXdf .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #09426f 150%);
}
.cid-v0Pve8jXdf .mbr-section-btn .btn:hover,
.cid-v0Pve8jXdf .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-v0Pve8jXdf .mbr-section-btn .btn:hover::after,
.cid-v0Pve8jXdf .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #09426f 150%);
  opacity: 1;
}
.cid-v0Pve8jXdf .items-wrapper {
  margin: 0 -20px;
}
.cid-v0Pve8jXdf .items-wrapper .item {
  padding: 0 20px;
  margin-bottom: 40px;
  transform: translateY(40px);
}
@media (max-width: 992px) {
  .cid-v0Pve8jXdf .items-wrapper .item {
    margin-bottom: 20px;
    transform: none;
  }
  .cid-v0Pve8jXdf .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v0Pve8jXdf .items-wrapper .item:nth-child(2n) {
  transform: translateY(0);
}
@media (max-width: 992px) {
  .cid-v0Pve8jXdf .items-wrapper .item:nth-child(2n) {
    transform: none;
  }
}
.cid-v0Pve8jXdf .items-wrapper .item:hover .item-wrapper .item-img .image-wrap img,
.cid-v0Pve8jXdf .items-wrapper .item:focus .item-wrapper .item-img .image-wrap img {
  transform: scale(1.06) translateX(0);
}
.cid-v0Pve8jXdf .items-wrapper .item:hover .item-wrapper .item-img .image-wrap::before,
.cid-v0Pve8jXdf .items-wrapper .item:focus .item-wrapper .item-img .image-wrap::before {
  opacity: 1;
}
.cid-v0Pve8jXdf .items-wrapper .item .item-wrapper {
  position: relative;
  height: 100%;
  border-radius: 0 !important;
}
.cid-v0Pve8jXdf .items-wrapper .item .item-wrapper .item-img {
  position: relative;
  margin-bottom: -40px;
}
.cid-v0Pve8jXdf .items-wrapper .item .item-wrapper .item-img .image-wrap {
  overflow: hidden;
}
.cid-v0Pve8jXdf .items-wrapper .item .item-wrapper .item-img .image-wrap img {
  height: 315px;
  object-fit: cover;
  transition: all .3s ease;
  border-radius: 0 !important;
  transform: scale(1.06) translateX(-8px);
}
.cid-v0Pve8jXdf .items-wrapper .item .item-wrapper .item-img .image-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(transparent 40%, #a0e2e1);
  opacity: 0;
  pointer-events: none;
  transition: all .3s ease;
}
.cid-v0Pve8jXdf .items-wrapper .item .item-wrapper .item-img .icon-card {
  position: absolute;
  left: 50px;
  bottom: -1rem;
  background-color: #050b1d;
  border-radius: 3rem 3rem 0 0 !important;
  z-index: 2;
  padding: 10px;
}
.cid-v0Pve8jXdf .items-wrapper .item .item-wrapper .item-img .icon-card .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  font-size: 16px;
  background-color: #2c2c2c;
  color: #ffffff;
  border-radius: 100%;
  transition: all .3s ease;
}
.cid-v0Pve8jXdf .items-wrapper .item .item-wrapper .item-img .icon-card:hover .mbr-iconfont,
.cid-v0Pve8jXdf .items-wrapper .item .item-wrapper .item-img .icon-card:focus .mbr-iconfont {
  color: #e24c4a;
}
.cid-v0Pve8jXdf .items-wrapper .item .item-wrapper .item-img .icon-card .svg1 {
  position: absolute;
  bottom: 15px;
  right: -27px;
  transform: rotate(-90deg);
  width: 28px;
}
.cid-v0Pve8jXdf .items-wrapper .item .item-wrapper .item-img .icon-card .svg1 path {
  fill: #050b1d;
}
.cid-v0Pve8jXdf .items-wrapper .item .item-wrapper .item-img .icon-card .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 28px;
  bottom: 15px;
  left: -27px;
}
.cid-v0Pve8jXdf .items-wrapper .item .item-wrapper .item-img .icon-card .svg2 path {
  fill: #050b1d;
}
.cid-v0Pve8jXdf .items-wrapper .item .item-wrapper .item-content {
  padding: 80px 40px 40px 40px;
  border: 2px solid #050b1d;
  background-color: #050b1d;
}
@media (max-width: 992px) {
  .cid-v0Pve8jXdf .items-wrapper .item .item-wrapper .item-content {
    padding: 80px 20px 20px 20px;
  }
}
.cid-v0Pve8jXdf .items-wrapper .item .item-wrapper .item-content .item-name {
  margin-bottom: 16px;
}
.cid-v0Pve8jXdf .items-wrapper .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-v0Pve8jXdf .items-wrapper .item .item-wrapper .item-content .item-btn {
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-v0Pve8jXdf .items-wrapper .item .item-wrapper .item-content .item-btn {
    margin-bottom: 0;
  }
}
.cid-v0Pve8jXdf .items-wrapper .item .item-wrapper .item-content .item-btn .btn {
  padding: 17px 20px;
  margin-bottom: 0;
}
.cid-v0Pve8jXdf .mbr-section-title {
  color: #ffffff;
}
.cid-v0Pve8jXdf .mbr-tag {
  color: #eb1964;
  text-align: center;
}
.cid-v0Pve8jXdf .mbr-text {
  color: #ffffff;
}
.cid-v0Pve8jXdf .item-name {
  color: #ffffff;
}
.cid-v0Pve8jXdf .item-role {
  color: #c7c7c7;
  text-align: right;
}
.cid-v0Pve8jXdf .mbr-section-title,
.cid-v0Pve8jXdf .main-btn {
  text-align: center;
}
.cid-v0Pve8jXdf .item-name,
.cid-v0Pve8jXdf .item-btn {
  text-align: right;
  color: #eb1964;
}
.cid-v0PwoNWVyf {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0PwoNWVyf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0PwoNWVyf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0PwoNWVyf .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-v0PwoNWVyf .title-wrapper .mbr-section-title span {
  color: #0b4c84;
}
@media (max-width: 992px) {
  .cid-v0PwoNWVyf .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-v0PwoNWVyf .tabs-wrapper {
  margin-bottom: 32px;
}
.cid-v0PwoNWVyf .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-v0PwoNWVyf .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 10px 20px 0;
}
.cid-v0PwoNWVyf .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #ffffff;
  padding: 24px 64px;
  border: none;
  margin-bottom: 0;
  border-radius: 900px;
  background-color: #050b1d;
}
@media (max-width: 1200px) {
  .cid-v0PwoNWVyf .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    padding: 20px 32px;
  }
}
.cid-v0PwoNWVyf .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #eb1964;
}
.cid-v0PwoNWVyf .tab-content .tab-pane .content-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 30px;
  padding: 64px;
  background-color: #050b1d;
}
@media (max-width: 992px) {
  .cid-v0PwoNWVyf .tab-content .tab-pane .content-wrap {
    padding: 46px 22px;
    display: block;
  }
}
.cid-v0PwoNWVyf .tab-content .tab-pane .content-wrap .item-title {
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0PwoNWVyf .tab-content .tab-pane .content-wrap .item-title {
    margin-bottom: 22px;
    width: 100%;
  }
}
.cid-v0PwoNWVyf .tab-content .tab-pane .content-wrap .item-text {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0PwoNWVyf .tab-content .tab-pane .content-wrap .item-text {
    width: 100%;
  }
}
.cid-v0PwoNWVyf .mbr-section-title {
  color: #212529;
}
.cid-v0PwoNWVyf .item-title {
  color: #eb1964;
  text-align: right;
}
.cid-v0PwoNWVyf .item-text {
  color: #51565c;
}
.cid-v0PwoNWVyf .mbr-section-title,
.cid-v0PwoNWVyf .tabs-wrapper {
  text-align: left;
  color: #eb1964;
}
.cid-v0PwoNWVyf .item-text,
.cid-v0PwoNWVyf .text-wrap {
  text-align: left;
  color: #ffffff;
}
.cid-v0PyBF8vn9 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.cid-v0PyBF8vn9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0PyBF8vn9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0PyBF8vn9 .mbr-section-head {
  margin-bottom: 20px;
  width: 100%;
}
.cid-v0PyBF8vn9 .mbr-section-title {
  color: #a0e2e1;
}
.cid-v0PyBF8vn9 .mbr-section-subtitle {
  color: #f8f8f4;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-v0PyBF8vn9 .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-v0PyBF8vn9 .card-row {
  align-items: stretch;
}
.cid-v0PyBF8vn9 .card {
  margin: 15px 0;
}
.cid-v0PyBF8vn9 .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 40px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #000312, #050b1d);
  box-shadow: 10px 10px 19px #052d4e, -10px -10px 19px #050b1d;
}
@media (max-width: 1199px) {
  .cid-v0PyBF8vn9 .card-wrapper {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .cid-v0PyBF8vn9 .card-wrapper {
    padding: 20px;
  }
}
.cid-v0PyBF8vn9 .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 5;
  height: 100%;
}
.cid-v0PyBF8vn9 .card-head {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}
.cid-v0PyBF8vn9 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 10px;
  padding: 7px;
  min-width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #d4b464;
}
.cid-v0PyBF8vn9 .iconfont-wrapper .mbr-iconfont {
  font-size: 36px;
  color: #eb1964;
}
.cid-v0PyBF8vn9 .card-head-text {
  flex-grow: 1;
}
.cid-v0PyBF8vn9 .name-title {
  color: #a0e2e1;
  text-align: left;
}
.cid-v0PyBF8vn9 .name-text {
  color: #FF014E;
}
.cid-v0PyBF8vn9 .card-title {
  color: #FFFFFF;
  margin-bottom: 20px;
  transition: .5s all;
}
.cid-v0PyBF8vn9 .card-text {
  color: #ffffff;
  opacity: 0.75;
  margin-bottom: 36px;
  transition: .5s all;
  text-align: center;
}
.cid-v0PyBF8vn9 .score-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: auto;
  margin-right: auto;
  padding-top: 4px;
}
.cid-v0PyBF8vn9 .score-container .score-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
}
.cid-v0PyBF8vn9 .score-container .score-wrapper .mbr-iconfont {
  font-size: 12px;
  color: #ff014e;
}
.cid-v0PyZ9eckn {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0PyZ9eckn .mbr-overlay {
  background: #000312;
  opacity: 0.9;
}
.cid-v0PyZ9eckn .mbr-section-title {
  margin-bottom: 40px;
  color: #ffffff;
  text-align: center;
}
.cid-v0PyZ9eckn .item:focus,
.cid-v0PyZ9eckn span:focus {
  outline: none;
}
.cid-v0PyZ9eckn .item {
  cursor: pointer;
}
.cid-v0PyZ9eckn .grid-container {
  grid-row-gap: 40px;
}
@media (max-width: 992px) {
  .cid-v0PyZ9eckn .grid-container {
    grid-row-gap: 20px;
  }
}
.cid-v0PyZ9eckn .grid-container-1,
.cid-v0PyZ9eckn .grid-container-2,
.cid-v0PyZ9eckn .grid-container-3 {
  gap: 0 40px;
}
@media (max-width: 992px) {
  .cid-v0PyZ9eckn .grid-container-1,
  .cid-v0PyZ9eckn .grid-container-2,
  .cid-v0PyZ9eckn .grid-container-3 {
    gap: 0 20px;
  }
}
.cid-v0PyZ9eckn .content-head {
  max-width: 800px;
}
.cid-v0PyZ9eckn .container,
.cid-v0PyZ9eckn .container-fluid {
  overflow: hidden;
}
.cid-v0PyZ9eckn .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-v0PyZ9eckn .grid-item {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.cid-v0PyZ9eckn .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-v0PyZ9eckn .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-v0PyZ9eckn .grid-item img {
    min-width: 35vw;
    height: 150px;
  }
}
.cid-v0PyZ9eckn .grid-item:nth-child(2) img {
  height: 400px;
}
@media (max-width: 1200px) {
  .cid-v0PyZ9eckn .grid-item:nth-child(2) img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .cid-v0PyZ9eckn .grid-item:nth-child(2) img {
    height: 150px;
  }
}
.cid-v0PyZ9eckn .grid-item:nth-child(3) img {
  height: 450px;
}
@media (max-width: 1200px) {
  .cid-v0PyZ9eckn .grid-item:nth-child(3) img {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .cid-v0PyZ9eckn .grid-item:nth-child(3) img {
    height: 150px;
  }
}
.cid-v0PyZ9eckn .grid-item:nth-child(4) img {
  height: 350px;
}
@media (max-width: 1200px) {
  .cid-v0PyZ9eckn .grid-item:nth-child(4) img {
    height: 200px;
  }
}
@media (max-width: 767px) {
  .cid-v0PyZ9eckn .grid-item:nth-child(4) img {
    height: 150px;
  }
}
.cid-v0PyZ9eckn .grid-container-1,
.cid-v0PyZ9eckn .grid-container-2,
.cid-v0PyZ9eckn .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-v0PyZ9eckn .grid-container-1 {
  align-items: flex-end;
}
.cid-v0PyZ9eckn .grid-container-2 {
  align-items: flex-start;
}
.cid-uZZ06t5svZ {
  padding-top: 60px;
  padding-bottom: 45px;
  position: relative;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZZ06t5svZ .mbr-section-title {
  color: #06182d;
}
.cid-uZZ06t5svZ .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #a96708;
  background: linear-gradient(#a96708 0%, #022c06 69%, #052d4e 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-uZZ06t5svZ .mbr-section-subtitle {
  color: #06182d;
}
.cid-uZZ06t5svZ .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-uZZ06t5svZ .mbr-text {
  color: #320707;
  font-weight: 300;
}
.cid-uZZ06t5svZ .title-text {
  margin-bottom: 70px;
}
.cid-uZZ06t5svZ .title-text .mbr-section-subtitle {
  color: #06182d;
}
.cid-uZZ06t5svZ .title-text .mbr-section-subtitle.mbr-light {
  font-weight: 300;
}
.cid-uZZ06t5svZ .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uZZ06t5svZ .title-text .mbr-section-title {
  color: #f92c50;
}
.cid-uZZ06t5svZ .title-text .mbr-section-title.mbr-bold {
  font-weight: 700;
}
.cid-uZZ06t5svZ .title-text .mbr-section-title span {
  font-weight: 500;
}
.cid-uZZ06t5svZ .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-uZZ06t5svZ .mbr-iconfont {
  font-family: "Moririse2" !important;
  display: inline-flex;
  transform-origin: ;
  transform: rotate(45deg);
  transition: all 0.3s;
  font-size: 1.4rem !important;
  color: #d4b464;
}
.cid-uZZ06t5svZ .mbr-iconfont:before {
  transform: scaleY(0) !important;
  transition: all 0.4s;
}
.cid-uZZ06t5svZ .p-4 {
  padding: 1rem 0 !important;
}
.cid-uZZ06t5svZ .accordion .card .card-header {
  margin-bottom: 0px;
}
.cid-uZZ06t5svZ .mbri-arrow-down:before {
  content: "\e960";
}
.cid-uZZ06t5svZ .mbri-arrow-up:before {
  content: "\e960";
}
.cid-uZZ06t5svZ .collapsed .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uZZ06t5svZ .collapsed .mbr-iconfont:before {
  transform: scaleY(1) !important;
  transition: all 0.3s;
}
.cid-uZZ06t5svZ .card {
  border-radius: 0px;
  background-color: #050b1d;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 1.2rem;
}
.cid-uZZ06t5svZ .card:hover .card-header {
  transition: all 0.15s linear 0s;
  opacity: 0.7;
}
.cid-uZZ06t5svZ .card .card-header {
  border-radius: 0px;
  background-color: transparent;
  padding: 0;
}
.cid-uZZ06t5svZ .card .card-header h4 {
  justify-content: flex-start;
  width: 100%;
}
.cid-uZZ06t5svZ .card .card-header a.panel-title {
  margin-bottom: 0;
  display: flex;
  width: 100%;
  border-bottom: 2px solid #d70081;
  transition: all 0.3s;
  justify-content: space-between;
}
.cid-uZZ06t5svZ .card .card-header a.panel-title.collapsed {
  border-bottom: 1px solid #a0e2e1;
}
.cid-uZZ06t5svZ .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uZZ06t5svZ .card .card-header a.panel-title h4 {
  padding: 0 0rem 1.2rem;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.5px;
  color: #28303f;
}
.cid-uZZ06t5svZ .card .card-header a.panel-title h4 .sign {
  line-height: 1.6 !important;
}
.cid-uZZ06t5svZ .card .card-header a.panel-title .toggle-icon {
  right: 14px;
  position: absolute;
  top: 20px;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
  border-radius: 50%;
  border: 2px solid rgba(97, 114, 138, 0.4);
  padding: 13px;
}
.cid-uZZ06t5svZ .card .card-header a.panel-title .toggle-icon:before,
.cid-uZZ06t5svZ .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-uZZ06t5svZ .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  transform: none;
}
.cid-uZZ06t5svZ .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-uZZ06t5svZ .card .panel-body {
  padding: 14px 20px;
}
.cid-uZZ06t5svZ .card .panel-body p {
  color: #320707;
  line-height: 1.5;
}
.cid-uZZ06t5svZ .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-uZZ06t5svZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZZ06t5svZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZZ06t5svZ .title-text .mbr-section-subtitle {
  color: #edefeb;
}
.cid-uZZ06t5svZ .card .panel-body p {
  color: #ffffff;
  text-align: left;
}
.cid-uZZ06t5svZ .title-text .mbr-section-title {
  text-align: center;
}
.cid-uZZ06t5svZ .card .card-header a.panel-title h4 {
  text-align: center;
  color: #f4e9a5;
}
.cid-v0PzWfCY17 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0PzWfCY17 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0PzWfCY17 .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-v0PzWfCY17 .container {
    padding: 0 15px;
  }
}
.cid-v0PzWfCY17 .content-wrapper {
  position: relative;
}
.cid-v0PzWfCY17 .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-v0PzWfCY17 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v0PzWfCY17 .content-wrapper .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v0PzWfCY17 .content-wrapper .content-wrap {
    display: block;
  }
}
.cid-v0PzWfCY17 .content-wrapper .content-wrap .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-v0PzWfCY17 .content-wrapper .content-wrap .text-wrapper {
    width: 100%;
    margin-bottom: 60px;
  }
}
.cid-v0PzWfCY17 .content-wrapper .content-wrap .text-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-v0PzWfCY17 .content-wrapper .content-wrap .text-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #eb1964;
}
.cid-v0PzWfCY17 .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v0PzWfCY17 .content-wrapper .content-wrap .image-wrapper {
  position: relative;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v0PzWfCY17 .content-wrapper .content-wrap .image-wrapper {
    width: 100%;
  }
}
.cid-v0PzWfCY17 .content-wrapper .content-wrap .image-wrapper .decor-wrap {
  position: absolute;
  top: -5%;
  left: 0;
  height: 25%;
  width: 65%;
  background-color: #d4b464;
  transform: skewX(-20deg);
}
.cid-v0PzWfCY17 .content-wrapper .content-wrap .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 660px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v0PzWfCY17 .content-wrapper .content-wrap .image-wrapper img {
    height: 350px;
  }
}
.cid-v0PzWfCY17 .mbr-text {
  color: #f7f5f6;
}
.cid-v0PzWfCY17 .mbr-section-title {
  color: #eb1964;
  text-align: left;
}
.cid-v0PzWfCY17 .mbr-text,
.cid-v0PzWfCY17 .icon-wrapper {
  color: #a6a99c;
  text-align: left;
}
.cid-uZZ0dWwaLS {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZZ0dWwaLS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZZ0dWwaLS .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-uZZ0dWwaLS .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uZZ0dWwaLS .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uZZ0dWwaLS .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: #050b1d;
  border: 1px solid #d4b464;
  border-radius: 0;
  margin-top: 12px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZZ0dWwaLS .panel-group .card {
    padding: 16px;
  }
}
.cid-uZZ0dWwaLS .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uZZ0dWwaLS .panel-group .card:hover,
.cid-uZZ0dWwaLS .panel-group .card:focus {
  border: 1px solid #e6b103;
}
.cid-uZZ0dWwaLS .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uZZ0dWwaLS .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uZZ0dWwaLS .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uZZ0dWwaLS .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: #ffffff;
}
.cid-uZZ0dWwaLS .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #a96708;
}
.cid-uZZ0dWwaLS .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uZZ0dWwaLS .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #e6b103;
}
.cid-uZZ0dWwaLS .panel-group .card .panel-collapse .panel-body {
  margin-top: 16px;
}
.cid-uZZ0dWwaLS .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uZZ0dWwaLS .mbr-section-title {
  color: #ffffff;
}
.cid-uZZ0dWwaLS .panel-title-edit {
  color: #d4b464;
  text-align: right;
}
.cid-uZZ0dWwaLS .panel-text {
  color: #f7f7f7;
  text-align: left;
}
.cid-uZZ0dWwaLS .mbr-section-title,
.cid-uZZ0dWwaLS .mbr-section-btn {
  color: #edefeb;
  text-align: left;
}
.cid-v0PAvPDYwG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0PAvPDYwG .stats-item {
  padding: 80px 10px;
  background-color: #050b1d;
  display: flex;
  justify-content: center;
}
.cid-v0PAvPDYwG .stats-item:hover .mbr-iconfont::before {
  -webkit-animation: updown 0.45s ease-in-out 0.1s;
  animation: updown 0.45s ease-in-out 0.1s;
  display: block;
}
.cid-v0PAvPDYwG .stats-item > span {
  transition: all 0.3s ease-in-out;
}
.cid-v0PAvPDYwG .heading {
  color: #ffffff;
}
.cid-v0PAvPDYwG .counter {
  text-align: center;
  color: #ffffff;
}
.cid-v0PAvPDYwG .mbr-iconfont {
  font-size: 45px;
  align-self: center;
  margin-bottom: 22px;
  border: 2px dashed #ffeb69;
  border-radius: 50%;
  padding: 35.5px;
}
.cid-v0PAvPDYwG .mbr-card-title,
.cid-v0PAvPDYwG .mbr-iconfont {
  text-align: center;
  color: #ffffff;
  display: block;
}
@media (max-width: 768px) {
  .cid-v0PAvPDYwG .stats-item {
    padding: 30px 25px;
  }
}
@-webkit-keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-v0PAvPDYwG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0PAvPDYwG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0PAvPDYwG .stats-item .common-wrap .fld-wrap .mbr-card-title,
.cid-v0PAvPDYwG .mbr-iconfont {
  color: #ffffff;
}
.cid-v0PAvPDYwG .stats-item .common-wrap .fld-wrap .counter {
  color: #eb1964;
}
.cid-uZZ0iqCQXv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZZ0iqCQXv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZZ0iqCQXv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZZ0iqCQXv .row {
  justify-content: center;
}
.cid-uZZ0iqCQXv .card {
  justify-content: center;
}
.cid-uZZ0iqCQXv .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uZZ0iqCQXv .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uZZ0iqCQXv .tabs-wrapper {
  border-bottom: none;
}
@media (max-width: 992px) {
  .cid-uZZ0iqCQXv .tabs-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uZZ0iqCQXv .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-block;
}
.cid-uZZ0iqCQXv .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin-bottom: 16px;
}
.cid-uZZ0iqCQXv .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  color: #d4b464;
  padding: 11px 64px;
  border: 2px solid #d4b464;
  transition: all 0.3s ease-in-out;
  align-items: center;
  justify-content: center;
  min-height: 88px;
}
@media (max-width: 992px) {
  .cid-uZZ0iqCQXv .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    min-height: 54px;
    padding: 11px 32px;
  }
}
.cid-uZZ0iqCQXv .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #d4b464;
  color: #a96708;
}
.cid-uZZ0iqCQXv .tab-content .tab-pane .item-content {
  border: none;
  background-color: transparent;
}
.cid-uZZ0iqCQXv .tab-content .tab-pane .item-content .image-wrap {
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uZZ0iqCQXv .tab-content .tab-pane .item-content .image-wrap {
    margin-bottom: 30px;
  }
}
.cid-uZZ0iqCQXv .tab-content .tab-pane .item-content .image-wrap::before {
  content: '';
  position: absolute;
  width: 110%;
  height: 110%;
  border-radius: 100%;
  background-image: radial-gradient(#0c2c68, transparent);
  filter: blur(100px);
}
.cid-uZZ0iqCQXv .tab-content .tab-pane .item-content .image-wrap img {
  position: relative;
  z-index: 1;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uZZ0iqCQXv .tab-content .tab-pane .item-content .image-wrap img {
    height: 350px;
  }
}
.cid-uZZ0iqCQXv .tab-content .tab-pane .item-content .item-title {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uZZ0iqCQXv .tab-content .tab-pane .item-content .item-title {
    margin-bottom: 30px;
  }
}
.cid-uZZ0iqCQXv .tab-content .tab-pane .item-content .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uZZ0iqCQXv .tab-content .tab-pane .item-content .text-wrapper .item-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZZ0iqCQXv .tab-content .tab-pane .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uZZ0iqCQXv .mbr-section-title {
  color: #ffffff;
}
.cid-uZZ0iqCQXv .item-title {
  color: #d70081;
  text-align: left;
}
.cid-uZZ0iqCQXv .item-text {
  color: #ffffff;
}
.cid-uZZ0iqCQXv .mbr-section-title,
.cid-uZZ0iqCQXv .tabs-wrapper {
  text-align: left;
  color: #d70081;
}
.cid-uZZ0iqCQXv .item-text,
.cid-uZZ0iqCQXv .text-wrapper {
  color: #edefeb;
  text-align: left;
}
.cid-uZZ0ksmzYP {
  padding-top: 45px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZZ0ksmzYP img {
  border-radius: 50%;
  width: 60px;
  height: 60px;
}
.cid-uZZ0ksmzYP .mbr-iconfont-1 {
  color: #f0ad4e;
  font-size: 1rem;
  transition: 0.7s;
}
.cid-uZZ0ksmzYP .mbr-section-title {
  margin-bottom: 4rem;
}
.cid-uZZ0ksmzYP .mbr-section-subtitle {
  color: #a96708;
  margin-bottom: 1.5rem;
}
.cid-uZZ0ksmzYP .card-img {
  margin-bottom: 1.3rem;
}
.cid-uZZ0ksmzYP .card-title {
  margin-bottom: 1.5rem;
}
.cid-uZZ0ksmzYP .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZZ0ksmzYP .card {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uZZ0ksmzYP .card-inner {
    padding: 3rem 1rem;
  }
}
@media (min-width: 767px) {
  .cid-uZZ0ksmzYP .row {
    padding: 0 1rem;
  }
  .cid-uZZ0ksmzYP .card-inner {
    padding: 3.3rem 2.5rem;
  }
}
.cid-uZZ0ksmzYP .card-inner {
  background-color: #050b1d;
  transition: 0.3s;
  border: 2px solid rgba(169, 103, 8, 0);
}
.cid-uZZ0ksmzYP .card:hover .card-inner {
  border: 2px solid #a96708;
}
.cid-uZZ0ksmzYP .mbr-text {
  margin-bottom: 1.3rem;
  color: #828282;
}
.cid-uZZ0ksmzYP .card-people {
  display: flex;
  align-items: center;
}
.cid-uZZ0ksmzYP .user_image {
  margin-right: 1rem;
}
.cid-uZZ0ksmzYP .mbr-author-desc {
  color: #a96708;
  font-weight: 500;
}
.cid-uZZ0ksmzYP .vertical-line:before {
  content: '';
  background-color: #a96708;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-uZZ0ksmzYP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZZ0ksmzYP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZZ0ksmzYP .card-title,
.cid-uZZ0ksmzYP .card-img {
  text-align: left;
}
.cid-uZZ0ksmzYP .mbr-text,
.cid-uZZ0ksmzYP .link {
  text-align: left;
  color: #b0b0b0;
}
.cid-uZZ0ksmzYP H2 {
  color: #4f87fb;
}
.cid-uZZ0ksmzYP .mbr-author-name {
  text-align: left;
}
.cid-uZZ0mfrwIt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZZ0mfrwIt .mbr-overlay {
  background: #000312;
  opacity: 0.9;
}
@media (max-width: 992px) {
  .cid-uZZ0mfrwIt .container {
    padding: 0 22px;
  }
}
.cid-uZZ0mfrwIt .title-wrapper .mbr-section-title {
  width: 65%;
  margin-bottom: 55px;
}
@media (max-width: 992px) {
  .cid-uZZ0mfrwIt .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-uZZ0mfrwIt .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 460px;
  max-width: 460px;
  padding: 0 6px;
}
@media (max-width: 768px) {
  .cid-uZZ0mfrwIt .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZZ0mfrwIt .embla__slide:nth-child(2n) .slide-content .item-wrapper {
  background-color: #c3c3c3;
}
.cid-uZZ0mfrwIt .embla__slide:nth-child(3n) .slide-content .item-wrapper {
  background-color: #a0e1e1;
}
.cid-uZZ0mfrwIt .embla__slide .slide-content {
  border-radius: 16px !important;
  width: 100%;
}
.cid-uZZ0mfrwIt .embla__slide .slide-content .item-wrapper {
  border-radius: 16px !important;
  background-color: #f0deb2;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uZZ0mfrwIt .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-uZZ0mfrwIt .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .cid-uZZ0mfrwIt .embla__slide .slide-content .item-wrapper .item-img {
    display: block;
  }
}
.cid-uZZ0mfrwIt .embla__slide .slide-content .item-wrapper .item-img .image-wrapper {
  height: 160px;
  width: 160px;
}
@media (max-width: 768px) {
  .cid-uZZ0mfrwIt .embla__slide .slide-content .item-wrapper .item-img .image-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uZZ0mfrwIt .embla__slide .slide-content .item-wrapper .item-img .image-wrapper img {
  height: 160px;
  width: 160px;
  object-fit: cover;
  border-radius: 10px !important;
}
.cid-uZZ0mfrwIt .embla__slide .slide-content .item-wrapper .item-img .image-wrapper a {
  width: 160px;
  height: 160px;
}
.cid-uZZ0mfrwIt .embla__slide .slide-content .item-wrapper .item-img .tag-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
}
.cid-uZZ0mfrwIt .embla__slide .slide-content .item-wrapper .item-img .tag-wrapper .item-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 1px solid #000000;
  border-radius: 15px;
  width: fit-content;
}
.cid-uZZ0mfrwIt .embla__slide .slide-content .item-wrapper .item-img .tag-wrapper .icon-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .cid-uZZ0mfrwIt .embla__slide .slide-content .item-wrapper .item-img .tag-wrapper .icon-wrapper {
    justify-content: flex-start;
  }
}
.cid-uZZ0mfrwIt .embla__slide .slide-content .item-wrapper .item-img .tag-wrapper .icon-wrapper:hover .mbr-iconfont,
.cid-uZZ0mfrwIt .embla__slide .slide-content .item-wrapper .item-img .tag-wrapper .icon-wrapper:focus .mbr-iconfont {
  color: #ff5753;
}
.cid-uZZ0mfrwIt .embla__slide .slide-content .item-wrapper .item-img .tag-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 26px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uZZ0mfrwIt .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uZZ0mfrwIt .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-uZZ0mfrwIt .embla__slide .slide-content .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-uZZ0mfrwIt .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn {
  margin-top: 26px;
  border-top: 1px solid #000000;
  padding-top: 16px;
  margin-left: 0;
  margin-right: 0;
}
.cid-uZZ0mfrwIt .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uZZ0mfrwIt .embla__button--next,
.cid-uZZ0mfrwIt .embla__button--prev {
  display: flex;
}
.cid-uZZ0mfrwIt .embla__button {
  top: -3.5rem;
  width: 48px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  color: #d70081 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uZZ0mfrwIt .embla__button {
    top: auto;
    bottom: 0;
  }
}
.cid-uZZ0mfrwIt .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uZZ0mfrwIt .embla__button:hover {
  color: #ff5753 !important;
}
.cid-uZZ0mfrwIt .embla__button.embla__button--prev {
  right: 22%;
}
@media (max-width: 992px) {
  .cid-uZZ0mfrwIt .embla__button.embla__button--prev {
    right: 6rem;
  }
}
.cid-uZZ0mfrwIt .embla__button.embla__button--next {
  right: 16%;
}
@media (max-width: 992px) {
  .cid-uZZ0mfrwIt .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-uZZ0mfrwIt .embla {
  position: relative;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZZ0mfrwIt .embla {
    padding-bottom: 4rem;
  }
}
.cid-uZZ0mfrwIt .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uZZ0mfrwIt .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZZ0mfrwIt .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZZ0mfrwIt .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZZ0mfrwIt .mbr-section-title {
  color: #a6a99c;
  text-align: right;
}
.cid-uZZ0mfrwIt .item-tag {
  color: #000000;
  text-align: center;
}
.cid-uZZ0mfrwIt .item-name {
  color: #000000;
}
.cid-uZZ0mfrwIt .item-role {
  color: #000000;
}
.cid-uZZ0p9onBv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZZ0p9onBv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZZ0p9onBv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZZ0p9onBv .card {
  justify-content: flex-end;
}
.cid-uZZ0p9onBv .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uZZ0p9onBv .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uZZ0p9onBv .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-uZZ0p9onBv .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZZ0p9onBv .mbr-section-btn {
  margin-bottom: 40px;
}
.cid-uZZ0p9onBv .mbr-section-btn .btn::after,
.cid-uZZ0p9onBv .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #00bbf9, #9b5de5 150%);
}
.cid-uZZ0p9onBv .mbr-section-btn .btn:hover,
.cid-uZZ0p9onBv .mbr-section-btn .btn:focus {
  color: #d4b464 !important;
}
.cid-uZZ0p9onBv .mbr-section-btn .btn:hover::after,
.cid-uZZ0p9onBv .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #00bbf9, #9b5de5 150%);
  opacity: 1;
}
.cid-uZZ0p9onBv .items-wrapper {
  margin: 0 -20px;
}
.cid-uZZ0p9onBv .items-wrapper .item {
  margin-bottom: 40px;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uZZ0p9onBv .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uZZ0p9onBv .items-wrapper .item:hover .item-wrapper .item-img .image-wrap img,
.cid-uZZ0p9onBv .items-wrapper .item:focus .item-wrapper .item-img .image-wrap img {
  transform: scale(1.05) translateX(10px);
}
.cid-uZZ0p9onBv .items-wrapper .item:nth-child(2n) {
  transform: translateY(40px);
}
@media (max-width: 992px) {
  .cid-uZZ0p9onBv .items-wrapper .item:nth-child(2n) {
    transform: none;
  }
}
.cid-uZZ0p9onBv .items-wrapper .item .item-wrapper {
  position: relative;
  height: 100%;
  border: 2px solid #edefeb;
}
.cid-uZZ0p9onBv .items-wrapper .item .item-wrapper .item-img {
  position: relative;
  margin-bottom: -40px;
}
.cid-uZZ0p9onBv .items-wrapper .item .item-wrapper .item-img .image-wrap {
  overflow: hidden;
}
.cid-uZZ0p9onBv .items-wrapper .item .item-wrapper .item-img .image-wrap img {
  height: 310px;
  object-fit: cover;
  transition: all 0.3s ease;
  border-radius: 0 !important;
  transform: scale(1.05) translateX(0);
}
.cid-uZZ0p9onBv .items-wrapper .item .item-wrapper .date-wrapper {
  position: absolute;
  left: 3px;
  bottom: -20px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZZ0p9onBv .items-wrapper .item .item-wrapper .date-wrapper {
    bottom: -10px;
  }
}
.cid-uZZ0p9onBv .items-wrapper .item .item-wrapper .date-wrapper .item-date {
  display: inline-block;
  margin-bottom: 0;
  background-color: #050b1d;
  padding: 10px 25px;
  border-radius: 3rem;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uZZ0p9onBv .items-wrapper .item .item-wrapper .date-wrapper .item-date:hover,
.cid-uZZ0p9onBv .items-wrapper .item .item-wrapper .date-wrapper .item-date:focus {
  color: #00bbf9;
}
.cid-uZZ0p9onBv .items-wrapper .item .item-wrapper .item-content {
  padding: 80px 40px 40px 40px;
  background-color: #050b1d;
}
@media (max-width: 992px) {
  .cid-uZZ0p9onBv .items-wrapper .item .item-wrapper .item-content {
    padding: 80px 20px 20px 20px;
  }
}
.cid-uZZ0p9onBv .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all 0.3s ease;
}
.cid-uZZ0p9onBv .items-wrapper .item .item-wrapper .item-content .item-title:hover,
.cid-uZZ0p9onBv .items-wrapper .item .item-wrapper .item-content .item-title:focus {
  text-decoration-color: inherit;
}
.cid-uZZ0p9onBv .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-uZZ0p9onBv .items-wrapper .item .item-wrapper .item-content .tags-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uZZ0p9onBv .items-wrapper .item .item-wrapper .item-content .tags-wrapper .list .item-wrap {
  margin: 0 3px 3px 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uZZ0p9onBv .items-wrapper .item .item-wrapper .item-content .tags-wrapper .list .item-wrap:hover,
.cid-uZZ0p9onBv .items-wrapper .item .item-wrapper .item-content .tags-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uZZ0p9onBv .items-wrapper .item .item-wrapper .item-content .item-btn {
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-uZZ0p9onBv .items-wrapper .item .item-wrapper .item-content .item-btn .btn {
  margin-bottom: 0;
}
.cid-uZZ0p9onBv .mbr-section-title {
  color: #ffffff;
}
.cid-uZZ0p9onBv .mbr-tag {
  color: #d70081;
  text-align: left;
}
.cid-uZZ0p9onBv .item-date {
  color: #c7c7c7;
}
.cid-uZZ0p9onBv .item-title {
  color: #ffffff;
}
.cid-uZZ0p9onBv .item-text {
  color: #adadad;
}
.cid-uZZ0p9onBv .list {
  color: #adadad;
}
.cid-uZZ0p9onBv .main-btn {
  text-align: right;
}
.cid-uZZ0p9onBv .mbr-section-title,
.cid-uZZ0p9onBv .main-btn {
  color: #edefeb;
  text-align: left;
}
.cid-uZZ0p9onBv .item-date,
.cid-uZZ0p9onBv .date-wrapper {
  color: #FFFFFF;
  text-align: left;
}
.cid-uZZ0p9onBv .item-title,
.cid-uZZ0p9onBv .item-btn {
  color: #d4b464;
  text-align: left;
}
.cid-uZZ0sDWnbr {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZZ0sDWnbr .mbr-overlay {
  background-color: #000312;
  opacity: 0.9;
}
.cid-uZZ0sDWnbr textarea {
  min-height: 150px;
}
.cid-uZZ0sDWnbr input[name='yourSubject'] {
  margin-top: 1.5rem;
}
.cid-uZZ0sDWnbr textarea[name='yourMessage'] {
  margin-top: 0.3rem;
}
.cid-uZZ0sDWnbr .form-control,
.cid-uZZ0sDWnbr .field-input {
  padding: 1rem 0rem;
  background-color: #edefeb;
  border: none !important;
  border-bottom: 2px solid #e6b103 !important;
  border-color: #e6b103 !important;
  color: #052d4e !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-uZZ0sDWnbr .form-control input::-webkit-input-placeholder,
.cid-uZZ0sDWnbr .field-input input::-webkit-input-placeholder,
.cid-uZZ0sDWnbr .form-control textarea::-webkit-input-placeholder,
.cid-uZZ0sDWnbr .field-input textarea::-webkit-input-placeholder {
  color: #232323 !important;
}
.cid-uZZ0sDWnbr .form-control input:-moz-placeholder,
.cid-uZZ0sDWnbr .field-input input:-moz-placeholder,
.cid-uZZ0sDWnbr .form-control textarea:-moz-placeholder,
.cid-uZZ0sDWnbr .field-input textarea:-moz-placeholder {
  color: #232323 !important;
}
.cid-uZZ0sDWnbr .jq-number__spin:hover,
.cid-uZZ0sDWnbr .jq-number__spin:focus {
  background-color: #052d4e;
  border-color: #e9204f !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uZZ0sDWnbr .jq-number__spin {
  background-color: #edefeb;
  border-color: #e6b103 !important;
  color: #052d4e;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uZZ0sDWnbr .jq-selectbox li,
.cid-uZZ0sDWnbr .jq-selectbox li {
  background-color: #edefeb;
  color: #000000;
}
.cid-uZZ0sDWnbr .jq-selectbox li:hover,
.cid-uZZ0sDWnbr .jq-selectbox li.selected {
  background-color: #052d4e;
  color: #ffffff;
}
.cid-uZZ0sDWnbr .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uZZ0sDWnbr .jq-number__spin.minus:hover:after,
.cid-uZZ0sDWnbr .jq-number__spin.plus:hover:after {
  border-top-color: #edefeb;
  border-bottom-color: #edefeb;
}
.cid-uZZ0sDWnbr .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uZZ0sDWnbr .jq-number__spin.minus:after,
.cid-uZZ0sDWnbr .jq-number__spin.plus:after {
  border-top-color: #052d4e;
  border-bottom-color: #052d4e;
}
@media (max-width: 992px) {
  .cid-uZZ0sDWnbr .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
  .cid-uZZ0sDWnbr .social-list {
    margin-bottom: 3rem;
  }
  .cid-uZZ0sDWnbr .email-input {
    margin-top: 2rem;
  }
}
.cid-uZZ0sDWnbr .mbr-section-subtitle {
  color: #a96708;
  margin-bottom: 2.4rem;
  text-align: left;
}
.cid-uZZ0sDWnbr .mbr-text {
  color: #acacac;
  margin-bottom: 3.5rem;
}
.cid-uZZ0sDWnbr .mbr-iconfont-social {
  font-size: 1rem;
  color: #edefeb;
  margin-right: 0.6rem;
}
.cid-uZZ0sDWnbr .mbr-iconfont-social:before {
  padding: 1rem;
  border: 2px solid;
  border-radius: 100px;
  border-color: #a96708;
  transition: all 0.3s;
}
.cid-uZZ0sDWnbr .mbr-iconfont-social:hover {
  color: #a96708;
}
.cid-uZZ0sDWnbr .social-list {
  display: flex;
}
.cid-uZZ0sDWnbr .social-list a {
  transition: 0.3s;
}
.cid-uZZ0sDWnbr .social-list a:hover {
  transform: translateY(-8px);
}
.cid-uZZ0sDWnbr .row {
  align-items: center;
}
.cid-uZZ0sDWnbr .mbr-section-title {
  margin-bottom: 1.3rem;
}
.cid-uZZ0sDWnbr .btn {
  font-weight: bold;
  padding: 1rem 5.5rem;
}
.cid-uZZ0sDWnbr .form-btn {
  margin-top: 2.5rem;
}
.cid-uZZ0sDWnbr input::-webkit-input-placeholder,
.cid-uZZ0sDWnbr textarea::-webkit-input-placeholder {
  color: #232323 !important;
}
.cid-uZZ0sDWnbr input:-moz-placeholder,
.cid-uZZ0sDWnbr textarea:-moz-placeholder {
  color: #232323 !important;
}
@media (min-width: 992px) {
  .cid-uZZ0sDWnbr .media-content {
    padding-right: 3rem;
  }
  .cid-uZZ0sDWnbr .email-input {
    padding-left: 2.2rem;
  }
}
@media (min-width: 767px) {
  .cid-uZZ0sDWnbr .row {
    padding: 0 1rem;
  }
}
.cid-uZZ0sDWnbr .btn:hover {
  background-color: #a96708 !important;
  border-color: #a96708 !important;
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-uZZ0sDWnbr .form-btn {
    width: 100%;
  }
  .cid-uZZ0sDWnbr .btn {
    width: 100%;
  }
}
.cid-uZZ0sDWnbr H1 {
  text-align: left;
}
.cid-uZZ0sDWnbr .mbr-text,
.cid-uZZ0sDWnbr .mbr-section-btn {
  text-align: left;
}
.cid-uZZ0tXS8QO {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZZ0tXS8QO .svg-top {
  display: none;
}
.cid-uZZ0tXS8QO .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uZZ0tXS8QO .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #000312;
}
.cid-uZZ0tXS8QO .svg-top .st0 {
  fill: "file:///D:/%D8%A3%D8%AA%D9%88%D8%A7%D8%AC%20%D9%84%D9%84%D8%AA%D9%82%D9%86%D9%8A%D8%A9/website%20atwage/fs6/assets/images/bl3-725x416.png";
}
@media (max-width: 992px) {
  .cid-uZZ0tXS8QO .svg-top {
    width: 1000px;
  }
}
.cid-uZZ0tXS8QO .google-map {
  height: 35rem;
  position: relative;
}
.cid-uZZ0tXS8QO .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uZZ0tXS8QO .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uZZ0tXS8QO .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uZZ0tXS8QO .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uZZ0tXS8QO .mbr-section-title {
  color: #1a449a;
}
.cid-uZZ0tXS8QO .mbr-section-subtitle {
  color: #1a449a;
}
.cid-uZZ0xqX4D5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZZ0xqX4D5 [class^='socicon-']:before,
.cid-uZZ0xqX4D5 [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-uZZ0xqX4D5 .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #a96708;
  transition: all 0.3s;
  border-color: #a96708;
}
.cid-uZZ0xqX4D5 .btn-social:hover {
  background: #a96708;
}
.cid-uZZ0xqX4D5 .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-uZZ0xqX4D5 .btn-social:hover span {
  color: #ffffff !important;
}
.cid-uZZ0xqX4D5 .mbr-section-title {
  color: #2e6b75;
}
.cid-uZZ0xqX4D5 .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-uZZ0xqX4D5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZZ0xqX4D5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZZ0xqX4D5 .mbr-section-title,
.cid-uZZ0xqX4D5 .mbr-social-likes {
  color: #edefeb;
}
.cid-v0PDfobnpt {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0PDfobnpt .content {
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}
@media (max-width: 1024px) {
  .cid-v0PDfobnpt .content {
    flex-wrap: wrap;
  }
}
.cid-v0PDfobnpt h2,
.cid-v0PDfobnpt h4,
.cid-v0PDfobnpt h3,
.cid-v0PDfobnpt h6,
.cid-v0PDfobnpt p,
.cid-v0PDfobnpt ul {
  margin: 0;
}
.cid-v0PDfobnpt ul {
  padding: 0;
  list-style-type: none;
}
.cid-v0PDfobnpt .heading {
  width: 35%;
  margin-bottom: 37px;
}
@media (max-width: 1024px) {
  .cid-v0PDfobnpt .heading {
    width: 100%;
  }
}
.cid-v0PDfobnpt .heading-inner {
  max-width: 476px;
}
.cid-v0PDfobnpt .mbr-section-title {
  color: #a6a99c;
  text-align: center;
}
.cid-v0PDfobnpt .mbr-section-subtitle {
  color: #edefeb;
  text-align: center;
}
.cid-v0PDfobnpt .cards {
  width: 65%;
  display: flex;
}
@media (max-width: 1024px) {
  .cid-v0PDfobnpt .cards {
    width: 100%;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-v0PDfobnpt .cards {
    flex-direction: column;
    padding-top: 0px;
  }
}
.cid-v0PDfobnpt .card {
  width: 34%;
}
@media (max-width: 1024px) {
  .cid-v0PDfobnpt .card {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v0PDfobnpt .card {
    width: 100%;
    padding-top: 30px;
  }
}
.cid-v0PDfobnpt .mbr-card-title {
  color: #a96708;
  margin-bottom: 3px;
  text-align: center;
}
.cid-v0PDfobnpt .mbr-card-subtitle {
  color: #6b6b6b;
}
.cid-v0PDfobnpt .list {
  padding-top: 5px;
  margin-bottom: 24px;
  color: #ffffff;
  text-align: center;
}
.cid-uZZ0zWkJj1 {
  background-color: #000312;
}
.cid-uZZ0zWkJj1 .content {
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
}
.cid-uZZ0zWkJj1 .content img {
  width: 43px;
  height: 43px;
  object-fit: cover;
  margin-right: 15px;
}
.cid-uZZ0zWkJj1 .content p {
  margin: 0;
}
.cid-uZZ0zWkJj1 .mbr-text {
  color: #ffffff;
}
.cid-v0MqKN8j4Z {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v0MqKN8j4Z .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v0MqKN8j4Z .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v0MqKN8j4Z .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v0MqKN8j4Z .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-v0MqKN8j4Z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0MqKN8j4Z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0MqKN8j4Z .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-v0MqKN8j4Z .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v0MqKN8j4Z .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v0MqKN8j4Z .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-v0MqKN8j4Z .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v0MqKN8j4Z .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v0MqKN8j4Z .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v0MqKN8j4Z .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v0MqKN8j4Z .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v0MqKN8j4Z .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v0MqKN8j4Z .nav-link:hover {
  color: #ffffff !important;
}
.cid-v0MqKN8j4Z .nav-link:hover::before {
  width: 100%;
}
.cid-v0MqKN8j4Z .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-v0MqKN8j4Z .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v0MqKN8j4Z .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v0MqKN8j4Z .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-v0MqKN8j4Z .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v0MqKN8j4Z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v0MqKN8j4Z .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 3, 18, 0.5) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  margin-top: 1rem;
  background-color: #000312;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-v0MqKN8j4Z .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-v0MqKN8j4Z .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-v0MqKN8j4Z .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-v0MqKN8j4Z .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v0MqKN8j4Z .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000312;
  background: rgba(0, 3, 18, 0.5) !important;
}
.cid-v0MqKN8j4Z .nav-item:focus,
.cid-v0MqKN8j4Z .nav-link:focus {
  outline: none;
}
.cid-v0MqKN8j4Z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0MqKN8j4Z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0MqKN8j4Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0MqKN8j4Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0MqKN8j4Z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0MqKN8j4Z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0MqKN8j4Z .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v0MqKN8j4Z .navbar.opened {
  transition: all 0.3s;
}
.cid-v0MqKN8j4Z .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0MqKN8j4Z .navbar .navbar-logo img {
  width: auto;
}
.cid-v0MqKN8j4Z .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-v0MqKN8j4Z .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-v0MqKN8j4Z .navbar.collapsed {
  justify-content: center;
}
.cid-v0MqKN8j4Z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0MqKN8j4Z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0MqKN8j4Z .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-v0MqKN8j4Z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0MqKN8j4Z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0MqKN8j4Z .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v0MqKN8j4Z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0MqKN8j4Z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0MqKN8j4Z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v0MqKN8j4Z .navbar {
    min-height: 72px;
  }
  .cid-v0MqKN8j4Z .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v0MqKN8j4Z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0MqKN8j4Z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0MqKN8j4Z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0MqKN8j4Z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0MqKN8j4Z .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v0MqKN8j4Z .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0MqKN8j4Z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v0MqKN8j4Z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0MqKN8j4Z .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0MqKN8j4Z .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v0MqKN8j4Z .dropdown-item.active,
.cid-v0MqKN8j4Z .dropdown-item:active {
  background-color: transparent;
}
.cid-v0MqKN8j4Z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0MqKN8j4Z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0MqKN8j4Z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0MqKN8j4Z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000312;
}
.cid-v0MqKN8j4Z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v0MqKN8j4Z .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v0MqKN8j4Z ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0MqKN8j4Z .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v0MqKN8j4Z .navbar-buttons {
    text-align: left;
  }
}
.cid-v0MqKN8j4Z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0MqKN8j4Z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v0MqKN8j4Z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0MqKN8j4Z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0MqKN8j4Z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0MqKN8j4Z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0MqKN8j4Z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0MqKN8j4Z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0MqKN8j4Z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0MqKN8j4Z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0MqKN8j4Z .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v0MqKN8j4Z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0MqKN8j4Z .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v0MqKN8j4Z .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0MqKN8j4Z .navbar {
    height: 70px;
  }
  .cid-v0MqKN8j4Z .navbar.opened {
    height: auto;
  }
  .cid-v0MqKN8j4Z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0MqKN8j4Z .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v0MqKN8j4Z .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v0MqKN8j4Z .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v0MqKN8j4Z .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v0MqKN8j4Z .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v0MqKN8j4Z .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v0MqKN8j4Z .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v0MqKN8j4Z .navbar-brand {
    margin-right: auto;
  }
  .cid-v0MqKN8j4Z .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000312;
    opacity: 1;
    border-color: rgba(0, 3, 18, 0.5) !important;
    background: rgba(0, 3, 18, 0.5) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v0MqKN8j4Z .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v0MqKN8j4Z .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v0MqKN8j4Z .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v0MqKN8j4Z .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v0MqKN8j4Z .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v0MqKN8j4Z .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v0MqKN8j4Z .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v0MqKN8j4Z .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v0MqKN8j4Z .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v0MqKN8j4Z .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v0MqKN8j4Z .navbar-brand,
.cid-v0MqKN8j4Z .navbar-toggler,
.cid-v0MqKN8j4Z .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-v0Mp22fdoN {
  padding-top: 11rem;
  padding-bottom: 4rem;
}
.cid-v0Mp22fdoN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0Mp22fdoN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-v0Mp22fdoN .content-wrapper .mbr-label {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v0Mp22fdoN .content-wrapper .mbr-label {
    margin-bottom: 40px;
  }
}
.cid-v0Mp22fdoN .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v0Mp22fdoN .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 1440px) {
  .cid-v0Mp22fdoN .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-v0Mp22fdoN .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0Mp22fdoN .mbr-label {
  color: #a96708;
  text-align: center;
}
.cid-v0Mp22fdoN .mbr-section-title {
  color: #ffffff;
}
.cid-v0Mp22fdoN .mbr-text {
  color: #ffffff;
}
.cid-v0Mp22fdoN .mbr-section-title,
.cid-v0Mp22fdoN .mbr-section-btn {
  text-align: center;
}
.cid-v0Mp22fdoN .mbr-text,
.cid-v0Mp22fdoN .text-wrapper {
  text-align: center;
}
.cid-uZIPqEbKBg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZIPqEbKBg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZIPqEbKBg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZIPqEbKBg .row {
  justify-content: center;
}
.cid-uZIPqEbKBg .content-wrapper {
  top: 30px;
  position: sticky;
}
@media (max-width: 992px) {
  .cid-uZIPqEbKBg .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uZIPqEbKBg .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uZIPqEbKBg .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uZIPqEbKBg .content-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #d4b464;
}
.cid-uZIPqEbKBg .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZIPqEbKBg .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uZIPqEbKBg .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
.cid-uZIPqEbKBg .panel-group {
  margin-left: 54px;
  margin-left: 0;
  margin-right: 54px;
}
@media (max-width: 1440px) {
  .cid-uZIPqEbKBg .panel-group {
    padding: 60px 40px;
    margin-left: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uZIPqEbKBg .panel-group {
    padding: 30px 16px;
    margin-left: 0;
  }
}
@media (max-width: 1440px) {
  .cid-uZIPqEbKBg .panel-group {
    margin-right: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uZIPqEbKBg .panel-group {
    margin-right: 0;
  }
}
.cid-uZIPqEbKBg .panel-group .card {
  position: relative;
  padding: 40px;
  margin-top: 26px;
  background-color: #050b1d;
}
@media (max-width: 992px) {
  .cid-uZIPqEbKBg .panel-group .card {
    padding: 30px 16px;
    margin-top: 16px;
  }
}
.cid-uZIPqEbKBg .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uZIPqEbKBg .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uZIPqEbKBg .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uZIPqEbKBg .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uZIPqEbKBg .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 30px;
  height: 30px;
  min-width: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZIPqEbKBg .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uZIPqEbKBg .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  color: #d4b464;
}
.cid-uZIPqEbKBg .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uZIPqEbKBg .panel-group .card .panel-collapse .panel-body {
  margin: 80px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uZIPqEbKBg .panel-group .card .panel-collapse .panel-body {
    margin: 30px 0 0 0;
  }
}
.cid-uZIPqEbKBg .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZIPqEbKBg .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uZIPqEbKBg .mbr-label,
.cid-uZIPqEbKBg .label-wrapper {
  color: #d4b464;
  text-align: right;
}
.cid-uZIPqEbKBg .mbr-section-title {
  color: #fff7ee;
}
.cid-uZIPqEbKBg .mbr-text,
.cid-uZIPqEbKBg .text-wrapper {
  color: #fff7ee;
}
.cid-uZIPqEbKBg .panel-title-edit {
  color: #d4b464;
  text-align: right;
}
.cid-uZIPqEbKBg .panel-text {
  color: #151e11;
}
.cid-uZIPqEbKBg .mbr-section-title,
.cid-uZIPqEbKBg .title-wrapper {
  text-align: right;
}
.cid-uZIPqEbKBg .panel-text,
.cid-uZIPqEbKBg .panel-body {
  text-align: right;
  color: #edefeb;
}
.cid-v0MpF5A8cN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0MpF5A8cN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0MpF5A8cN .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-v0MpF5A8cN .container {
    padding: 0 22px;
  }
}
.cid-v0MpF5A8cN .row {
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 -6px;
}
.cid-v0MpF5A8cN .row .card {
  padding: 0 6px;
  justify-content: center;
}
.cid-v0MpF5A8cN .row .title-wrapper {
  position: absolute;
  z-index: 1;
  background-color: #050b1d;
  padding: 24px 80px;
  border-radius: 80px;
  width: fit-content;
}
@media (max-width: 992px) {
  .cid-v0MpF5A8cN .row .title-wrapper {
    position: static;
    padding: 32px;
    width: 100%;
  }
}
.cid-v0MpF5A8cN .row .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v0MpF5A8cN .image-wrapper {
  margin-bottom: 12px;
}
.cid-v0MpF5A8cN .image-wrapper img {
  height: 560px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v0MpF5A8cN .image-wrapper img {
    height: 350px;
  }
}
.cid-v0MpF5A8cN .image-wrap {
  margin-bottom: 12px;
}
.cid-v0MpF5A8cN .image-wrap img {
  height: 560px;
  object-fit: cover;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-v0MpF5A8cN .image-wrap img {
    height: 350px;
  }
}
.cid-v0MpF5A8cN .content-wrapper {
  padding: 55px 0;
}
@media (max-width: 992px) {
  .cid-v0MpF5A8cN .content-wrapper {
    padding: 32px 0;
  }
}
.cid-v0MpF5A8cN .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-v0MpF5A8cN .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-v0MpF5A8cN .mbr-section-title {
  color: #f4e9a5;
  text-align: center;
}
.cid-v0MpF5A8cN .mbr-desc {
  color: #edefeb;
  text-align: right;
}
.cid-v0MpF5A8cN .mbr-text {
  color: #000000;
}
.cid-v0MpF5A8cN .mbr-text,
.cid-v0MpF5A8cN .mbr-section-btn {
  text-align: right;
  color: #edefeb;
}
.cid-uZIPtz90px {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZIPtz90px .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZIPtz90px .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-uZIPtz90px .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uZIPtz90px .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uZIPtz90px .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: #050b1d;
  border: 1px solid #d4b464;
  border-radius: 0;
  margin-top: 12px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZIPtz90px .panel-group .card {
    padding: 16px;
  }
}
.cid-uZIPtz90px .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uZIPtz90px .panel-group .card:hover,
.cid-uZIPtz90px .panel-group .card:focus {
  border: 1px solid #e6b103;
}
.cid-uZIPtz90px .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uZIPtz90px .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uZIPtz90px .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uZIPtz90px .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: #ffffff;
}
.cid-uZIPtz90px .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #a96708;
}
.cid-uZIPtz90px .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uZIPtz90px .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #e6b103;
}
.cid-uZIPtz90px .panel-group .card .panel-collapse .panel-body {
  margin-top: 16px;
}
.cid-uZIPtz90px .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uZIPtz90px .mbr-section-title {
  color: #ffffff;
}
.cid-uZIPtz90px .panel-title-edit {
  color: #d4b464;
  text-align: right;
}
.cid-uZIPtz90px .panel-text {
  color: #f7f7f7;
  text-align: right;
}
.cid-uZIPtz90px .mbr-section-title,
.cid-uZIPtz90px .mbr-section-btn {
  color: #edefeb;
  text-align: right;
}
.cid-uZIPwfJVVt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZIPwfJVVt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZIPwfJVVt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZIPwfJVVt .item {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-uZIPwfJVVt .item {
    margin-bottom: 16px;
  }
}
.cid-uZIPwfJVVt .item .item-wrapper .item-img img {
  height: 420px;
  object-fit: cover;
  transform: rotate(6deg);
}
@media (max-width: 992px) {
  .cid-uZIPwfJVVt .item .item-wrapper .item-img img {
    transform: none;
    height: 250px;
  }
}
.cid-uZIPwfJVVt .item .card_1 {
  padding: 40px 32px 0 64px;
}
@media (max-width: 992px) {
  .cid-uZIPwfJVVt .item .card_1 {
    padding: 0;
  }
}
.cid-uZIPwfJVVt .item .card_1 .item-img img {
  height: 380px;
}
@media (max-width: 992px) {
  .cid-uZIPwfJVVt .item .card_1 .item-img img {
    height: 250px;
  }
}
.cid-uZIPwfJVVt .desc-wrapper .desc-wrap {
  display: inline-flex;
  width: 50%;
  position: relative;
  padding: 46px 32px;
  background-color: #050b1d;
  margin-top: -5rem;
  transform: rotate(-6deg);
}
@media (max-width: 992px) {
  .cid-uZIPwfJVVt .desc-wrapper .desc-wrap {
    margin-left: 0;
    padding: 32px 22px;
    width: 100%;
    margin-top: 0;
    transform: none;
  }
}
.cid-uZIPwfJVVt .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uZIPwfJVVt .mbr-desc,
.cid-uZIPwfJVVt .desc-wrapper {
  color: #f4e9a5;
  text-align: center;
}
.cid-v0Mtpmo6LJ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.cid-v0Mtpmo6LJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0Mtpmo6LJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0Mtpmo6LJ .mbr-section-head {
  margin-bottom: 20px;
  width: 100%;
}
.cid-v0Mtpmo6LJ .mbr-section-title {
  color: #a0e2e1;
}
.cid-v0Mtpmo6LJ .mbr-section-subtitle {
  color: #f8f8f4;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-v0Mtpmo6LJ .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-v0Mtpmo6LJ .card-row {
  align-items: stretch;
}
.cid-v0Mtpmo6LJ .card {
  margin: 15px 0;
}
.cid-v0Mtpmo6LJ .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 40px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #000312, #050b1d);
  box-shadow: 10px 10px 19px #052d4e, -10px -10px 19px #050b1d;
}
@media (max-width: 1199px) {
  .cid-v0Mtpmo6LJ .card-wrapper {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .cid-v0Mtpmo6LJ .card-wrapper {
    padding: 20px;
  }
}
.cid-v0Mtpmo6LJ .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 5;
  height: 100%;
}
.cid-v0Mtpmo6LJ .card-head {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}
.cid-v0Mtpmo6LJ .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 10px;
  padding: 7px;
  min-width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #d4b464;
}
.cid-v0Mtpmo6LJ .iconfont-wrapper .mbr-iconfont {
  font-size: 36px;
  color: #eb1964;
}
.cid-v0Mtpmo6LJ .card-head-text {
  flex-grow: 1;
}
.cid-v0Mtpmo6LJ .name-title {
  color: #a0e2e1;
  text-align: right;
}
.cid-v0Mtpmo6LJ .name-text {
  color: #FF014E;
}
.cid-v0Mtpmo6LJ .card-title {
  color: #FFFFFF;
  margin-bottom: 20px;
  transition: .5s all;
}
.cid-v0Mtpmo6LJ .card-text {
  color: #ffffff;
  opacity: 0.75;
  margin-bottom: 36px;
  transition: .5s all;
  text-align: center;
}
.cid-v0Mtpmo6LJ .score-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: auto;
  margin-right: auto;
  padding-top: 4px;
}
.cid-v0Mtpmo6LJ .score-container .score-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
}
.cid-v0Mtpmo6LJ .score-container .score-wrapper .mbr-iconfont {
  font-size: 12px;
  color: #ff014e;
}
.cid-uZIPBU9sDT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZIPBU9sDT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZIPBU9sDT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZIPBU9sDT .items-wrapper {
  justify-content: space-between;
  margin: 0 -5px;
}
.cid-uZIPBU9sDT .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uZIPBU9sDT .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uZIPBU9sDT .panel-group .card {
  position: relative;
  padding: 32px;
  margin-top: 8px;
  background-color: #050b1d;
}
@media (max-width: 992px) {
  .cid-uZIPBU9sDT .panel-group .card {
    padding: 24px;
    margin-top: 16px;
  }
}
.cid-uZIPBU9sDT .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uZIPBU9sDT .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uZIPBU9sDT .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uZIPBU9sDT .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uZIPBU9sDT .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uZIPBU9sDT .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uZIPBU9sDT .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #ffa600;
}
.cid-uZIPBU9sDT .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uZIPBU9sDT .panel-group .card .card-header .panel-title:hover .icon-wrapper,
.cid-uZIPBU9sDT .panel-group .card .card-header .panel-title:focus .icon-wrapper {
  opacity: .3;
}
.cid-uZIPBU9sDT .panel-group .card .panel-collapse .panel-body {
  margin: 32px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uZIPBU9sDT .panel-group .card .panel-collapse .panel-body {
    margin: 24px 0 0 0;
  }
}
.cid-uZIPBU9sDT .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZIPBU9sDT .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uZIPBU9sDT .card {
  justify-content: space-between;
}
.cid-uZIPBU9sDT .mbr-section-title {
  color: #f4e9a5;
  text-align: center;
}
.cid-uZIPBU9sDT .panel-title-edit {
  color: #f4e9a5;
  text-align: right;
}
.cid-uZIPBU9sDT .panel-text {
  color: #f24d4a;
}
.cid-uZIPBU9sDT .panel-text,
.cid-uZIPBU9sDT .panel-body {
  color: #edefeb;
  text-align: right;
}
.cid-v0MuqS7PIE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0MuqS7PIE .stats-item {
  padding: 80px 10px;
  background-color: #050b1d;
  display: flex;
  justify-content: center;
}
.cid-v0MuqS7PIE .stats-item:hover .mbr-iconfont::before {
  -webkit-animation: updown 0.45s ease-in-out 0.1s;
  animation: updown 0.45s ease-in-out 0.1s;
  display: block;
}
.cid-v0MuqS7PIE .stats-item > span {
  transition: all 0.3s ease-in-out;
}
.cid-v0MuqS7PIE .heading {
  color: #ffffff;
}
.cid-v0MuqS7PIE .counter {
  text-align: center;
  color: #ffffff;
}
.cid-v0MuqS7PIE .mbr-iconfont {
  font-size: 45px;
  align-self: center;
  margin-bottom: 22px;
  border: 2px dashed #ffeb69;
  border-radius: 50%;
  padding: 35.5px;
}
.cid-v0MuqS7PIE .mbr-card-title,
.cid-v0MuqS7PIE .mbr-iconfont {
  text-align: center;
  color: #ffffff;
  display: block;
}
@media (max-width: 768px) {
  .cid-v0MuqS7PIE .stats-item {
    padding: 30px 25px;
  }
}
@-webkit-keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-v0MuqS7PIE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0MuqS7PIE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0MuqS7PIE .stats-item .common-wrap .fld-wrap .mbr-card-title,
.cid-v0MuqS7PIE .mbr-iconfont {
  color: #ffffff;
}
.cid-v0MuqS7PIE .stats-item .common-wrap .fld-wrap .counter {
  color: #eb1964;
}
.cid-v0MusiAaiF {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0MusiAaiF .mbr-overlay {
  background: #000312;
  opacity: 0.9;
}
@media (max-width: 992px) {
  .cid-v0MusiAaiF .container {
    padding: 0 22px;
  }
}
.cid-v0MusiAaiF .title-wrapper .mbr-section-title {
  width: 65%;
  margin-bottom: 55px;
}
@media (max-width: 992px) {
  .cid-v0MusiAaiF .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-v0MusiAaiF .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 460px;
  max-width: 460px;
  padding: 0 6px;
}
@media (max-width: 768px) {
  .cid-v0MusiAaiF .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v0MusiAaiF .embla__slide:nth-child(2n) .slide-content .item-wrapper {
  background-color: #c3c3c3;
}
.cid-v0MusiAaiF .embla__slide:nth-child(3n) .slide-content .item-wrapper {
  background-color: #a0e1e1;
}
.cid-v0MusiAaiF .embla__slide .slide-content {
  border-radius: 16px !important;
  width: 100%;
}
.cid-v0MusiAaiF .embla__slide .slide-content .item-wrapper {
  border-radius: 16px !important;
  background-color: #f0deb2;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-v0MusiAaiF .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-v0MusiAaiF .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .cid-v0MusiAaiF .embla__slide .slide-content .item-wrapper .item-img {
    display: block;
  }
}
.cid-v0MusiAaiF .embla__slide .slide-content .item-wrapper .item-img .image-wrapper {
  height: 160px;
  width: 160px;
}
@media (max-width: 768px) {
  .cid-v0MusiAaiF .embla__slide .slide-content .item-wrapper .item-img .image-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-v0MusiAaiF .embla__slide .slide-content .item-wrapper .item-img .image-wrapper img {
  height: 160px;
  width: 160px;
  object-fit: cover;
  border-radius: 10px !important;
}
.cid-v0MusiAaiF .embla__slide .slide-content .item-wrapper .item-img .image-wrapper a {
  width: 160px;
  height: 160px;
}
.cid-v0MusiAaiF .embla__slide .slide-content .item-wrapper .item-img .tag-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
}
.cid-v0MusiAaiF .embla__slide .slide-content .item-wrapper .item-img .tag-wrapper .item-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 1px solid #000000;
  border-radius: 15px;
  width: fit-content;
}
.cid-v0MusiAaiF .embla__slide .slide-content .item-wrapper .item-img .tag-wrapper .icon-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .cid-v0MusiAaiF .embla__slide .slide-content .item-wrapper .item-img .tag-wrapper .icon-wrapper {
    justify-content: flex-start;
  }
}
.cid-v0MusiAaiF .embla__slide .slide-content .item-wrapper .item-img .tag-wrapper .icon-wrapper:hover .mbr-iconfont,
.cid-v0MusiAaiF .embla__slide .slide-content .item-wrapper .item-img .tag-wrapper .icon-wrapper:focus .mbr-iconfont {
  color: #ff5753;
}
.cid-v0MusiAaiF .embla__slide .slide-content .item-wrapper .item-img .tag-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 26px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-v0MusiAaiF .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-v0MusiAaiF .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-v0MusiAaiF .embla__slide .slide-content .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-v0MusiAaiF .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn {
  margin-top: 26px;
  border-top: 1px solid #000000;
  padding-top: 16px;
  margin-left: 0;
  margin-right: 0;
}
.cid-v0MusiAaiF .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0MusiAaiF .embla__button--next,
.cid-v0MusiAaiF .embla__button--prev {
  display: flex;
}
.cid-v0MusiAaiF .embla__button {
  top: -3.5rem;
  width: 48px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  color: #eb1964 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-v0MusiAaiF .embla__button {
    top: auto;
    bottom: 0;
  }
}
.cid-v0MusiAaiF .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v0MusiAaiF .embla__button:hover {
  color: #ff5753 !important;
}
.cid-v0MusiAaiF .embla__button.embla__button--prev {
  right: 22%;
}
@media (max-width: 992px) {
  .cid-v0MusiAaiF .embla__button.embla__button--prev {
    right: 6rem;
  }
}
.cid-v0MusiAaiF .embla__button.embla__button--next {
  right: 16%;
}
@media (max-width: 992px) {
  .cid-v0MusiAaiF .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-v0MusiAaiF .embla {
  position: relative;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v0MusiAaiF .embla {
    padding-bottom: 4rem;
  }
}
.cid-v0MusiAaiF .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-v0MusiAaiF .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v0MusiAaiF .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v0MusiAaiF .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v0MusiAaiF .mbr-section-title {
  color: #a6a99c;
  text-align: right;
}
.cid-v0MusiAaiF .item-tag {
  color: #000000;
  text-align: center;
}
.cid-v0MusiAaiF .item-name {
  color: #000000;
}
.cid-v0MusiAaiF .item-role {
  color: #000000;
}
.cid-v0Muu0qGYN {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0Muu0qGYN .mbr-overlay {
  background-color: #000312;
  opacity: 0.9;
}
.cid-v0Muu0qGYN textarea {
  min-height: 150px;
}
.cid-v0Muu0qGYN input[name='yourSubject'] {
  margin-top: 1.5rem;
}
.cid-v0Muu0qGYN textarea[name='yourMessage'] {
  margin-top: 0.3rem;
}
.cid-v0Muu0qGYN .form-control,
.cid-v0Muu0qGYN .field-input {
  padding: 1rem 0rem;
  background-color: #edefeb;
  border: none !important;
  border-bottom: 2px solid #e6b103 !important;
  border-color: #e6b103 !important;
  color: #052d4e !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-v0Muu0qGYN .form-control input::-webkit-input-placeholder,
.cid-v0Muu0qGYN .field-input input::-webkit-input-placeholder,
.cid-v0Muu0qGYN .form-control textarea::-webkit-input-placeholder,
.cid-v0Muu0qGYN .field-input textarea::-webkit-input-placeholder {
  color: #232323 !important;
}
.cid-v0Muu0qGYN .form-control input:-moz-placeholder,
.cid-v0Muu0qGYN .field-input input:-moz-placeholder,
.cid-v0Muu0qGYN .form-control textarea:-moz-placeholder,
.cid-v0Muu0qGYN .field-input textarea:-moz-placeholder {
  color: #232323 !important;
}
.cid-v0Muu0qGYN .jq-number__spin:hover,
.cid-v0Muu0qGYN .jq-number__spin:focus {
  background-color: #052d4e;
  border-color: #e9204f !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-v0Muu0qGYN .jq-number__spin {
  background-color: #edefeb;
  border-color: #e6b103 !important;
  color: #052d4e;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v0Muu0qGYN .jq-selectbox li,
.cid-v0Muu0qGYN .jq-selectbox li {
  background-color: #edefeb;
  color: #000000;
}
.cid-v0Muu0qGYN .jq-selectbox li:hover,
.cid-v0Muu0qGYN .jq-selectbox li.selected {
  background-color: #052d4e;
  color: #ffffff;
}
.cid-v0Muu0qGYN .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-v0Muu0qGYN .jq-number__spin.minus:hover:after,
.cid-v0Muu0qGYN .jq-number__spin.plus:hover:after {
  border-top-color: #edefeb;
  border-bottom-color: #edefeb;
}
.cid-v0Muu0qGYN .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-v0Muu0qGYN .jq-number__spin.minus:after,
.cid-v0Muu0qGYN .jq-number__spin.plus:after {
  border-top-color: #052d4e;
  border-bottom-color: #052d4e;
}
@media (max-width: 992px) {
  .cid-v0Muu0qGYN .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
  .cid-v0Muu0qGYN .social-list {
    margin-bottom: 3rem;
  }
  .cid-v0Muu0qGYN .email-input {
    margin-top: 2rem;
  }
}
.cid-v0Muu0qGYN .mbr-section-subtitle {
  color: #a96708;
  margin-bottom: 2.4rem;
  text-align: right;
}
.cid-v0Muu0qGYN .mbr-text {
  color: #acacac;
  margin-bottom: 3.5rem;
}
.cid-v0Muu0qGYN .mbr-iconfont-social {
  font-size: 1rem;
  color: #edefeb;
  margin-right: 0.6rem;
}
.cid-v0Muu0qGYN .mbr-iconfont-social:before {
  padding: 1rem;
  border: 2px solid;
  border-radius: 100px;
  border-color: #a96708;
  transition: all 0.3s;
}
.cid-v0Muu0qGYN .mbr-iconfont-social:hover {
  color: #a96708;
}
.cid-v0Muu0qGYN .social-list {
  display: flex;
}
.cid-v0Muu0qGYN .social-list a {
  transition: 0.3s;
}
.cid-v0Muu0qGYN .social-list a:hover {
  transform: translateY(-8px);
}
.cid-v0Muu0qGYN .row {
  align-items: center;
}
.cid-v0Muu0qGYN .mbr-section-title {
  margin-bottom: 1.3rem;
}
.cid-v0Muu0qGYN .btn {
  font-weight: bold;
  padding: 1rem 5.5rem;
}
.cid-v0Muu0qGYN .form-btn {
  margin-top: 2.5rem;
}
.cid-v0Muu0qGYN input::-webkit-input-placeholder,
.cid-v0Muu0qGYN textarea::-webkit-input-placeholder {
  color: #232323 !important;
}
.cid-v0Muu0qGYN input:-moz-placeholder,
.cid-v0Muu0qGYN textarea:-moz-placeholder {
  color: #232323 !important;
}
@media (min-width: 992px) {
  .cid-v0Muu0qGYN .media-content {
    padding-right: 3rem;
  }
  .cid-v0Muu0qGYN .email-input {
    padding-left: 2.2rem;
  }
}
@media (min-width: 767px) {
  .cid-v0Muu0qGYN .row {
    padding: 0 1rem;
  }
}
.cid-v0Muu0qGYN .btn:hover {
  background-color: #a96708 !important;
  border-color: #a96708 !important;
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-v0Muu0qGYN .form-btn {
    width: 100%;
  }
  .cid-v0Muu0qGYN .btn {
    width: 100%;
  }
}
.cid-v0Muu0qGYN H1 {
  text-align: right;
}
.cid-v0Muu0qGYN .mbr-text,
.cid-v0Muu0qGYN .mbr-section-btn {
  text-align: right;
}
.cid-v0MuMwFChc {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background: #000312;
}
.cid-v0MuMwFChc .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-v0MuMwFChc .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #000312;
}
.cid-v0MuMwFChc .svg-top .st0 {
  fill: #000312;
}
@media (max-width: 992px) {
  .cid-v0MuMwFChc .svg-top {
    width: 1000px;
  }
}
.cid-v0MuMwFChc .google-map {
  height: 35rem;
  position: relative;
}
.cid-v0MuMwFChc .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v0MuMwFChc .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-v0MuMwFChc .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v0MuMwFChc .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v0MuMwFChc .mbr-section-title {
  color: #1a449a;
}
.cid-v0MuMwFChc .mbr-section-subtitle {
  color: #1a449a;
}
.cid-v0MuyT3zsv {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0MuyT3zsv [class^='socicon-']:before,
.cid-v0MuyT3zsv [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-v0MuyT3zsv .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #a96708;
  transition: all 0.3s;
  border-color: #a96708;
}
.cid-v0MuyT3zsv .btn-social:hover {
  background: #a96708;
}
.cid-v0MuyT3zsv .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-v0MuyT3zsv .btn-social:hover span {
  color: #ffffff !important;
}
.cid-v0MuyT3zsv .mbr-section-title {
  color: #2e6b75;
}
.cid-v0MuyT3zsv .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-v0MuyT3zsv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0MuyT3zsv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0MuyT3zsv .mbr-section-title,
.cid-v0MuyT3zsv .mbr-social-likes {
  color: #edefeb;
}
.cid-v0N3FebFyQ {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0N3FebFyQ .content {
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}
@media (max-width: 1024px) {
  .cid-v0N3FebFyQ .content {
    flex-wrap: wrap;
  }
}
.cid-v0N3FebFyQ h2,
.cid-v0N3FebFyQ h4,
.cid-v0N3FebFyQ h3,
.cid-v0N3FebFyQ h6,
.cid-v0N3FebFyQ p,
.cid-v0N3FebFyQ ul {
  margin: 0;
}
.cid-v0N3FebFyQ ul {
  padding: 0;
  list-style-type: none;
}
.cid-v0N3FebFyQ .heading {
  width: 35%;
  margin-bottom: 37px;
}
@media (max-width: 1024px) {
  .cid-v0N3FebFyQ .heading {
    width: 100%;
  }
}
.cid-v0N3FebFyQ .heading-inner {
  max-width: 476px;
}
.cid-v0N3FebFyQ .mbr-section-title {
  color: #a6a99c;
  text-align: center;
}
.cid-v0N3FebFyQ .mbr-section-subtitle {
  color: #edefeb;
  text-align: center;
}
.cid-v0N3FebFyQ .cards {
  width: 65%;
  display: flex;
}
@media (max-width: 1024px) {
  .cid-v0N3FebFyQ .cards {
    width: 100%;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-v0N3FebFyQ .cards {
    flex-direction: column;
    padding-top: 0px;
  }
}
.cid-v0N3FebFyQ .card {
  width: 34%;
}
@media (max-width: 1024px) {
  .cid-v0N3FebFyQ .card {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v0N3FebFyQ .card {
    width: 100%;
    padding-top: 30px;
  }
}
.cid-v0N3FebFyQ .mbr-card-title {
  color: #a96708;
  margin-bottom: 3px;
  text-align: center;
}
.cid-v0N3FebFyQ .mbr-card-subtitle {
  color: #6b6b6b;
}
.cid-v0N3FebFyQ .list {
  padding-top: 5px;
  margin-bottom: 24px;
  color: #6b6b6b;
  text-align: center;
}
.cid-v0MuOFAKVJ {
  background-color: #000312;
}
.cid-v0MuOFAKVJ .content {
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
}
.cid-v0MuOFAKVJ .content img {
  width: 43px;
  height: 43px;
  object-fit: cover;
  margin-right: 15px;
}
.cid-v0MuOFAKVJ .content p {
  margin: 0;
}
.cid-v0MuOFAKVJ .mbr-text {
  color: #ffffff;
}
.cid-v0MyETmWDJ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v0MyETmWDJ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v0MyETmWDJ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v0MyETmWDJ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v0MyETmWDJ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-v0MyETmWDJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0MyETmWDJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0MyETmWDJ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-v0MyETmWDJ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v0MyETmWDJ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v0MyETmWDJ .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-v0MyETmWDJ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v0MyETmWDJ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v0MyETmWDJ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v0MyETmWDJ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v0MyETmWDJ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v0MyETmWDJ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v0MyETmWDJ .nav-link:hover {
  color: #ffffff !important;
}
.cid-v0MyETmWDJ .nav-link:hover::before {
  width: 100%;
}
.cid-v0MyETmWDJ .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-v0MyETmWDJ .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v0MyETmWDJ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v0MyETmWDJ .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-v0MyETmWDJ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v0MyETmWDJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v0MyETmWDJ .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 3, 18, 0.5) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  margin-top: 1rem;
  background-color: #000312;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-v0MyETmWDJ .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-v0MyETmWDJ .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-v0MyETmWDJ .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-v0MyETmWDJ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v0MyETmWDJ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000312;
  background: rgba(0, 3, 18, 0.5) !important;
}
.cid-v0MyETmWDJ .nav-item:focus,
.cid-v0MyETmWDJ .nav-link:focus {
  outline: none;
}
.cid-v0MyETmWDJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0MyETmWDJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0MyETmWDJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0MyETmWDJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0MyETmWDJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0MyETmWDJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0MyETmWDJ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v0MyETmWDJ .navbar.opened {
  transition: all 0.3s;
}
.cid-v0MyETmWDJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0MyETmWDJ .navbar .navbar-logo img {
  width: auto;
}
.cid-v0MyETmWDJ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-v0MyETmWDJ .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-v0MyETmWDJ .navbar.collapsed {
  justify-content: center;
}
.cid-v0MyETmWDJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0MyETmWDJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0MyETmWDJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-v0MyETmWDJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0MyETmWDJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0MyETmWDJ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v0MyETmWDJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0MyETmWDJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0MyETmWDJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v0MyETmWDJ .navbar {
    min-height: 72px;
  }
  .cid-v0MyETmWDJ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v0MyETmWDJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0MyETmWDJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0MyETmWDJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0MyETmWDJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0MyETmWDJ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v0MyETmWDJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0MyETmWDJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v0MyETmWDJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0MyETmWDJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0MyETmWDJ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v0MyETmWDJ .dropdown-item.active,
.cid-v0MyETmWDJ .dropdown-item:active {
  background-color: transparent;
}
.cid-v0MyETmWDJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0MyETmWDJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0MyETmWDJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0MyETmWDJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000312;
}
.cid-v0MyETmWDJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v0MyETmWDJ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v0MyETmWDJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0MyETmWDJ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v0MyETmWDJ .navbar-buttons {
    text-align: left;
  }
}
.cid-v0MyETmWDJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0MyETmWDJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v0MyETmWDJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0MyETmWDJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0MyETmWDJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0MyETmWDJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0MyETmWDJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0MyETmWDJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0MyETmWDJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0MyETmWDJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0MyETmWDJ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v0MyETmWDJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0MyETmWDJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v0MyETmWDJ .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0MyETmWDJ .navbar {
    height: 70px;
  }
  .cid-v0MyETmWDJ .navbar.opened {
    height: auto;
  }
  .cid-v0MyETmWDJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0MyETmWDJ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v0MyETmWDJ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v0MyETmWDJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v0MyETmWDJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v0MyETmWDJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v0MyETmWDJ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v0MyETmWDJ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v0MyETmWDJ .navbar-brand {
    margin-right: auto;
  }
  .cid-v0MyETmWDJ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000312;
    opacity: 1;
    border-color: rgba(0, 3, 18, 0.5) !important;
    background: rgba(0, 3, 18, 0.5) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v0MyETmWDJ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v0MyETmWDJ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v0MyETmWDJ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v0MyETmWDJ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v0MyETmWDJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v0MyETmWDJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v0MyETmWDJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v0MyETmWDJ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v0MyETmWDJ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v0MyETmWDJ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v0MyETmWDJ .navbar-brand,
.cid-v0MyETmWDJ .navbar-toggler,
.cid-v0MyETmWDJ .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uZJbtXQNPL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/back3-1080x1350.png");
}
.cid-uZJbtXQNPL .mbr-section-title {
  color: #d4b464;
  text-align: center;
}
.cid-uZJbtXQNPL .mbr-text,
.cid-uZJbtXQNPL .mbr-section-btn {
  color: #ffffff;
}
.cid-uZJbtXQNPL .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uZJbtXQNPL .mbr-text2 {
  border-top: 2px solid #d4b464;
  padding-top: 4rem;
}
.cid-uZJbtXQNPL .mbr-text2,
.cid-uZJbtXQNPL .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uZJbtXQNPL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZJbtXQNPL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZJbtXQNPL .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uZJe6UxfHk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000312;
}
.cid-uZJe6UxfHk .line {
  background-color: #a96708;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uZJe6UxfHk .mbr-text {
  color: #ffffff;
}
.cid-uZJe961GX7 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZJe961GX7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZJe961GX7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZJe961GX7 .content-wrap {
  padding: 60px;
  background-color: #000312;
}
@media (max-width: 992px) {
  .cid-uZJe961GX7 .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uZJe961GX7 .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uZJe961GX7 .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uZJe961GX7 .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZJe961GX7 .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uZJe961GX7 .content-wrap .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 20px;
  background-color: #050b1d;
}
@media (max-width: 992px) {
  .cid-uZJe961GX7 .content-wrap .panel-group .card {
    padding: 20px;
  }
}
.cid-uZJe961GX7 .content-wrap .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uZJe961GX7 .content-wrap .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uZJe961GX7 .content-wrap .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uZJe961GX7 .content-wrap .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uZJe961GX7 .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #f4e9a5;
}
@media (max-width: 992px) {
  .cid-uZJe961GX7 .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uZJe961GX7 .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #000312;
}
.cid-uZJe961GX7 .content-wrap .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uZJe961GX7 .content-wrap .panel-group .card .panel-collapse .panel-body {
  margin: 20px 0 0 0;
}
.cid-uZJe961GX7 .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZJe961GX7 .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uZJe961GX7 .mbr-section-title {
  color: #404349;
}
.cid-uZJe961GX7 .panel-title-edit {
  color: #f5ce85;
  text-align: right;
}
.cid-uZJe961GX7 .panel-text {
  color: #404349;
}
.cid-uZJe961GX7 .panel-text,
.cid-uZJe961GX7 .panel-body {
  color: #ffffff;
  text-align: right;
}
.cid-uZJeaOak6I {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000312;
}
.cid-uZJeaOak6I blockquote {
  border-color: #bf9a3e;
  border-radius: 4px;
  background-color: #050b1d;
}
.cid-uZJeaOak6I .mbr-section-title {
  color: #d4b464;
  text-align: right;
}
.cid-uZJeaOak6I .mbr-text {
  text-align: right;
  color: #edefeb;
}
.cid-uZJecl2qf7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/back6-2000x1046.png");
}
.cid-uZJecl2qf7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZJecl2qf7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZJecl2qf7 .image-wrapper {
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uZJecl2qf7 .image-wrapper {
    height: 400px;
  }
}
.cid-v0MzqXyxBJ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0MzqXyxBJ .mbr-overlay {
  background-color: #000312;
  opacity: 0.9;
}
.cid-v0MzqXyxBJ textarea {
  min-height: 150px;
}
.cid-v0MzqXyxBJ input[name='yourSubject'] {
  margin-top: 1.5rem;
}
.cid-v0MzqXyxBJ textarea[name='yourMessage'] {
  margin-top: 0.3rem;
}
.cid-v0MzqXyxBJ .form-control,
.cid-v0MzqXyxBJ .field-input {
  padding: 1rem 0rem;
  background-color: #edefeb;
  border: none !important;
  border-bottom: 2px solid #e6b103 !important;
  border-color: #e6b103 !important;
  color: #052d4e !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-v0MzqXyxBJ .form-control input::-webkit-input-placeholder,
.cid-v0MzqXyxBJ .field-input input::-webkit-input-placeholder,
.cid-v0MzqXyxBJ .form-control textarea::-webkit-input-placeholder,
.cid-v0MzqXyxBJ .field-input textarea::-webkit-input-placeholder {
  color: #232323 !important;
}
.cid-v0MzqXyxBJ .form-control input:-moz-placeholder,
.cid-v0MzqXyxBJ .field-input input:-moz-placeholder,
.cid-v0MzqXyxBJ .form-control textarea:-moz-placeholder,
.cid-v0MzqXyxBJ .field-input textarea:-moz-placeholder {
  color: #232323 !important;
}
.cid-v0MzqXyxBJ .jq-number__spin:hover,
.cid-v0MzqXyxBJ .jq-number__spin:focus {
  background-color: #052d4e;
  border-color: #e9204f !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-v0MzqXyxBJ .jq-number__spin {
  background-color: #edefeb;
  border-color: #e6b103 !important;
  color: #052d4e;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v0MzqXyxBJ .jq-selectbox li,
.cid-v0MzqXyxBJ .jq-selectbox li {
  background-color: #edefeb;
  color: #000000;
}
.cid-v0MzqXyxBJ .jq-selectbox li:hover,
.cid-v0MzqXyxBJ .jq-selectbox li.selected {
  background-color: #052d4e;
  color: #ffffff;
}
.cid-v0MzqXyxBJ .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-v0MzqXyxBJ .jq-number__spin.minus:hover:after,
.cid-v0MzqXyxBJ .jq-number__spin.plus:hover:after {
  border-top-color: #edefeb;
  border-bottom-color: #edefeb;
}
.cid-v0MzqXyxBJ .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-v0MzqXyxBJ .jq-number__spin.minus:after,
.cid-v0MzqXyxBJ .jq-number__spin.plus:after {
  border-top-color: #052d4e;
  border-bottom-color: #052d4e;
}
@media (max-width: 992px) {
  .cid-v0MzqXyxBJ .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
  .cid-v0MzqXyxBJ .social-list {
    margin-bottom: 3rem;
  }
  .cid-v0MzqXyxBJ .email-input {
    margin-top: 2rem;
  }
}
.cid-v0MzqXyxBJ .mbr-section-subtitle {
  color: #a96708;
  margin-bottom: 2.4rem;
  text-align: right;
}
.cid-v0MzqXyxBJ .mbr-text {
  color: #acacac;
  margin-bottom: 3.5rem;
}
.cid-v0MzqXyxBJ .mbr-iconfont-social {
  font-size: 1rem;
  color: #edefeb;
  margin-right: 0.6rem;
}
.cid-v0MzqXyxBJ .mbr-iconfont-social:before {
  padding: 1rem;
  border: 2px solid;
  border-radius: 100px;
  border-color: #a96708;
  transition: all 0.3s;
}
.cid-v0MzqXyxBJ .mbr-iconfont-social:hover {
  color: #a96708;
}
.cid-v0MzqXyxBJ .social-list {
  display: flex;
}
.cid-v0MzqXyxBJ .social-list a {
  transition: 0.3s;
}
.cid-v0MzqXyxBJ .social-list a:hover {
  transform: translateY(-8px);
}
.cid-v0MzqXyxBJ .row {
  align-items: center;
}
.cid-v0MzqXyxBJ .mbr-section-title {
  margin-bottom: 1.3rem;
}
.cid-v0MzqXyxBJ .btn {
  font-weight: bold;
  padding: 1rem 5.5rem;
}
.cid-v0MzqXyxBJ .form-btn {
  margin-top: 2.5rem;
}
.cid-v0MzqXyxBJ input::-webkit-input-placeholder,
.cid-v0MzqXyxBJ textarea::-webkit-input-placeholder {
  color: #232323 !important;
}
.cid-v0MzqXyxBJ input:-moz-placeholder,
.cid-v0MzqXyxBJ textarea:-moz-placeholder {
  color: #232323 !important;
}
@media (min-width: 992px) {
  .cid-v0MzqXyxBJ .media-content {
    padding-right: 3rem;
  }
  .cid-v0MzqXyxBJ .email-input {
    padding-left: 2.2rem;
  }
}
@media (min-width: 767px) {
  .cid-v0MzqXyxBJ .row {
    padding: 0 1rem;
  }
}
.cid-v0MzqXyxBJ .btn:hover {
  background-color: #a96708 !important;
  border-color: #a96708 !important;
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-v0MzqXyxBJ .form-btn {
    width: 100%;
  }
  .cid-v0MzqXyxBJ .btn {
    width: 100%;
  }
}
.cid-v0MzqXyxBJ H1 {
  text-align: right;
}
.cid-v0MzqXyxBJ .mbr-text,
.cid-v0MzqXyxBJ .mbr-section-btn {
  text-align: right;
}
.cid-v0MzsvK8jG {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background: #000312;
}
.cid-v0MzsvK8jG .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-v0MzsvK8jG .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #000312;
}
.cid-v0MzsvK8jG .svg-top .st0 {
  fill: #000312;
}
@media (max-width: 992px) {
  .cid-v0MzsvK8jG .svg-top {
    width: 1000px;
  }
}
.cid-v0MzsvK8jG .google-map {
  height: 35rem;
  position: relative;
}
.cid-v0MzsvK8jG .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v0MzsvK8jG .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-v0MzsvK8jG .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v0MzsvK8jG .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v0MzsvK8jG .mbr-section-title {
  color: #1a449a;
}
.cid-v0MzsvK8jG .mbr-section-subtitle {
  color: #1a449a;
}
.cid-v0Mzu79yV8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0Mzu79yV8 [class^='socicon-']:before,
.cid-v0Mzu79yV8 [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-v0Mzu79yV8 .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #a96708;
  transition: all 0.3s;
  border-color: #a96708;
}
.cid-v0Mzu79yV8 .btn-social:hover {
  background: #a96708;
}
.cid-v0Mzu79yV8 .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-v0Mzu79yV8 .btn-social:hover span {
  color: #ffffff !important;
}
.cid-v0Mzu79yV8 .mbr-section-title {
  color: #2e6b75;
}
.cid-v0Mzu79yV8 .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-v0Mzu79yV8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0Mzu79yV8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0Mzu79yV8 .mbr-section-title,
.cid-v0Mzu79yV8 .mbr-social-likes {
  color: #edefeb;
}
.cid-v0N4fZcdHd {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0N4fZcdHd .content {
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}
@media (max-width: 1024px) {
  .cid-v0N4fZcdHd .content {
    flex-wrap: wrap;
  }
}
.cid-v0N4fZcdHd h2,
.cid-v0N4fZcdHd h4,
.cid-v0N4fZcdHd h3,
.cid-v0N4fZcdHd h6,
.cid-v0N4fZcdHd p,
.cid-v0N4fZcdHd ul {
  margin: 0;
}
.cid-v0N4fZcdHd ul {
  padding: 0;
  list-style-type: none;
}
.cid-v0N4fZcdHd .heading {
  width: 35%;
  margin-bottom: 37px;
}
@media (max-width: 1024px) {
  .cid-v0N4fZcdHd .heading {
    width: 100%;
  }
}
.cid-v0N4fZcdHd .heading-inner {
  max-width: 476px;
}
.cid-v0N4fZcdHd .mbr-section-title {
  color: #a6a99c;
  text-align: center;
}
.cid-v0N4fZcdHd .mbr-section-subtitle {
  color: #edefeb;
  text-align: center;
}
.cid-v0N4fZcdHd .cards {
  width: 65%;
  display: flex;
}
@media (max-width: 1024px) {
  .cid-v0N4fZcdHd .cards {
    width: 100%;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-v0N4fZcdHd .cards {
    flex-direction: column;
    padding-top: 0px;
  }
}
.cid-v0N4fZcdHd .card {
  width: 34%;
}
@media (max-width: 1024px) {
  .cid-v0N4fZcdHd .card {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v0N4fZcdHd .card {
    width: 100%;
    padding-top: 30px;
  }
}
.cid-v0N4fZcdHd .mbr-card-title {
  color: #a96708;
  margin-bottom: 3px;
  text-align: center;
}
.cid-v0N4fZcdHd .mbr-card-subtitle {
  color: #6b6b6b;
}
.cid-v0N4fZcdHd .list {
  padding-top: 5px;
  margin-bottom: 24px;
  color: #6b6b6b;
  text-align: center;
}
.cid-v0MzvscCL1 {
  background-color: #000312;
}
.cid-v0MzvscCL1 .content {
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
}
.cid-v0MzvscCL1 .content img {
  width: 43px;
  height: 43px;
  object-fit: cover;
  margin-right: 15px;
}
.cid-v0MzvscCL1 .content p {
  margin: 0;
}
.cid-v0MzvscCL1 .mbr-text {
  color: #ffffff;
}
.cid-v0MA2opTB9 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v0MA2opTB9 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v0MA2opTB9 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v0MA2opTB9 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v0MA2opTB9 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-v0MA2opTB9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0MA2opTB9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0MA2opTB9 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-v0MA2opTB9 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v0MA2opTB9 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v0MA2opTB9 .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-v0MA2opTB9 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v0MA2opTB9 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v0MA2opTB9 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v0MA2opTB9 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v0MA2opTB9 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v0MA2opTB9 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v0MA2opTB9 .nav-link:hover {
  color: #ffffff !important;
}
.cid-v0MA2opTB9 .nav-link:hover::before {
  width: 100%;
}
.cid-v0MA2opTB9 .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-v0MA2opTB9 .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v0MA2opTB9 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v0MA2opTB9 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-v0MA2opTB9 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v0MA2opTB9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v0MA2opTB9 .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 3, 18, 0.5) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  margin-top: 1rem;
  background-color: #000312;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-v0MA2opTB9 .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-v0MA2opTB9 .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-v0MA2opTB9 .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-v0MA2opTB9 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v0MA2opTB9 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000312;
  background: rgba(0, 3, 18, 0.5) !important;
}
.cid-v0MA2opTB9 .nav-item:focus,
.cid-v0MA2opTB9 .nav-link:focus {
  outline: none;
}
.cid-v0MA2opTB9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0MA2opTB9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0MA2opTB9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0MA2opTB9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0MA2opTB9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0MA2opTB9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0MA2opTB9 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v0MA2opTB9 .navbar.opened {
  transition: all 0.3s;
}
.cid-v0MA2opTB9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0MA2opTB9 .navbar .navbar-logo img {
  width: auto;
}
.cid-v0MA2opTB9 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-v0MA2opTB9 .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-v0MA2opTB9 .navbar.collapsed {
  justify-content: center;
}
.cid-v0MA2opTB9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0MA2opTB9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0MA2opTB9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-v0MA2opTB9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0MA2opTB9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0MA2opTB9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v0MA2opTB9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0MA2opTB9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0MA2opTB9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v0MA2opTB9 .navbar {
    min-height: 72px;
  }
  .cid-v0MA2opTB9 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v0MA2opTB9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0MA2opTB9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0MA2opTB9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0MA2opTB9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0MA2opTB9 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v0MA2opTB9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0MA2opTB9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v0MA2opTB9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0MA2opTB9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0MA2opTB9 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v0MA2opTB9 .dropdown-item.active,
.cid-v0MA2opTB9 .dropdown-item:active {
  background-color: transparent;
}
.cid-v0MA2opTB9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0MA2opTB9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0MA2opTB9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0MA2opTB9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000312;
}
.cid-v0MA2opTB9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v0MA2opTB9 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v0MA2opTB9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0MA2opTB9 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v0MA2opTB9 .navbar-buttons {
    text-align: left;
  }
}
.cid-v0MA2opTB9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0MA2opTB9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v0MA2opTB9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0MA2opTB9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0MA2opTB9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0MA2opTB9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0MA2opTB9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0MA2opTB9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0MA2opTB9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0MA2opTB9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0MA2opTB9 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v0MA2opTB9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0MA2opTB9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v0MA2opTB9 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0MA2opTB9 .navbar {
    height: 70px;
  }
  .cid-v0MA2opTB9 .navbar.opened {
    height: auto;
  }
  .cid-v0MA2opTB9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0MA2opTB9 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v0MA2opTB9 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v0MA2opTB9 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v0MA2opTB9 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v0MA2opTB9 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v0MA2opTB9 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v0MA2opTB9 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v0MA2opTB9 .navbar-brand {
    margin-right: auto;
  }
  .cid-v0MA2opTB9 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000312;
    opacity: 1;
    border-color: rgba(0, 3, 18, 0.5) !important;
    background: rgba(0, 3, 18, 0.5) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v0MA2opTB9 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v0MA2opTB9 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v0MA2opTB9 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v0MA2opTB9 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v0MA2opTB9 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v0MA2opTB9 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v0MA2opTB9 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v0MA2opTB9 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v0MA2opTB9 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v0MA2opTB9 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v0MA2opTB9 .navbar-brand,
.cid-v0MA2opTB9 .navbar-toggler,
.cid-v0MA2opTB9 .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uZJh5NgaiG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZJh5NgaiG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZJh5NgaiG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZJh5NgaiG .row {
  justify-content: space-between;
}
.cid-uZJh5NgaiG .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uZJh5NgaiG .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uZJh5NgaiG .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZJh5NgaiG .title-wrapper .mbr-section-subtitle {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #386bb7, #daa521);
  margin-bottom: 0;
}
.cid-uZJh5NgaiG .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uZJh5NgaiG .content-wrapper .mbr-section-btn .btn::after,
.cid-uZJh5NgaiG .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uZJh5NgaiG .content-wrapper .mbr-section-btn .btn:hover,
.cid-uZJh5NgaiG .content-wrapper .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uZJh5NgaiG .content-wrapper .mbr-section-btn .btn:hover::after,
.cid-uZJh5NgaiG .content-wrapper .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uZJh5NgaiG .image-wrapper {
  margin-top: 80px;
}
@media (max-width: 992px) {
  .cid-uZJh5NgaiG .image-wrapper {
    margin-top: 40px;
  }
}
.cid-uZJh5NgaiG .image-wrapper img {
  height: 485px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uZJh5NgaiG .image-wrapper img {
    height: 350px;
  }
}
.cid-uZJh5NgaiG .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uZJh5NgaiG .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-uZJh5NgaiG .mbr-text {
  color: #c7c7c7;
}
.cid-uZJh5NgaiG .mbr-text,
.cid-uZJh5NgaiG .mbr-section-btn {
  text-align: right;
}
.cid-uZJma4sbpV {
  padding-top: 2rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZJma4sbpV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZJma4sbpV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uZJma4sbpV .container {
    padding: 0 16px;
  }
}
.cid-uZJma4sbpV .row {
  justify-content: center;
}
.cid-uZJma4sbpV .content-wrapper {
  position: relative;
}
.cid-uZJma4sbpV .content-wrapper .icon-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZJma4sbpV .content-wrapper .icon-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uZJma4sbpV .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 42px;
  color: #daa521;
  display: inline-flex;
}
.cid-uZJma4sbpV .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZJma4sbpV .content-wrapper .mbr-text span {
  color: #000000;
}
.cid-uZJma4sbpV .content-wrapper .decor-wrapper {
  position: absolute;
  top: -10%;
  left: -12rem;
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #d4b464 -10%, transparent 70%);
}
.cid-uZJma4sbpV .mbr-text {
  color: #000000;
}
.cid-uZJma4sbpV .mbr-text,
.cid-uZJma4sbpV .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uZJmcEXfs1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZJmcEXfs1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZJmcEXfs1 .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-uZJmcEXfs1 .container {
    padding: 0 30px;
  }
}
.cid-uZJmcEXfs1 .row {
  justify-content: center;
}
.cid-uZJmcEXfs1 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZJmcEXfs1 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uZJmcEXfs1 .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZJmcEXfs1 .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uZJmcEXfs1 .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uZJmcEXfs1 .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uZJmcEXfs1 .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uZJmcEXfs1 .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #bf9a3e;
}
.cid-uZJmcEXfs1 .mbr-section-title {
  color: #22654E;
}
.cid-uZJmcEXfs1 .mbr-text {
  color: #f4e9a5;
  text-align: right;
}
.cid-uZJmcEXfs1 .list,
.cid-uZJmcEXfs1 .item-wrap {
  color: #edefeb;
  text-align: right;
}
.cid-uZJmehGYa9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000312;
}
.cid-uZJmehGYa9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZJmehGYa9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZJmehGYa9 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uZJmehGYa9 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uZJmehGYa9 .container {
    padding: 0 24px;
  }
}
.cid-uZJmehGYa9 .row {
  justify-content: center;
}
.cid-uZJmehGYa9 .content-wrapper {
  border-radius: 40px;
  background-color: #050b1d;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-uZJmehGYa9 .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uZJmehGYa9 .content-wrapper {
    padding: 32px;
  }
}
.cid-uZJmehGYa9 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZJmehGYa9 .content-wrapper .mbr-text {
  margin: 16px 0 0;
}
.cid-uZJmehGYa9 .mbr-section-title {
  color: #FF3399;
}
.cid-uZJmehGYa9 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uZJmgdINKC {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZJmgdINKC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZJmgdINKC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZJmgdINKC .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-uZJmgdINKC .container-fluid {
    padding: 0 20px;
  }
}
.cid-uZJmgdINKC .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uZJmgdINKC .container {
    padding: 0 20px;
  }
  .cid-uZJmgdINKC .container .row {
    padding: 0;
  }
}
.cid-uZJmgdINKC .container,
.cid-uZJmgdINKC .container-fluid {
  position: relative;
}
.cid-uZJmgdINKC .row {
  justify-content: center;
}
.cid-uZJmgdINKC .text-wrapper {
  margin-bottom: 40px;
}
.cid-uZJmgdINKC .text-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uZJmgdINKC .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZJmgdINKC .list-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uZJmgdINKC .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-position: inside;
}
.cid-uZJmgdINKC .list-wrapper .list .item-wrap {
  margin-bottom: 5px;
}
.cid-uZJmgdINKC .list-wrapper .list .item-wrap::marker {
  color: #ffa600;
}
.cid-uZJmgdINKC .mbr-section-title {
  color: #f4e9a5;
  text-align: right;
}
.cid-uZJmgdINKC .mbr-text {
  color: #ffffff;
}
.cid-uZJmgdINKC .list {
  color: #edefeb;
  text-align: right;
}
.cid-uZJmihszDU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZJmihszDU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZJmihszDU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZJmihszDU .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uZJmihszDU .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uZJmihszDU .container {
    padding: 0 16px;
  }
}
.cid-uZJmihszDU .row {
  position: relative;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZJmihszDU .row {
    margin: 0;
  }
}
.cid-uZJmihszDU .row .card {
  position: relative;
  padding: 0;
}
.cid-uZJmihszDU .decor-wrapper_1 {
  height: 30px;
  background-color: #daa521;
  border-radius: 20px 20px 0 0;
}
.cid-uZJmihszDU .decor-wrapper_2 {
  height: 30px;
  background-color: #bf9a3e;
}
.cid-uZJmihszDU .decor-wrapper_3 {
  height: 30px;
  background-color: #f5ce85;
}
.cid-uZJmihszDU .title-wrapper {
  margin: 0 20px;
  padding-top: 110px;
}
@media (max-width: 992px) {
  .cid-uZJmihszDU .title-wrapper {
    padding-top: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uZJmihszDU .title-wrapper {
    margin: 0 10px;
  }
}
.cid-uZJmihszDU .mbr-section-title {
  color: #bf9a3e;
  text-align: center;
}
.cid-uZJmjPCR2y {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZJmjPCR2y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZJmjPCR2y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZJmjPCR2y .card-wrapper {
  display: flex;
  background-color: #050b1d;
  justify-content: space-between;
  padding: 48px;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uZJmjPCR2y .card-wrapper {
    display: block;
    padding: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uZJmjPCR2y .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZJmjPCR2y .card-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #a78aff 0%, transparent 80%);
  height: 1px;
  width: 100%;
}
.cid-uZJmjPCR2y .card-wrapper .content-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uZJmjPCR2y .card-wrapper .content-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uZJmjPCR2y .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uZJmjPCR2y .card-wrapper .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZJmjPCR2y .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uZJmjPCR2y .card-wrapper .image-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uZJmjPCR2y .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uZJmjPCR2y .card-wrapper .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uZJmjPCR2y .mbr-section-title {
  color: #ffffff;
}
.cid-uZJmjPCR2y .mbr-text {
  color: #edefeb;
  text-align: right;
}
.cid-uZJmjPCR2y .mbr-section-title,
.cid-uZJmjPCR2y .mbr-section-btn {
  color: #f4e9a5;
  text-align: right;
}
.cid-uZJmly8Tlr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/back7-935x527.png");
}
.cid-uZJmly8Tlr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZJmly8Tlr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZJmly8Tlr .image-wrapper {
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uZJmly8Tlr .image-wrapper {
    height: 400px;
  }
}
.cid-v0MBLfDcoB {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0MBLfDcoB .mbr-overlay {
  background-color: #000312;
  opacity: 0.9;
}
.cid-v0MBLfDcoB textarea {
  min-height: 150px;
}
.cid-v0MBLfDcoB input[name='yourSubject'] {
  margin-top: 1.5rem;
}
.cid-v0MBLfDcoB textarea[name='yourMessage'] {
  margin-top: 0.3rem;
}
.cid-v0MBLfDcoB .form-control,
.cid-v0MBLfDcoB .field-input {
  padding: 1rem 0rem;
  background-color: #edefeb;
  border: none !important;
  border-bottom: 2px solid #e6b103 !important;
  border-color: #e6b103 !important;
  color: #052d4e !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-v0MBLfDcoB .form-control input::-webkit-input-placeholder,
.cid-v0MBLfDcoB .field-input input::-webkit-input-placeholder,
.cid-v0MBLfDcoB .form-control textarea::-webkit-input-placeholder,
.cid-v0MBLfDcoB .field-input textarea::-webkit-input-placeholder {
  color: #232323 !important;
}
.cid-v0MBLfDcoB .form-control input:-moz-placeholder,
.cid-v0MBLfDcoB .field-input input:-moz-placeholder,
.cid-v0MBLfDcoB .form-control textarea:-moz-placeholder,
.cid-v0MBLfDcoB .field-input textarea:-moz-placeholder {
  color: #232323 !important;
}
.cid-v0MBLfDcoB .jq-number__spin:hover,
.cid-v0MBLfDcoB .jq-number__spin:focus {
  background-color: #052d4e;
  border-color: #e9204f !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-v0MBLfDcoB .jq-number__spin {
  background-color: #edefeb;
  border-color: #e6b103 !important;
  color: #052d4e;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v0MBLfDcoB .jq-selectbox li,
.cid-v0MBLfDcoB .jq-selectbox li {
  background-color: #edefeb;
  color: #000000;
}
.cid-v0MBLfDcoB .jq-selectbox li:hover,
.cid-v0MBLfDcoB .jq-selectbox li.selected {
  background-color: #052d4e;
  color: #ffffff;
}
.cid-v0MBLfDcoB .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-v0MBLfDcoB .jq-number__spin.minus:hover:after,
.cid-v0MBLfDcoB .jq-number__spin.plus:hover:after {
  border-top-color: #edefeb;
  border-bottom-color: #edefeb;
}
.cid-v0MBLfDcoB .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-v0MBLfDcoB .jq-number__spin.minus:after,
.cid-v0MBLfDcoB .jq-number__spin.plus:after {
  border-top-color: #052d4e;
  border-bottom-color: #052d4e;
}
@media (max-width: 992px) {
  .cid-v0MBLfDcoB .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
  .cid-v0MBLfDcoB .social-list {
    margin-bottom: 3rem;
  }
  .cid-v0MBLfDcoB .email-input {
    margin-top: 2rem;
  }
}
.cid-v0MBLfDcoB .mbr-section-subtitle {
  color: #a96708;
  margin-bottom: 2.4rem;
  text-align: right;
}
.cid-v0MBLfDcoB .mbr-text {
  color: #acacac;
  margin-bottom: 3.5rem;
}
.cid-v0MBLfDcoB .mbr-iconfont-social {
  font-size: 1rem;
  color: #edefeb;
  margin-right: 0.6rem;
}
.cid-v0MBLfDcoB .mbr-iconfont-social:before {
  padding: 1rem;
  border: 2px solid;
  border-radius: 100px;
  border-color: #a96708;
  transition: all 0.3s;
}
.cid-v0MBLfDcoB .mbr-iconfont-social:hover {
  color: #a96708;
}
.cid-v0MBLfDcoB .social-list {
  display: flex;
}
.cid-v0MBLfDcoB .social-list a {
  transition: 0.3s;
}
.cid-v0MBLfDcoB .social-list a:hover {
  transform: translateY(-8px);
}
.cid-v0MBLfDcoB .row {
  align-items: center;
}
.cid-v0MBLfDcoB .mbr-section-title {
  margin-bottom: 1.3rem;
}
.cid-v0MBLfDcoB .btn {
  font-weight: bold;
  padding: 1rem 5.5rem;
}
.cid-v0MBLfDcoB .form-btn {
  margin-top: 2.5rem;
}
.cid-v0MBLfDcoB input::-webkit-input-placeholder,
.cid-v0MBLfDcoB textarea::-webkit-input-placeholder {
  color: #232323 !important;
}
.cid-v0MBLfDcoB input:-moz-placeholder,
.cid-v0MBLfDcoB textarea:-moz-placeholder {
  color: #232323 !important;
}
@media (min-width: 992px) {
  .cid-v0MBLfDcoB .media-content {
    padding-right: 3rem;
  }
  .cid-v0MBLfDcoB .email-input {
    padding-left: 2.2rem;
  }
}
@media (min-width: 767px) {
  .cid-v0MBLfDcoB .row {
    padding: 0 1rem;
  }
}
.cid-v0MBLfDcoB .btn:hover {
  background-color: #a96708 !important;
  border-color: #a96708 !important;
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-v0MBLfDcoB .form-btn {
    width: 100%;
  }
  .cid-v0MBLfDcoB .btn {
    width: 100%;
  }
}
.cid-v0MBLfDcoB H1 {
  text-align: right;
}
.cid-v0MBLfDcoB .mbr-text,
.cid-v0MBLfDcoB .mbr-section-btn {
  text-align: right;
}
.cid-v0MBMWwubL {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background: #000312;
}
.cid-v0MBMWwubL .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-v0MBMWwubL .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #000312;
}
.cid-v0MBMWwubL .svg-top .st0 {
  fill: #000312;
}
@media (max-width: 992px) {
  .cid-v0MBMWwubL .svg-top {
    width: 1000px;
  }
}
.cid-v0MBMWwubL .google-map {
  height: 35rem;
  position: relative;
}
.cid-v0MBMWwubL .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v0MBMWwubL .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-v0MBMWwubL .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v0MBMWwubL .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v0MBMWwubL .mbr-section-title {
  color: #1a449a;
}
.cid-v0MBMWwubL .mbr-section-subtitle {
  color: #1a449a;
}
.cid-v0MBOUsGew {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0MBOUsGew [class^='socicon-']:before,
.cid-v0MBOUsGew [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-v0MBOUsGew .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #a96708;
  transition: all 0.3s;
  border-color: #a96708;
}
.cid-v0MBOUsGew .btn-social:hover {
  background: #a96708;
}
.cid-v0MBOUsGew .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-v0MBOUsGew .btn-social:hover span {
  color: #ffffff !important;
}
.cid-v0MBOUsGew .mbr-section-title {
  color: #2e6b75;
}
.cid-v0MBOUsGew .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-v0MBOUsGew .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0MBOUsGew .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0MBOUsGew .mbr-section-title,
.cid-v0MBOUsGew .mbr-social-likes {
  color: #edefeb;
}
.cid-v0N4uLJI3k {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0N4uLJI3k .content {
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}
@media (max-width: 1024px) {
  .cid-v0N4uLJI3k .content {
    flex-wrap: wrap;
  }
}
.cid-v0N4uLJI3k h2,
.cid-v0N4uLJI3k h4,
.cid-v0N4uLJI3k h3,
.cid-v0N4uLJI3k h6,
.cid-v0N4uLJI3k p,
.cid-v0N4uLJI3k ul {
  margin: 0;
}
.cid-v0N4uLJI3k ul {
  padding: 0;
  list-style-type: none;
}
.cid-v0N4uLJI3k .heading {
  width: 35%;
  margin-bottom: 37px;
}
@media (max-width: 1024px) {
  .cid-v0N4uLJI3k .heading {
    width: 100%;
  }
}
.cid-v0N4uLJI3k .heading-inner {
  max-width: 476px;
}
.cid-v0N4uLJI3k .mbr-section-title {
  color: #a6a99c;
  text-align: center;
}
.cid-v0N4uLJI3k .mbr-section-subtitle {
  color: #edefeb;
  text-align: center;
}
.cid-v0N4uLJI3k .cards {
  width: 65%;
  display: flex;
}
@media (max-width: 1024px) {
  .cid-v0N4uLJI3k .cards {
    width: 100%;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-v0N4uLJI3k .cards {
    flex-direction: column;
    padding-top: 0px;
  }
}
.cid-v0N4uLJI3k .card {
  width: 34%;
}
@media (max-width: 1024px) {
  .cid-v0N4uLJI3k .card {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v0N4uLJI3k .card {
    width: 100%;
    padding-top: 30px;
  }
}
.cid-v0N4uLJI3k .mbr-card-title {
  color: #a96708;
  margin-bottom: 3px;
  text-align: center;
}
.cid-v0N4uLJI3k .mbr-card-subtitle {
  color: #6b6b6b;
}
.cid-v0N4uLJI3k .list {
  padding-top: 5px;
  margin-bottom: 24px;
  color: #6b6b6b;
  text-align: center;
}
.cid-v0MBQfVIAx {
  background-color: #000312;
}
.cid-v0MBQfVIAx .content {
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
}
.cid-v0MBQfVIAx .content img {
  width: 43px;
  height: 43px;
  object-fit: cover;
  margin-right: 15px;
}
.cid-v0MBQfVIAx .content p {
  margin: 0;
}
.cid-v0MBQfVIAx .mbr-text {
  color: #ffffff;
}
.cid-v0MC4gZHp7 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v0MC4gZHp7 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v0MC4gZHp7 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v0MC4gZHp7 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v0MC4gZHp7 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-v0MC4gZHp7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0MC4gZHp7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0MC4gZHp7 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-v0MC4gZHp7 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v0MC4gZHp7 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v0MC4gZHp7 .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-v0MC4gZHp7 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v0MC4gZHp7 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v0MC4gZHp7 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v0MC4gZHp7 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v0MC4gZHp7 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v0MC4gZHp7 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v0MC4gZHp7 .nav-link:hover {
  color: #ffffff !important;
}
.cid-v0MC4gZHp7 .nav-link:hover::before {
  width: 100%;
}
.cid-v0MC4gZHp7 .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-v0MC4gZHp7 .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v0MC4gZHp7 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v0MC4gZHp7 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-v0MC4gZHp7 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v0MC4gZHp7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v0MC4gZHp7 .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 3, 18, 0.5) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  margin-top: 1rem;
  background-color: #000312;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-v0MC4gZHp7 .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-v0MC4gZHp7 .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-v0MC4gZHp7 .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-v0MC4gZHp7 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v0MC4gZHp7 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000312;
  background: rgba(0, 3, 18, 0.5) !important;
}
.cid-v0MC4gZHp7 .nav-item:focus,
.cid-v0MC4gZHp7 .nav-link:focus {
  outline: none;
}
.cid-v0MC4gZHp7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0MC4gZHp7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0MC4gZHp7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0MC4gZHp7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0MC4gZHp7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0MC4gZHp7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0MC4gZHp7 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v0MC4gZHp7 .navbar.opened {
  transition: all 0.3s;
}
.cid-v0MC4gZHp7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0MC4gZHp7 .navbar .navbar-logo img {
  width: auto;
}
.cid-v0MC4gZHp7 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-v0MC4gZHp7 .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-v0MC4gZHp7 .navbar.collapsed {
  justify-content: center;
}
.cid-v0MC4gZHp7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0MC4gZHp7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0MC4gZHp7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-v0MC4gZHp7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0MC4gZHp7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0MC4gZHp7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v0MC4gZHp7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0MC4gZHp7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0MC4gZHp7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v0MC4gZHp7 .navbar {
    min-height: 72px;
  }
  .cid-v0MC4gZHp7 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v0MC4gZHp7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0MC4gZHp7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0MC4gZHp7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0MC4gZHp7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0MC4gZHp7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v0MC4gZHp7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0MC4gZHp7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v0MC4gZHp7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0MC4gZHp7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0MC4gZHp7 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v0MC4gZHp7 .dropdown-item.active,
.cid-v0MC4gZHp7 .dropdown-item:active {
  background-color: transparent;
}
.cid-v0MC4gZHp7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0MC4gZHp7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0MC4gZHp7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0MC4gZHp7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000312;
}
.cid-v0MC4gZHp7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v0MC4gZHp7 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v0MC4gZHp7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0MC4gZHp7 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v0MC4gZHp7 .navbar-buttons {
    text-align: left;
  }
}
.cid-v0MC4gZHp7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0MC4gZHp7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v0MC4gZHp7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0MC4gZHp7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0MC4gZHp7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0MC4gZHp7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0MC4gZHp7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0MC4gZHp7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0MC4gZHp7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0MC4gZHp7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0MC4gZHp7 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v0MC4gZHp7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0MC4gZHp7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v0MC4gZHp7 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0MC4gZHp7 .navbar {
    height: 70px;
  }
  .cid-v0MC4gZHp7 .navbar.opened {
    height: auto;
  }
  .cid-v0MC4gZHp7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0MC4gZHp7 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v0MC4gZHp7 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v0MC4gZHp7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v0MC4gZHp7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v0MC4gZHp7 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v0MC4gZHp7 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v0MC4gZHp7 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v0MC4gZHp7 .navbar-brand {
    margin-right: auto;
  }
  .cid-v0MC4gZHp7 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000312;
    opacity: 1;
    border-color: rgba(0, 3, 18, 0.5) !important;
    background: rgba(0, 3, 18, 0.5) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v0MC4gZHp7 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v0MC4gZHp7 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v0MC4gZHp7 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v0MC4gZHp7 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v0MC4gZHp7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v0MC4gZHp7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v0MC4gZHp7 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v0MC4gZHp7 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v0MC4gZHp7 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v0MC4gZHp7 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v0MC4gZHp7 .navbar-brand,
.cid-v0MC4gZHp7 .navbar-toggler,
.cid-v0MC4gZHp7 .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uZJoE36UKQ {
  padding-top: 12rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/et-1200x1200.png");
}
.cid-uZJoE36UKQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZJoE36UKQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZJoE36UKQ .content-wrapper .image-wrapper {
  margin-bottom: 32px;
}
.cid-uZJoE36UKQ .content-wrapper .image-wrapper img {
  height: 530px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uZJoE36UKQ .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uZJoE36UKQ .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZJoE36UKQ .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uZJoE36UKQ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZJoE36UKQ .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 16px;
    width: 100%;
  }
}
.cid-uZJoE36UKQ .mbr-section-title {
  color: #ffffff;
}
.cid-uZJoE36UKQ .mbr-text,
.cid-uZJoE36UKQ .text-wrapper {
  color: #bbbbbb;
  text-align: center;
}
.cid-uZJoE36UKQ .mbr-section-title,
.cid-uZJoE36UKQ .mbr-section-btn {
  text-align: center;
}
.cid-uZJr61Zur4 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZJr61Zur4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZJr61Zur4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZJr61Zur4 .icon-title-1 {
  color: #bff747;
}
.cid-uZJr61Zur4 .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uZJr61Zur4 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZJr61Zur4 .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uZJr61Zur4 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uZJr61Zur4 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uZJr61Zur4 .image-wrapper img {
  width: 100%;
  height: 570px;
  object-fit: cover;
  border-radius: 2rem;
  padding: 5px;
  background-color: #d4b464;
}
@media (max-width: 992px) {
  .cid-uZJr61Zur4 .image-wrapper img {
    height: 350px;
  }
}
.cid-uZJr61Zur4 .item-text {
  color: #fdfde1;
  text-align: right;
}
.cid-uZJr61Zur4 .item-title {
  color: #bff747;
  text-align: right;
}
.cid-uZJr61Zur4 .mbr-section-title,
.cid-uZJr61Zur4 .mbr-section-btn {
  color: #d4b464;
  text-align: right;
}
.cid-uZJr81G6ME {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZJr81G6ME .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZJr81G6ME .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZJr81G6ME .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uZJr81G6ME .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uZJr81G6ME .container {
    padding: 0 16px;
  }
}
.cid-uZJr81G6ME .row {
  position: relative;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZJr81G6ME .row {
    margin: 0;
  }
}
.cid-uZJr81G6ME .row .card {
  position: relative;
  padding: 0;
}
.cid-uZJr81G6ME .decor-wrapper_1 {
  height: 30px;
  background-color: #daa521;
  border-radius: 20px 20px 0 0;
}
.cid-uZJr81G6ME .decor-wrapper_2 {
  height: 30px;
  background-color: #bf9a3e;
}
.cid-uZJr81G6ME .decor-wrapper_3 {
  height: 30px;
  background-color: #d4b464;
}
.cid-uZJr81G6ME .title-wrapper {
  margin: 0 20px;
  padding-top: 110px;
}
@media (max-width: 992px) {
  .cid-uZJr81G6ME .title-wrapper {
    padding-top: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uZJr81G6ME .title-wrapper {
    margin: 0 10px;
  }
}
.cid-uZJr81G6ME .mbr-section-title {
  color: #f4e9a5;
  text-align: center;
}
.cid-uZJradi476 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000312;
}
.cid-uZJradi476 .line {
  background-color: #d4b464;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uZJradi476 .mbr-text {
  color: #ffffff;
}
.cid-uZJrc5pVw4 {
  padding-top: 1rem;
  padding-bottom: 6rem;
  overflow: hidden;
  position: relative;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZJrc5pVw4 .decor-wrap_1 {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 314px;
  height: 314px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #ffa600 0, #ab7206 43%, #ffffff 100%);
}
.cid-uZJrc5pVw4 .decor-wrap_2 {
  position: absolute;
  top: 25%;
  right: 2%;
  width: 176px;
  height: 176px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #ffa600 0, #ab7206 43%, #ffffff 100%);
}
.cid-uZJrc5pVw4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZJrc5pVw4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZJrc5pVw4 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uZJrc5pVw4 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uZJrc5pVw4 .container {
    padding: 0 30px;
  }
}
.cid-uZJrc5pVw4 .row {
  justify-content: center;
}
.cid-uZJrc5pVw4 .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uZJrc5pVw4 .content-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  background-color: transparent;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 2px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZJrc5pVw4 .content-wrapper .nav.nav-tabs {
    display: block;
    margin-bottom: 64px;
  }
}
.cid-uZJrc5pVw4 .content-wrapper .nav.nav-tabs .nav-item {
  width: calc(33.2%);
  padding: 64px 35px;
  background-color: #050b1d;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}
.cid-uZJrc5pVw4 .content-wrapper .nav.nav-tabs .nav-item:first-child {
  border-radius: 2rem 0 0 0;
}
.cid-uZJrc5pVw4 .content-wrapper .nav.nav-tabs .nav-item:last-child {
  border-radius: 0 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-uZJrc5pVw4 .content-wrapper .nav.nav-tabs .nav-item {
    width: 100%;
    padding: 36px 50px;
    margin-bottom: 2px;
  }
}
.cid-uZJrc5pVw4 .content-wrapper .nav.nav-tabs .nav-item:nth-child(2) .nav-link::before {
  background-color: #ffe7da;
}
.cid-uZJrc5pVw4 .content-wrapper .nav.nav-tabs .nav-item:nth-child(3) .nav-link::before {
  background-color: #dbf5d1;
}
.cid-uZJrc5pVw4 .content-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 0 0 20px;
  margin-bottom: 0;
  border: none;
  color: #a96708;
  transition: all 0.5s ease-in-out;
  z-index: 2;
}
.cid-uZJrc5pVw4 .content-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  left: 0;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  background-color: #f9f3c2;
  transition: all 0.5s ease-in-out;
  z-index: -1;
}
.cid-uZJrc5pVw4 .content-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
}
.cid-uZJrc5pVw4 .content-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  transform: scale(1.25);
}
.cid-uZJrc5pVw4 .content-wrapper .tab-content .tab-pane .content-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uZJrc5pVw4 .content-wrapper .tab-content .tab-pane .content-wrap {
    display: block;
  }
}
.cid-uZJrc5pVw4 .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper {
  width: 50%;
  padding-right: 56px;
  padding-right: 0;
  padding-left: 56px;
}
@media (max-width: 992px) {
  .cid-uZJrc5pVw4 .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uZJrc5pVw4 .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper {
    width: 100%;
    margin-bottom: 64px;
    padding: 0;
  }
}
.cid-uZJrc5pVw4 .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uZJrc5pVw4 .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZJrc5pVw4 .content-wrapper .tab-content .tab-pane .content-wrap .mbr-text {
  width: 50%;
  margin-bottom: 0;
  padding-left: 40px;
  border-left: 1px solid #ffa600;
  padding-left: 0;
  padding-right: 40px;
  border-left: none;
  border-right: 1px solid #ffa600;
}
@media (max-width: 992px) {
  .cid-uZJrc5pVw4 .content-wrapper .tab-content .tab-pane .content-wrap .mbr-text {
    width: 100%;
    padding-left: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uZJrc5pVw4 .content-wrapper .tab-content .tab-pane .content-wrap .mbr-text {
    padding-left: 0;
    padding-right: 20px;
  }
}
.cid-uZJrc5pVw4 .mbr-desc {
  color: #c7fcb5;
  text-align: right;
}
.cid-uZJrc5pVw4 .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uZJrc5pVw4 .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uZJremNlU1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZJremNlU1 .mbr-overlay {
  background: #000312;
  opacity: 0.9;
}
.cid-uZJremNlU1 .mbr-section-title {
  margin-bottom: 40px;
  color: #ffffff;
  text-align: center;
}
.cid-uZJremNlU1 .item:focus,
.cid-uZJremNlU1 span:focus {
  outline: none;
}
.cid-uZJremNlU1 .item {
  cursor: pointer;
}
.cid-uZJremNlU1 .grid-container {
  grid-row-gap: 40px;
}
@media (max-width: 992px) {
  .cid-uZJremNlU1 .grid-container {
    grid-row-gap: 20px;
  }
}
.cid-uZJremNlU1 .grid-container-1,
.cid-uZJremNlU1 .grid-container-2,
.cid-uZJremNlU1 .grid-container-3 {
  gap: 0 40px;
}
@media (max-width: 992px) {
  .cid-uZJremNlU1 .grid-container-1,
  .cid-uZJremNlU1 .grid-container-2,
  .cid-uZJremNlU1 .grid-container-3 {
    gap: 0 20px;
  }
}
.cid-uZJremNlU1 .content-head {
  max-width: 800px;
}
.cid-uZJremNlU1 .container,
.cid-uZJremNlU1 .container-fluid {
  overflow: hidden;
}
.cid-uZJremNlU1 .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uZJremNlU1 .grid-item {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.cid-uZJremNlU1 .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uZJremNlU1 .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uZJremNlU1 .grid-item img {
    min-width: 35vw;
    height: 150px;
  }
}
.cid-uZJremNlU1 .grid-item:nth-child(2) img {
  height: 400px;
}
@media (max-width: 1200px) {
  .cid-uZJremNlU1 .grid-item:nth-child(2) img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .cid-uZJremNlU1 .grid-item:nth-child(2) img {
    height: 150px;
  }
}
.cid-uZJremNlU1 .grid-item:nth-child(3) img {
  height: 450px;
}
@media (max-width: 1200px) {
  .cid-uZJremNlU1 .grid-item:nth-child(3) img {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .cid-uZJremNlU1 .grid-item:nth-child(3) img {
    height: 150px;
  }
}
.cid-uZJremNlU1 .grid-item:nth-child(4) img {
  height: 350px;
}
@media (max-width: 1200px) {
  .cid-uZJremNlU1 .grid-item:nth-child(4) img {
    height: 200px;
  }
}
@media (max-width: 767px) {
  .cid-uZJremNlU1 .grid-item:nth-child(4) img {
    height: 150px;
  }
}
.cid-uZJremNlU1 .grid-container-1,
.cid-uZJremNlU1 .grid-container-2,
.cid-uZJremNlU1 .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uZJremNlU1 .grid-container-1 {
  align-items: flex-end;
}
.cid-uZJremNlU1 .grid-container-2 {
  align-items: flex-start;
}
.cid-v0MD1HQ2F7 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0MD1HQ2F7 .mbr-overlay {
  background-color: #000312;
  opacity: 0.9;
}
.cid-v0MD1HQ2F7 textarea {
  min-height: 150px;
}
.cid-v0MD1HQ2F7 input[name='yourSubject'] {
  margin-top: 1.5rem;
}
.cid-v0MD1HQ2F7 textarea[name='yourMessage'] {
  margin-top: 0.3rem;
}
.cid-v0MD1HQ2F7 .form-control,
.cid-v0MD1HQ2F7 .field-input {
  padding: 1rem 0rem;
  background-color: #edefeb;
  border: none !important;
  border-bottom: 2px solid #e6b103 !important;
  border-color: #e6b103 !important;
  color: #052d4e !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-v0MD1HQ2F7 .form-control input::-webkit-input-placeholder,
.cid-v0MD1HQ2F7 .field-input input::-webkit-input-placeholder,
.cid-v0MD1HQ2F7 .form-control textarea::-webkit-input-placeholder,
.cid-v0MD1HQ2F7 .field-input textarea::-webkit-input-placeholder {
  color: #232323 !important;
}
.cid-v0MD1HQ2F7 .form-control input:-moz-placeholder,
.cid-v0MD1HQ2F7 .field-input input:-moz-placeholder,
.cid-v0MD1HQ2F7 .form-control textarea:-moz-placeholder,
.cid-v0MD1HQ2F7 .field-input textarea:-moz-placeholder {
  color: #232323 !important;
}
.cid-v0MD1HQ2F7 .jq-number__spin:hover,
.cid-v0MD1HQ2F7 .jq-number__spin:focus {
  background-color: #052d4e;
  border-color: #e9204f !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-v0MD1HQ2F7 .jq-number__spin {
  background-color: #edefeb;
  border-color: #e6b103 !important;
  color: #052d4e;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v0MD1HQ2F7 .jq-selectbox li,
.cid-v0MD1HQ2F7 .jq-selectbox li {
  background-color: #edefeb;
  color: #000000;
}
.cid-v0MD1HQ2F7 .jq-selectbox li:hover,
.cid-v0MD1HQ2F7 .jq-selectbox li.selected {
  background-color: #052d4e;
  color: #ffffff;
}
.cid-v0MD1HQ2F7 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-v0MD1HQ2F7 .jq-number__spin.minus:hover:after,
.cid-v0MD1HQ2F7 .jq-number__spin.plus:hover:after {
  border-top-color: #edefeb;
  border-bottom-color: #edefeb;
}
.cid-v0MD1HQ2F7 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-v0MD1HQ2F7 .jq-number__spin.minus:after,
.cid-v0MD1HQ2F7 .jq-number__spin.plus:after {
  border-top-color: #052d4e;
  border-bottom-color: #052d4e;
}
@media (max-width: 992px) {
  .cid-v0MD1HQ2F7 .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
  .cid-v0MD1HQ2F7 .social-list {
    margin-bottom: 3rem;
  }
  .cid-v0MD1HQ2F7 .email-input {
    margin-top: 2rem;
  }
}
.cid-v0MD1HQ2F7 .mbr-section-subtitle {
  color: #a96708;
  margin-bottom: 2.4rem;
  text-align: right;
}
.cid-v0MD1HQ2F7 .mbr-text {
  color: #acacac;
  margin-bottom: 3.5rem;
}
.cid-v0MD1HQ2F7 .mbr-iconfont-social {
  font-size: 1rem;
  color: #edefeb;
  margin-right: 0.6rem;
}
.cid-v0MD1HQ2F7 .mbr-iconfont-social:before {
  padding: 1rem;
  border: 2px solid;
  border-radius: 100px;
  border-color: #a96708;
  transition: all 0.3s;
}
.cid-v0MD1HQ2F7 .mbr-iconfont-social:hover {
  color: #a96708;
}
.cid-v0MD1HQ2F7 .social-list {
  display: flex;
}
.cid-v0MD1HQ2F7 .social-list a {
  transition: 0.3s;
}
.cid-v0MD1HQ2F7 .social-list a:hover {
  transform: translateY(-8px);
}
.cid-v0MD1HQ2F7 .row {
  align-items: center;
}
.cid-v0MD1HQ2F7 .mbr-section-title {
  margin-bottom: 1.3rem;
}
.cid-v0MD1HQ2F7 .btn {
  font-weight: bold;
  padding: 1rem 5.5rem;
}
.cid-v0MD1HQ2F7 .form-btn {
  margin-top: 2.5rem;
}
.cid-v0MD1HQ2F7 input::-webkit-input-placeholder,
.cid-v0MD1HQ2F7 textarea::-webkit-input-placeholder {
  color: #232323 !important;
}
.cid-v0MD1HQ2F7 input:-moz-placeholder,
.cid-v0MD1HQ2F7 textarea:-moz-placeholder {
  color: #232323 !important;
}
@media (min-width: 992px) {
  .cid-v0MD1HQ2F7 .media-content {
    padding-right: 3rem;
  }
  .cid-v0MD1HQ2F7 .email-input {
    padding-left: 2.2rem;
  }
}
@media (min-width: 767px) {
  .cid-v0MD1HQ2F7 .row {
    padding: 0 1rem;
  }
}
.cid-v0MD1HQ2F7 .btn:hover {
  background-color: #a96708 !important;
  border-color: #a96708 !important;
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-v0MD1HQ2F7 .form-btn {
    width: 100%;
  }
  .cid-v0MD1HQ2F7 .btn {
    width: 100%;
  }
}
.cid-v0MD1HQ2F7 H1 {
  text-align: right;
}
.cid-v0MD1HQ2F7 .mbr-text,
.cid-v0MD1HQ2F7 .mbr-section-btn {
  text-align: right;
}
.cid-v0MD2OHZXT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background: #000312;
}
.cid-v0MD2OHZXT .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-v0MD2OHZXT .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #000312;
}
.cid-v0MD2OHZXT .svg-top .st0 {
  fill: #000312;
}
@media (max-width: 992px) {
  .cid-v0MD2OHZXT .svg-top {
    width: 1000px;
  }
}
.cid-v0MD2OHZXT .google-map {
  height: 35rem;
  position: relative;
}
.cid-v0MD2OHZXT .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v0MD2OHZXT .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-v0MD2OHZXT .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v0MD2OHZXT .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v0MD2OHZXT .mbr-section-title {
  color: #1a449a;
}
.cid-v0MD2OHZXT .mbr-section-subtitle {
  color: #1a449a;
}
.cid-v0MD3Z3KRl {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0MD3Z3KRl [class^='socicon-']:before,
.cid-v0MD3Z3KRl [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-v0MD3Z3KRl .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #a96708;
  transition: all 0.3s;
  border-color: #a96708;
}
.cid-v0MD3Z3KRl .btn-social:hover {
  background: #a96708;
}
.cid-v0MD3Z3KRl .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-v0MD3Z3KRl .btn-social:hover span {
  color: #ffffff !important;
}
.cid-v0MD3Z3KRl .mbr-section-title {
  color: #2e6b75;
}
.cid-v0MD3Z3KRl .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-v0MD3Z3KRl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0MD3Z3KRl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0MD3Z3KRl .mbr-section-title,
.cid-v0MD3Z3KRl .mbr-social-likes {
  color: #edefeb;
}
.cid-v0N4KNrI0n {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0N4KNrI0n .content {
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}
@media (max-width: 1024px) {
  .cid-v0N4KNrI0n .content {
    flex-wrap: wrap;
  }
}
.cid-v0N4KNrI0n h2,
.cid-v0N4KNrI0n h4,
.cid-v0N4KNrI0n h3,
.cid-v0N4KNrI0n h6,
.cid-v0N4KNrI0n p,
.cid-v0N4KNrI0n ul {
  margin: 0;
}
.cid-v0N4KNrI0n ul {
  padding: 0;
  list-style-type: none;
}
.cid-v0N4KNrI0n .heading {
  width: 35%;
  margin-bottom: 37px;
}
@media (max-width: 1024px) {
  .cid-v0N4KNrI0n .heading {
    width: 100%;
  }
}
.cid-v0N4KNrI0n .heading-inner {
  max-width: 476px;
}
.cid-v0N4KNrI0n .mbr-section-title {
  color: #a6a99c;
  text-align: center;
}
.cid-v0N4KNrI0n .mbr-section-subtitle {
  color: #edefeb;
  text-align: center;
}
.cid-v0N4KNrI0n .cards {
  width: 65%;
  display: flex;
}
@media (max-width: 1024px) {
  .cid-v0N4KNrI0n .cards {
    width: 100%;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-v0N4KNrI0n .cards {
    flex-direction: column;
    padding-top: 0px;
  }
}
.cid-v0N4KNrI0n .card {
  width: 34%;
}
@media (max-width: 1024px) {
  .cid-v0N4KNrI0n .card {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v0N4KNrI0n .card {
    width: 100%;
    padding-top: 30px;
  }
}
.cid-v0N4KNrI0n .mbr-card-title {
  color: #a96708;
  margin-bottom: 3px;
  text-align: center;
}
.cid-v0N4KNrI0n .mbr-card-subtitle {
  color: #6b6b6b;
}
.cid-v0N4KNrI0n .list {
  padding-top: 5px;
  margin-bottom: 24px;
  color: #6b6b6b;
  text-align: center;
}
.cid-v0MD5xCSRh {
  background-color: #000312;
}
.cid-v0MD5xCSRh .content {
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
}
.cid-v0MD5xCSRh .content img {
  width: 43px;
  height: 43px;
  object-fit: cover;
  margin-right: 15px;
}
.cid-v0MD5xCSRh .content p {
  margin: 0;
}
.cid-v0MD5xCSRh .mbr-text {
  color: #ffffff;
}
.cid-v0MIV7G0UD {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v0MIV7G0UD .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v0MIV7G0UD .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v0MIV7G0UD .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v0MIV7G0UD .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-v0MIV7G0UD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0MIV7G0UD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0MIV7G0UD .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-v0MIV7G0UD .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v0MIV7G0UD .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v0MIV7G0UD .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-v0MIV7G0UD .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v0MIV7G0UD .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v0MIV7G0UD .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v0MIV7G0UD .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v0MIV7G0UD .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v0MIV7G0UD .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v0MIV7G0UD .nav-link:hover {
  color: #ffffff !important;
}
.cid-v0MIV7G0UD .nav-link:hover::before {
  width: 100%;
}
.cid-v0MIV7G0UD .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-v0MIV7G0UD .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v0MIV7G0UD .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v0MIV7G0UD .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-v0MIV7G0UD .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v0MIV7G0UD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v0MIV7G0UD .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 3, 18, 0.5) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  margin-top: 1rem;
  background-color: #000312;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-v0MIV7G0UD .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-v0MIV7G0UD .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-v0MIV7G0UD .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-v0MIV7G0UD .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v0MIV7G0UD .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000312;
  background: rgba(0, 3, 18, 0.5) !important;
}
.cid-v0MIV7G0UD .nav-item:focus,
.cid-v0MIV7G0UD .nav-link:focus {
  outline: none;
}
.cid-v0MIV7G0UD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0MIV7G0UD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0MIV7G0UD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0MIV7G0UD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0MIV7G0UD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0MIV7G0UD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0MIV7G0UD .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v0MIV7G0UD .navbar.opened {
  transition: all 0.3s;
}
.cid-v0MIV7G0UD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0MIV7G0UD .navbar .navbar-logo img {
  width: auto;
}
.cid-v0MIV7G0UD .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-v0MIV7G0UD .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-v0MIV7G0UD .navbar.collapsed {
  justify-content: center;
}
.cid-v0MIV7G0UD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0MIV7G0UD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0MIV7G0UD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-v0MIV7G0UD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0MIV7G0UD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0MIV7G0UD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v0MIV7G0UD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0MIV7G0UD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0MIV7G0UD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v0MIV7G0UD .navbar {
    min-height: 72px;
  }
  .cid-v0MIV7G0UD .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v0MIV7G0UD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0MIV7G0UD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0MIV7G0UD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0MIV7G0UD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0MIV7G0UD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v0MIV7G0UD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0MIV7G0UD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v0MIV7G0UD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0MIV7G0UD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0MIV7G0UD .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v0MIV7G0UD .dropdown-item.active,
.cid-v0MIV7G0UD .dropdown-item:active {
  background-color: transparent;
}
.cid-v0MIV7G0UD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0MIV7G0UD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0MIV7G0UD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0MIV7G0UD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000312;
}
.cid-v0MIV7G0UD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v0MIV7G0UD .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v0MIV7G0UD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0MIV7G0UD .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v0MIV7G0UD .navbar-buttons {
    text-align: left;
  }
}
.cid-v0MIV7G0UD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0MIV7G0UD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v0MIV7G0UD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0MIV7G0UD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0MIV7G0UD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0MIV7G0UD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0MIV7G0UD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0MIV7G0UD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0MIV7G0UD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0MIV7G0UD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0MIV7G0UD .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v0MIV7G0UD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0MIV7G0UD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v0MIV7G0UD .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0MIV7G0UD .navbar {
    height: 70px;
  }
  .cid-v0MIV7G0UD .navbar.opened {
    height: auto;
  }
  .cid-v0MIV7G0UD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0MIV7G0UD .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v0MIV7G0UD .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v0MIV7G0UD .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v0MIV7G0UD .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v0MIV7G0UD .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v0MIV7G0UD .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v0MIV7G0UD .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v0MIV7G0UD .navbar-brand {
    margin-right: auto;
  }
  .cid-v0MIV7G0UD .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000312;
    opacity: 1;
    border-color: rgba(0, 3, 18, 0.5) !important;
    background: rgba(0, 3, 18, 0.5) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v0MIV7G0UD .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v0MIV7G0UD .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v0MIV7G0UD .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v0MIV7G0UD .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v0MIV7G0UD .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v0MIV7G0UD .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v0MIV7G0UD .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v0MIV7G0UD .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v0MIV7G0UD .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v0MIV7G0UD .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v0MIV7G0UD .navbar-brand,
.cid-v0MIV7G0UD .navbar-toggler,
.cid-v0MIV7G0UD .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uZJuvtiZc3 {
  padding-top: 10rem;
  padding-bottom: 12rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZJuvtiZc3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZJuvtiZc3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZJuvtiZc3 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uZJuvtiZc3 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uZJuvtiZc3 .container {
    padding: 0 24px;
  }
}
.cid-uZJuvtiZc3 .row {
  position: relative;
}
.cid-uZJuvtiZc3 .row .card {
  justify-content: center;
}
.cid-uZJuvtiZc3 .row .decor-wrapper {
  position: absolute;
  bottom: -16rem;
  right: -58rem;
  border: 120px solid #d4b464;
  width: 2000px;
  height: 1000px;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uZJuvtiZc3 .row .decor-wrapper {
    right: -20rem;
  }
}
@media (max-width: 768px) {
  .cid-uZJuvtiZc3 .row .decor-wrapper {
    height: 500px;
    right: -10rem;
  }
}
.cid-uZJuvtiZc3 .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-uZJuvtiZc3 .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZJuvtiZc3 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uZJuvtiZc3 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uZJuvtiZc3 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZJuvtiZc3 .title-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uZJuvtiZc3 .title-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-uZJuvtiZc3 .image-wrapper {
  position: relative;
}
.cid-uZJuvtiZc3 .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uZJuvtiZc3 .image-wrapper img {
    height: 350px;
  }
}
.cid-uZJuvtiZc3 .mbr-section-title {
  color: #F5DF4D;
}
.cid-uZJuvtiZc3 .mbr-text {
  color: #FF3399;
}
.cid-uZJuvtiZc3 .mbr-section-title,
.cid-uZJuvtiZc3 .mbr-section-btn {
  text-align: center;
  color: #d4b464;
}
.cid-uZJuvtiZc3 .mbr-text,
.cid-uZJuvtiZc3 .mbr-section-btn {
  text-align: center;
  color: #edefeb;
}
.cid-v0MJu1lLgt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0MJu1lLgt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0MJu1lLgt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0MJu1lLgt .card-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  background-color: #050b1d;
  padding: 32px;
  overflow: hidden !important;
}
@media (max-width: 992px) {
  .cid-v0MJu1lLgt .card-wrapper {
    display: block;
    padding: 18px;
  }
}
.cid-v0MJu1lLgt .card-wrapper .gradient-wrapper {
  position: absolute;
  left: -150px;
  bottom: -400px;
  width: 500px;
  height: 500px;
  background-image: linear-gradient(-90deg, #ca45ff, #fe881b 70%);
  border-radius: 100%;
  filter: blur(6rem);
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-v0MJu1lLgt .card-wrapper .gradient-wrapper {
    width: 400px;
    height: 400px;
  }
}
.cid-v0MJu1lLgt .card-wrapper .card {
  justify-content: center;
}
.cid-v0MJu1lLgt .card-wrapper .content-wrapper {
  position: relative;
  z-index: 1;
  width: 49%;
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-v0MJu1lLgt .card-wrapper .content-wrapper {
    padding: 0;
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-v0MJu1lLgt .card-wrapper .content-wrapper .label-wrapper {
  margin-bottom: 22px;
}
.cid-v0MJu1lLgt .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-v0MJu1lLgt .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-v0MJu1lLgt .card-wrapper .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v0MJu1lLgt .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 992px) {
  .cid-v0MJu1lLgt .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 22px;
  }
}
.cid-v0MJu1lLgt .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0MJu1lLgt .card-wrapper .image-wrapper {
  position: relative;
  z-index: 1;
  width: 48%;
}
@media (max-width: 992px) {
  .cid-v0MJu1lLgt .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-v0MJu1lLgt .card-wrapper .image-wrapper img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v0MJu1lLgt .card-wrapper .image-wrapper img {
    height: 300px;
  }
}
.cid-v0MJu1lLgt .mbr-label,
.cid-v0MJu1lLgt .label-wrapper {
  color: #1a0b54;
  text-align: right;
}
.cid-v0MJu1lLgt .mbr-section-title {
  color: #1a0b54;
}
.cid-v0MJu1lLgt .mbr-text {
  color: #edefeb;
  text-align: right;
}
.cid-uZJuZuRPeP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZJuZuRPeP .mbr-overlay {
  background: #edefeb;
  opacity: 0.9;
}
.cid-uZJuZuRPeP img,
.cid-uZJuZuRPeP .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
}
.cid-uZJuZuRPeP .item:focus,
.cid-uZJuZuRPeP span:focus {
  outline: none;
}
.cid-uZJuZuRPeP .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uZJuZuRPeP .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #050b1d;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-uZJuZuRPeP .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-uZJuZuRPeP .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-uZJuZuRPeP .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-uZJuZuRPeP .item-content {
    padding: 1rem 0;
  }
}
.cid-uZJuZuRPeP .mbr-section-title {
  color: #000312;
}
.cid-uZJuZuRPeP .item-title {
  color: #d4b464;
  text-align: center;
}
.cid-uZJuZuRPeP .item-subtitle {
  color: #bec2cf;
}
.cid-uZJuZuRPeP .mbr-text,
.cid-uZJuZuRPeP .mbr-section-btn {
  color: #edefeb;
  text-align: center;
}
.cid-uZJuZuRPeP .mbr-link {
  color: #0196e3;
  display: block;
}
.cid-uZJv1frWNK {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/service-img.png");
}
.cid-uZJv1frWNK .mbr-overlay {
  background: #000312;
  opacity: 0.9;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uZJv1frWNK .container {
    padding: 0 24px;
  }
}
.cid-uZJv1frWNK .card {
  justify-content: center;
}
.cid-uZJv1frWNK .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-uZJv1frWNK .title-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-uZJv1frWNK .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uZJv1frWNK .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uZJv1frWNK .text-wrapper {
  border-top: 1px solid #d4b464;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uZJv1frWNK .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-uZJv1frWNK .text-wrapper .mbr-text {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uZJv1frWNK .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uZJv1frWNK .text-wrapper .mbr-text:last-child {
    margin-bottom: 0;
  }
}
.cid-uZJv1frWNK .mbr-section-title {
  color: #F9F6E0;
}
.cid-uZJv1frWNK .mbr-desc {
  color: #F9F6E0;
  text-align: center;
}
.cid-uZJv1frWNK .mbr-text {
  color: #F9F6E0;
  text-align: right;
}
.cid-uZJv1frWNK .mbr-section-btn {
  text-align: right;
}
.cid-uZJv1frWNK .mbr-section-title,
.cid-uZJv1frWNK .mbr-section-btn {
  text-align: center;
}
.cid-uZJBX7EDR1 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZJBX7EDR1 .mbr-overlay {
  background: #000312;
  opacity: 0.9;
}
.cid-uZJBX7EDR1 .mbr-section-title {
  margin-bottom: 40px;
  color: #ffffff;
  text-align: center;
}
.cid-uZJBX7EDR1 .item:focus,
.cid-uZJBX7EDR1 span:focus {
  outline: none;
}
.cid-uZJBX7EDR1 .item {
  cursor: pointer;
}
.cid-uZJBX7EDR1 .grid-container {
  grid-row-gap: 40px;
}
@media (max-width: 992px) {
  .cid-uZJBX7EDR1 .grid-container {
    grid-row-gap: 20px;
  }
}
.cid-uZJBX7EDR1 .grid-container-1,
.cid-uZJBX7EDR1 .grid-container-2,
.cid-uZJBX7EDR1 .grid-container-3 {
  gap: 0 40px;
}
@media (max-width: 992px) {
  .cid-uZJBX7EDR1 .grid-container-1,
  .cid-uZJBX7EDR1 .grid-container-2,
  .cid-uZJBX7EDR1 .grid-container-3 {
    gap: 0 20px;
  }
}
.cid-uZJBX7EDR1 .content-head {
  max-width: 800px;
}
.cid-uZJBX7EDR1 .container,
.cid-uZJBX7EDR1 .container-fluid {
  overflow: hidden;
}
.cid-uZJBX7EDR1 .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uZJBX7EDR1 .grid-item {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.cid-uZJBX7EDR1 .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uZJBX7EDR1 .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uZJBX7EDR1 .grid-item img {
    min-width: 35vw;
    height: 150px;
  }
}
.cid-uZJBX7EDR1 .grid-item:nth-child(2) img {
  height: 400px;
}
@media (max-width: 1200px) {
  .cid-uZJBX7EDR1 .grid-item:nth-child(2) img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .cid-uZJBX7EDR1 .grid-item:nth-child(2) img {
    height: 150px;
  }
}
.cid-uZJBX7EDR1 .grid-item:nth-child(3) img {
  height: 450px;
}
@media (max-width: 1200px) {
  .cid-uZJBX7EDR1 .grid-item:nth-child(3) img {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .cid-uZJBX7EDR1 .grid-item:nth-child(3) img {
    height: 150px;
  }
}
.cid-uZJBX7EDR1 .grid-item:nth-child(4) img {
  height: 350px;
}
@media (max-width: 1200px) {
  .cid-uZJBX7EDR1 .grid-item:nth-child(4) img {
    height: 200px;
  }
}
@media (max-width: 767px) {
  .cid-uZJBX7EDR1 .grid-item:nth-child(4) img {
    height: 150px;
  }
}
.cid-uZJBX7EDR1 .grid-container-1,
.cid-uZJBX7EDR1 .grid-container-2,
.cid-uZJBX7EDR1 .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uZJBX7EDR1 .grid-container-1 {
  align-items: flex-end;
}
.cid-uZJBX7EDR1 .grid-container-2 {
  align-items: flex-start;
}
.cid-v0MNk1CONw {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.cid-v0MNk1CONw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0MNk1CONw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0MNk1CONw .mbr-section-head {
  margin-bottom: 20px;
  width: 100%;
}
.cid-v0MNk1CONw .mbr-section-title {
  color: #a0e2e1;
}
.cid-v0MNk1CONw .mbr-section-subtitle {
  color: #f8f8f4;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-v0MNk1CONw .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-v0MNk1CONw .card-row {
  align-items: stretch;
}
.cid-v0MNk1CONw .card {
  margin: 15px 0;
}
.cid-v0MNk1CONw .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 40px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #000312, #050b1d);
  box-shadow: 10px 10px 19px #052d4e, -10px -10px 19px #050b1d;
}
@media (max-width: 1199px) {
  .cid-v0MNk1CONw .card-wrapper {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .cid-v0MNk1CONw .card-wrapper {
    padding: 20px;
  }
}
.cid-v0MNk1CONw .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 5;
  height: 100%;
}
.cid-v0MNk1CONw .card-head {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}
.cid-v0MNk1CONw .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 10px;
  padding: 7px;
  min-width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #d4b464;
}
.cid-v0MNk1CONw .iconfont-wrapper .mbr-iconfont {
  font-size: 36px;
  color: #eb1964;
}
.cid-v0MNk1CONw .card-head-text {
  flex-grow: 1;
}
.cid-v0MNk1CONw .name-title {
  color: #a0e2e1;
  text-align: right;
}
.cid-v0MNk1CONw .name-text {
  color: #FF014E;
}
.cid-v0MNk1CONw .card-title {
  color: #FFFFFF;
  margin-bottom: 20px;
  transition: .5s all;
}
.cid-v0MNk1CONw .card-text {
  color: #ffffff;
  opacity: 0.75;
  margin-bottom: 36px;
  transition: .5s all;
  text-align: center;
}
.cid-v0MNk1CONw .score-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: auto;
  margin-right: auto;
  padding-top: 4px;
}
.cid-v0MNk1CONw .score-container .score-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
}
.cid-v0MNk1CONw .score-container .score-wrapper .mbr-iconfont {
  font-size: 12px;
  color: #ff014e;
}
.cid-uZJv3S7Y8o {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZJv3S7Y8o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZJv3S7Y8o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZJv3S7Y8o .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZJv3S7Y8o .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZJv3S7Y8o .panel-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}
@media (max-width: 992px) {
  .cid-uZJv3S7Y8o .panel-group {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uZJv3S7Y8o .panel-group .content-wrap:nth-child(2) {
    margin-top: 20px;
  }
}
.cid-uZJv3S7Y8o .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 12px;
  background-color: #050b1d;
}
.cid-uZJv3S7Y8o .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uZJv3S7Y8o .panel-group .card {
    padding: 20px;
    margin-top: 20px;
  }
}
.cid-uZJv3S7Y8o .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uZJv3S7Y8o .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uZJv3S7Y8o .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uZJv3S7Y8o .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #000312;
}
@media (max-width: 992px) {
  .cid-uZJv3S7Y8o .panel-group .card .card-header .panel-title .icon-wrapper {
    width: 54px;
    height: 54px;
    min-width: 54px;
  }
}
.cid-uZJv3S7Y8o .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 38px;
  transition: all 0.3s ease-in-out;
  color: #d4b464;
}
@media (max-width: 992px) {
  .cid-uZJv3S7Y8o .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
    font-size: 28px;
  }
}
.cid-uZJv3S7Y8o .panel-group .card .card-header .panel-title:hover .icon-wrapper {
  background-color: #d4b464;
}
.cid-uZJv3S7Y8o .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  color: #f1f5eb;
}
.cid-uZJv3S7Y8o .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uZJv3S7Y8o .panel-group .card .panel-collapse .panel-body {
  margin: 30px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uZJv3S7Y8o .panel-group .card .panel-collapse .panel-body {
    margin: 20px 0 0 0;
  }
}
.cid-uZJv3S7Y8o .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uZJv3S7Y8o .mbr-section-title,
.cid-uZJv3S7Y8o .title-wrapper {
  color: #f4e9a5;
  text-align: center;
}
.cid-uZJv3S7Y8o .panel-title-edit {
  color: #f4e9a5;
  text-align: right;
}
.cid-uZJv3S7Y8o .panel-text {
  color: #323432;
}
.cid-uZJv3S7Y8o .panel-text,
.cid-uZJv3S7Y8o .panel-body {
  text-align: right;
  color: #edefeb;
}
.cid-v0MNL4uN6e {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0MNL4uN6e .mbr-overlay {
  background-color: #000312;
  opacity: 0.9;
}
.cid-v0MNL4uN6e textarea {
  min-height: 150px;
}
.cid-v0MNL4uN6e input[name='yourSubject'] {
  margin-top: 1.5rem;
}
.cid-v0MNL4uN6e textarea[name='yourMessage'] {
  margin-top: 0.3rem;
}
.cid-v0MNL4uN6e .form-control,
.cid-v0MNL4uN6e .field-input {
  padding: 1rem 0rem;
  background-color: #edefeb;
  border: none !important;
  border-bottom: 2px solid #e6b103 !important;
  border-color: #e6b103 !important;
  color: #052d4e !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-v0MNL4uN6e .form-control input::-webkit-input-placeholder,
.cid-v0MNL4uN6e .field-input input::-webkit-input-placeholder,
.cid-v0MNL4uN6e .form-control textarea::-webkit-input-placeholder,
.cid-v0MNL4uN6e .field-input textarea::-webkit-input-placeholder {
  color: #232323 !important;
}
.cid-v0MNL4uN6e .form-control input:-moz-placeholder,
.cid-v0MNL4uN6e .field-input input:-moz-placeholder,
.cid-v0MNL4uN6e .form-control textarea:-moz-placeholder,
.cid-v0MNL4uN6e .field-input textarea:-moz-placeholder {
  color: #232323 !important;
}
.cid-v0MNL4uN6e .jq-number__spin:hover,
.cid-v0MNL4uN6e .jq-number__spin:focus {
  background-color: #052d4e;
  border-color: #e9204f !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-v0MNL4uN6e .jq-number__spin {
  background-color: #edefeb;
  border-color: #e6b103 !important;
  color: #052d4e;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v0MNL4uN6e .jq-selectbox li,
.cid-v0MNL4uN6e .jq-selectbox li {
  background-color: #edefeb;
  color: #000000;
}
.cid-v0MNL4uN6e .jq-selectbox li:hover,
.cid-v0MNL4uN6e .jq-selectbox li.selected {
  background-color: #052d4e;
  color: #ffffff;
}
.cid-v0MNL4uN6e .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-v0MNL4uN6e .jq-number__spin.minus:hover:after,
.cid-v0MNL4uN6e .jq-number__spin.plus:hover:after {
  border-top-color: #edefeb;
  border-bottom-color: #edefeb;
}
.cid-v0MNL4uN6e .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-v0MNL4uN6e .jq-number__spin.minus:after,
.cid-v0MNL4uN6e .jq-number__spin.plus:after {
  border-top-color: #052d4e;
  border-bottom-color: #052d4e;
}
@media (max-width: 992px) {
  .cid-v0MNL4uN6e .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
  .cid-v0MNL4uN6e .social-list {
    margin-bottom: 3rem;
  }
  .cid-v0MNL4uN6e .email-input {
    margin-top: 2rem;
  }
}
.cid-v0MNL4uN6e .mbr-section-subtitle {
  color: #a96708;
  margin-bottom: 2.4rem;
  text-align: right;
}
.cid-v0MNL4uN6e .mbr-text {
  color: #acacac;
  margin-bottom: 3.5rem;
}
.cid-v0MNL4uN6e .mbr-iconfont-social {
  font-size: 1rem;
  color: #edefeb;
  margin-right: 0.6rem;
}
.cid-v0MNL4uN6e .mbr-iconfont-social:before {
  padding: 1rem;
  border: 2px solid;
  border-radius: 100px;
  border-color: #a96708;
  transition: all 0.3s;
}
.cid-v0MNL4uN6e .mbr-iconfont-social:hover {
  color: #a96708;
}
.cid-v0MNL4uN6e .social-list {
  display: flex;
}
.cid-v0MNL4uN6e .social-list a {
  transition: 0.3s;
}
.cid-v0MNL4uN6e .social-list a:hover {
  transform: translateY(-8px);
}
.cid-v0MNL4uN6e .row {
  align-items: center;
}
.cid-v0MNL4uN6e .mbr-section-title {
  margin-bottom: 1.3rem;
}
.cid-v0MNL4uN6e .btn {
  font-weight: bold;
  padding: 1rem 5.5rem;
}
.cid-v0MNL4uN6e .form-btn {
  margin-top: 2.5rem;
}
.cid-v0MNL4uN6e input::-webkit-input-placeholder,
.cid-v0MNL4uN6e textarea::-webkit-input-placeholder {
  color: #232323 !important;
}
.cid-v0MNL4uN6e input:-moz-placeholder,
.cid-v0MNL4uN6e textarea:-moz-placeholder {
  color: #232323 !important;
}
@media (min-width: 992px) {
  .cid-v0MNL4uN6e .media-content {
    padding-right: 3rem;
  }
  .cid-v0MNL4uN6e .email-input {
    padding-left: 2.2rem;
  }
}
@media (min-width: 767px) {
  .cid-v0MNL4uN6e .row {
    padding: 0 1rem;
  }
}
.cid-v0MNL4uN6e .btn:hover {
  background-color: #a96708 !important;
  border-color: #a96708 !important;
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-v0MNL4uN6e .form-btn {
    width: 100%;
  }
  .cid-v0MNL4uN6e .btn {
    width: 100%;
  }
}
.cid-v0MNL4uN6e H1 {
  text-align: right;
}
.cid-v0MNL4uN6e .mbr-text,
.cid-v0MNL4uN6e .mbr-section-btn {
  text-align: right;
}
.cid-v0MNMmwVRF {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background: #000312;
}
.cid-v0MNMmwVRF .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-v0MNMmwVRF .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #000312;
}
.cid-v0MNMmwVRF .svg-top .st0 {
  fill: #000312;
}
@media (max-width: 992px) {
  .cid-v0MNMmwVRF .svg-top {
    width: 1000px;
  }
}
.cid-v0MNMmwVRF .google-map {
  height: 35rem;
  position: relative;
}
.cid-v0MNMmwVRF .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v0MNMmwVRF .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-v0MNMmwVRF .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v0MNMmwVRF .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v0MNMmwVRF .mbr-section-title {
  color: #1a449a;
}
.cid-v0MNMmwVRF .mbr-section-subtitle {
  color: #1a449a;
}
.cid-v0MNOACI4e {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0MNOACI4e [class^='socicon-']:before,
.cid-v0MNOACI4e [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-v0MNOACI4e .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #a96708;
  transition: all 0.3s;
  border-color: #a96708;
}
.cid-v0MNOACI4e .btn-social:hover {
  background: #a96708;
}
.cid-v0MNOACI4e .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-v0MNOACI4e .btn-social:hover span {
  color: #ffffff !important;
}
.cid-v0MNOACI4e .mbr-section-title {
  color: #2e6b75;
}
.cid-v0MNOACI4e .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-v0MNOACI4e .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0MNOACI4e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0MNOACI4e .mbr-section-title,
.cid-v0MNOACI4e .mbr-social-likes {
  color: #edefeb;
}
.cid-v0N4UQcIgp {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0N4UQcIgp .content {
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}
@media (max-width: 1024px) {
  .cid-v0N4UQcIgp .content {
    flex-wrap: wrap;
  }
}
.cid-v0N4UQcIgp h2,
.cid-v0N4UQcIgp h4,
.cid-v0N4UQcIgp h3,
.cid-v0N4UQcIgp h6,
.cid-v0N4UQcIgp p,
.cid-v0N4UQcIgp ul {
  margin: 0;
}
.cid-v0N4UQcIgp ul {
  padding: 0;
  list-style-type: none;
}
.cid-v0N4UQcIgp .heading {
  width: 35%;
  margin-bottom: 37px;
}
@media (max-width: 1024px) {
  .cid-v0N4UQcIgp .heading {
    width: 100%;
  }
}
.cid-v0N4UQcIgp .heading-inner {
  max-width: 476px;
}
.cid-v0N4UQcIgp .mbr-section-title {
  color: #a6a99c;
  text-align: center;
}
.cid-v0N4UQcIgp .mbr-section-subtitle {
  color: #edefeb;
  text-align: center;
}
.cid-v0N4UQcIgp .cards {
  width: 65%;
  display: flex;
}
@media (max-width: 1024px) {
  .cid-v0N4UQcIgp .cards {
    width: 100%;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-v0N4UQcIgp .cards {
    flex-direction: column;
    padding-top: 0px;
  }
}
.cid-v0N4UQcIgp .card {
  width: 34%;
}
@media (max-width: 1024px) {
  .cid-v0N4UQcIgp .card {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v0N4UQcIgp .card {
    width: 100%;
    padding-top: 30px;
  }
}
.cid-v0N4UQcIgp .mbr-card-title {
  color: #a96708;
  margin-bottom: 3px;
  text-align: center;
}
.cid-v0N4UQcIgp .mbr-card-subtitle {
  color: #6b6b6b;
}
.cid-v0N4UQcIgp .list {
  padding-top: 5px;
  margin-bottom: 24px;
  color: #6b6b6b;
  text-align: center;
}
.cid-v0MNQn1gJO {
  background-color: #000312;
}
.cid-v0MNQn1gJO .content {
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
}
.cid-v0MNQn1gJO .content img {
  width: 43px;
  height: 43px;
  object-fit: cover;
  margin-right: 15px;
}
.cid-v0MNQn1gJO .content p {
  margin: 0;
}
.cid-v0MNQn1gJO .mbr-text {
  color: #ffffff;
}
.cid-v0MOZ6CNmT {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v0MOZ6CNmT .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v0MOZ6CNmT .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v0MOZ6CNmT .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v0MOZ6CNmT .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-v0MOZ6CNmT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0MOZ6CNmT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0MOZ6CNmT .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-v0MOZ6CNmT .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v0MOZ6CNmT .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v0MOZ6CNmT .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-v0MOZ6CNmT .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v0MOZ6CNmT .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v0MOZ6CNmT .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v0MOZ6CNmT .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v0MOZ6CNmT .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v0MOZ6CNmT .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v0MOZ6CNmT .nav-link:hover {
  color: #ffffff !important;
}
.cid-v0MOZ6CNmT .nav-link:hover::before {
  width: 100%;
}
.cid-v0MOZ6CNmT .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-v0MOZ6CNmT .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v0MOZ6CNmT .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v0MOZ6CNmT .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-v0MOZ6CNmT .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v0MOZ6CNmT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v0MOZ6CNmT .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 3, 18, 0.5) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  margin-top: 1rem;
  background-color: #000312;
  box-shadow: none;
  border: 1px solid #f4e9a5;
  position: relative;
}
.cid-v0MOZ6CNmT .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-v0MOZ6CNmT .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-v0MOZ6CNmT .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-v0MOZ6CNmT .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v0MOZ6CNmT .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000312;
  background: rgba(0, 3, 18, 0.5) !important;
}
.cid-v0MOZ6CNmT .nav-item:focus,
.cid-v0MOZ6CNmT .nav-link:focus {
  outline: none;
}
.cid-v0MOZ6CNmT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0MOZ6CNmT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0MOZ6CNmT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0MOZ6CNmT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0MOZ6CNmT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0MOZ6CNmT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0MOZ6CNmT .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v0MOZ6CNmT .navbar.opened {
  transition: all 0.3s;
}
.cid-v0MOZ6CNmT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0MOZ6CNmT .navbar .navbar-logo img {
  width: auto;
}
.cid-v0MOZ6CNmT .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-v0MOZ6CNmT .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-v0MOZ6CNmT .navbar.collapsed {
  justify-content: center;
}
.cid-v0MOZ6CNmT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0MOZ6CNmT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0MOZ6CNmT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-v0MOZ6CNmT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0MOZ6CNmT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0MOZ6CNmT .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v0MOZ6CNmT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0MOZ6CNmT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0MOZ6CNmT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v0MOZ6CNmT .navbar {
    min-height: 72px;
  }
  .cid-v0MOZ6CNmT .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v0MOZ6CNmT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0MOZ6CNmT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0MOZ6CNmT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0MOZ6CNmT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0MOZ6CNmT .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v0MOZ6CNmT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0MOZ6CNmT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v0MOZ6CNmT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0MOZ6CNmT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0MOZ6CNmT .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v0MOZ6CNmT .dropdown-item.active,
.cid-v0MOZ6CNmT .dropdown-item:active {
  background-color: transparent;
}
.cid-v0MOZ6CNmT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0MOZ6CNmT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0MOZ6CNmT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0MOZ6CNmT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000312;
}
.cid-v0MOZ6CNmT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v0MOZ6CNmT .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v0MOZ6CNmT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0MOZ6CNmT .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v0MOZ6CNmT .navbar-buttons {
    text-align: left;
  }
}
.cid-v0MOZ6CNmT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0MOZ6CNmT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f4e9a5;
}
.cid-v0MOZ6CNmT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0MOZ6CNmT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0MOZ6CNmT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0MOZ6CNmT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0MOZ6CNmT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0MOZ6CNmT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0MOZ6CNmT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0MOZ6CNmT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0MOZ6CNmT .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v0MOZ6CNmT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0MOZ6CNmT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v0MOZ6CNmT .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0MOZ6CNmT .navbar {
    height: 70px;
  }
  .cid-v0MOZ6CNmT .navbar.opened {
    height: auto;
  }
  .cid-v0MOZ6CNmT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0MOZ6CNmT .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v0MOZ6CNmT .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v0MOZ6CNmT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v0MOZ6CNmT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v0MOZ6CNmT .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v0MOZ6CNmT .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v0MOZ6CNmT .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v0MOZ6CNmT .navbar-brand {
    margin-right: auto;
  }
  .cid-v0MOZ6CNmT .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000312;
    opacity: 1;
    border-color: rgba(0, 3, 18, 0.5) !important;
    background: rgba(0, 3, 18, 0.5) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v0MOZ6CNmT .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v0MOZ6CNmT .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v0MOZ6CNmT .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v0MOZ6CNmT .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v0MOZ6CNmT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v0MOZ6CNmT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v0MOZ6CNmT .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v0MOZ6CNmT .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v0MOZ6CNmT .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v0MOZ6CNmT .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v0MOZ6CNmT .navbar-brand,
.cid-v0MOZ6CNmT .navbar-toggler,
.cid-v0MOZ6CNmT .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-v0MP22gn8O {
  align-items: flex-end;
}
.cid-v0MP22gn8O .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0MP22gn8O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
@media (max-width: 992px) {
  .cid-v0MP22gn8O .container {
    padding: 0 30px;
  }
}
.cid-v0MP22gn8O .card {
  justify-content: center;
}
.cid-v0MP22gn8O .content-wrapper {
  padding: 0 120px 120px;
}
@media (max-width: 1440px) {
  .cid-v0MP22gn8O .content-wrapper {
    padding: 0 60px 60px;
  }
}
@media (max-width: 992px) {
  .cid-v0MP22gn8O .content-wrapper {
    padding: 0;
  }
}
.cid-v0MP22gn8O .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v0MP22gn8O .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v0MP22gn8O .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-v0MP22gn8O .mbr-section-title {
  color: #ffffff;
}
.cid-v0MP22gn8O .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v0MP22gn8O .mbr-section-title,
.cid-v0MP22gn8O .mbr-section-btn {
  text-align: center;
  color: #a96708;
}
.cid-uZJzfscnhf {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZJzfscnhf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZJzfscnhf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZJzfscnhf .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-uZJzfscnhf .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZJzfscnhf .mbr-iconfont {
  font-size: 3rem;
  color: #edefeb;
  padding-right: 2rem;
}
.cid-uZJzfscnhf .content-head {
  max-width: 800px;
}
.cid-uZJzfscnhf .card-title {
  text-align: left;
  color: #466085;
}
.cid-uZJzfscnhf .card-text {
  text-align: left;
}
.cid-uZJzfscnhf .mbr-section-title {
  color: #f4e9a5;
}
.cid-uZJzhC7dHM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000312;
}
.cid-uZJzhC7dHM .row {
  flex-direction: row-reverse;
}
.cid-uZJzhC7dHM .justify-content-center {
  align-items: center;
}
.cid-uZJzhC7dHM .mbr-section-title {
  text-align: center;
  color: #f4e9a5;
}
.cid-uZJzhC7dHM .mbr-text,
.cid-uZJzhC7dHM .mbr-section-btn {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uZJzhC7dHM .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uZJzhC7dHM .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uZJzhC7dHM .item-wrapper {
    padding: 4rem;
  }
}
.cid-uZJzjjkY6r {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZJzjjkY6r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZJzjjkY6r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZJzjjkY6r .row {
  justify-content: center;
}
.cid-uZJzjjkY6r .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZJzjjkY6r .item {
    margin-bottom: 1rem;
  }
}
.cid-uZJzjjkY6r .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #050b1d;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uZJzjjkY6r .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uZJzjjkY6r .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uZJzjjkY6r .content-head {
  max-width: 800px;
}
.cid-uZJzjjkY6r .mbr-section-title {
  color: #ffffff;
}
.cid-uZJzjjkY6r .card-title {
  text-align: right;
  color: #ffa600;
}
.cid-uZJzjjkY6r P {
  text-align: right;
  color: #ffffff;
}
.cid-uZW5L61XDC {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZW5L61XDC .mbr-overlay {
  background: #000312;
  opacity: 0.9;
}
.cid-uZW5L61XDC .mbr-section-title {
  margin-bottom: 40px;
  color: #ffffff;
  text-align: center;
}
.cid-uZW5L61XDC .item:focus,
.cid-uZW5L61XDC span:focus {
  outline: none;
}
.cid-uZW5L61XDC .item {
  cursor: pointer;
}
.cid-uZW5L61XDC .grid-container {
  grid-row-gap: 40px;
}
@media (max-width: 992px) {
  .cid-uZW5L61XDC .grid-container {
    grid-row-gap: 20px;
  }
}
.cid-uZW5L61XDC .grid-container-1,
.cid-uZW5L61XDC .grid-container-2,
.cid-uZW5L61XDC .grid-container-3 {
  gap: 0 40px;
}
@media (max-width: 992px) {
  .cid-uZW5L61XDC .grid-container-1,
  .cid-uZW5L61XDC .grid-container-2,
  .cid-uZW5L61XDC .grid-container-3 {
    gap: 0 20px;
  }
}
.cid-uZW5L61XDC .content-head {
  max-width: 800px;
}
.cid-uZW5L61XDC .container,
.cid-uZW5L61XDC .container-fluid {
  overflow: hidden;
}
.cid-uZW5L61XDC .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uZW5L61XDC .grid-item {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.cid-uZW5L61XDC .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uZW5L61XDC .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uZW5L61XDC .grid-item img {
    min-width: 35vw;
    height: 150px;
  }
}
.cid-uZW5L61XDC .grid-item:nth-child(2) img {
  height: 400px;
}
@media (max-width: 1200px) {
  .cid-uZW5L61XDC .grid-item:nth-child(2) img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .cid-uZW5L61XDC .grid-item:nth-child(2) img {
    height: 150px;
  }
}
.cid-uZW5L61XDC .grid-item:nth-child(3) img {
  height: 450px;
}
@media (max-width: 1200px) {
  .cid-uZW5L61XDC .grid-item:nth-child(3) img {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .cid-uZW5L61XDC .grid-item:nth-child(3) img {
    height: 150px;
  }
}
.cid-uZW5L61XDC .grid-item:nth-child(4) img {
  height: 350px;
}
@media (max-width: 1200px) {
  .cid-uZW5L61XDC .grid-item:nth-child(4) img {
    height: 200px;
  }
}
@media (max-width: 767px) {
  .cid-uZW5L61XDC .grid-item:nth-child(4) img {
    height: 150px;
  }
}
.cid-uZW5L61XDC .grid-container-1,
.cid-uZW5L61XDC .grid-container-2,
.cid-uZW5L61XDC .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uZW5L61XDC .grid-container-1 {
  align-items: flex-end;
}
.cid-uZW5L61XDC .grid-container-2 {
  align-items: flex-start;
}
.cid-v0MReJxcSF {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0MReJxcSF .mbr-overlay {
  background-color: #000312;
  opacity: 0.9;
}
.cid-v0MReJxcSF textarea {
  min-height: 150px;
}
.cid-v0MReJxcSF input[name='yourSubject'] {
  margin-top: 1.5rem;
}
.cid-v0MReJxcSF textarea[name='yourMessage'] {
  margin-top: 0.3rem;
}
.cid-v0MReJxcSF .form-control,
.cid-v0MReJxcSF .field-input {
  padding: 1rem 0rem;
  background-color: #edefeb;
  border: none !important;
  border-bottom: 2px solid #e6b103 !important;
  border-color: #e6b103 !important;
  color: #052d4e !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-v0MReJxcSF .form-control input::-webkit-input-placeholder,
.cid-v0MReJxcSF .field-input input::-webkit-input-placeholder,
.cid-v0MReJxcSF .form-control textarea::-webkit-input-placeholder,
.cid-v0MReJxcSF .field-input textarea::-webkit-input-placeholder {
  color: #232323 !important;
}
.cid-v0MReJxcSF .form-control input:-moz-placeholder,
.cid-v0MReJxcSF .field-input input:-moz-placeholder,
.cid-v0MReJxcSF .form-control textarea:-moz-placeholder,
.cid-v0MReJxcSF .field-input textarea:-moz-placeholder {
  color: #232323 !important;
}
.cid-v0MReJxcSF .jq-number__spin:hover,
.cid-v0MReJxcSF .jq-number__spin:focus {
  background-color: #052d4e;
  border-color: #e9204f !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-v0MReJxcSF .jq-number__spin {
  background-color: #edefeb;
  border-color: #e6b103 !important;
  color: #052d4e;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v0MReJxcSF .jq-selectbox li,
.cid-v0MReJxcSF .jq-selectbox li {
  background-color: #edefeb;
  color: #000000;
}
.cid-v0MReJxcSF .jq-selectbox li:hover,
.cid-v0MReJxcSF .jq-selectbox li.selected {
  background-color: #052d4e;
  color: #ffffff;
}
.cid-v0MReJxcSF .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-v0MReJxcSF .jq-number__spin.minus:hover:after,
.cid-v0MReJxcSF .jq-number__spin.plus:hover:after {
  border-top-color: #edefeb;
  border-bottom-color: #edefeb;
}
.cid-v0MReJxcSF .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-v0MReJxcSF .jq-number__spin.minus:after,
.cid-v0MReJxcSF .jq-number__spin.plus:after {
  border-top-color: #052d4e;
  border-bottom-color: #052d4e;
}
@media (max-width: 992px) {
  .cid-v0MReJxcSF .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
  .cid-v0MReJxcSF .social-list {
    margin-bottom: 3rem;
  }
  .cid-v0MReJxcSF .email-input {
    margin-top: 2rem;
  }
}
.cid-v0MReJxcSF .mbr-section-subtitle {
  color: #a96708;
  margin-bottom: 2.4rem;
  text-align: right;
}
.cid-v0MReJxcSF .mbr-text {
  color: #acacac;
  margin-bottom: 3.5rem;
}
.cid-v0MReJxcSF .mbr-iconfont-social {
  font-size: 1rem;
  color: #edefeb;
  margin-right: 0.6rem;
}
.cid-v0MReJxcSF .mbr-iconfont-social:before {
  padding: 1rem;
  border: 2px solid;
  border-radius: 100px;
  border-color: #a96708;
  transition: all 0.3s;
}
.cid-v0MReJxcSF .mbr-iconfont-social:hover {
  color: #a96708;
}
.cid-v0MReJxcSF .social-list {
  display: flex;
}
.cid-v0MReJxcSF .social-list a {
  transition: 0.3s;
}
.cid-v0MReJxcSF .social-list a:hover {
  transform: translateY(-8px);
}
.cid-v0MReJxcSF .row {
  align-items: center;
}
.cid-v0MReJxcSF .mbr-section-title {
  margin-bottom: 1.3rem;
}
.cid-v0MReJxcSF .btn {
  font-weight: bold;
  padding: 1rem 5.5rem;
}
.cid-v0MReJxcSF .form-btn {
  margin-top: 2.5rem;
}
.cid-v0MReJxcSF input::-webkit-input-placeholder,
.cid-v0MReJxcSF textarea::-webkit-input-placeholder {
  color: #232323 !important;
}
.cid-v0MReJxcSF input:-moz-placeholder,
.cid-v0MReJxcSF textarea:-moz-placeholder {
  color: #232323 !important;
}
@media (min-width: 992px) {
  .cid-v0MReJxcSF .media-content {
    padding-right: 3rem;
  }
  .cid-v0MReJxcSF .email-input {
    padding-left: 2.2rem;
  }
}
@media (min-width: 767px) {
  .cid-v0MReJxcSF .row {
    padding: 0 1rem;
  }
}
.cid-v0MReJxcSF .btn:hover {
  background-color: #a96708 !important;
  border-color: #a96708 !important;
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-v0MReJxcSF .form-btn {
    width: 100%;
  }
  .cid-v0MReJxcSF .btn {
    width: 100%;
  }
}
.cid-v0MReJxcSF H1 {
  text-align: right;
}
.cid-v0MReJxcSF .mbr-text,
.cid-v0MReJxcSF .mbr-section-btn {
  text-align: right;
}
.cid-v0MRfTLPos {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background: #000312;
}
.cid-v0MRfTLPos .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-v0MRfTLPos .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #000312;
}
.cid-v0MRfTLPos .svg-top .st0 {
  fill: #000312;
}
@media (max-width: 992px) {
  .cid-v0MRfTLPos .svg-top {
    width: 1000px;
  }
}
.cid-v0MRfTLPos .google-map {
  height: 35rem;
  position: relative;
}
.cid-v0MRfTLPos .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v0MRfTLPos .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-v0MRfTLPos .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v0MRfTLPos .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v0MRfTLPos .mbr-section-title {
  color: #1a449a;
}
.cid-v0MRfTLPos .mbr-section-subtitle {
  color: #1a449a;
}
.cid-v0MRgKPqTm {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0MRgKPqTm [class^='socicon-']:before,
.cid-v0MRgKPqTm [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-v0MRgKPqTm .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #a96708;
  transition: all 0.3s;
  border-color: #a96708;
}
.cid-v0MRgKPqTm .btn-social:hover {
  background: #a96708;
}
.cid-v0MRgKPqTm .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-v0MRgKPqTm .btn-social:hover span {
  color: #ffffff !important;
}
.cid-v0MRgKPqTm .mbr-section-title {
  color: #2e6b75;
}
.cid-v0MRgKPqTm .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-v0MRgKPqTm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0MRgKPqTm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0MRgKPqTm .mbr-section-title,
.cid-v0MRgKPqTm .mbr-social-likes {
  color: #edefeb;
}
.cid-v0N58kXnCh {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0N58kXnCh .content {
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}
@media (max-width: 1024px) {
  .cid-v0N58kXnCh .content {
    flex-wrap: wrap;
  }
}
.cid-v0N58kXnCh h2,
.cid-v0N58kXnCh h4,
.cid-v0N58kXnCh h3,
.cid-v0N58kXnCh h6,
.cid-v0N58kXnCh p,
.cid-v0N58kXnCh ul {
  margin: 0;
}
.cid-v0N58kXnCh ul {
  padding: 0;
  list-style-type: none;
}
.cid-v0N58kXnCh .heading {
  width: 35%;
  margin-bottom: 37px;
}
@media (max-width: 1024px) {
  .cid-v0N58kXnCh .heading {
    width: 100%;
  }
}
.cid-v0N58kXnCh .heading-inner {
  max-width: 476px;
}
.cid-v0N58kXnCh .mbr-section-title {
  color: #a6a99c;
  text-align: center;
}
.cid-v0N58kXnCh .mbr-section-subtitle {
  color: #edefeb;
  text-align: center;
}
.cid-v0N58kXnCh .cards {
  width: 65%;
  display: flex;
}
@media (max-width: 1024px) {
  .cid-v0N58kXnCh .cards {
    width: 100%;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-v0N58kXnCh .cards {
    flex-direction: column;
    padding-top: 0px;
  }
}
.cid-v0N58kXnCh .card {
  width: 34%;
}
@media (max-width: 1024px) {
  .cid-v0N58kXnCh .card {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v0N58kXnCh .card {
    width: 100%;
    padding-top: 30px;
  }
}
.cid-v0N58kXnCh .mbr-card-title {
  color: #a96708;
  margin-bottom: 3px;
  text-align: center;
}
.cid-v0N58kXnCh .mbr-card-subtitle {
  color: #6b6b6b;
}
.cid-v0N58kXnCh .list {
  padding-top: 5px;
  margin-bottom: 24px;
  color: #6b6b6b;
  text-align: center;
}
.cid-v0MRiuWM1J {
  background-color: #000312;
}
.cid-v0MRiuWM1J .content {
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
}
.cid-v0MRiuWM1J .content img {
  width: 43px;
  height: 43px;
  object-fit: cover;
  margin-right: 15px;
}
.cid-v0MRiuWM1J .content p {
  margin: 0;
}
.cid-v0MRiuWM1J .mbr-text {
  color: #ffffff;
}
.cid-v0MRqIEFfb {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v0MRqIEFfb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v0MRqIEFfb .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v0MRqIEFfb .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v0MRqIEFfb .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-v0MRqIEFfb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0MRqIEFfb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0MRqIEFfb .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-v0MRqIEFfb .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v0MRqIEFfb .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v0MRqIEFfb .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-v0MRqIEFfb .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v0MRqIEFfb .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v0MRqIEFfb .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v0MRqIEFfb .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v0MRqIEFfb .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v0MRqIEFfb .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v0MRqIEFfb .nav-link:hover {
  color: #ffffff !important;
}
.cid-v0MRqIEFfb .nav-link:hover::before {
  width: 100%;
}
.cid-v0MRqIEFfb .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-v0MRqIEFfb .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v0MRqIEFfb .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v0MRqIEFfb .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-v0MRqIEFfb .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v0MRqIEFfb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v0MRqIEFfb .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 3, 18, 0.5) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  margin-top: 1rem;
  background-color: #000312;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-v0MRqIEFfb .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-v0MRqIEFfb .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-v0MRqIEFfb .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-v0MRqIEFfb .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v0MRqIEFfb .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000312;
  background: rgba(0, 3, 18, 0.5) !important;
}
.cid-v0MRqIEFfb .nav-item:focus,
.cid-v0MRqIEFfb .nav-link:focus {
  outline: none;
}
.cid-v0MRqIEFfb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0MRqIEFfb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0MRqIEFfb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0MRqIEFfb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0MRqIEFfb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0MRqIEFfb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0MRqIEFfb .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v0MRqIEFfb .navbar.opened {
  transition: all 0.3s;
}
.cid-v0MRqIEFfb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0MRqIEFfb .navbar .navbar-logo img {
  width: auto;
}
.cid-v0MRqIEFfb .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-v0MRqIEFfb .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-v0MRqIEFfb .navbar.collapsed {
  justify-content: center;
}
.cid-v0MRqIEFfb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0MRqIEFfb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0MRqIEFfb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-v0MRqIEFfb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0MRqIEFfb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0MRqIEFfb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v0MRqIEFfb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0MRqIEFfb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0MRqIEFfb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v0MRqIEFfb .navbar {
    min-height: 72px;
  }
  .cid-v0MRqIEFfb .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v0MRqIEFfb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0MRqIEFfb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0MRqIEFfb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0MRqIEFfb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0MRqIEFfb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v0MRqIEFfb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0MRqIEFfb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v0MRqIEFfb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0MRqIEFfb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0MRqIEFfb .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v0MRqIEFfb .dropdown-item.active,
.cid-v0MRqIEFfb .dropdown-item:active {
  background-color: transparent;
}
.cid-v0MRqIEFfb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0MRqIEFfb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0MRqIEFfb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0MRqIEFfb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000312;
}
.cid-v0MRqIEFfb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v0MRqIEFfb .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v0MRqIEFfb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0MRqIEFfb .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v0MRqIEFfb .navbar-buttons {
    text-align: left;
  }
}
.cid-v0MRqIEFfb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0MRqIEFfb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v0MRqIEFfb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0MRqIEFfb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0MRqIEFfb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0MRqIEFfb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0MRqIEFfb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0MRqIEFfb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0MRqIEFfb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0MRqIEFfb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0MRqIEFfb .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v0MRqIEFfb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0MRqIEFfb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v0MRqIEFfb .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0MRqIEFfb .navbar {
    height: 70px;
  }
  .cid-v0MRqIEFfb .navbar.opened {
    height: auto;
  }
  .cid-v0MRqIEFfb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0MRqIEFfb .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v0MRqIEFfb .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v0MRqIEFfb .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v0MRqIEFfb .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v0MRqIEFfb .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v0MRqIEFfb .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v0MRqIEFfb .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v0MRqIEFfb .navbar-brand {
    margin-right: auto;
  }
  .cid-v0MRqIEFfb .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000312;
    opacity: 1;
    border-color: rgba(0, 3, 18, 0.5) !important;
    background: rgba(0, 3, 18, 0.5) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v0MRqIEFfb .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v0MRqIEFfb .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v0MRqIEFfb .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v0MRqIEFfb .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v0MRqIEFfb .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v0MRqIEFfb .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v0MRqIEFfb .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v0MRqIEFfb .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v0MRqIEFfb .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v0MRqIEFfb .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v0MRqIEFfb .navbar-brand,
.cid-v0MRqIEFfb .navbar-toggler,
.cid-v0MRqIEFfb .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uZJCS5S4RS {
  padding-top: 10rem;
  padding-bottom: 12rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZJCS5S4RS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZJCS5S4RS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZJCS5S4RS .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uZJCS5S4RS .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uZJCS5S4RS .container {
    padding: 0 24px;
  }
}
.cid-uZJCS5S4RS .row {
  position: relative;
}
.cid-uZJCS5S4RS .row .card {
  justify-content: center;
}
.cid-uZJCS5S4RS .row .decor-wrapper {
  position: absolute;
  bottom: -16rem;
  right: -58rem;
  border: 120px solid #d4b464;
  width: 2000px;
  height: 1000px;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uZJCS5S4RS .row .decor-wrapper {
    right: -20rem;
  }
}
@media (max-width: 768px) {
  .cid-uZJCS5S4RS .row .decor-wrapper {
    height: 500px;
    right: -10rem;
  }
}
.cid-uZJCS5S4RS .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-uZJCS5S4RS .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZJCS5S4RS .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uZJCS5S4RS .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uZJCS5S4RS .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZJCS5S4RS .title-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uZJCS5S4RS .title-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-uZJCS5S4RS .image-wrapper {
  position: relative;
}
.cid-uZJCS5S4RS .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uZJCS5S4RS .image-wrapper img {
    height: 350px;
  }
}
.cid-uZJCS5S4RS .mbr-section-title {
  color: #F5DF4D;
}
.cid-uZJCS5S4RS .mbr-text {
  color: #FF3399;
}
.cid-uZJCS5S4RS .mbr-section-title,
.cid-uZJCS5S4RS .mbr-section-btn {
  text-align: center;
  color: #d4b464;
}
.cid-uZJCS5S4RS .mbr-text,
.cid-uZJCS5S4RS .mbr-section-btn {
  text-align: center;
  color: #edefeb;
}
.cid-uZJCV8JsP4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZJCV8JsP4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZJCV8JsP4 .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-uZJCV8JsP4 .container {
    padding: 0 15px;
  }
}
.cid-uZJCV8JsP4 .content-wrapper {
  position: relative;
}
.cid-uZJCV8JsP4 .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uZJCV8JsP4 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uZJCV8JsP4 .content-wrapper .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uZJCV8JsP4 .content-wrapper .content-wrap {
    display: block;
  }
}
.cid-uZJCV8JsP4 .content-wrapper .content-wrap .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uZJCV8JsP4 .content-wrapper .content-wrap .text-wrapper {
    width: 100%;
    margin-bottom: 60px;
  }
}
.cid-uZJCV8JsP4 .content-wrapper .content-wrap .text-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uZJCV8JsP4 .content-wrapper .content-wrap .text-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #d4b464;
}
.cid-uZJCV8JsP4 .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZJCV8JsP4 .content-wrapper .content-wrap .image-wrapper {
  position: relative;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uZJCV8JsP4 .content-wrapper .content-wrap .image-wrapper {
    width: 100%;
  }
}
.cid-uZJCV8JsP4 .content-wrapper .content-wrap .image-wrapper .decor-wrap {
  position: absolute;
  top: -5%;
  left: 0;
  height: 25%;
  width: 65%;
  background-color: #d4b464;
  transform: skewX(-20deg);
}
.cid-uZJCV8JsP4 .content-wrapper .content-wrap .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 660px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uZJCV8JsP4 .content-wrapper .content-wrap .image-wrapper img {
    height: 350px;
  }
}
.cid-uZJCV8JsP4 .mbr-text {
  color: #f7f5f6;
}
.cid-uZJCV8JsP4 .mbr-section-title {
  color: #f4e9a5;
  text-align: right;
}
.cid-uZJCV8JsP4 .mbr-text,
.cid-uZJCV8JsP4 .icon-wrapper {
  text-align: right;
  color: #edefeb;
}
.cid-uZJCXcwUMa {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZJCXcwUMa .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uZJCXcwUMa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZJCXcwUMa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZJCXcwUMa .item-wrapper {
  background: #050b1d;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uZJCXcwUMa .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uZJCXcwUMa .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uZJCXcwUMa .card-title,
.cid-uZJCXcwUMa .iconfont-wrapper {
  color: #f4e9a5;
  text-align: center;
}
.cid-uZJCXcwUMa .content-head {
  max-width: 800px;
}
.cid-uZJCXcwUMa .mbr-section-title {
  color: #daa521;
}
.cid-uZJCXcwUMa .mbr-section-subtitle {
  color: #edefeb;
}
.cid-uZJCXcwUMa .card-text {
  color: #edefeb;
  text-align: center;
}
.cid-uZJCXcwUMa .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZJCXcwUMa .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uZJCZcFTah {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZJCZcFTah .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZJCZcFTah .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZJCZcFTah .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZJCZcFTah .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZJCZcFTah .panel-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}
@media (max-width: 992px) {
  .cid-uZJCZcFTah .panel-group {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uZJCZcFTah .panel-group .content-wrap:nth-child(2) {
    margin-top: 20px;
  }
}
.cid-uZJCZcFTah .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 12px;
  background-color: #050b1d;
}
.cid-uZJCZcFTah .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uZJCZcFTah .panel-group .card {
    padding: 20px;
    margin-top: 20px;
  }
}
.cid-uZJCZcFTah .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uZJCZcFTah .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uZJCZcFTah .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uZJCZcFTah .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #000312;
}
@media (max-width: 992px) {
  .cid-uZJCZcFTah .panel-group .card .card-header .panel-title .icon-wrapper {
    width: 54px;
    height: 54px;
    min-width: 54px;
  }
}
.cid-uZJCZcFTah .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 38px;
  transition: all 0.3s ease-in-out;
  color: #f4e9a5;
}
@media (max-width: 992px) {
  .cid-uZJCZcFTah .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
    font-size: 28px;
  }
}
.cid-uZJCZcFTah .panel-group .card .card-header .panel-title:hover .icon-wrapper {
  background-color: #f4e9a5;
}
.cid-uZJCZcFTah .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  color: #f1f5eb;
}
.cid-uZJCZcFTah .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uZJCZcFTah .panel-group .card .panel-collapse .panel-body {
  margin: 30px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uZJCZcFTah .panel-group .card .panel-collapse .panel-body {
    margin: 20px 0 0 0;
  }
}
.cid-uZJCZcFTah .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uZJCZcFTah .mbr-section-title,
.cid-uZJCZcFTah .title-wrapper {
  color: #d4b464;
  text-align: center;
}
.cid-uZJCZcFTah .panel-title-edit {
  color: #f4e9a5;
  text-align: right;
}
.cid-uZJCZcFTah .panel-text {
  color: #323432;
}
.cid-uZJCZcFTah .panel-text,
.cid-uZJCZcFTah .panel-body {
  text-align: right;
  color: #edefeb;
}
.cid-v0MS89hldK {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0MS89hldK .mbr-overlay {
  background-color: #000312;
  opacity: 0.9;
}
.cid-v0MS89hldK textarea {
  min-height: 150px;
}
.cid-v0MS89hldK input[name='yourSubject'] {
  margin-top: 1.5rem;
}
.cid-v0MS89hldK textarea[name='yourMessage'] {
  margin-top: 0.3rem;
}
.cid-v0MS89hldK .form-control,
.cid-v0MS89hldK .field-input {
  padding: 1rem 0rem;
  background-color: #edefeb;
  border: none !important;
  border-bottom: 2px solid #e6b103 !important;
  border-color: #e6b103 !important;
  color: #052d4e !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-v0MS89hldK .form-control input::-webkit-input-placeholder,
.cid-v0MS89hldK .field-input input::-webkit-input-placeholder,
.cid-v0MS89hldK .form-control textarea::-webkit-input-placeholder,
.cid-v0MS89hldK .field-input textarea::-webkit-input-placeholder {
  color: #232323 !important;
}
.cid-v0MS89hldK .form-control input:-moz-placeholder,
.cid-v0MS89hldK .field-input input:-moz-placeholder,
.cid-v0MS89hldK .form-control textarea:-moz-placeholder,
.cid-v0MS89hldK .field-input textarea:-moz-placeholder {
  color: #232323 !important;
}
.cid-v0MS89hldK .jq-number__spin:hover,
.cid-v0MS89hldK .jq-number__spin:focus {
  background-color: #052d4e;
  border-color: #e9204f !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-v0MS89hldK .jq-number__spin {
  background-color: #edefeb;
  border-color: #e6b103 !important;
  color: #052d4e;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v0MS89hldK .jq-selectbox li,
.cid-v0MS89hldK .jq-selectbox li {
  background-color: #edefeb;
  color: #000000;
}
.cid-v0MS89hldK .jq-selectbox li:hover,
.cid-v0MS89hldK .jq-selectbox li.selected {
  background-color: #052d4e;
  color: #ffffff;
}
.cid-v0MS89hldK .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-v0MS89hldK .jq-number__spin.minus:hover:after,
.cid-v0MS89hldK .jq-number__spin.plus:hover:after {
  border-top-color: #edefeb;
  border-bottom-color: #edefeb;
}
.cid-v0MS89hldK .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-v0MS89hldK .jq-number__spin.minus:after,
.cid-v0MS89hldK .jq-number__spin.plus:after {
  border-top-color: #052d4e;
  border-bottom-color: #052d4e;
}
@media (max-width: 992px) {
  .cid-v0MS89hldK .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
  .cid-v0MS89hldK .social-list {
    margin-bottom: 3rem;
  }
  .cid-v0MS89hldK .email-input {
    margin-top: 2rem;
  }
}
.cid-v0MS89hldK .mbr-section-subtitle {
  color: #a96708;
  margin-bottom: 2.4rem;
  text-align: right;
}
.cid-v0MS89hldK .mbr-text {
  color: #acacac;
  margin-bottom: 3.5rem;
}
.cid-v0MS89hldK .mbr-iconfont-social {
  font-size: 1rem;
  color: #edefeb;
  margin-right: 0.6rem;
}
.cid-v0MS89hldK .mbr-iconfont-social:before {
  padding: 1rem;
  border: 2px solid;
  border-radius: 100px;
  border-color: #a96708;
  transition: all 0.3s;
}
.cid-v0MS89hldK .mbr-iconfont-social:hover {
  color: #a96708;
}
.cid-v0MS89hldK .social-list {
  display: flex;
}
.cid-v0MS89hldK .social-list a {
  transition: 0.3s;
}
.cid-v0MS89hldK .social-list a:hover {
  transform: translateY(-8px);
}
.cid-v0MS89hldK .row {
  align-items: center;
}
.cid-v0MS89hldK .mbr-section-title {
  margin-bottom: 1.3rem;
}
.cid-v0MS89hldK .btn {
  font-weight: bold;
  padding: 1rem 5.5rem;
}
.cid-v0MS89hldK .form-btn {
  margin-top: 2.5rem;
}
.cid-v0MS89hldK input::-webkit-input-placeholder,
.cid-v0MS89hldK textarea::-webkit-input-placeholder {
  color: #232323 !important;
}
.cid-v0MS89hldK input:-moz-placeholder,
.cid-v0MS89hldK textarea:-moz-placeholder {
  color: #232323 !important;
}
@media (min-width: 992px) {
  .cid-v0MS89hldK .media-content {
    padding-right: 3rem;
  }
  .cid-v0MS89hldK .email-input {
    padding-left: 2.2rem;
  }
}
@media (min-width: 767px) {
  .cid-v0MS89hldK .row {
    padding: 0 1rem;
  }
}
.cid-v0MS89hldK .btn:hover {
  background-color: #a96708 !important;
  border-color: #a96708 !important;
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-v0MS89hldK .form-btn {
    width: 100%;
  }
  .cid-v0MS89hldK .btn {
    width: 100%;
  }
}
.cid-v0MS89hldK H1 {
  text-align: right;
}
.cid-v0MS89hldK .mbr-text,
.cid-v0MS89hldK .mbr-section-btn {
  text-align: right;
}
.cid-v0MS9wBL9x {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background: #000312;
}
.cid-v0MS9wBL9x .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-v0MS9wBL9x .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #000312;
}
.cid-v0MS9wBL9x .svg-top .st0 {
  fill: #000312;
}
@media (max-width: 992px) {
  .cid-v0MS9wBL9x .svg-top {
    width: 1000px;
  }
}
.cid-v0MS9wBL9x .google-map {
  height: 35rem;
  position: relative;
}
.cid-v0MS9wBL9x .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v0MS9wBL9x .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-v0MS9wBL9x .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v0MS9wBL9x .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v0MS9wBL9x .mbr-section-title {
  color: #1a449a;
}
.cid-v0MS9wBL9x .mbr-section-subtitle {
  color: #1a449a;
}
.cid-v0MSb0dlyp {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0MSb0dlyp [class^='socicon-']:before,
.cid-v0MSb0dlyp [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-v0MSb0dlyp .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #a96708;
  transition: all 0.3s;
  border-color: #a96708;
}
.cid-v0MSb0dlyp .btn-social:hover {
  background: #a96708;
}
.cid-v0MSb0dlyp .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-v0MSb0dlyp .btn-social:hover span {
  color: #ffffff !important;
}
.cid-v0MSb0dlyp .mbr-section-title {
  color: #2e6b75;
}
.cid-v0MSb0dlyp .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-v0MSb0dlyp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0MSb0dlyp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0MSb0dlyp .mbr-section-title,
.cid-v0MSb0dlyp .mbr-social-likes {
  color: #edefeb;
}
.cid-v0N5lc4r1B {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0N5lc4r1B .content {
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}
@media (max-width: 1024px) {
  .cid-v0N5lc4r1B .content {
    flex-wrap: wrap;
  }
}
.cid-v0N5lc4r1B h2,
.cid-v0N5lc4r1B h4,
.cid-v0N5lc4r1B h3,
.cid-v0N5lc4r1B h6,
.cid-v0N5lc4r1B p,
.cid-v0N5lc4r1B ul {
  margin: 0;
}
.cid-v0N5lc4r1B ul {
  padding: 0;
  list-style-type: none;
}
.cid-v0N5lc4r1B .heading {
  width: 35%;
  margin-bottom: 37px;
}
@media (max-width: 1024px) {
  .cid-v0N5lc4r1B .heading {
    width: 100%;
  }
}
.cid-v0N5lc4r1B .heading-inner {
  max-width: 476px;
}
.cid-v0N5lc4r1B .mbr-section-title {
  color: #a6a99c;
  text-align: center;
}
.cid-v0N5lc4r1B .mbr-section-subtitle {
  color: #edefeb;
  text-align: center;
}
.cid-v0N5lc4r1B .cards {
  width: 65%;
  display: flex;
}
@media (max-width: 1024px) {
  .cid-v0N5lc4r1B .cards {
    width: 100%;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-v0N5lc4r1B .cards {
    flex-direction: column;
    padding-top: 0px;
  }
}
.cid-v0N5lc4r1B .card {
  width: 34%;
}
@media (max-width: 1024px) {
  .cid-v0N5lc4r1B .card {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v0N5lc4r1B .card {
    width: 100%;
    padding-top: 30px;
  }
}
.cid-v0N5lc4r1B .mbr-card-title {
  color: #a96708;
  margin-bottom: 3px;
  text-align: center;
}
.cid-v0N5lc4r1B .mbr-card-subtitle {
  color: #6b6b6b;
}
.cid-v0N5lc4r1B .list {
  padding-top: 5px;
  margin-bottom: 24px;
  color: #6b6b6b;
  text-align: center;
}
.cid-v0MScre5mr {
  background-color: #000312;
}
.cid-v0MScre5mr .content {
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
}
.cid-v0MScre5mr .content img {
  width: 43px;
  height: 43px;
  object-fit: cover;
  margin-right: 15px;
}
.cid-v0MScre5mr .content p {
  margin: 0;
}
.cid-v0MScre5mr .mbr-text {
  color: #ffffff;
}
.cid-v0MSpHyKQq {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v0MSpHyKQq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v0MSpHyKQq .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v0MSpHyKQq .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v0MSpHyKQq .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-v0MSpHyKQq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0MSpHyKQq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0MSpHyKQq .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-v0MSpHyKQq .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v0MSpHyKQq .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v0MSpHyKQq .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-v0MSpHyKQq .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v0MSpHyKQq .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v0MSpHyKQq .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v0MSpHyKQq .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v0MSpHyKQq .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v0MSpHyKQq .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v0MSpHyKQq .nav-link:hover {
  color: #ffffff !important;
}
.cid-v0MSpHyKQq .nav-link:hover::before {
  width: 100%;
}
.cid-v0MSpHyKQq .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-v0MSpHyKQq .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v0MSpHyKQq .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v0MSpHyKQq .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-v0MSpHyKQq .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v0MSpHyKQq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v0MSpHyKQq .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 3, 18, 0.5) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  margin-top: 1rem;
  background-color: #000312;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-v0MSpHyKQq .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-v0MSpHyKQq .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-v0MSpHyKQq .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-v0MSpHyKQq .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v0MSpHyKQq .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000312;
  background: rgba(0, 3, 18, 0.5) !important;
}
.cid-v0MSpHyKQq .nav-item:focus,
.cid-v0MSpHyKQq .nav-link:focus {
  outline: none;
}
.cid-v0MSpHyKQq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0MSpHyKQq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0MSpHyKQq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0MSpHyKQq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0MSpHyKQq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0MSpHyKQq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0MSpHyKQq .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v0MSpHyKQq .navbar.opened {
  transition: all 0.3s;
}
.cid-v0MSpHyKQq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0MSpHyKQq .navbar .navbar-logo img {
  width: auto;
}
.cid-v0MSpHyKQq .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-v0MSpHyKQq .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-v0MSpHyKQq .navbar.collapsed {
  justify-content: center;
}
.cid-v0MSpHyKQq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0MSpHyKQq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0MSpHyKQq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-v0MSpHyKQq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0MSpHyKQq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0MSpHyKQq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v0MSpHyKQq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0MSpHyKQq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0MSpHyKQq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v0MSpHyKQq .navbar {
    min-height: 72px;
  }
  .cid-v0MSpHyKQq .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v0MSpHyKQq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0MSpHyKQq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0MSpHyKQq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0MSpHyKQq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0MSpHyKQq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v0MSpHyKQq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0MSpHyKQq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v0MSpHyKQq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0MSpHyKQq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0MSpHyKQq .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v0MSpHyKQq .dropdown-item.active,
.cid-v0MSpHyKQq .dropdown-item:active {
  background-color: transparent;
}
.cid-v0MSpHyKQq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0MSpHyKQq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0MSpHyKQq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0MSpHyKQq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000312;
}
.cid-v0MSpHyKQq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v0MSpHyKQq .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v0MSpHyKQq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0MSpHyKQq .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v0MSpHyKQq .navbar-buttons {
    text-align: left;
  }
}
.cid-v0MSpHyKQq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0MSpHyKQq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v0MSpHyKQq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0MSpHyKQq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0MSpHyKQq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0MSpHyKQq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0MSpHyKQq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0MSpHyKQq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0MSpHyKQq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0MSpHyKQq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0MSpHyKQq .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v0MSpHyKQq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0MSpHyKQq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v0MSpHyKQq .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0MSpHyKQq .navbar {
    height: 70px;
  }
  .cid-v0MSpHyKQq .navbar.opened {
    height: auto;
  }
  .cid-v0MSpHyKQq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0MSpHyKQq .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v0MSpHyKQq .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v0MSpHyKQq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v0MSpHyKQq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v0MSpHyKQq .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v0MSpHyKQq .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v0MSpHyKQq .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v0MSpHyKQq .navbar-brand {
    margin-right: auto;
  }
  .cid-v0MSpHyKQq .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000312;
    opacity: 1;
    border-color: rgba(0, 3, 18, 0.5) !important;
    background: rgba(0, 3, 18, 0.5) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v0MSpHyKQq .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v0MSpHyKQq .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v0MSpHyKQq .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v0MSpHyKQq .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v0MSpHyKQq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v0MSpHyKQq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v0MSpHyKQq .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v0MSpHyKQq .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v0MSpHyKQq .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v0MSpHyKQq .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v0MSpHyKQq .navbar-brand,
.cid-v0MSpHyKQq .navbar-toggler,
.cid-v0MSpHyKQq .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uZJEghoDCJ {
  padding-top: 10rem;
  padding-bottom: 12rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZJEghoDCJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZJEghoDCJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZJEghoDCJ .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uZJEghoDCJ .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uZJEghoDCJ .container {
    padding: 0 24px;
  }
}
.cid-uZJEghoDCJ .row {
  position: relative;
}
.cid-uZJEghoDCJ .row .card {
  justify-content: center;
}
.cid-uZJEghoDCJ .row .decor-wrapper {
  position: absolute;
  bottom: -16rem;
  right: -58rem;
  border: 120px solid #d4b464;
  width: 2000px;
  height: 1000px;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uZJEghoDCJ .row .decor-wrapper {
    right: -20rem;
  }
}
@media (max-width: 768px) {
  .cid-uZJEghoDCJ .row .decor-wrapper {
    height: 500px;
    right: -10rem;
  }
}
.cid-uZJEghoDCJ .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-uZJEghoDCJ .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZJEghoDCJ .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uZJEghoDCJ .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uZJEghoDCJ .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZJEghoDCJ .title-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uZJEghoDCJ .title-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-uZJEghoDCJ .image-wrapper {
  position: relative;
}
.cid-uZJEghoDCJ .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uZJEghoDCJ .image-wrapper img {
    height: 350px;
  }
}
.cid-uZJEghoDCJ .mbr-section-title {
  color: #F5DF4D;
}
.cid-uZJEghoDCJ .mbr-text {
  color: #FF3399;
}
.cid-uZJEghoDCJ .mbr-section-title,
.cid-uZJEghoDCJ .mbr-section-btn {
  text-align: center;
  color: #d4b464;
}
.cid-uZJEghoDCJ .mbr-text,
.cid-uZJEghoDCJ .mbr-section-btn {
  text-align: center;
  color: #edefeb;
}
.cid-uZJEyjbrLm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZJEyjbrLm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZJEyjbrLm .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-uZJEyjbrLm .row {
    padding: 0 13px;
  }
}
.cid-uZJEyjbrLm .image-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZJEyjbrLm .image-wrap .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uZJEyjbrLm .image-wrap .image-wrapper img {
  height: 210px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uZJEyjbrLm .image-wrap .image-wrapper img {
    max-width: 240px;
    margin: 0 auto;
  }
}
.cid-uZJEyjbrLm .text-wrapper {
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-uZJEyjbrLm .text-wrapper {
    padding: 0;
  }
}
.cid-uZJEyjbrLm .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .85;
}
.cid-uZJEyjbrLm .text-wrapper .mbr-name {
  margin: 34px 0 0;
  opacity: .85;
}
.cid-uZJEyjbrLm .text-wrapper .mbr-role {
  margin: 24px 0 0;
  opacity: .85;
}
.cid-uZJEyjbrLm .mbr-text {
  color: #f4e9a5;
  text-align: right;
}
.cid-uZJEyjbrLm .mbr-name {
  color: #ffffff;
}
.cid-uZJEyjbrLm .mbr-role {
  color: #edefeb;
  text-align: right;
}
.cid-uZJEzqaxXz {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZJEzqaxXz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZJEzqaxXz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZJEzqaxXz img {
  border-radius: 3rem;
  border-bottom-left-radius: 20rem;
}
@media (max-width: 767px) {
  .cid-uZJEzqaxXz img {
    border-bottom-left-radius: 3rem;
  }
}
.cid-uZJEzqaxXz .row {
  flex-direction: row-reverse;
}
.cid-uZJEzqaxXz .row {
  align-items: center;
}
.cid-uZJEzqaxXz .mbr-section-title {
  color: #f4e9a5;
  text-align: right;
}
.cid-uZJEzqaxXz .mbr-text,
.cid-uZJEzqaxXz .mbr-section-btn {
  color: #edefeb;
  text-align: right;
}
.cid-uZJEBdfTpH {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZJEBdfTpH .mbr-overlay {
  background: #fafafa;
  opacity: 0.8;
}
.cid-uZJEBdfTpH img,
.cid-uZJEBdfTpH .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
}
.cid-uZJEBdfTpH .item:focus,
.cid-uZJEBdfTpH span:focus {
  outline: none;
}
.cid-uZJEBdfTpH .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uZJEBdfTpH .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #050b1d;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-uZJEBdfTpH .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-uZJEBdfTpH .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-uZJEBdfTpH .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-uZJEBdfTpH .item-content {
    padding: 1rem 0;
  }
}
.cid-uZJEBdfTpH .mbr-section-title {
  color: #052d4e;
}
.cid-uZJEBdfTpH .item-title {
  color: #d4b464;
  text-align: center;
}
.cid-uZJEBdfTpH .item-subtitle {
  color: #bec2cf;
}
.cid-uZJEBdfTpH .mbr-text,
.cid-uZJEBdfTpH .mbr-section-btn {
  color: #edefeb;
  text-align: center;
}
.cid-uZJEBdfTpH .mbr-link {
  color: #0196e3;
  display: block;
}
.cid-uZJECG6d8S {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZJECG6d8S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZJECG6d8S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZJECG6d8S .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZJECG6d8S .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZJECG6d8S .panel-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}
@media (max-width: 992px) {
  .cid-uZJECG6d8S .panel-group {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uZJECG6d8S .panel-group .content-wrap:nth-child(2) {
    margin-top: 20px;
  }
}
.cid-uZJECG6d8S .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 12px;
  background-color: #050b1d;
}
.cid-uZJECG6d8S .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uZJECG6d8S .panel-group .card {
    padding: 20px;
    margin-top: 20px;
  }
}
.cid-uZJECG6d8S .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uZJECG6d8S .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uZJECG6d8S .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uZJECG6d8S .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #000312;
}
@media (max-width: 992px) {
  .cid-uZJECG6d8S .panel-group .card .card-header .panel-title .icon-wrapper {
    width: 54px;
    height: 54px;
    min-width: 54px;
  }
}
.cid-uZJECG6d8S .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 38px;
  transition: all 0.3s ease-in-out;
  color: #f4e9a5;
}
@media (max-width: 992px) {
  .cid-uZJECG6d8S .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
    font-size: 28px;
  }
}
.cid-uZJECG6d8S .panel-group .card .card-header .panel-title:hover .icon-wrapper {
  background-color: #f4e9a5;
}
.cid-uZJECG6d8S .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  color: #f1f5eb;
}
.cid-uZJECG6d8S .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uZJECG6d8S .panel-group .card .panel-collapse .panel-body {
  margin: 30px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uZJECG6d8S .panel-group .card .panel-collapse .panel-body {
    margin: 20px 0 0 0;
  }
}
.cid-uZJECG6d8S .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uZJECG6d8S .mbr-section-title,
.cid-uZJECG6d8S .title-wrapper {
  color: #d4b464;
  text-align: center;
}
.cid-uZJECG6d8S .panel-title-edit {
  color: #f4e9a5;
  text-align: right;
}
.cid-uZJECG6d8S .panel-text {
  color: #323432;
}
.cid-uZJECG6d8S .panel-text,
.cid-uZJECG6d8S .panel-body {
  text-align: right;
  color: #edefeb;
}
.cid-v0MToi00Oq {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0MToi00Oq .mbr-overlay {
  background-color: #000312;
  opacity: 0.9;
}
.cid-v0MToi00Oq textarea {
  min-height: 150px;
}
.cid-v0MToi00Oq input[name='yourSubject'] {
  margin-top: 1.5rem;
}
.cid-v0MToi00Oq textarea[name='yourMessage'] {
  margin-top: 0.3rem;
}
.cid-v0MToi00Oq .form-control,
.cid-v0MToi00Oq .field-input {
  padding: 1rem 0rem;
  background-color: #edefeb;
  border: none !important;
  border-bottom: 2px solid #e6b103 !important;
  border-color: #e6b103 !important;
  color: #052d4e !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-v0MToi00Oq .form-control input::-webkit-input-placeholder,
.cid-v0MToi00Oq .field-input input::-webkit-input-placeholder,
.cid-v0MToi00Oq .form-control textarea::-webkit-input-placeholder,
.cid-v0MToi00Oq .field-input textarea::-webkit-input-placeholder {
  color: #232323 !important;
}
.cid-v0MToi00Oq .form-control input:-moz-placeholder,
.cid-v0MToi00Oq .field-input input:-moz-placeholder,
.cid-v0MToi00Oq .form-control textarea:-moz-placeholder,
.cid-v0MToi00Oq .field-input textarea:-moz-placeholder {
  color: #232323 !important;
}
.cid-v0MToi00Oq .jq-number__spin:hover,
.cid-v0MToi00Oq .jq-number__spin:focus {
  background-color: #052d4e;
  border-color: #e9204f !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-v0MToi00Oq .jq-number__spin {
  background-color: #edefeb;
  border-color: #e6b103 !important;
  color: #052d4e;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v0MToi00Oq .jq-selectbox li,
.cid-v0MToi00Oq .jq-selectbox li {
  background-color: #edefeb;
  color: #000000;
}
.cid-v0MToi00Oq .jq-selectbox li:hover,
.cid-v0MToi00Oq .jq-selectbox li.selected {
  background-color: #052d4e;
  color: #ffffff;
}
.cid-v0MToi00Oq .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-v0MToi00Oq .jq-number__spin.minus:hover:after,
.cid-v0MToi00Oq .jq-number__spin.plus:hover:after {
  border-top-color: #edefeb;
  border-bottom-color: #edefeb;
}
.cid-v0MToi00Oq .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-v0MToi00Oq .jq-number__spin.minus:after,
.cid-v0MToi00Oq .jq-number__spin.plus:after {
  border-top-color: #052d4e;
  border-bottom-color: #052d4e;
}
@media (max-width: 992px) {
  .cid-v0MToi00Oq .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
  .cid-v0MToi00Oq .social-list {
    margin-bottom: 3rem;
  }
  .cid-v0MToi00Oq .email-input {
    margin-top: 2rem;
  }
}
.cid-v0MToi00Oq .mbr-section-subtitle {
  color: #a96708;
  margin-bottom: 2.4rem;
  text-align: right;
}
.cid-v0MToi00Oq .mbr-text {
  color: #acacac;
  margin-bottom: 3.5rem;
}
.cid-v0MToi00Oq .mbr-iconfont-social {
  font-size: 1rem;
  color: #edefeb;
  margin-right: 0.6rem;
}
.cid-v0MToi00Oq .mbr-iconfont-social:before {
  padding: 1rem;
  border: 2px solid;
  border-radius: 100px;
  border-color: #a96708;
  transition: all 0.3s;
}
.cid-v0MToi00Oq .mbr-iconfont-social:hover {
  color: #a96708;
}
.cid-v0MToi00Oq .social-list {
  display: flex;
}
.cid-v0MToi00Oq .social-list a {
  transition: 0.3s;
}
.cid-v0MToi00Oq .social-list a:hover {
  transform: translateY(-8px);
}
.cid-v0MToi00Oq .row {
  align-items: center;
}
.cid-v0MToi00Oq .mbr-section-title {
  margin-bottom: 1.3rem;
}
.cid-v0MToi00Oq .btn {
  font-weight: bold;
  padding: 1rem 5.5rem;
}
.cid-v0MToi00Oq .form-btn {
  margin-top: 2.5rem;
}
.cid-v0MToi00Oq input::-webkit-input-placeholder,
.cid-v0MToi00Oq textarea::-webkit-input-placeholder {
  color: #232323 !important;
}
.cid-v0MToi00Oq input:-moz-placeholder,
.cid-v0MToi00Oq textarea:-moz-placeholder {
  color: #232323 !important;
}
@media (min-width: 992px) {
  .cid-v0MToi00Oq .media-content {
    padding-right: 3rem;
  }
  .cid-v0MToi00Oq .email-input {
    padding-left: 2.2rem;
  }
}
@media (min-width: 767px) {
  .cid-v0MToi00Oq .row {
    padding: 0 1rem;
  }
}
.cid-v0MToi00Oq .btn:hover {
  background-color: #a96708 !important;
  border-color: #a96708 !important;
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-v0MToi00Oq .form-btn {
    width: 100%;
  }
  .cid-v0MToi00Oq .btn {
    width: 100%;
  }
}
.cid-v0MToi00Oq H1 {
  text-align: right;
}
.cid-v0MToi00Oq .mbr-text,
.cid-v0MToi00Oq .mbr-section-btn {
  text-align: right;
}
.cid-v0MTplxwvu {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background: #000312;
}
.cid-v0MTplxwvu .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-v0MTplxwvu .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #000312;
}
.cid-v0MTplxwvu .svg-top .st0 {
  fill: #000312;
}
@media (max-width: 992px) {
  .cid-v0MTplxwvu .svg-top {
    width: 1000px;
  }
}
.cid-v0MTplxwvu .google-map {
  height: 35rem;
  position: relative;
}
.cid-v0MTplxwvu .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v0MTplxwvu .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-v0MTplxwvu .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v0MTplxwvu .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v0MTplxwvu .mbr-section-title {
  color: #1a449a;
}
.cid-v0MTplxwvu .mbr-section-subtitle {
  color: #1a449a;
}
.cid-v0MTqyF6Sb {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0MTqyF6Sb [class^='socicon-']:before,
.cid-v0MTqyF6Sb [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-v0MTqyF6Sb .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #a96708;
  transition: all 0.3s;
  border-color: #a96708;
}
.cid-v0MTqyF6Sb .btn-social:hover {
  background: #a96708;
}
.cid-v0MTqyF6Sb .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-v0MTqyF6Sb .btn-social:hover span {
  color: #ffffff !important;
}
.cid-v0MTqyF6Sb .mbr-section-title {
  color: #2e6b75;
}
.cid-v0MTqyF6Sb .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-v0MTqyF6Sb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0MTqyF6Sb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0MTqyF6Sb .mbr-section-title,
.cid-v0MTqyF6Sb .mbr-social-likes {
  color: #edefeb;
}
.cid-v0N5D8ocNJ {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0N5D8ocNJ .content {
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}
@media (max-width: 1024px) {
  .cid-v0N5D8ocNJ .content {
    flex-wrap: wrap;
  }
}
.cid-v0N5D8ocNJ h2,
.cid-v0N5D8ocNJ h4,
.cid-v0N5D8ocNJ h3,
.cid-v0N5D8ocNJ h6,
.cid-v0N5D8ocNJ p,
.cid-v0N5D8ocNJ ul {
  margin: 0;
}
.cid-v0N5D8ocNJ ul {
  padding: 0;
  list-style-type: none;
}
.cid-v0N5D8ocNJ .heading {
  width: 35%;
  margin-bottom: 37px;
}
@media (max-width: 1024px) {
  .cid-v0N5D8ocNJ .heading {
    width: 100%;
  }
}
.cid-v0N5D8ocNJ .heading-inner {
  max-width: 476px;
}
.cid-v0N5D8ocNJ .mbr-section-title {
  color: #a6a99c;
  text-align: center;
}
.cid-v0N5D8ocNJ .mbr-section-subtitle {
  color: #edefeb;
  text-align: center;
}
.cid-v0N5D8ocNJ .cards {
  width: 65%;
  display: flex;
}
@media (max-width: 1024px) {
  .cid-v0N5D8ocNJ .cards {
    width: 100%;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-v0N5D8ocNJ .cards {
    flex-direction: column;
    padding-top: 0px;
  }
}
.cid-v0N5D8ocNJ .card {
  width: 34%;
}
@media (max-width: 1024px) {
  .cid-v0N5D8ocNJ .card {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v0N5D8ocNJ .card {
    width: 100%;
    padding-top: 30px;
  }
}
.cid-v0N5D8ocNJ .mbr-card-title {
  color: #a96708;
  margin-bottom: 3px;
  text-align: center;
}
.cid-v0N5D8ocNJ .mbr-card-subtitle {
  color: #6b6b6b;
}
.cid-v0N5D8ocNJ .list {
  padding-top: 5px;
  margin-bottom: 24px;
  color: #6b6b6b;
  text-align: center;
}
.cid-v0MTt4gUhS {
  background-color: #000312;
}
.cid-v0MTt4gUhS .content {
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
}
.cid-v0MTt4gUhS .content img {
  width: 43px;
  height: 43px;
  object-fit: cover;
  margin-right: 15px;
}
.cid-v0MTt4gUhS .content p {
  margin: 0;
}
.cid-v0MTt4gUhS .mbr-text {
  color: #ffffff;
}
.cid-v0EAxfsCmT {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v0EAxfsCmT .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v0EAxfsCmT .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v0EAxfsCmT .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v0EAxfsCmT .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-v0EAxfsCmT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0EAxfsCmT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0EAxfsCmT .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-v0EAxfsCmT .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v0EAxfsCmT .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v0EAxfsCmT .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-v0EAxfsCmT .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v0EAxfsCmT .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v0EAxfsCmT .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v0EAxfsCmT .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v0EAxfsCmT .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v0EAxfsCmT .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v0EAxfsCmT .nav-link:hover {
  color: #ffffff !important;
}
.cid-v0EAxfsCmT .nav-link:hover::before {
  width: 100%;
}
.cid-v0EAxfsCmT .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-v0EAxfsCmT .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v0EAxfsCmT .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v0EAxfsCmT .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-v0EAxfsCmT .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v0EAxfsCmT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v0EAxfsCmT .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 3, 18, 0.5) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  margin-top: 1rem;
  background-color: #000312;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-v0EAxfsCmT .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-v0EAxfsCmT .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-v0EAxfsCmT .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-v0EAxfsCmT .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v0EAxfsCmT .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000312;
  background: rgba(0, 3, 18, 0.5) !important;
}
.cid-v0EAxfsCmT .nav-item:focus,
.cid-v0EAxfsCmT .nav-link:focus {
  outline: none;
}
.cid-v0EAxfsCmT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0EAxfsCmT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0EAxfsCmT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0EAxfsCmT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0EAxfsCmT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0EAxfsCmT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0EAxfsCmT .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v0EAxfsCmT .navbar.opened {
  transition: all 0.3s;
}
.cid-v0EAxfsCmT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0EAxfsCmT .navbar .navbar-logo img {
  width: auto;
}
.cid-v0EAxfsCmT .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-v0EAxfsCmT .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-v0EAxfsCmT .navbar.collapsed {
  justify-content: center;
}
.cid-v0EAxfsCmT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0EAxfsCmT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0EAxfsCmT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-v0EAxfsCmT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0EAxfsCmT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0EAxfsCmT .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v0EAxfsCmT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0EAxfsCmT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0EAxfsCmT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v0EAxfsCmT .navbar {
    min-height: 72px;
  }
  .cid-v0EAxfsCmT .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v0EAxfsCmT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0EAxfsCmT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0EAxfsCmT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0EAxfsCmT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0EAxfsCmT .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v0EAxfsCmT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0EAxfsCmT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v0EAxfsCmT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0EAxfsCmT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0EAxfsCmT .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v0EAxfsCmT .dropdown-item.active,
.cid-v0EAxfsCmT .dropdown-item:active {
  background-color: transparent;
}
.cid-v0EAxfsCmT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0EAxfsCmT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0EAxfsCmT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0EAxfsCmT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000312;
}
.cid-v0EAxfsCmT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v0EAxfsCmT .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v0EAxfsCmT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0EAxfsCmT .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v0EAxfsCmT .navbar-buttons {
    text-align: left;
  }
}
.cid-v0EAxfsCmT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0EAxfsCmT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v0EAxfsCmT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0EAxfsCmT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0EAxfsCmT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0EAxfsCmT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0EAxfsCmT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0EAxfsCmT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0EAxfsCmT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0EAxfsCmT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0EAxfsCmT .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v0EAxfsCmT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0EAxfsCmT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v0EAxfsCmT .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0EAxfsCmT .navbar {
    height: 70px;
  }
  .cid-v0EAxfsCmT .navbar.opened {
    height: auto;
  }
  .cid-v0EAxfsCmT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0EAxfsCmT .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v0EAxfsCmT .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v0EAxfsCmT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v0EAxfsCmT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v0EAxfsCmT .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v0EAxfsCmT .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v0EAxfsCmT .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v0EAxfsCmT .navbar-brand {
    margin-right: auto;
  }
  .cid-v0EAxfsCmT .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000312;
    opacity: 1;
    border-color: rgba(0, 3, 18, 0.5) !important;
    background: rgba(0, 3, 18, 0.5) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v0EAxfsCmT .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v0EAxfsCmT .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v0EAxfsCmT .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v0EAxfsCmT .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v0EAxfsCmT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v0EAxfsCmT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v0EAxfsCmT .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v0EAxfsCmT .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v0EAxfsCmT .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v0EAxfsCmT .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v0EAxfsCmT .navbar-brand,
.cid-v0EAxfsCmT .navbar-toggler,
.cid-v0EAxfsCmT .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-v0EBU1QjF4 {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0EBU1QjF4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0EBU1QjF4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0EBU1QjF4 .content-wrap {
  margin: 0;
}
.cid-v0EBU1QjF4 .content-wrap .card {
  padding: 0;
  justify-content: center;
}
.cid-v0EBU1QjF4 .content-wrapper {
  padding-right: 112px;
  padding-right: 0;
  padding-left: 112px;
}
@media (max-width: 1440px) {
  .cid-v0EBU1QjF4 .content-wrapper {
    padding-right: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-v0EBU1QjF4 .content-wrapper {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v0EBU1QjF4 .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
@media (max-width: 1440px) {
  .cid-v0EBU1QjF4 .content-wrapper {
    padding-left: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-v0EBU1QjF4 .content-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v0EBU1QjF4 .content-wrapper {
    padding: 0;
  }
}
.cid-v0EBU1QjF4 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v0EBU1QjF4 .video-wrapper {
  padding-left: 112px;
  border-left: 3px dashed #d4b464;
  padding-left: 0;
  padding-right: 112px;
  border-left: none;
  border-right: 3px dashed #d4b464;
}
@media (max-width: 1440px) {
  .cid-v0EBU1QjF4 .video-wrapper {
    padding-left: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-v0EBU1QjF4 .video-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v0EBU1QjF4 .video-wrapper {
    padding-left: 0;
    border-left: none;
    border-top: 3px dashed #d4b464;
    padding-top: 22px;
  }
}
@media (max-width: 1440px) {
  .cid-v0EBU1QjF4 .video-wrapper {
    padding-right: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-v0EBU1QjF4 .video-wrapper {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v0EBU1QjF4 .video-wrapper {
    padding-right: 0;
    border-right: none;
    border-top: 3px dashed #d4b464;
    padding-top: 22px;
  }
}
.cid-v0EBU1QjF4 .mbr-section-title {
  color: #c10b02;
  text-align: center;
}
.cid-v0EBU1QjF4 .mbr-text,
.cid-v0EBU1QjF4 .text-wrapper {
  color: #4b4949;
  text-align: center;
}
.cid-v0EBU1QjF4 .mbr-section-title,
.cid-v0EBU1QjF4 .mbr-section-btn {
  color: #d4b464;
}
.cid-v0EH1rySFr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0EH1rySFr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0EH1rySFr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0EH1rySFr .row {
  margin: 0 -40px;
}
.cid-v0EH1rySFr .row .card {
  padding: 0 40px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v0EH1rySFr .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v0EH1rySFr .content-wrapper .tags-wrapper {
  margin-bottom: 16px;
}
.cid-v0EH1rySFr .content-wrapper .tags-wrapper .tags-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  padding: 1px;
  overflow: hidden;
}
.cid-v0EH1rySFr .content-wrapper .tags-wrapper .tags-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(245deg, #323232 0, transparent 140%);
  z-index: -1;
}
.cid-v0EH1rySFr .content-wrapper .tags-wrapper .tags-wrap .tags-content {
  padding: 5px;
  background-color: #000000;
}
.cid-v0EH1rySFr .content-wrapper .tags-wrapper .tags-wrap .tags-content .mbr-tag_1 {
  display: inline-flex;
  padding: 0 8px;
  background-color: #ffdf7d;
  margin-bottom: 0;
}
.cid-v0EH1rySFr .content-wrapper .tags-wrapper .tags-wrap .tags-content .mbr-tag_2 {
  display: inline-flex;
  padding: 0 6px;
  margin-bottom: 0;
}
.cid-v0EH1rySFr .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v0EH1rySFr .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v0EH1rySFr .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v0EH1rySFr .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0EH1rySFr .image-wrapper {
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 1px;
}
.cid-v0EH1rySFr .image-wrapper .border-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d4b464;
  pointer-events: none;
}
.cid-v0EH1rySFr .image-wrapper .gradient-wrapper {
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 100px;
  width: 100%;
  background-image: linear-gradient(180deg, transparent 0, #000000 100%);
  pointer-events: none;
  z-index: 2;
}
.cid-v0EH1rySFr .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
  background-color: #050b1d;
  padding: 48px 0 0 48px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v0EH1rySFr .image-wrapper .image-wrap {
    padding: 16px;
  }
}
.cid-v0EH1rySFr .image-wrapper .image-wrap img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v0EH1rySFr .image-wrapper .image-wrap img {
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
}
@media (max-width: 992px) {
  .cid-v0EH1rySFr .image-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-v0EH1rySFr .mbr-tag_1,
.cid-v0EH1rySFr .tags-wrapper {
  color: #000000;
}
.cid-v0EH1rySFr .mbr-tag_2 {
  color: #ffdf7d;
}
.cid-v0EH1rySFr .mbr-section-title {
  color: #ffffff;
}
.cid-v0EH1rySFr .mbr-text,
.cid-v0EH1rySFr .text-wrapper {
  color: #edefeb;
  text-align: center;
}
.cid-uZJHFxcrQF {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZJHFxcrQF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZJHFxcrQF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZJHFxcrQF img {
  border-radius: 3rem;
  border-bottom-left-radius: 20rem;
}
@media (max-width: 767px) {
  .cid-uZJHFxcrQF img {
    border-bottom-left-radius: 3rem;
  }
}
.cid-uZJHFxcrQF .row {
  align-items: center;
}
.cid-uZJHFxcrQF .mbr-section-title {
  color: #d4b464;
  text-align: right;
}
.cid-uZJHFxcrQF .mbr-text,
.cid-uZJHFxcrQF .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-uZJHHxVthq {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZJHHxVthq .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uZJHHxVthq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZJHHxVthq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZJHHxVthq .item-wrapper {
  background: #050b1d;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uZJHHxVthq .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uZJHHxVthq .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uZJHHxVthq .card-title,
.cid-uZJHHxVthq .iconfont-wrapper {
  color: #f4e9a5;
  text-align: center;
}
.cid-uZJHHxVthq .content-head {
  max-width: 800px;
}
.cid-uZJHHxVthq .mbr-section-title {
  color: #d4b464;
}
.cid-uZJHHxVthq .mbr-section-subtitle {
  color: #f7f7f7;
}
.cid-uZJHHxVthq .card-text {
  color: #edefeb;
  text-align: center;
}
.cid-uZJHHxVthq .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZJHHxVthq .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uZJHJDC99Z {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZJHJDC99Z ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uZJHJDC99Z li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uZJHJDC99Z ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #000312;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uZJHJDC99Z H3 {
  color: #d4b464;
  text-align: right;
}
.cid-uZJHJDC99Z .list {
  color: #edefeb;
  text-align: right;
}
.cid-uZJHJDC99Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZJHJDC99Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0EF9tX2En {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0EF9tX2En .mbr-overlay {
  background-color: #000312;
  opacity: 0.9;
}
.cid-v0EF9tX2En textarea {
  min-height: 150px;
}
.cid-v0EF9tX2En input[name='yourSubject'] {
  margin-top: 1.5rem;
}
.cid-v0EF9tX2En textarea[name='yourMessage'] {
  margin-top: 0.3rem;
}
.cid-v0EF9tX2En .form-control,
.cid-v0EF9tX2En .field-input {
  padding: 1rem 0rem;
  background-color: #edefeb;
  border: none !important;
  border-bottom: 2px solid #e6b103 !important;
  border-color: #e6b103 !important;
  color: #052d4e !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-v0EF9tX2En .form-control input::-webkit-input-placeholder,
.cid-v0EF9tX2En .field-input input::-webkit-input-placeholder,
.cid-v0EF9tX2En .form-control textarea::-webkit-input-placeholder,
.cid-v0EF9tX2En .field-input textarea::-webkit-input-placeholder {
  color: #232323 !important;
}
.cid-v0EF9tX2En .form-control input:-moz-placeholder,
.cid-v0EF9tX2En .field-input input:-moz-placeholder,
.cid-v0EF9tX2En .form-control textarea:-moz-placeholder,
.cid-v0EF9tX2En .field-input textarea:-moz-placeholder {
  color: #232323 !important;
}
.cid-v0EF9tX2En .jq-number__spin:hover,
.cid-v0EF9tX2En .jq-number__spin:focus {
  background-color: #052d4e;
  border-color: #e9204f !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-v0EF9tX2En .jq-number__spin {
  background-color: #edefeb;
  border-color: #e6b103 !important;
  color: #052d4e;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v0EF9tX2En .jq-selectbox li,
.cid-v0EF9tX2En .jq-selectbox li {
  background-color: #edefeb;
  color: #000000;
}
.cid-v0EF9tX2En .jq-selectbox li:hover,
.cid-v0EF9tX2En .jq-selectbox li.selected {
  background-color: #052d4e;
  color: #ffffff;
}
.cid-v0EF9tX2En .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-v0EF9tX2En .jq-number__spin.minus:hover:after,
.cid-v0EF9tX2En .jq-number__spin.plus:hover:after {
  border-top-color: #edefeb;
  border-bottom-color: #edefeb;
}
.cid-v0EF9tX2En .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-v0EF9tX2En .jq-number__spin.minus:after,
.cid-v0EF9tX2En .jq-number__spin.plus:after {
  border-top-color: #052d4e;
  border-bottom-color: #052d4e;
}
@media (max-width: 992px) {
  .cid-v0EF9tX2En .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
  .cid-v0EF9tX2En .social-list {
    margin-bottom: 3rem;
  }
  .cid-v0EF9tX2En .email-input {
    margin-top: 2rem;
  }
}
.cid-v0EF9tX2En .mbr-section-subtitle {
  color: #a96708;
  margin-bottom: 2.4rem;
  text-align: right;
}
.cid-v0EF9tX2En .mbr-text {
  color: #acacac;
  margin-bottom: 3.5rem;
}
.cid-v0EF9tX2En .mbr-iconfont-social {
  font-size: 1rem;
  color: #edefeb;
  margin-right: 0.6rem;
}
.cid-v0EF9tX2En .mbr-iconfont-social:before {
  padding: 1rem;
  border: 2px solid;
  border-radius: 100px;
  border-color: #a96708;
  transition: all 0.3s;
}
.cid-v0EF9tX2En .mbr-iconfont-social:hover {
  color: #a96708;
}
.cid-v0EF9tX2En .social-list {
  display: flex;
}
.cid-v0EF9tX2En .social-list a {
  transition: 0.3s;
}
.cid-v0EF9tX2En .social-list a:hover {
  transform: translateY(-8px);
}
.cid-v0EF9tX2En .row {
  align-items: center;
}
.cid-v0EF9tX2En .mbr-section-title {
  margin-bottom: 1.3rem;
}
.cid-v0EF9tX2En .btn {
  font-weight: bold;
  padding: 1rem 5.5rem;
}
.cid-v0EF9tX2En .form-btn {
  margin-top: 2.5rem;
}
.cid-v0EF9tX2En input::-webkit-input-placeholder,
.cid-v0EF9tX2En textarea::-webkit-input-placeholder {
  color: #232323 !important;
}
.cid-v0EF9tX2En input:-moz-placeholder,
.cid-v0EF9tX2En textarea:-moz-placeholder {
  color: #232323 !important;
}
@media (min-width: 992px) {
  .cid-v0EF9tX2En .media-content {
    padding-right: 3rem;
  }
  .cid-v0EF9tX2En .email-input {
    padding-left: 2.2rem;
  }
}
@media (min-width: 767px) {
  .cid-v0EF9tX2En .row {
    padding: 0 1rem;
  }
}
.cid-v0EF9tX2En .btn:hover {
  background-color: #a96708 !important;
  border-color: #a96708 !important;
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-v0EF9tX2En .form-btn {
    width: 100%;
  }
  .cid-v0EF9tX2En .btn {
    width: 100%;
  }
}
.cid-v0EF9tX2En H1 {
  text-align: right;
}
.cid-v0EF9tX2En .mbr-text,
.cid-v0EF9tX2En .mbr-section-btn {
  text-align: right;
}
.cid-v0EFaapMnS {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background: #000312;
}
.cid-v0EFaapMnS .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-v0EFaapMnS .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #000312;
}
.cid-v0EFaapMnS .svg-top .st0 {
  fill: #000312;
}
@media (max-width: 992px) {
  .cid-v0EFaapMnS .svg-top {
    width: 1000px;
  }
}
.cid-v0EFaapMnS .google-map {
  height: 35rem;
  position: relative;
}
.cid-v0EFaapMnS .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v0EFaapMnS .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-v0EFaapMnS .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v0EFaapMnS .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v0EFaapMnS .mbr-section-title {
  color: #1a449a;
}
.cid-v0EFaapMnS .mbr-section-subtitle {
  color: #1a449a;
}
.cid-v0EFb32GF0 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0EFb32GF0 [class^='socicon-']:before,
.cid-v0EFb32GF0 [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-v0EFb32GF0 .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #a96708;
  transition: all 0.3s;
  border-color: #a96708;
}
.cid-v0EFb32GF0 .btn-social:hover {
  background: #a96708;
}
.cid-v0EFb32GF0 .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-v0EFb32GF0 .btn-social:hover span {
  color: #ffffff !important;
}
.cid-v0EFb32GF0 .mbr-section-title {
  color: #2e6b75;
}
.cid-v0EFb32GF0 .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-v0EFb32GF0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0EFb32GF0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0EFb32GF0 .mbr-section-title,
.cid-v0EFb32GF0 .mbr-social-likes {
  color: #edefeb;
}
.cid-v0N5QBZcu6 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0N5QBZcu6 .content {
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}
@media (max-width: 1024px) {
  .cid-v0N5QBZcu6 .content {
    flex-wrap: wrap;
  }
}
.cid-v0N5QBZcu6 h2,
.cid-v0N5QBZcu6 h4,
.cid-v0N5QBZcu6 h3,
.cid-v0N5QBZcu6 h6,
.cid-v0N5QBZcu6 p,
.cid-v0N5QBZcu6 ul {
  margin: 0;
}
.cid-v0N5QBZcu6 ul {
  padding: 0;
  list-style-type: none;
}
.cid-v0N5QBZcu6 .heading {
  width: 35%;
  margin-bottom: 37px;
}
@media (max-width: 1024px) {
  .cid-v0N5QBZcu6 .heading {
    width: 100%;
  }
}
.cid-v0N5QBZcu6 .heading-inner {
  max-width: 476px;
}
.cid-v0N5QBZcu6 .mbr-section-title {
  color: #a6a99c;
  text-align: center;
}
.cid-v0N5QBZcu6 .mbr-section-subtitle {
  color: #edefeb;
  text-align: center;
}
.cid-v0N5QBZcu6 .cards {
  width: 65%;
  display: flex;
}
@media (max-width: 1024px) {
  .cid-v0N5QBZcu6 .cards {
    width: 100%;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-v0N5QBZcu6 .cards {
    flex-direction: column;
    padding-top: 0px;
  }
}
.cid-v0N5QBZcu6 .card {
  width: 34%;
}
@media (max-width: 1024px) {
  .cid-v0N5QBZcu6 .card {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v0N5QBZcu6 .card {
    width: 100%;
    padding-top: 30px;
  }
}
.cid-v0N5QBZcu6 .mbr-card-title {
  color: #a96708;
  margin-bottom: 3px;
  text-align: center;
}
.cid-v0N5QBZcu6 .mbr-card-subtitle {
  color: #6b6b6b;
}
.cid-v0N5QBZcu6 .list {
  padding-top: 5px;
  margin-bottom: 24px;
  color: #6b6b6b;
  text-align: center;
}
.cid-v0EFc1vZMO {
  background-color: #000312;
}
.cid-v0EFc1vZMO .content {
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
}
.cid-v0EFc1vZMO .content img {
  width: 43px;
  height: 43px;
  object-fit: cover;
  margin-right: 15px;
}
.cid-v0EFc1vZMO .content p {
  margin: 0;
}
.cid-v0EFc1vZMO .mbr-text {
  color: #ffffff;
}
.cid-v0MTHw7PQw {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v0MTHw7PQw .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v0MTHw7PQw .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v0MTHw7PQw .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v0MTHw7PQw .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-v0MTHw7PQw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0MTHw7PQw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0MTHw7PQw .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-v0MTHw7PQw .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v0MTHw7PQw .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v0MTHw7PQw .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-v0MTHw7PQw .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v0MTHw7PQw .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v0MTHw7PQw .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v0MTHw7PQw .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v0MTHw7PQw .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v0MTHw7PQw .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v0MTHw7PQw .nav-link:hover {
  color: #ffffff !important;
}
.cid-v0MTHw7PQw .nav-link:hover::before {
  width: 100%;
}
.cid-v0MTHw7PQw .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-v0MTHw7PQw .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v0MTHw7PQw .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v0MTHw7PQw .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-v0MTHw7PQw .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v0MTHw7PQw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v0MTHw7PQw .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 3, 18, 0.5) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  margin-top: 1rem;
  background-color: #000312;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-v0MTHw7PQw .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-v0MTHw7PQw .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-v0MTHw7PQw .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-v0MTHw7PQw .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v0MTHw7PQw .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000312;
  background: rgba(0, 3, 18, 0.5) !important;
}
.cid-v0MTHw7PQw .nav-item:focus,
.cid-v0MTHw7PQw .nav-link:focus {
  outline: none;
}
.cid-v0MTHw7PQw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0MTHw7PQw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0MTHw7PQw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0MTHw7PQw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0MTHw7PQw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0MTHw7PQw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0MTHw7PQw .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v0MTHw7PQw .navbar.opened {
  transition: all 0.3s;
}
.cid-v0MTHw7PQw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0MTHw7PQw .navbar .navbar-logo img {
  width: auto;
}
.cid-v0MTHw7PQw .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-v0MTHw7PQw .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-v0MTHw7PQw .navbar.collapsed {
  justify-content: center;
}
.cid-v0MTHw7PQw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0MTHw7PQw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0MTHw7PQw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-v0MTHw7PQw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0MTHw7PQw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0MTHw7PQw .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v0MTHw7PQw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0MTHw7PQw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0MTHw7PQw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v0MTHw7PQw .navbar {
    min-height: 72px;
  }
  .cid-v0MTHw7PQw .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v0MTHw7PQw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0MTHw7PQw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0MTHw7PQw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0MTHw7PQw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0MTHw7PQw .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v0MTHw7PQw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0MTHw7PQw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v0MTHw7PQw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0MTHw7PQw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0MTHw7PQw .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v0MTHw7PQw .dropdown-item.active,
.cid-v0MTHw7PQw .dropdown-item:active {
  background-color: transparent;
}
.cid-v0MTHw7PQw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0MTHw7PQw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0MTHw7PQw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0MTHw7PQw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000312;
}
.cid-v0MTHw7PQw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v0MTHw7PQw .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v0MTHw7PQw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0MTHw7PQw .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v0MTHw7PQw .navbar-buttons {
    text-align: left;
  }
}
.cid-v0MTHw7PQw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0MTHw7PQw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v0MTHw7PQw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0MTHw7PQw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0MTHw7PQw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0MTHw7PQw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0MTHw7PQw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0MTHw7PQw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0MTHw7PQw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0MTHw7PQw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0MTHw7PQw .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v0MTHw7PQw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0MTHw7PQw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v0MTHw7PQw .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0MTHw7PQw .navbar {
    height: 70px;
  }
  .cid-v0MTHw7PQw .navbar.opened {
    height: auto;
  }
  .cid-v0MTHw7PQw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0MTHw7PQw .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v0MTHw7PQw .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v0MTHw7PQw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v0MTHw7PQw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v0MTHw7PQw .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v0MTHw7PQw .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v0MTHw7PQw .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v0MTHw7PQw .navbar-brand {
    margin-right: auto;
  }
  .cid-v0MTHw7PQw .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000312;
    opacity: 1;
    border-color: rgba(0, 3, 18, 0.5) !important;
    background: rgba(0, 3, 18, 0.5) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v0MTHw7PQw .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v0MTHw7PQw .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v0MTHw7PQw .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v0MTHw7PQw .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v0MTHw7PQw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v0MTHw7PQw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v0MTHw7PQw .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v0MTHw7PQw .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v0MTHw7PQw .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v0MTHw7PQw .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v0MTHw7PQw .navbar-brand,
.cid-v0MTHw7PQw .navbar-toggler,
.cid-v0MTHw7PQw .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uZJLDIodOY {
  padding-top: 10rem;
  padding-bottom: 12rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZJLDIodOY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZJLDIodOY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZJLDIodOY .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uZJLDIodOY .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uZJLDIodOY .container {
    padding: 0 24px;
  }
}
.cid-uZJLDIodOY .row {
  position: relative;
}
.cid-uZJLDIodOY .row .card {
  justify-content: center;
}
.cid-uZJLDIodOY .row .decor-wrapper {
  position: absolute;
  bottom: -16rem;
  right: -58rem;
  border: 120px solid #d4b464;
  width: 2000px;
  height: 1000px;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uZJLDIodOY .row .decor-wrapper {
    right: -20rem;
  }
}
@media (max-width: 768px) {
  .cid-uZJLDIodOY .row .decor-wrapper {
    height: 500px;
    right: -10rem;
  }
}
.cid-uZJLDIodOY .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-uZJLDIodOY .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZJLDIodOY .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uZJLDIodOY .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uZJLDIodOY .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZJLDIodOY .title-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uZJLDIodOY .title-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-uZJLDIodOY .image-wrapper {
  position: relative;
}
.cid-uZJLDIodOY .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uZJLDIodOY .image-wrapper img {
    height: 350px;
  }
}
.cid-uZJLDIodOY .mbr-section-title {
  color: #F5DF4D;
}
.cid-uZJLDIodOY .mbr-text {
  color: #FF3399;
}
.cid-uZJLDIodOY .mbr-section-title,
.cid-uZJLDIodOY .mbr-section-btn {
  text-align: center;
  color: #d4b464;
}
.cid-uZJLDIodOY .mbr-text,
.cid-uZJLDIodOY .mbr-section-btn {
  text-align: center;
  color: #edefeb;
}
.cid-uZJLJ9O6cF {
  background-color: #000312;
}
.cid-uZJLJ9O6cF img {
  object-fit: contain;
}
.cid-uZJLKlYdci {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZJLKlYdci .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZJLKlYdci .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZJLKlYdci img {
  border-radius: 3rem;
  border-bottom-left-radius: 20rem;
}
@media (max-width: 767px) {
  .cid-uZJLKlYdci img {
    border-bottom-left-radius: 3rem;
  }
}
.cid-uZJLKlYdci .row {
  flex-direction: row-reverse;
}
.cid-uZJLKlYdci .row {
  align-items: center;
}
.cid-uZJLKlYdci .mbr-section-title {
  color: #f4e9a5;
  text-align: right;
}
.cid-uZJLKlYdci .mbr-text,
.cid-uZJLKlYdci .mbr-section-btn {
  color: #edefeb;
  text-align: right;
}
.cid-uZJLMayMxH {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/2-8.png");
}
.cid-uZJLMayMxH .mbr-overlay {
  background: #000312;
  opacity: 0.9;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uZJLMayMxH .container {
    padding: 0 24px;
  }
}
.cid-uZJLMayMxH .card {
  justify-content: center;
}
.cid-uZJLMayMxH .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-uZJLMayMxH .title-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-uZJLMayMxH .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uZJLMayMxH .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uZJLMayMxH .text-wrapper {
  border-top: 1px solid #d4b464;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uZJLMayMxH .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-uZJLMayMxH .text-wrapper .mbr-text {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uZJLMayMxH .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uZJLMayMxH .text-wrapper .mbr-text:last-child {
    margin-bottom: 0;
  }
}
.cid-uZJLMayMxH .mbr-section-title {
  color: #F9F6E0;
}
.cid-uZJLMayMxH .mbr-desc {
  color: #F9F6E0;
  text-align: center;
}
.cid-uZJLMayMxH .mbr-text {
  color: #F9F6E0;
  text-align: right;
}
.cid-uZJLMayMxH .mbr-section-btn {
  text-align: right;
}
.cid-uZJLMayMxH .mbr-section-title,
.cid-uZJLMayMxH .mbr-section-btn {
  text-align: center;
}
.cid-uZJLO7QkdG {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZJLO7QkdG .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uZJLO7QkdG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZJLO7QkdG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZJLO7QkdG .item-wrapper {
  background: #050b1d;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uZJLO7QkdG .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uZJLO7QkdG .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uZJLO7QkdG .card-title,
.cid-uZJLO7QkdG .iconfont-wrapper {
  color: #d4b464;
  text-align: center;
}
.cid-uZJLO7QkdG .content-head {
  max-width: 800px;
}
.cid-uZJLO7QkdG .mbr-section-title {
  color: #f4e9a5;
}
.cid-uZJLO7QkdG .mbr-section-subtitle {
  color: #d4b464;
}
.cid-uZJLO7QkdG .card-text {
  color: #edefeb;
  text-align: center;
}
.cid-uZJLO7QkdG .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZJLO7QkdG .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v0MUkMgyjk {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0MUkMgyjk .mbr-overlay {
  background-color: #000312;
  opacity: 0.9;
}
.cid-v0MUkMgyjk textarea {
  min-height: 150px;
}
.cid-v0MUkMgyjk input[name='yourSubject'] {
  margin-top: 1.5rem;
}
.cid-v0MUkMgyjk textarea[name='yourMessage'] {
  margin-top: 0.3rem;
}
.cid-v0MUkMgyjk .form-control,
.cid-v0MUkMgyjk .field-input {
  padding: 1rem 0rem;
  background-color: #edefeb;
  border: none !important;
  border-bottom: 2px solid #e6b103 !important;
  border-color: #e6b103 !important;
  color: #052d4e !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-v0MUkMgyjk .form-control input::-webkit-input-placeholder,
.cid-v0MUkMgyjk .field-input input::-webkit-input-placeholder,
.cid-v0MUkMgyjk .form-control textarea::-webkit-input-placeholder,
.cid-v0MUkMgyjk .field-input textarea::-webkit-input-placeholder {
  color: #232323 !important;
}
.cid-v0MUkMgyjk .form-control input:-moz-placeholder,
.cid-v0MUkMgyjk .field-input input:-moz-placeholder,
.cid-v0MUkMgyjk .form-control textarea:-moz-placeholder,
.cid-v0MUkMgyjk .field-input textarea:-moz-placeholder {
  color: #232323 !important;
}
.cid-v0MUkMgyjk .jq-number__spin:hover,
.cid-v0MUkMgyjk .jq-number__spin:focus {
  background-color: #052d4e;
  border-color: #e9204f !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-v0MUkMgyjk .jq-number__spin {
  background-color: #edefeb;
  border-color: #e6b103 !important;
  color: #052d4e;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v0MUkMgyjk .jq-selectbox li,
.cid-v0MUkMgyjk .jq-selectbox li {
  background-color: #edefeb;
  color: #000000;
}
.cid-v0MUkMgyjk .jq-selectbox li:hover,
.cid-v0MUkMgyjk .jq-selectbox li.selected {
  background-color: #052d4e;
  color: #ffffff;
}
.cid-v0MUkMgyjk .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-v0MUkMgyjk .jq-number__spin.minus:hover:after,
.cid-v0MUkMgyjk .jq-number__spin.plus:hover:after {
  border-top-color: #edefeb;
  border-bottom-color: #edefeb;
}
.cid-v0MUkMgyjk .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-v0MUkMgyjk .jq-number__spin.minus:after,
.cid-v0MUkMgyjk .jq-number__spin.plus:after {
  border-top-color: #052d4e;
  border-bottom-color: #052d4e;
}
@media (max-width: 992px) {
  .cid-v0MUkMgyjk .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
  .cid-v0MUkMgyjk .social-list {
    margin-bottom: 3rem;
  }
  .cid-v0MUkMgyjk .email-input {
    margin-top: 2rem;
  }
}
.cid-v0MUkMgyjk .mbr-section-subtitle {
  color: #a96708;
  margin-bottom: 2.4rem;
  text-align: right;
}
.cid-v0MUkMgyjk .mbr-text {
  color: #acacac;
  margin-bottom: 3.5rem;
}
.cid-v0MUkMgyjk .mbr-iconfont-social {
  font-size: 1rem;
  color: #edefeb;
  margin-right: 0.6rem;
}
.cid-v0MUkMgyjk .mbr-iconfont-social:before {
  padding: 1rem;
  border: 2px solid;
  border-radius: 100px;
  border-color: #a96708;
  transition: all 0.3s;
}
.cid-v0MUkMgyjk .mbr-iconfont-social:hover {
  color: #a96708;
}
.cid-v0MUkMgyjk .social-list {
  display: flex;
}
.cid-v0MUkMgyjk .social-list a {
  transition: 0.3s;
}
.cid-v0MUkMgyjk .social-list a:hover {
  transform: translateY(-8px);
}
.cid-v0MUkMgyjk .row {
  align-items: center;
}
.cid-v0MUkMgyjk .mbr-section-title {
  margin-bottom: 1.3rem;
}
.cid-v0MUkMgyjk .btn {
  font-weight: bold;
  padding: 1rem 5.5rem;
}
.cid-v0MUkMgyjk .form-btn {
  margin-top: 2.5rem;
}
.cid-v0MUkMgyjk input::-webkit-input-placeholder,
.cid-v0MUkMgyjk textarea::-webkit-input-placeholder {
  color: #232323 !important;
}
.cid-v0MUkMgyjk input:-moz-placeholder,
.cid-v0MUkMgyjk textarea:-moz-placeholder {
  color: #232323 !important;
}
@media (min-width: 992px) {
  .cid-v0MUkMgyjk .media-content {
    padding-right: 3rem;
  }
  .cid-v0MUkMgyjk .email-input {
    padding-left: 2.2rem;
  }
}
@media (min-width: 767px) {
  .cid-v0MUkMgyjk .row {
    padding: 0 1rem;
  }
}
.cid-v0MUkMgyjk .btn:hover {
  background-color: #a96708 !important;
  border-color: #a96708 !important;
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-v0MUkMgyjk .form-btn {
    width: 100%;
  }
  .cid-v0MUkMgyjk .btn {
    width: 100%;
  }
}
.cid-v0MUkMgyjk H1 {
  text-align: right;
}
.cid-v0MUkMgyjk .mbr-text,
.cid-v0MUkMgyjk .mbr-section-btn {
  text-align: right;
}
.cid-v0MUlY0tHS {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background: #000312;
}
.cid-v0MUlY0tHS .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-v0MUlY0tHS .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #000312;
}
.cid-v0MUlY0tHS .svg-top .st0 {
  fill: #000312;
}
@media (max-width: 992px) {
  .cid-v0MUlY0tHS .svg-top {
    width: 1000px;
  }
}
.cid-v0MUlY0tHS .google-map {
  height: 35rem;
  position: relative;
}
.cid-v0MUlY0tHS .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v0MUlY0tHS .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-v0MUlY0tHS .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v0MUlY0tHS .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v0MUlY0tHS .mbr-section-title {
  color: #1a449a;
}
.cid-v0MUlY0tHS .mbr-section-subtitle {
  color: #1a449a;
}
.cid-v0MUp2wfO7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0MUp2wfO7 [class^='socicon-']:before,
.cid-v0MUp2wfO7 [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-v0MUp2wfO7 .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #a96708;
  transition: all 0.3s;
  border-color: #a96708;
}
.cid-v0MUp2wfO7 .btn-social:hover {
  background: #a96708;
}
.cid-v0MUp2wfO7 .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-v0MUp2wfO7 .btn-social:hover span {
  color: #ffffff !important;
}
.cid-v0MUp2wfO7 .mbr-section-title {
  color: #2e6b75;
}
.cid-v0MUp2wfO7 .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-v0MUp2wfO7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0MUp2wfO7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0MUp2wfO7 .mbr-section-title,
.cid-v0MUp2wfO7 .mbr-social-likes {
  color: #edefeb;
}
.cid-v0N5XSQdC2 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0N5XSQdC2 .content {
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}
@media (max-width: 1024px) {
  .cid-v0N5XSQdC2 .content {
    flex-wrap: wrap;
  }
}
.cid-v0N5XSQdC2 h2,
.cid-v0N5XSQdC2 h4,
.cid-v0N5XSQdC2 h3,
.cid-v0N5XSQdC2 h6,
.cid-v0N5XSQdC2 p,
.cid-v0N5XSQdC2 ul {
  margin: 0;
}
.cid-v0N5XSQdC2 ul {
  padding: 0;
  list-style-type: none;
}
.cid-v0N5XSQdC2 .heading {
  width: 35%;
  margin-bottom: 37px;
}
@media (max-width: 1024px) {
  .cid-v0N5XSQdC2 .heading {
    width: 100%;
  }
}
.cid-v0N5XSQdC2 .heading-inner {
  max-width: 476px;
}
.cid-v0N5XSQdC2 .mbr-section-title {
  color: #a6a99c;
  text-align: center;
}
.cid-v0N5XSQdC2 .mbr-section-subtitle {
  color: #edefeb;
  text-align: center;
}
.cid-v0N5XSQdC2 .cards {
  width: 65%;
  display: flex;
}
@media (max-width: 1024px) {
  .cid-v0N5XSQdC2 .cards {
    width: 100%;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-v0N5XSQdC2 .cards {
    flex-direction: column;
    padding-top: 0px;
  }
}
.cid-v0N5XSQdC2 .card {
  width: 34%;
}
@media (max-width: 1024px) {
  .cid-v0N5XSQdC2 .card {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v0N5XSQdC2 .card {
    width: 100%;
    padding-top: 30px;
  }
}
.cid-v0N5XSQdC2 .mbr-card-title {
  color: #a96708;
  margin-bottom: 3px;
  text-align: center;
}
.cid-v0N5XSQdC2 .mbr-card-subtitle {
  color: #6b6b6b;
}
.cid-v0N5XSQdC2 .list {
  padding-top: 5px;
  margin-bottom: 24px;
  color: #6b6b6b;
  text-align: center;
}
.cid-v0MUwY4yLX {
  background-color: #000312;
}
.cid-v0MUwY4yLX .content {
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
}
.cid-v0MUwY4yLX .content img {
  width: 43px;
  height: 43px;
  object-fit: cover;
  margin-right: 15px;
}
.cid-v0MUwY4yLX .content p {
  margin: 0;
}
.cid-v0MUwY4yLX .mbr-text {
  color: #ffffff;
}
.cid-v0MUC90LKo {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v0MUC90LKo .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v0MUC90LKo .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v0MUC90LKo .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v0MUC90LKo .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-v0MUC90LKo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0MUC90LKo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0MUC90LKo .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-v0MUC90LKo .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v0MUC90LKo .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v0MUC90LKo .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-v0MUC90LKo .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v0MUC90LKo .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v0MUC90LKo .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v0MUC90LKo .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v0MUC90LKo .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v0MUC90LKo .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v0MUC90LKo .nav-link:hover {
  color: #ffffff !important;
}
.cid-v0MUC90LKo .nav-link:hover::before {
  width: 100%;
}
.cid-v0MUC90LKo .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-v0MUC90LKo .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v0MUC90LKo .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v0MUC90LKo .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-v0MUC90LKo .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v0MUC90LKo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v0MUC90LKo .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 3, 18, 0.5) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  margin-top: 1rem;
  background-color: #000312;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-v0MUC90LKo .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-v0MUC90LKo .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-v0MUC90LKo .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-v0MUC90LKo .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v0MUC90LKo .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000312;
  background: rgba(0, 3, 18, 0.5) !important;
}
.cid-v0MUC90LKo .nav-item:focus,
.cid-v0MUC90LKo .nav-link:focus {
  outline: none;
}
.cid-v0MUC90LKo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0MUC90LKo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0MUC90LKo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0MUC90LKo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0MUC90LKo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0MUC90LKo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0MUC90LKo .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v0MUC90LKo .navbar.opened {
  transition: all 0.3s;
}
.cid-v0MUC90LKo .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0MUC90LKo .navbar .navbar-logo img {
  width: auto;
}
.cid-v0MUC90LKo .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-v0MUC90LKo .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-v0MUC90LKo .navbar.collapsed {
  justify-content: center;
}
.cid-v0MUC90LKo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0MUC90LKo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0MUC90LKo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-v0MUC90LKo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0MUC90LKo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0MUC90LKo .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v0MUC90LKo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0MUC90LKo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0MUC90LKo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v0MUC90LKo .navbar {
    min-height: 72px;
  }
  .cid-v0MUC90LKo .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v0MUC90LKo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0MUC90LKo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0MUC90LKo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0MUC90LKo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0MUC90LKo .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v0MUC90LKo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0MUC90LKo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v0MUC90LKo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0MUC90LKo .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0MUC90LKo .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v0MUC90LKo .dropdown-item.active,
.cid-v0MUC90LKo .dropdown-item:active {
  background-color: transparent;
}
.cid-v0MUC90LKo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0MUC90LKo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0MUC90LKo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0MUC90LKo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000312;
}
.cid-v0MUC90LKo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v0MUC90LKo .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v0MUC90LKo ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0MUC90LKo .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v0MUC90LKo .navbar-buttons {
    text-align: left;
  }
}
.cid-v0MUC90LKo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0MUC90LKo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v0MUC90LKo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0MUC90LKo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0MUC90LKo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0MUC90LKo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0MUC90LKo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0MUC90LKo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0MUC90LKo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0MUC90LKo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0MUC90LKo .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v0MUC90LKo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0MUC90LKo .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v0MUC90LKo .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0MUC90LKo .navbar {
    height: 70px;
  }
  .cid-v0MUC90LKo .navbar.opened {
    height: auto;
  }
  .cid-v0MUC90LKo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0MUC90LKo .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v0MUC90LKo .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v0MUC90LKo .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v0MUC90LKo .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v0MUC90LKo .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v0MUC90LKo .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v0MUC90LKo .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v0MUC90LKo .navbar-brand {
    margin-right: auto;
  }
  .cid-v0MUC90LKo .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000312;
    opacity: 1;
    border-color: rgba(0, 3, 18, 0.5) !important;
    background: rgba(0, 3, 18, 0.5) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v0MUC90LKo .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v0MUC90LKo .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v0MUC90LKo .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v0MUC90LKo .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v0MUC90LKo .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v0MUC90LKo .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v0MUC90LKo .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v0MUC90LKo .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v0MUC90LKo .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v0MUC90LKo .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v0MUC90LKo .navbar-brand,
.cid-v0MUC90LKo .navbar-toggler,
.cid-v0MUC90LKo .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uZJMWslvk6 {
  padding-top: 10rem;
  padding-bottom: 12rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZJMWslvk6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZJMWslvk6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZJMWslvk6 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uZJMWslvk6 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uZJMWslvk6 .container {
    padding: 0 24px;
  }
}
.cid-uZJMWslvk6 .row {
  position: relative;
}
.cid-uZJMWslvk6 .row .card {
  justify-content: center;
}
.cid-uZJMWslvk6 .row .decor-wrapper {
  position: absolute;
  bottom: -16rem;
  right: -58rem;
  border: 120px solid #d4b464;
  width: 2000px;
  height: 1000px;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uZJMWslvk6 .row .decor-wrapper {
    right: -20rem;
  }
}
@media (max-width: 768px) {
  .cid-uZJMWslvk6 .row .decor-wrapper {
    height: 500px;
    right: -10rem;
  }
}
.cid-uZJMWslvk6 .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-uZJMWslvk6 .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZJMWslvk6 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uZJMWslvk6 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uZJMWslvk6 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZJMWslvk6 .title-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uZJMWslvk6 .title-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-uZJMWslvk6 .image-wrapper {
  position: relative;
}
.cid-uZJMWslvk6 .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uZJMWslvk6 .image-wrapper img {
    height: 350px;
  }
}
.cid-uZJMWslvk6 .mbr-section-title {
  color: #F5DF4D;
}
.cid-uZJMWslvk6 .mbr-text {
  color: #FF3399;
}
.cid-uZJMWslvk6 .mbr-section-title,
.cid-uZJMWslvk6 .mbr-section-btn {
  text-align: center;
  color: #d4b464;
}
.cid-uZJMWslvk6 .mbr-text,
.cid-uZJMWslvk6 .mbr-section-btn {
  text-align: center;
  color: #edefeb;
}
.cid-uZJN3uJsQU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZJN3uJsQU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZJN3uJsQU .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-uZJN3uJsQU .row {
    padding: 0 13px;
  }
}
.cid-uZJN3uJsQU .image-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZJN3uJsQU .image-wrap .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uZJN3uJsQU .image-wrap .image-wrapper img {
  height: 210px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uZJN3uJsQU .image-wrap .image-wrapper img {
    max-width: 240px;
    margin: 0 auto;
  }
}
.cid-uZJN3uJsQU .text-wrapper {
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-uZJN3uJsQU .text-wrapper {
    padding: 0;
  }
}
.cid-uZJN3uJsQU .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .85;
}
.cid-uZJN3uJsQU .text-wrapper .mbr-name {
  margin: 34px 0 0;
  opacity: .85;
}
.cid-uZJN3uJsQU .text-wrapper .mbr-role {
  margin: 24px 0 0;
  opacity: .85;
}
.cid-uZJN3uJsQU .mbr-text {
  color: #f4e9a5;
  text-align: right;
}
.cid-uZJN3uJsQU .mbr-name {
  color: #ffffff;
}
.cid-uZJN3uJsQU .mbr-role {
  color: #edefeb;
  text-align: right;
}
.cid-uZJN5qsAQh {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZJN5qsAQh .mbr-overlay {
  background: #fafafa;
  opacity: 0.7;
}
.cid-uZJN5qsAQh img,
.cid-uZJN5qsAQh .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
}
.cid-uZJN5qsAQh .item:focus,
.cid-uZJN5qsAQh span:focus {
  outline: none;
}
.cid-uZJN5qsAQh .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uZJN5qsAQh .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #050b1d;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-uZJN5qsAQh .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-uZJN5qsAQh .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-uZJN5qsAQh .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-uZJN5qsAQh .item-content {
    padding: 1rem 0;
  }
}
.cid-uZJN5qsAQh .mbr-section-title {
  color: #052d4e;
}
.cid-uZJN5qsAQh .item-title {
  color: #d4b464;
  text-align: center;
}
.cid-uZJN5qsAQh .item-subtitle {
  color: #bec2cf;
}
.cid-uZJN5qsAQh .mbr-text,
.cid-uZJN5qsAQh .mbr-section-btn {
  color: #edefeb;
  text-align: center;
}
.cid-uZJN5qsAQh .mbr-link {
  color: #0196e3;
  display: block;
}
.cid-uZJN6Ki7aU {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZJN6Ki7aU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZJN6Ki7aU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZJN6Ki7aU img {
  border-radius: 3rem;
  border-bottom-left-radius: 20rem;
}
@media (max-width: 767px) {
  .cid-uZJN6Ki7aU img {
    border-bottom-left-radius: 3rem;
  }
}
.cid-uZJN6Ki7aU .row {
  flex-direction: row-reverse;
}
.cid-uZJN6Ki7aU .row {
  align-items: center;
}
.cid-uZJN6Ki7aU .mbr-section-title {
  color: #f4e9a5;
  text-align: right;
}
.cid-uZJN6Ki7aU .mbr-text,
.cid-uZJN6Ki7aU .mbr-section-btn {
  color: #edefeb;
  text-align: right;
}
.cid-uZJN86hF5v {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZJN86hF5v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZJN86hF5v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZJN86hF5v .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uZJN86hF5v .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uZJN86hF5v .container {
    padding: 0 24px;
  }
}
.cid-uZJN86hF5v .row {
  justify-content: center;
}
.cid-uZJN86hF5v .content-wrapper {
  border-radius: 40px;
  background-color: #050b1d;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-uZJN86hF5v .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uZJN86hF5v .content-wrapper {
    padding: 32px;
  }
}
.cid-uZJN86hF5v .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZJN86hF5v .content-wrapper .mbr-text {
  margin: 16px 0 0;
}
.cid-uZJN86hF5v .mbr-section-title {
  color: #f5ce85;
  text-align: right;
}
.cid-uZJN86hF5v .mbr-text {
  color: #edefeb;
  text-align: right;
}
.cid-v0MVD0qc8D {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0MVD0qc8D .mbr-overlay {
  background-color: #000312;
  opacity: 0.9;
}
.cid-v0MVD0qc8D textarea {
  min-height: 150px;
}
.cid-v0MVD0qc8D input[name='yourSubject'] {
  margin-top: 1.5rem;
}
.cid-v0MVD0qc8D textarea[name='yourMessage'] {
  margin-top: 0.3rem;
}
.cid-v0MVD0qc8D .form-control,
.cid-v0MVD0qc8D .field-input {
  padding: 1rem 0rem;
  background-color: #edefeb;
  border: none !important;
  border-bottom: 2px solid #e6b103 !important;
  border-color: #e6b103 !important;
  color: #052d4e !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-v0MVD0qc8D .form-control input::-webkit-input-placeholder,
.cid-v0MVD0qc8D .field-input input::-webkit-input-placeholder,
.cid-v0MVD0qc8D .form-control textarea::-webkit-input-placeholder,
.cid-v0MVD0qc8D .field-input textarea::-webkit-input-placeholder {
  color: #232323 !important;
}
.cid-v0MVD0qc8D .form-control input:-moz-placeholder,
.cid-v0MVD0qc8D .field-input input:-moz-placeholder,
.cid-v0MVD0qc8D .form-control textarea:-moz-placeholder,
.cid-v0MVD0qc8D .field-input textarea:-moz-placeholder {
  color: #232323 !important;
}
.cid-v0MVD0qc8D .jq-number__spin:hover,
.cid-v0MVD0qc8D .jq-number__spin:focus {
  background-color: #052d4e;
  border-color: #e9204f !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-v0MVD0qc8D .jq-number__spin {
  background-color: #edefeb;
  border-color: #e6b103 !important;
  color: #052d4e;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v0MVD0qc8D .jq-selectbox li,
.cid-v0MVD0qc8D .jq-selectbox li {
  background-color: #edefeb;
  color: #000000;
}
.cid-v0MVD0qc8D .jq-selectbox li:hover,
.cid-v0MVD0qc8D .jq-selectbox li.selected {
  background-color: #052d4e;
  color: #ffffff;
}
.cid-v0MVD0qc8D .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-v0MVD0qc8D .jq-number__spin.minus:hover:after,
.cid-v0MVD0qc8D .jq-number__spin.plus:hover:after {
  border-top-color: #edefeb;
  border-bottom-color: #edefeb;
}
.cid-v0MVD0qc8D .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-v0MVD0qc8D .jq-number__spin.minus:after,
.cid-v0MVD0qc8D .jq-number__spin.plus:after {
  border-top-color: #052d4e;
  border-bottom-color: #052d4e;
}
@media (max-width: 992px) {
  .cid-v0MVD0qc8D .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
  .cid-v0MVD0qc8D .social-list {
    margin-bottom: 3rem;
  }
  .cid-v0MVD0qc8D .email-input {
    margin-top: 2rem;
  }
}
.cid-v0MVD0qc8D .mbr-section-subtitle {
  color: #a96708;
  margin-bottom: 2.4rem;
  text-align: right;
}
.cid-v0MVD0qc8D .mbr-text {
  color: #acacac;
  margin-bottom: 3.5rem;
}
.cid-v0MVD0qc8D .mbr-iconfont-social {
  font-size: 1rem;
  color: #edefeb;
  margin-right: 0.6rem;
}
.cid-v0MVD0qc8D .mbr-iconfont-social:before {
  padding: 1rem;
  border: 2px solid;
  border-radius: 100px;
  border-color: #a96708;
  transition: all 0.3s;
}
.cid-v0MVD0qc8D .mbr-iconfont-social:hover {
  color: #a96708;
}
.cid-v0MVD0qc8D .social-list {
  display: flex;
}
.cid-v0MVD0qc8D .social-list a {
  transition: 0.3s;
}
.cid-v0MVD0qc8D .social-list a:hover {
  transform: translateY(-8px);
}
.cid-v0MVD0qc8D .row {
  align-items: center;
}
.cid-v0MVD0qc8D .mbr-section-title {
  margin-bottom: 1.3rem;
}
.cid-v0MVD0qc8D .btn {
  font-weight: bold;
  padding: 1rem 5.5rem;
}
.cid-v0MVD0qc8D .form-btn {
  margin-top: 2.5rem;
}
.cid-v0MVD0qc8D input::-webkit-input-placeholder,
.cid-v0MVD0qc8D textarea::-webkit-input-placeholder {
  color: #232323 !important;
}
.cid-v0MVD0qc8D input:-moz-placeholder,
.cid-v0MVD0qc8D textarea:-moz-placeholder {
  color: #232323 !important;
}
@media (min-width: 992px) {
  .cid-v0MVD0qc8D .media-content {
    padding-right: 3rem;
  }
  .cid-v0MVD0qc8D .email-input {
    padding-left: 2.2rem;
  }
}
@media (min-width: 767px) {
  .cid-v0MVD0qc8D .row {
    padding: 0 1rem;
  }
}
.cid-v0MVD0qc8D .btn:hover {
  background-color: #a96708 !important;
  border-color: #a96708 !important;
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-v0MVD0qc8D .form-btn {
    width: 100%;
  }
  .cid-v0MVD0qc8D .btn {
    width: 100%;
  }
}
.cid-v0MVD0qc8D H1 {
  text-align: right;
}
.cid-v0MVD0qc8D .mbr-text,
.cid-v0MVD0qc8D .mbr-section-btn {
  text-align: right;
}
.cid-v0MVE8d1m5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background: #000312;
}
.cid-v0MVE8d1m5 .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-v0MVE8d1m5 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #000312;
}
.cid-v0MVE8d1m5 .svg-top .st0 {
  fill: #000312;
}
@media (max-width: 992px) {
  .cid-v0MVE8d1m5 .svg-top {
    width: 1000px;
  }
}
.cid-v0MVE8d1m5 .google-map {
  height: 35rem;
  position: relative;
}
.cid-v0MVE8d1m5 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v0MVE8d1m5 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-v0MVE8d1m5 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v0MVE8d1m5 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v0MVE8d1m5 .mbr-section-title {
  color: #1a449a;
}
.cid-v0MVE8d1m5 .mbr-section-subtitle {
  color: #1a449a;
}
.cid-v0MVFeuGuW {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0MVFeuGuW [class^='socicon-']:before,
.cid-v0MVFeuGuW [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-v0MVFeuGuW .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #a96708;
  transition: all 0.3s;
  border-color: #a96708;
}
.cid-v0MVFeuGuW .btn-social:hover {
  background: #a96708;
}
.cid-v0MVFeuGuW .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-v0MVFeuGuW .btn-social:hover span {
  color: #ffffff !important;
}
.cid-v0MVFeuGuW .mbr-section-title {
  color: #2e6b75;
}
.cid-v0MVFeuGuW .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-v0MVFeuGuW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0MVFeuGuW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0MVFeuGuW .mbr-section-title,
.cid-v0MVFeuGuW .mbr-social-likes {
  color: #edefeb;
}
.cid-v0N6gQY7mm {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0N6gQY7mm .content {
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}
@media (max-width: 1024px) {
  .cid-v0N6gQY7mm .content {
    flex-wrap: wrap;
  }
}
.cid-v0N6gQY7mm h2,
.cid-v0N6gQY7mm h4,
.cid-v0N6gQY7mm h3,
.cid-v0N6gQY7mm h6,
.cid-v0N6gQY7mm p,
.cid-v0N6gQY7mm ul {
  margin: 0;
}
.cid-v0N6gQY7mm ul {
  padding: 0;
  list-style-type: none;
}
.cid-v0N6gQY7mm .heading {
  width: 35%;
  margin-bottom: 37px;
}
@media (max-width: 1024px) {
  .cid-v0N6gQY7mm .heading {
    width: 100%;
  }
}
.cid-v0N6gQY7mm .heading-inner {
  max-width: 476px;
}
.cid-v0N6gQY7mm .mbr-section-title {
  color: #a6a99c;
  text-align: center;
}
.cid-v0N6gQY7mm .mbr-section-subtitle {
  color: #edefeb;
  text-align: center;
}
.cid-v0N6gQY7mm .cards {
  width: 65%;
  display: flex;
}
@media (max-width: 1024px) {
  .cid-v0N6gQY7mm .cards {
    width: 100%;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-v0N6gQY7mm .cards {
    flex-direction: column;
    padding-top: 0px;
  }
}
.cid-v0N6gQY7mm .card {
  width: 34%;
}
@media (max-width: 1024px) {
  .cid-v0N6gQY7mm .card {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v0N6gQY7mm .card {
    width: 100%;
    padding-top: 30px;
  }
}
.cid-v0N6gQY7mm .mbr-card-title {
  color: #a96708;
  margin-bottom: 3px;
  text-align: center;
}
.cid-v0N6gQY7mm .mbr-card-subtitle {
  color: #6b6b6b;
}
.cid-v0N6gQY7mm .list {
  padding-top: 5px;
  margin-bottom: 24px;
  color: #6b6b6b;
  text-align: center;
}
.cid-v0MVHdIK11 {
  background-color: #000312;
}
.cid-v0MVHdIK11 .content {
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
}
.cid-v0MVHdIK11 .content img {
  width: 43px;
  height: 43px;
  object-fit: cover;
  margin-right: 15px;
}
.cid-v0MVHdIK11 .content p {
  margin: 0;
}
.cid-v0MVHdIK11 .mbr-text {
  color: #ffffff;
}
.cid-v0MVPhpG5b {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v0MVPhpG5b .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v0MVPhpG5b .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v0MVPhpG5b .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v0MVPhpG5b .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-v0MVPhpG5b .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0MVPhpG5b .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0MVPhpG5b .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-v0MVPhpG5b .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v0MVPhpG5b .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v0MVPhpG5b .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-v0MVPhpG5b .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v0MVPhpG5b .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v0MVPhpG5b .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v0MVPhpG5b .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v0MVPhpG5b .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v0MVPhpG5b .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v0MVPhpG5b .nav-link:hover {
  color: #ffffff !important;
}
.cid-v0MVPhpG5b .nav-link:hover::before {
  width: 100%;
}
.cid-v0MVPhpG5b .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-v0MVPhpG5b .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v0MVPhpG5b .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v0MVPhpG5b .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-v0MVPhpG5b .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v0MVPhpG5b .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v0MVPhpG5b .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 3, 18, 0.5) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  margin-top: 1rem;
  background-color: #000312;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-v0MVPhpG5b .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-v0MVPhpG5b .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-v0MVPhpG5b .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-v0MVPhpG5b .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v0MVPhpG5b .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000312;
  background: rgba(0, 3, 18, 0.5) !important;
}
.cid-v0MVPhpG5b .nav-item:focus,
.cid-v0MVPhpG5b .nav-link:focus {
  outline: none;
}
.cid-v0MVPhpG5b .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0MVPhpG5b .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0MVPhpG5b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0MVPhpG5b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0MVPhpG5b .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0MVPhpG5b .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0MVPhpG5b .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v0MVPhpG5b .navbar.opened {
  transition: all 0.3s;
}
.cid-v0MVPhpG5b .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0MVPhpG5b .navbar .navbar-logo img {
  width: auto;
}
.cid-v0MVPhpG5b .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-v0MVPhpG5b .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-v0MVPhpG5b .navbar.collapsed {
  justify-content: center;
}
.cid-v0MVPhpG5b .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0MVPhpG5b .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0MVPhpG5b .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-v0MVPhpG5b .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0MVPhpG5b .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0MVPhpG5b .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v0MVPhpG5b .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0MVPhpG5b .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0MVPhpG5b .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v0MVPhpG5b .navbar {
    min-height: 72px;
  }
  .cid-v0MVPhpG5b .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v0MVPhpG5b .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0MVPhpG5b .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0MVPhpG5b .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0MVPhpG5b .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0MVPhpG5b .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v0MVPhpG5b .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0MVPhpG5b .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v0MVPhpG5b .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0MVPhpG5b .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0MVPhpG5b .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v0MVPhpG5b .dropdown-item.active,
.cid-v0MVPhpG5b .dropdown-item:active {
  background-color: transparent;
}
.cid-v0MVPhpG5b .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0MVPhpG5b .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0MVPhpG5b .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0MVPhpG5b .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000312;
}
.cid-v0MVPhpG5b .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v0MVPhpG5b .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v0MVPhpG5b ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0MVPhpG5b .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v0MVPhpG5b .navbar-buttons {
    text-align: left;
  }
}
.cid-v0MVPhpG5b button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0MVPhpG5b button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v0MVPhpG5b button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0MVPhpG5b button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0MVPhpG5b button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0MVPhpG5b button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0MVPhpG5b nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0MVPhpG5b nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0MVPhpG5b nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0MVPhpG5b nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0MVPhpG5b .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v0MVPhpG5b a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0MVPhpG5b .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v0MVPhpG5b .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0MVPhpG5b .navbar {
    height: 70px;
  }
  .cid-v0MVPhpG5b .navbar.opened {
    height: auto;
  }
  .cid-v0MVPhpG5b .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0MVPhpG5b .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v0MVPhpG5b .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v0MVPhpG5b .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v0MVPhpG5b .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v0MVPhpG5b .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v0MVPhpG5b .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v0MVPhpG5b .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v0MVPhpG5b .navbar-brand {
    margin-right: auto;
  }
  .cid-v0MVPhpG5b .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000312;
    opacity: 1;
    border-color: rgba(0, 3, 18, 0.5) !important;
    background: rgba(0, 3, 18, 0.5) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v0MVPhpG5b .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v0MVPhpG5b .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v0MVPhpG5b .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v0MVPhpG5b .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v0MVPhpG5b .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v0MVPhpG5b .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v0MVPhpG5b .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v0MVPhpG5b .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v0MVPhpG5b .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v0MVPhpG5b .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v0MVPhpG5b .navbar-brand,
.cid-v0MVPhpG5b .navbar-toggler,
.cid-v0MVPhpG5b .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uZJOo9B65y {
  padding-top: 10rem;
  padding-bottom: 12rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZJOo9B65y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZJOo9B65y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZJOo9B65y .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uZJOo9B65y .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uZJOo9B65y .container {
    padding: 0 24px;
  }
}
.cid-uZJOo9B65y .row {
  position: relative;
}
.cid-uZJOo9B65y .row .card {
  justify-content: center;
}
.cid-uZJOo9B65y .row .decor-wrapper {
  position: absolute;
  bottom: -16rem;
  right: -58rem;
  border: 120px solid #d4b464;
  width: 2000px;
  height: 1000px;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uZJOo9B65y .row .decor-wrapper {
    right: -20rem;
  }
}
@media (max-width: 768px) {
  .cid-uZJOo9B65y .row .decor-wrapper {
    height: 500px;
    right: -10rem;
  }
}
.cid-uZJOo9B65y .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-uZJOo9B65y .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZJOo9B65y .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uZJOo9B65y .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uZJOo9B65y .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZJOo9B65y .title-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uZJOo9B65y .title-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-uZJOo9B65y .image-wrapper {
  position: relative;
}
.cid-uZJOo9B65y .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uZJOo9B65y .image-wrapper img {
    height: 350px;
  }
}
.cid-uZJOo9B65y .mbr-section-title {
  color: #F5DF4D;
}
.cid-uZJOo9B65y .mbr-text {
  color: #FF3399;
}
.cid-uZJOo9B65y .mbr-section-title,
.cid-uZJOo9B65y .mbr-section-btn {
  text-align: center;
  color: #d4b464;
}
.cid-uZJOo9B65y .mbr-text,
.cid-uZJOo9B65y .mbr-section-btn {
  text-align: center;
  color: #edefeb;
}
.cid-uZJOtRw7pj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZJOtRw7pj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZJOtRw7pj .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-uZJOtRw7pj .row {
    padding: 0 13px;
  }
}
.cid-uZJOtRw7pj .image-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZJOtRw7pj .image-wrap .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uZJOtRw7pj .image-wrap .image-wrapper img {
  height: 210px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uZJOtRw7pj .image-wrap .image-wrapper img {
    max-width: 240px;
    margin: 0 auto;
  }
}
.cid-uZJOtRw7pj .text-wrapper {
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-uZJOtRw7pj .text-wrapper {
    padding: 0;
  }
}
.cid-uZJOtRw7pj .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .85;
}
.cid-uZJOtRw7pj .text-wrapper .mbr-name {
  margin: 34px 0 0;
  opacity: .85;
}
.cid-uZJOtRw7pj .text-wrapper .mbr-role {
  margin: 24px 0 0;
  opacity: .85;
}
.cid-uZJOtRw7pj .mbr-text {
  color: #f4e9a5;
  text-align: right;
}
.cid-uZJOtRw7pj .mbr-name {
  color: #ffffff;
}
.cid-uZJOtRw7pj .mbr-role {
  color: #edefeb;
  text-align: right;
}
.cid-uZJOvoqS5V {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZJOvoqS5V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZJOvoqS5V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZJOvoqS5V img {
  border-radius: 3rem;
  border-bottom-left-radius: 20rem;
}
@media (max-width: 767px) {
  .cid-uZJOvoqS5V img {
    border-bottom-left-radius: 3rem;
  }
}
.cid-uZJOvoqS5V .row {
  flex-direction: row-reverse;
}
.cid-uZJOvoqS5V .row {
  align-items: center;
}
.cid-uZJOvoqS5V .mbr-section-title {
  color: #f4e9a5;
  text-align: right;
}
.cid-uZJOvoqS5V .mbr-text,
.cid-uZJOvoqS5V .mbr-section-btn {
  color: #edefeb;
  text-align: right;
}
.cid-uZJOyqWt2C {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZJOyqWt2C .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uZJOyqWt2C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZJOyqWt2C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZJOyqWt2C .item-wrapper {
  background: #050b1d;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uZJOyqWt2C .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uZJOyqWt2C .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uZJOyqWt2C .card-title,
.cid-uZJOyqWt2C .iconfont-wrapper {
  color: #f4e9a5;
  text-align: center;
}
.cid-uZJOyqWt2C .content-head {
  max-width: 800px;
}
.cid-uZJOyqWt2C .mbr-section-title {
  color: #d4b464;
}
.cid-uZJOyqWt2C .mbr-section-subtitle {
  color: #052d4e;
}
.cid-uZJOyqWt2C .card-text {
  color: #edefeb;
  text-align: center;
}
.cid-uZJOyqWt2C .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZJOyqWt2C .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uZJOA8cqLX {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZJOA8cqLX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZJOA8cqLX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZJOA8cqLX .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZJOA8cqLX .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZJOA8cqLX .panel-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}
@media (max-width: 992px) {
  .cid-uZJOA8cqLX .panel-group {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uZJOA8cqLX .panel-group .content-wrap:nth-child(2) {
    margin-top: 20px;
  }
}
.cid-uZJOA8cqLX .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 12px;
  background-color: #050b1d;
}
.cid-uZJOA8cqLX .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uZJOA8cqLX .panel-group .card {
    padding: 20px;
    margin-top: 20px;
  }
}
.cid-uZJOA8cqLX .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uZJOA8cqLX .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uZJOA8cqLX .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uZJOA8cqLX .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #000312;
}
@media (max-width: 992px) {
  .cid-uZJOA8cqLX .panel-group .card .card-header .panel-title .icon-wrapper {
    width: 54px;
    height: 54px;
    min-width: 54px;
  }
}
.cid-uZJOA8cqLX .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 38px;
  transition: all 0.3s ease-in-out;
  color: #f4e9a5;
}
@media (max-width: 992px) {
  .cid-uZJOA8cqLX .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
    font-size: 28px;
  }
}
.cid-uZJOA8cqLX .panel-group .card .card-header .panel-title:hover .icon-wrapper {
  background-color: #f4e9a5;
}
.cid-uZJOA8cqLX .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  color: #f1f5eb;
}
.cid-uZJOA8cqLX .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uZJOA8cqLX .panel-group .card .panel-collapse .panel-body {
  margin: 30px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uZJOA8cqLX .panel-group .card .panel-collapse .panel-body {
    margin: 20px 0 0 0;
  }
}
.cid-uZJOA8cqLX .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uZJOA8cqLX .mbr-section-title,
.cid-uZJOA8cqLX .title-wrapper {
  color: #d4b464;
  text-align: center;
}
.cid-uZJOA8cqLX .panel-title-edit {
  color: #f4e9a5;
  text-align: right;
}
.cid-uZJOA8cqLX .panel-text {
  color: #323432;
}
.cid-uZJOA8cqLX .panel-text,
.cid-uZJOA8cqLX .panel-body {
  text-align: right;
  color: #edefeb;
}
.cid-v0MWNqnCtW {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0MWNqnCtW .mbr-overlay {
  background-color: #000312;
  opacity: 0.9;
}
.cid-v0MWNqnCtW textarea {
  min-height: 150px;
}
.cid-v0MWNqnCtW input[name='yourSubject'] {
  margin-top: 1.5rem;
}
.cid-v0MWNqnCtW textarea[name='yourMessage'] {
  margin-top: 0.3rem;
}
.cid-v0MWNqnCtW .form-control,
.cid-v0MWNqnCtW .field-input {
  padding: 1rem 0rem;
  background-color: #edefeb;
  border: none !important;
  border-bottom: 2px solid #e6b103 !important;
  border-color: #e6b103 !important;
  color: #052d4e !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-v0MWNqnCtW .form-control input::-webkit-input-placeholder,
.cid-v0MWNqnCtW .field-input input::-webkit-input-placeholder,
.cid-v0MWNqnCtW .form-control textarea::-webkit-input-placeholder,
.cid-v0MWNqnCtW .field-input textarea::-webkit-input-placeholder {
  color: #232323 !important;
}
.cid-v0MWNqnCtW .form-control input:-moz-placeholder,
.cid-v0MWNqnCtW .field-input input:-moz-placeholder,
.cid-v0MWNqnCtW .form-control textarea:-moz-placeholder,
.cid-v0MWNqnCtW .field-input textarea:-moz-placeholder {
  color: #232323 !important;
}
.cid-v0MWNqnCtW .jq-number__spin:hover,
.cid-v0MWNqnCtW .jq-number__spin:focus {
  background-color: #052d4e;
  border-color: #e9204f !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-v0MWNqnCtW .jq-number__spin {
  background-color: #edefeb;
  border-color: #e6b103 !important;
  color: #052d4e;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v0MWNqnCtW .jq-selectbox li,
.cid-v0MWNqnCtW .jq-selectbox li {
  background-color: #edefeb;
  color: #000000;
}
.cid-v0MWNqnCtW .jq-selectbox li:hover,
.cid-v0MWNqnCtW .jq-selectbox li.selected {
  background-color: #052d4e;
  color: #ffffff;
}
.cid-v0MWNqnCtW .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-v0MWNqnCtW .jq-number__spin.minus:hover:after,
.cid-v0MWNqnCtW .jq-number__spin.plus:hover:after {
  border-top-color: #edefeb;
  border-bottom-color: #edefeb;
}
.cid-v0MWNqnCtW .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-v0MWNqnCtW .jq-number__spin.minus:after,
.cid-v0MWNqnCtW .jq-number__spin.plus:after {
  border-top-color: #052d4e;
  border-bottom-color: #052d4e;
}
@media (max-width: 992px) {
  .cid-v0MWNqnCtW .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
  .cid-v0MWNqnCtW .social-list {
    margin-bottom: 3rem;
  }
  .cid-v0MWNqnCtW .email-input {
    margin-top: 2rem;
  }
}
.cid-v0MWNqnCtW .mbr-section-subtitle {
  color: #a96708;
  margin-bottom: 2.4rem;
  text-align: right;
}
.cid-v0MWNqnCtW .mbr-text {
  color: #acacac;
  margin-bottom: 3.5rem;
}
.cid-v0MWNqnCtW .mbr-iconfont-social {
  font-size: 1rem;
  color: #edefeb;
  margin-right: 0.6rem;
}
.cid-v0MWNqnCtW .mbr-iconfont-social:before {
  padding: 1rem;
  border: 2px solid;
  border-radius: 100px;
  border-color: #a96708;
  transition: all 0.3s;
}
.cid-v0MWNqnCtW .mbr-iconfont-social:hover {
  color: #a96708;
}
.cid-v0MWNqnCtW .social-list {
  display: flex;
}
.cid-v0MWNqnCtW .social-list a {
  transition: 0.3s;
}
.cid-v0MWNqnCtW .social-list a:hover {
  transform: translateY(-8px);
}
.cid-v0MWNqnCtW .row {
  align-items: center;
}
.cid-v0MWNqnCtW .mbr-section-title {
  margin-bottom: 1.3rem;
}
.cid-v0MWNqnCtW .btn {
  font-weight: bold;
  padding: 1rem 5.5rem;
}
.cid-v0MWNqnCtW .form-btn {
  margin-top: 2.5rem;
}
.cid-v0MWNqnCtW input::-webkit-input-placeholder,
.cid-v0MWNqnCtW textarea::-webkit-input-placeholder {
  color: #232323 !important;
}
.cid-v0MWNqnCtW input:-moz-placeholder,
.cid-v0MWNqnCtW textarea:-moz-placeholder {
  color: #232323 !important;
}
@media (min-width: 992px) {
  .cid-v0MWNqnCtW .media-content {
    padding-right: 3rem;
  }
  .cid-v0MWNqnCtW .email-input {
    padding-left: 2.2rem;
  }
}
@media (min-width: 767px) {
  .cid-v0MWNqnCtW .row {
    padding: 0 1rem;
  }
}
.cid-v0MWNqnCtW .btn:hover {
  background-color: #a96708 !important;
  border-color: #a96708 !important;
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-v0MWNqnCtW .form-btn {
    width: 100%;
  }
  .cid-v0MWNqnCtW .btn {
    width: 100%;
  }
}
.cid-v0MWNqnCtW H1 {
  text-align: right;
}
.cid-v0MWNqnCtW .mbr-text,
.cid-v0MWNqnCtW .mbr-section-btn {
  text-align: right;
}
.cid-v0MWOvX9af {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background: #000312;
}
.cid-v0MWOvX9af .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-v0MWOvX9af .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #000312;
}
.cid-v0MWOvX9af .svg-top .st0 {
  fill: #000312;
}
@media (max-width: 992px) {
  .cid-v0MWOvX9af .svg-top {
    width: 1000px;
  }
}
.cid-v0MWOvX9af .google-map {
  height: 35rem;
  position: relative;
}
.cid-v0MWOvX9af .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v0MWOvX9af .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-v0MWOvX9af .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v0MWOvX9af .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v0MWOvX9af .mbr-section-title {
  color: #1a449a;
}
.cid-v0MWOvX9af .mbr-section-subtitle {
  color: #1a449a;
}
.cid-v0MWPEuolM {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0MWPEuolM [class^='socicon-']:before,
.cid-v0MWPEuolM [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-v0MWPEuolM .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #a96708;
  transition: all 0.3s;
  border-color: #a96708;
}
.cid-v0MWPEuolM .btn-social:hover {
  background: #a96708;
}
.cid-v0MWPEuolM .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-v0MWPEuolM .btn-social:hover span {
  color: #ffffff !important;
}
.cid-v0MWPEuolM .mbr-section-title {
  color: #2e6b75;
}
.cid-v0MWPEuolM .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-v0MWPEuolM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0MWPEuolM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0MWPEuolM .mbr-section-title,
.cid-v0MWPEuolM .mbr-social-likes {
  color: #edefeb;
}
.cid-v0N6nayGxZ {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0N6nayGxZ .content {
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}
@media (max-width: 1024px) {
  .cid-v0N6nayGxZ .content {
    flex-wrap: wrap;
  }
}
.cid-v0N6nayGxZ h2,
.cid-v0N6nayGxZ h4,
.cid-v0N6nayGxZ h3,
.cid-v0N6nayGxZ h6,
.cid-v0N6nayGxZ p,
.cid-v0N6nayGxZ ul {
  margin: 0;
}
.cid-v0N6nayGxZ ul {
  padding: 0;
  list-style-type: none;
}
.cid-v0N6nayGxZ .heading {
  width: 35%;
  margin-bottom: 37px;
}
@media (max-width: 1024px) {
  .cid-v0N6nayGxZ .heading {
    width: 100%;
  }
}
.cid-v0N6nayGxZ .heading-inner {
  max-width: 476px;
}
.cid-v0N6nayGxZ .mbr-section-title {
  color: #a6a99c;
  text-align: center;
}
.cid-v0N6nayGxZ .mbr-section-subtitle {
  color: #edefeb;
  text-align: center;
}
.cid-v0N6nayGxZ .cards {
  width: 65%;
  display: flex;
}
@media (max-width: 1024px) {
  .cid-v0N6nayGxZ .cards {
    width: 100%;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-v0N6nayGxZ .cards {
    flex-direction: column;
    padding-top: 0px;
  }
}
.cid-v0N6nayGxZ .card {
  width: 34%;
}
@media (max-width: 1024px) {
  .cid-v0N6nayGxZ .card {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v0N6nayGxZ .card {
    width: 100%;
    padding-top: 30px;
  }
}
.cid-v0N6nayGxZ .mbr-card-title {
  color: #a96708;
  margin-bottom: 3px;
  text-align: center;
}
.cid-v0N6nayGxZ .mbr-card-subtitle {
  color: #6b6b6b;
}
.cid-v0N6nayGxZ .list {
  padding-top: 5px;
  margin-bottom: 24px;
  color: #6b6b6b;
  text-align: center;
}
.cid-v0MWRSbIaW {
  background-color: #000312;
}
.cid-v0MWRSbIaW .content {
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
}
.cid-v0MWRSbIaW .content img {
  width: 43px;
  height: 43px;
  object-fit: cover;
  margin-right: 15px;
}
.cid-v0MWRSbIaW .content p {
  margin: 0;
}
.cid-v0MWRSbIaW .mbr-text {
  color: #ffffff;
}
.cid-v0MX4Y7mT4 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v0MX4Y7mT4 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v0MX4Y7mT4 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v0MX4Y7mT4 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v0MX4Y7mT4 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-v0MX4Y7mT4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0MX4Y7mT4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0MX4Y7mT4 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-v0MX4Y7mT4 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v0MX4Y7mT4 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v0MX4Y7mT4 .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-v0MX4Y7mT4 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v0MX4Y7mT4 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v0MX4Y7mT4 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v0MX4Y7mT4 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v0MX4Y7mT4 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v0MX4Y7mT4 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v0MX4Y7mT4 .nav-link:hover {
  color: #ffffff !important;
}
.cid-v0MX4Y7mT4 .nav-link:hover::before {
  width: 100%;
}
.cid-v0MX4Y7mT4 .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-v0MX4Y7mT4 .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v0MX4Y7mT4 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v0MX4Y7mT4 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-v0MX4Y7mT4 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v0MX4Y7mT4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v0MX4Y7mT4 .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 3, 18, 0.5) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  margin-top: 1rem;
  background-color: #000312;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-v0MX4Y7mT4 .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-v0MX4Y7mT4 .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-v0MX4Y7mT4 .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-v0MX4Y7mT4 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v0MX4Y7mT4 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000312;
  background: rgba(0, 3, 18, 0.5) !important;
}
.cid-v0MX4Y7mT4 .nav-item:focus,
.cid-v0MX4Y7mT4 .nav-link:focus {
  outline: none;
}
.cid-v0MX4Y7mT4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0MX4Y7mT4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0MX4Y7mT4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0MX4Y7mT4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0MX4Y7mT4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0MX4Y7mT4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0MX4Y7mT4 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v0MX4Y7mT4 .navbar.opened {
  transition: all 0.3s;
}
.cid-v0MX4Y7mT4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0MX4Y7mT4 .navbar .navbar-logo img {
  width: auto;
}
.cid-v0MX4Y7mT4 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-v0MX4Y7mT4 .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-v0MX4Y7mT4 .navbar.collapsed {
  justify-content: center;
}
.cid-v0MX4Y7mT4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0MX4Y7mT4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0MX4Y7mT4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-v0MX4Y7mT4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0MX4Y7mT4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0MX4Y7mT4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v0MX4Y7mT4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0MX4Y7mT4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0MX4Y7mT4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v0MX4Y7mT4 .navbar {
    min-height: 72px;
  }
  .cid-v0MX4Y7mT4 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v0MX4Y7mT4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0MX4Y7mT4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0MX4Y7mT4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0MX4Y7mT4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0MX4Y7mT4 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v0MX4Y7mT4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0MX4Y7mT4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v0MX4Y7mT4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0MX4Y7mT4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0MX4Y7mT4 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v0MX4Y7mT4 .dropdown-item.active,
.cid-v0MX4Y7mT4 .dropdown-item:active {
  background-color: transparent;
}
.cid-v0MX4Y7mT4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0MX4Y7mT4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0MX4Y7mT4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0MX4Y7mT4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000312;
}
.cid-v0MX4Y7mT4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v0MX4Y7mT4 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v0MX4Y7mT4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0MX4Y7mT4 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v0MX4Y7mT4 .navbar-buttons {
    text-align: left;
  }
}
.cid-v0MX4Y7mT4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0MX4Y7mT4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v0MX4Y7mT4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0MX4Y7mT4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0MX4Y7mT4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0MX4Y7mT4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0MX4Y7mT4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0MX4Y7mT4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0MX4Y7mT4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0MX4Y7mT4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0MX4Y7mT4 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v0MX4Y7mT4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0MX4Y7mT4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v0MX4Y7mT4 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0MX4Y7mT4 .navbar {
    height: 70px;
  }
  .cid-v0MX4Y7mT4 .navbar.opened {
    height: auto;
  }
  .cid-v0MX4Y7mT4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0MX4Y7mT4 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v0MX4Y7mT4 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v0MX4Y7mT4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v0MX4Y7mT4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v0MX4Y7mT4 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v0MX4Y7mT4 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v0MX4Y7mT4 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v0MX4Y7mT4 .navbar-brand {
    margin-right: auto;
  }
  .cid-v0MX4Y7mT4 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000312;
    opacity: 1;
    border-color: rgba(0, 3, 18, 0.5) !important;
    background: rgba(0, 3, 18, 0.5) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v0MX4Y7mT4 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v0MX4Y7mT4 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v0MX4Y7mT4 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v0MX4Y7mT4 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v0MX4Y7mT4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v0MX4Y7mT4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v0MX4Y7mT4 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v0MX4Y7mT4 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v0MX4Y7mT4 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v0MX4Y7mT4 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v0MX4Y7mT4 .navbar-brand,
.cid-v0MX4Y7mT4 .navbar-toggler,
.cid-v0MX4Y7mT4 .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uZKb3djgoP {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZKb3djgoP .mbr-overlay {
  background: #000312;
  opacity: 0.9;
}
.cid-uZKb3djgoP .item-img {
  position: relative;
}
.cid-uZKb3djgoP .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uZKb3djgoP .image-wrapper {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-uZKb3djgoP .image-wrapper {
    min-height: 400px;
  }
}
.cid-uZKb3djgoP .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uZKb3djgoP .item-wrapper {
  position: relative;
  background: #d4b464;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uZKb3djgoP .item-wrapper {
    margin-top: 4rem;
  }
}
.cid-uZKb3djgoP .link-icon-wrapper {
  position: absolute;
  left: -1px;
  padding: 2rem;
  bottom: -1px;
  background: #d4b464;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .cid-uZKb3djgoP .link-icon-wrapper {
    padding: 1rem;
  }
}
.cid-uZKb3djgoP .link-icon-wrapper .icon-wrap {
  background: #000312;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  border: 1px solid #052d4e;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uZKb3djgoP .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-uZKb3djgoP .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-uZKb3djgoP .link-icon-wrapper .icon-wrap span {
  color: #052d4e;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uZKb3djgoP .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-uZKb3djgoP .link-icon-wrapper .svg1 path {
  fill: #d4b464;
}
.cid-uZKb3djgoP .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-uZKb3djgoP .link-icon-wrapper .svg2 path {
  fill: #d4b464;
}
.cid-uZKb3djgoP img,
.cid-uZKb3djgoP .item-img {
  width: 100%;
}
.cid-uZKb3djgoP .item-title {
  color: #052d4e;
}
.cid-uZKb4MUB7H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZKb4MUB7H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZKb4MUB7H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZKb4MUB7H .row {
  justify-content: center;
}
.cid-uZKb4MUB7H .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uZKb4MUB7H .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #daa521, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uZKb4MUB7H .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uZKb4MUB7H .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uZKb4MUB7H .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uZKb4MUB7H .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZKb4MUB7H .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uZKb4MUB7H .mbr-section-title {
  color: #ffffff;
}
.cid-uZKb4MUB7H .mbr-text {
  color: #ffffff;
}
.cid-uZKb4MUB7H .mbr-desc {
  color: #edefeb;
  text-align: right;
}
.cid-uZKb4MUB7H .mbr-section-title,
.cid-uZKb4MUB7H .mbr-section-btn {
  text-align: right;
  color: #052d4e;
}
.cid-v0MXwucGv6 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0MXwucGv6 .mbr-overlay {
  background-color: #000312;
  opacity: 0.9;
}
.cid-v0MXwucGv6 textarea {
  min-height: 150px;
}
.cid-v0MXwucGv6 input[name='yourSubject'] {
  margin-top: 1.5rem;
}
.cid-v0MXwucGv6 textarea[name='yourMessage'] {
  margin-top: 0.3rem;
}
.cid-v0MXwucGv6 .form-control,
.cid-v0MXwucGv6 .field-input {
  padding: 1rem 0rem;
  background-color: #edefeb;
  border: none !important;
  border-bottom: 2px solid #e6b103 !important;
  border-color: #e6b103 !important;
  color: #052d4e !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-v0MXwucGv6 .form-control input::-webkit-input-placeholder,
.cid-v0MXwucGv6 .field-input input::-webkit-input-placeholder,
.cid-v0MXwucGv6 .form-control textarea::-webkit-input-placeholder,
.cid-v0MXwucGv6 .field-input textarea::-webkit-input-placeholder {
  color: #232323 !important;
}
.cid-v0MXwucGv6 .form-control input:-moz-placeholder,
.cid-v0MXwucGv6 .field-input input:-moz-placeholder,
.cid-v0MXwucGv6 .form-control textarea:-moz-placeholder,
.cid-v0MXwucGv6 .field-input textarea:-moz-placeholder {
  color: #232323 !important;
}
.cid-v0MXwucGv6 .jq-number__spin:hover,
.cid-v0MXwucGv6 .jq-number__spin:focus {
  background-color: #052d4e;
  border-color: #e9204f !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-v0MXwucGv6 .jq-number__spin {
  background-color: #edefeb;
  border-color: #e6b103 !important;
  color: #052d4e;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v0MXwucGv6 .jq-selectbox li,
.cid-v0MXwucGv6 .jq-selectbox li {
  background-color: #edefeb;
  color: #000000;
}
.cid-v0MXwucGv6 .jq-selectbox li:hover,
.cid-v0MXwucGv6 .jq-selectbox li.selected {
  background-color: #052d4e;
  color: #ffffff;
}
.cid-v0MXwucGv6 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-v0MXwucGv6 .jq-number__spin.minus:hover:after,
.cid-v0MXwucGv6 .jq-number__spin.plus:hover:after {
  border-top-color: #edefeb;
  border-bottom-color: #edefeb;
}
.cid-v0MXwucGv6 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-v0MXwucGv6 .jq-number__spin.minus:after,
.cid-v0MXwucGv6 .jq-number__spin.plus:after {
  border-top-color: #052d4e;
  border-bottom-color: #052d4e;
}
@media (max-width: 992px) {
  .cid-v0MXwucGv6 .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
  .cid-v0MXwucGv6 .social-list {
    margin-bottom: 3rem;
  }
  .cid-v0MXwucGv6 .email-input {
    margin-top: 2rem;
  }
}
.cid-v0MXwucGv6 .mbr-section-subtitle {
  color: #a96708;
  margin-bottom: 2.4rem;
  text-align: right;
}
.cid-v0MXwucGv6 .mbr-text {
  color: #acacac;
  margin-bottom: 3.5rem;
}
.cid-v0MXwucGv6 .mbr-iconfont-social {
  font-size: 1rem;
  color: #edefeb;
  margin-right: 0.6rem;
}
.cid-v0MXwucGv6 .mbr-iconfont-social:before {
  padding: 1rem;
  border: 2px solid;
  border-radius: 100px;
  border-color: #a96708;
  transition: all 0.3s;
}
.cid-v0MXwucGv6 .mbr-iconfont-social:hover {
  color: #a96708;
}
.cid-v0MXwucGv6 .social-list {
  display: flex;
}
.cid-v0MXwucGv6 .social-list a {
  transition: 0.3s;
}
.cid-v0MXwucGv6 .social-list a:hover {
  transform: translateY(-8px);
}
.cid-v0MXwucGv6 .row {
  align-items: center;
}
.cid-v0MXwucGv6 .mbr-section-title {
  margin-bottom: 1.3rem;
}
.cid-v0MXwucGv6 .btn {
  font-weight: bold;
  padding: 1rem 5.5rem;
}
.cid-v0MXwucGv6 .form-btn {
  margin-top: 2.5rem;
}
.cid-v0MXwucGv6 input::-webkit-input-placeholder,
.cid-v0MXwucGv6 textarea::-webkit-input-placeholder {
  color: #232323 !important;
}
.cid-v0MXwucGv6 input:-moz-placeholder,
.cid-v0MXwucGv6 textarea:-moz-placeholder {
  color: #232323 !important;
}
@media (min-width: 992px) {
  .cid-v0MXwucGv6 .media-content {
    padding-right: 3rem;
  }
  .cid-v0MXwucGv6 .email-input {
    padding-left: 2.2rem;
  }
}
@media (min-width: 767px) {
  .cid-v0MXwucGv6 .row {
    padding: 0 1rem;
  }
}
.cid-v0MXwucGv6 .btn:hover {
  background-color: #a96708 !important;
  border-color: #a96708 !important;
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-v0MXwucGv6 .form-btn {
    width: 100%;
  }
  .cid-v0MXwucGv6 .btn {
    width: 100%;
  }
}
.cid-v0MXwucGv6 H1 {
  text-align: right;
}
.cid-v0MXwucGv6 .mbr-text,
.cid-v0MXwucGv6 .mbr-section-btn {
  text-align: right;
}
.cid-v0MXxU9Rsv {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background: #000312;
}
.cid-v0MXxU9Rsv .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-v0MXxU9Rsv .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #000312;
}
.cid-v0MXxU9Rsv .svg-top .st0 {
  fill: #000312;
}
@media (max-width: 992px) {
  .cid-v0MXxU9Rsv .svg-top {
    width: 1000px;
  }
}
.cid-v0MXxU9Rsv .google-map {
  height: 35rem;
  position: relative;
}
.cid-v0MXxU9Rsv .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v0MXxU9Rsv .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-v0MXxU9Rsv .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v0MXxU9Rsv .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v0MXxU9Rsv .mbr-section-title {
  color: #1a449a;
}
.cid-v0MXxU9Rsv .mbr-section-subtitle {
  color: #1a449a;
}
.cid-v0MXzsbwlJ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0MXzsbwlJ [class^='socicon-']:before,
.cid-v0MXzsbwlJ [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-v0MXzsbwlJ .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #a96708;
  transition: all 0.3s;
  border-color: #a96708;
}
.cid-v0MXzsbwlJ .btn-social:hover {
  background: #a96708;
}
.cid-v0MXzsbwlJ .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-v0MXzsbwlJ .btn-social:hover span {
  color: #ffffff !important;
}
.cid-v0MXzsbwlJ .mbr-section-title {
  color: #2e6b75;
}
.cid-v0MXzsbwlJ .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-v0MXzsbwlJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0MXzsbwlJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0MXzsbwlJ .mbr-section-title,
.cid-v0MXzsbwlJ .mbr-social-likes {
  color: #edefeb;
}
.cid-v0N6Ix6RnR {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0N6Ix6RnR .content {
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}
@media (max-width: 1024px) {
  .cid-v0N6Ix6RnR .content {
    flex-wrap: wrap;
  }
}
.cid-v0N6Ix6RnR h2,
.cid-v0N6Ix6RnR h4,
.cid-v0N6Ix6RnR h3,
.cid-v0N6Ix6RnR h6,
.cid-v0N6Ix6RnR p,
.cid-v0N6Ix6RnR ul {
  margin: 0;
}
.cid-v0N6Ix6RnR ul {
  padding: 0;
  list-style-type: none;
}
.cid-v0N6Ix6RnR .heading {
  width: 35%;
  margin-bottom: 37px;
}
@media (max-width: 1024px) {
  .cid-v0N6Ix6RnR .heading {
    width: 100%;
  }
}
.cid-v0N6Ix6RnR .heading-inner {
  max-width: 476px;
}
.cid-v0N6Ix6RnR .mbr-section-title {
  color: #a6a99c;
  text-align: center;
}
.cid-v0N6Ix6RnR .mbr-section-subtitle {
  color: #edefeb;
  text-align: center;
}
.cid-v0N6Ix6RnR .cards {
  width: 65%;
  display: flex;
}
@media (max-width: 1024px) {
  .cid-v0N6Ix6RnR .cards {
    width: 100%;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-v0N6Ix6RnR .cards {
    flex-direction: column;
    padding-top: 0px;
  }
}
.cid-v0N6Ix6RnR .card {
  width: 34%;
}
@media (max-width: 1024px) {
  .cid-v0N6Ix6RnR .card {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v0N6Ix6RnR .card {
    width: 100%;
    padding-top: 30px;
  }
}
.cid-v0N6Ix6RnR .mbr-card-title {
  color: #a96708;
  margin-bottom: 3px;
  text-align: center;
}
.cid-v0N6Ix6RnR .mbr-card-subtitle {
  color: #6b6b6b;
}
.cid-v0N6Ix6RnR .list {
  padding-top: 5px;
  margin-bottom: 24px;
  color: #6b6b6b;
  text-align: center;
}
.cid-v0MXB5SskZ {
  background-color: #000312;
}
.cid-v0MXB5SskZ .content {
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
}
.cid-v0MXB5SskZ .content img {
  width: 43px;
  height: 43px;
  object-fit: cover;
  margin-right: 15px;
}
.cid-v0MXB5SskZ .content p {
  margin: 0;
}
.cid-v0MXB5SskZ .mbr-text {
  color: #ffffff;
}
.cid-v0MXMkkD9b {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v0MXMkkD9b .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v0MXMkkD9b .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v0MXMkkD9b .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v0MXMkkD9b .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-v0MXMkkD9b .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0MXMkkD9b .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0MXMkkD9b .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-v0MXMkkD9b .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v0MXMkkD9b .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v0MXMkkD9b .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-v0MXMkkD9b .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v0MXMkkD9b .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v0MXMkkD9b .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v0MXMkkD9b .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v0MXMkkD9b .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v0MXMkkD9b .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v0MXMkkD9b .nav-link:hover {
  color: #ffffff !important;
}
.cid-v0MXMkkD9b .nav-link:hover::before {
  width: 100%;
}
.cid-v0MXMkkD9b .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-v0MXMkkD9b .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v0MXMkkD9b .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v0MXMkkD9b .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-v0MXMkkD9b .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v0MXMkkD9b .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v0MXMkkD9b .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 3, 18, 0.5) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  margin-top: 1rem;
  background-color: #000312;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-v0MXMkkD9b .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-v0MXMkkD9b .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-v0MXMkkD9b .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-v0MXMkkD9b .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v0MXMkkD9b .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000312;
  background: rgba(0, 3, 18, 0.5) !important;
}
.cid-v0MXMkkD9b .nav-item:focus,
.cid-v0MXMkkD9b .nav-link:focus {
  outline: none;
}
.cid-v0MXMkkD9b .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0MXMkkD9b .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0MXMkkD9b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0MXMkkD9b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0MXMkkD9b .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0MXMkkD9b .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0MXMkkD9b .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v0MXMkkD9b .navbar.opened {
  transition: all 0.3s;
}
.cid-v0MXMkkD9b .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0MXMkkD9b .navbar .navbar-logo img {
  width: auto;
}
.cid-v0MXMkkD9b .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-v0MXMkkD9b .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-v0MXMkkD9b .navbar.collapsed {
  justify-content: center;
}
.cid-v0MXMkkD9b .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0MXMkkD9b .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0MXMkkD9b .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-v0MXMkkD9b .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0MXMkkD9b .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0MXMkkD9b .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v0MXMkkD9b .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0MXMkkD9b .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0MXMkkD9b .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v0MXMkkD9b .navbar {
    min-height: 72px;
  }
  .cid-v0MXMkkD9b .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v0MXMkkD9b .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0MXMkkD9b .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0MXMkkD9b .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0MXMkkD9b .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0MXMkkD9b .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v0MXMkkD9b .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0MXMkkD9b .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v0MXMkkD9b .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0MXMkkD9b .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0MXMkkD9b .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v0MXMkkD9b .dropdown-item.active,
.cid-v0MXMkkD9b .dropdown-item:active {
  background-color: transparent;
}
.cid-v0MXMkkD9b .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0MXMkkD9b .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0MXMkkD9b .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0MXMkkD9b .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000312;
}
.cid-v0MXMkkD9b .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v0MXMkkD9b .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v0MXMkkD9b ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0MXMkkD9b .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v0MXMkkD9b .navbar-buttons {
    text-align: left;
  }
}
.cid-v0MXMkkD9b button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0MXMkkD9b button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v0MXMkkD9b button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0MXMkkD9b button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0MXMkkD9b button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0MXMkkD9b button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0MXMkkD9b nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0MXMkkD9b nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0MXMkkD9b nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0MXMkkD9b nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0MXMkkD9b .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v0MXMkkD9b a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0MXMkkD9b .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v0MXMkkD9b .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0MXMkkD9b .navbar {
    height: 70px;
  }
  .cid-v0MXMkkD9b .navbar.opened {
    height: auto;
  }
  .cid-v0MXMkkD9b .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0MXMkkD9b .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v0MXMkkD9b .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v0MXMkkD9b .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v0MXMkkD9b .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v0MXMkkD9b .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v0MXMkkD9b .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v0MXMkkD9b .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v0MXMkkD9b .navbar-brand {
    margin-right: auto;
  }
  .cid-v0MXMkkD9b .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000312;
    opacity: 1;
    border-color: rgba(0, 3, 18, 0.5) !important;
    background: rgba(0, 3, 18, 0.5) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v0MXMkkD9b .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v0MXMkkD9b .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v0MXMkkD9b .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v0MXMkkD9b .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v0MXMkkD9b .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v0MXMkkD9b .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v0MXMkkD9b .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v0MXMkkD9b .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v0MXMkkD9b .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v0MXMkkD9b .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v0MXMkkD9b .navbar-brand,
.cid-v0MXMkkD9b .navbar-toggler,
.cid-v0MXMkkD9b .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uZKbV3t9Cm {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZKbV3t9Cm .mbr-overlay {
  background: #000312;
  opacity: 0.9;
}
.cid-uZKbV3t9Cm .item-img {
  position: relative;
}
.cid-uZKbV3t9Cm .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uZKbV3t9Cm .image-wrapper {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-uZKbV3t9Cm .image-wrapper {
    min-height: 400px;
  }
}
.cid-uZKbV3t9Cm .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uZKbV3t9Cm .item-wrapper {
  position: relative;
  background: #d4b464;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uZKbV3t9Cm .item-wrapper {
    margin-top: 4rem;
  }
}
.cid-uZKbV3t9Cm .link-icon-wrapper {
  position: absolute;
  left: -1px;
  padding: 2rem;
  bottom: -1px;
  background: #d4b464;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .cid-uZKbV3t9Cm .link-icon-wrapper {
    padding: 1rem;
  }
}
.cid-uZKbV3t9Cm .link-icon-wrapper .icon-wrap {
  background: #000312;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  border: 1px solid #052d4e;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uZKbV3t9Cm .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-uZKbV3t9Cm .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-uZKbV3t9Cm .link-icon-wrapper .icon-wrap span {
  color: #052d4e;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uZKbV3t9Cm .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-uZKbV3t9Cm .link-icon-wrapper .svg1 path {
  fill: #d4b464;
}
.cid-uZKbV3t9Cm .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-uZKbV3t9Cm .link-icon-wrapper .svg2 path {
  fill: #d4b464;
}
.cid-uZKbV3t9Cm img,
.cid-uZKbV3t9Cm .item-img {
  width: 100%;
}
.cid-uZKbV3t9Cm .item-title {
  color: #052d4e;
}
.cid-uZKbXIiUVT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZKbXIiUVT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZKbXIiUVT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZKbXIiUVT .row {
  justify-content: center;
}
.cid-uZKbXIiUVT .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uZKbXIiUVT .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #daa521, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uZKbXIiUVT .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uZKbXIiUVT .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uZKbXIiUVT .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uZKbXIiUVT .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZKbXIiUVT .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uZKbXIiUVT .mbr-section-title {
  color: #ffffff;
}
.cid-uZKbXIiUVT .mbr-text {
  color: #ffffff;
}
.cid-uZKbXIiUVT .mbr-desc {
  color: #edefeb;
  text-align: right;
}
.cid-uZKbXIiUVT .mbr-section-title,
.cid-uZKbXIiUVT .mbr-section-btn {
  text-align: right;
  color: #052d4e;
}
.cid-v0MY7Eit4M {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0MY7Eit4M .mbr-overlay {
  background-color: #000312;
  opacity: 0.9;
}
.cid-v0MY7Eit4M textarea {
  min-height: 150px;
}
.cid-v0MY7Eit4M input[name='yourSubject'] {
  margin-top: 1.5rem;
}
.cid-v0MY7Eit4M textarea[name='yourMessage'] {
  margin-top: 0.3rem;
}
.cid-v0MY7Eit4M .form-control,
.cid-v0MY7Eit4M .field-input {
  padding: 1rem 0rem;
  background-color: #edefeb;
  border: none !important;
  border-bottom: 2px solid #e6b103 !important;
  border-color: #e6b103 !important;
  color: #052d4e !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-v0MY7Eit4M .form-control input::-webkit-input-placeholder,
.cid-v0MY7Eit4M .field-input input::-webkit-input-placeholder,
.cid-v0MY7Eit4M .form-control textarea::-webkit-input-placeholder,
.cid-v0MY7Eit4M .field-input textarea::-webkit-input-placeholder {
  color: #232323 !important;
}
.cid-v0MY7Eit4M .form-control input:-moz-placeholder,
.cid-v0MY7Eit4M .field-input input:-moz-placeholder,
.cid-v0MY7Eit4M .form-control textarea:-moz-placeholder,
.cid-v0MY7Eit4M .field-input textarea:-moz-placeholder {
  color: #232323 !important;
}
.cid-v0MY7Eit4M .jq-number__spin:hover,
.cid-v0MY7Eit4M .jq-number__spin:focus {
  background-color: #052d4e;
  border-color: #e9204f !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-v0MY7Eit4M .jq-number__spin {
  background-color: #edefeb;
  border-color: #e6b103 !important;
  color: #052d4e;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v0MY7Eit4M .jq-selectbox li,
.cid-v0MY7Eit4M .jq-selectbox li {
  background-color: #edefeb;
  color: #000000;
}
.cid-v0MY7Eit4M .jq-selectbox li:hover,
.cid-v0MY7Eit4M .jq-selectbox li.selected {
  background-color: #052d4e;
  color: #ffffff;
}
.cid-v0MY7Eit4M .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-v0MY7Eit4M .jq-number__spin.minus:hover:after,
.cid-v0MY7Eit4M .jq-number__spin.plus:hover:after {
  border-top-color: #edefeb;
  border-bottom-color: #edefeb;
}
.cid-v0MY7Eit4M .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-v0MY7Eit4M .jq-number__spin.minus:after,
.cid-v0MY7Eit4M .jq-number__spin.plus:after {
  border-top-color: #052d4e;
  border-bottom-color: #052d4e;
}
@media (max-width: 992px) {
  .cid-v0MY7Eit4M .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
  .cid-v0MY7Eit4M .social-list {
    margin-bottom: 3rem;
  }
  .cid-v0MY7Eit4M .email-input {
    margin-top: 2rem;
  }
}
.cid-v0MY7Eit4M .mbr-section-subtitle {
  color: #a96708;
  margin-bottom: 2.4rem;
  text-align: right;
}
.cid-v0MY7Eit4M .mbr-text {
  color: #acacac;
  margin-bottom: 3.5rem;
}
.cid-v0MY7Eit4M .mbr-iconfont-social {
  font-size: 1rem;
  color: #edefeb;
  margin-right: 0.6rem;
}
.cid-v0MY7Eit4M .mbr-iconfont-social:before {
  padding: 1rem;
  border: 2px solid;
  border-radius: 100px;
  border-color: #a96708;
  transition: all 0.3s;
}
.cid-v0MY7Eit4M .mbr-iconfont-social:hover {
  color: #a96708;
}
.cid-v0MY7Eit4M .social-list {
  display: flex;
}
.cid-v0MY7Eit4M .social-list a {
  transition: 0.3s;
}
.cid-v0MY7Eit4M .social-list a:hover {
  transform: translateY(-8px);
}
.cid-v0MY7Eit4M .row {
  align-items: center;
}
.cid-v0MY7Eit4M .mbr-section-title {
  margin-bottom: 1.3rem;
}
.cid-v0MY7Eit4M .btn {
  font-weight: bold;
  padding: 1rem 5.5rem;
}
.cid-v0MY7Eit4M .form-btn {
  margin-top: 2.5rem;
}
.cid-v0MY7Eit4M input::-webkit-input-placeholder,
.cid-v0MY7Eit4M textarea::-webkit-input-placeholder {
  color: #232323 !important;
}
.cid-v0MY7Eit4M input:-moz-placeholder,
.cid-v0MY7Eit4M textarea:-moz-placeholder {
  color: #232323 !important;
}
@media (min-width: 992px) {
  .cid-v0MY7Eit4M .media-content {
    padding-right: 3rem;
  }
  .cid-v0MY7Eit4M .email-input {
    padding-left: 2.2rem;
  }
}
@media (min-width: 767px) {
  .cid-v0MY7Eit4M .row {
    padding: 0 1rem;
  }
}
.cid-v0MY7Eit4M .btn:hover {
  background-color: #a96708 !important;
  border-color: #a96708 !important;
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-v0MY7Eit4M .form-btn {
    width: 100%;
  }
  .cid-v0MY7Eit4M .btn {
    width: 100%;
  }
}
.cid-v0MY7Eit4M H1 {
  text-align: right;
}
.cid-v0MY7Eit4M .mbr-text,
.cid-v0MY7Eit4M .mbr-section-btn {
  text-align: right;
}
.cid-v0MY8LyY0w {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background: #000312;
}
.cid-v0MY8LyY0w .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-v0MY8LyY0w .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #000312;
}
.cid-v0MY8LyY0w .svg-top .st0 {
  fill: #000312;
}
@media (max-width: 992px) {
  .cid-v0MY8LyY0w .svg-top {
    width: 1000px;
  }
}
.cid-v0MY8LyY0w .google-map {
  height: 35rem;
  position: relative;
}
.cid-v0MY8LyY0w .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v0MY8LyY0w .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-v0MY8LyY0w .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v0MY8LyY0w .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v0MY8LyY0w .mbr-section-title {
  color: #1a449a;
}
.cid-v0MY8LyY0w .mbr-section-subtitle {
  color: #1a449a;
}
.cid-v0MY9RjmWs {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0MY9RjmWs [class^='socicon-']:before,
.cid-v0MY9RjmWs [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-v0MY9RjmWs .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #a96708;
  transition: all 0.3s;
  border-color: #a96708;
}
.cid-v0MY9RjmWs .btn-social:hover {
  background: #a96708;
}
.cid-v0MY9RjmWs .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-v0MY9RjmWs .btn-social:hover span {
  color: #ffffff !important;
}
.cid-v0MY9RjmWs .mbr-section-title {
  color: #2e6b75;
}
.cid-v0MY9RjmWs .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-v0MY9RjmWs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0MY9RjmWs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0MY9RjmWs .mbr-section-title,
.cid-v0MY9RjmWs .mbr-social-likes {
  color: #edefeb;
}
.cid-v0N6N0Reha {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0N6N0Reha .content {
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}
@media (max-width: 1024px) {
  .cid-v0N6N0Reha .content {
    flex-wrap: wrap;
  }
}
.cid-v0N6N0Reha h2,
.cid-v0N6N0Reha h4,
.cid-v0N6N0Reha h3,
.cid-v0N6N0Reha h6,
.cid-v0N6N0Reha p,
.cid-v0N6N0Reha ul {
  margin: 0;
}
.cid-v0N6N0Reha ul {
  padding: 0;
  list-style-type: none;
}
.cid-v0N6N0Reha .heading {
  width: 35%;
  margin-bottom: 37px;
}
@media (max-width: 1024px) {
  .cid-v0N6N0Reha .heading {
    width: 100%;
  }
}
.cid-v0N6N0Reha .heading-inner {
  max-width: 476px;
}
.cid-v0N6N0Reha .mbr-section-title {
  color: #a6a99c;
  text-align: center;
}
.cid-v0N6N0Reha .mbr-section-subtitle {
  color: #edefeb;
  text-align: center;
}
.cid-v0N6N0Reha .cards {
  width: 65%;
  display: flex;
}
@media (max-width: 1024px) {
  .cid-v0N6N0Reha .cards {
    width: 100%;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-v0N6N0Reha .cards {
    flex-direction: column;
    padding-top: 0px;
  }
}
.cid-v0N6N0Reha .card {
  width: 34%;
}
@media (max-width: 1024px) {
  .cid-v0N6N0Reha .card {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v0N6N0Reha .card {
    width: 100%;
    padding-top: 30px;
  }
}
.cid-v0N6N0Reha .mbr-card-title {
  color: #a96708;
  margin-bottom: 3px;
  text-align: center;
}
.cid-v0N6N0Reha .mbr-card-subtitle {
  color: #6b6b6b;
}
.cid-v0N6N0Reha .list {
  padding-top: 5px;
  margin-bottom: 24px;
  color: #6b6b6b;
  text-align: center;
}
.cid-v0MYbQo3Lc {
  background-color: #000312;
}
.cid-v0MYbQo3Lc .content {
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
}
.cid-v0MYbQo3Lc .content img {
  width: 43px;
  height: 43px;
  object-fit: cover;
  margin-right: 15px;
}
.cid-v0MYbQo3Lc .content p {
  margin: 0;
}
.cid-v0MYbQo3Lc .mbr-text {
  color: #ffffff;
}
.cid-v0MYiqTjwZ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v0MYiqTjwZ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v0MYiqTjwZ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v0MYiqTjwZ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v0MYiqTjwZ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-v0MYiqTjwZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0MYiqTjwZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0MYiqTjwZ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-v0MYiqTjwZ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v0MYiqTjwZ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v0MYiqTjwZ .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-v0MYiqTjwZ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v0MYiqTjwZ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v0MYiqTjwZ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v0MYiqTjwZ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v0MYiqTjwZ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v0MYiqTjwZ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v0MYiqTjwZ .nav-link:hover {
  color: #ffffff !important;
}
.cid-v0MYiqTjwZ .nav-link:hover::before {
  width: 100%;
}
.cid-v0MYiqTjwZ .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-v0MYiqTjwZ .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v0MYiqTjwZ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v0MYiqTjwZ .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-v0MYiqTjwZ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v0MYiqTjwZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v0MYiqTjwZ .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 3, 18, 0.5) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  margin-top: 1rem;
  background-color: #000312;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-v0MYiqTjwZ .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-v0MYiqTjwZ .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-v0MYiqTjwZ .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-v0MYiqTjwZ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v0MYiqTjwZ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000312;
  background: rgba(0, 3, 18, 0.5) !important;
}
.cid-v0MYiqTjwZ .nav-item:focus,
.cid-v0MYiqTjwZ .nav-link:focus {
  outline: none;
}
.cid-v0MYiqTjwZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0MYiqTjwZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0MYiqTjwZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0MYiqTjwZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0MYiqTjwZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0MYiqTjwZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0MYiqTjwZ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v0MYiqTjwZ .navbar.opened {
  transition: all 0.3s;
}
.cid-v0MYiqTjwZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0MYiqTjwZ .navbar .navbar-logo img {
  width: auto;
}
.cid-v0MYiqTjwZ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-v0MYiqTjwZ .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-v0MYiqTjwZ .navbar.collapsed {
  justify-content: center;
}
.cid-v0MYiqTjwZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0MYiqTjwZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0MYiqTjwZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-v0MYiqTjwZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0MYiqTjwZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0MYiqTjwZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v0MYiqTjwZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0MYiqTjwZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0MYiqTjwZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v0MYiqTjwZ .navbar {
    min-height: 72px;
  }
  .cid-v0MYiqTjwZ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v0MYiqTjwZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0MYiqTjwZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0MYiqTjwZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0MYiqTjwZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0MYiqTjwZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v0MYiqTjwZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0MYiqTjwZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v0MYiqTjwZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0MYiqTjwZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0MYiqTjwZ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v0MYiqTjwZ .dropdown-item.active,
.cid-v0MYiqTjwZ .dropdown-item:active {
  background-color: transparent;
}
.cid-v0MYiqTjwZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0MYiqTjwZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0MYiqTjwZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0MYiqTjwZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000312;
}
.cid-v0MYiqTjwZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v0MYiqTjwZ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v0MYiqTjwZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0MYiqTjwZ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v0MYiqTjwZ .navbar-buttons {
    text-align: left;
  }
}
.cid-v0MYiqTjwZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0MYiqTjwZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v0MYiqTjwZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0MYiqTjwZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0MYiqTjwZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0MYiqTjwZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0MYiqTjwZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0MYiqTjwZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0MYiqTjwZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0MYiqTjwZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0MYiqTjwZ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v0MYiqTjwZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0MYiqTjwZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v0MYiqTjwZ .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0MYiqTjwZ .navbar {
    height: 70px;
  }
  .cid-v0MYiqTjwZ .navbar.opened {
    height: auto;
  }
  .cid-v0MYiqTjwZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0MYiqTjwZ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v0MYiqTjwZ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v0MYiqTjwZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v0MYiqTjwZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v0MYiqTjwZ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v0MYiqTjwZ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v0MYiqTjwZ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v0MYiqTjwZ .navbar-brand {
    margin-right: auto;
  }
  .cid-v0MYiqTjwZ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000312;
    opacity: 1;
    border-color: rgba(0, 3, 18, 0.5) !important;
    background: rgba(0, 3, 18, 0.5) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v0MYiqTjwZ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v0MYiqTjwZ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v0MYiqTjwZ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v0MYiqTjwZ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v0MYiqTjwZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v0MYiqTjwZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v0MYiqTjwZ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v0MYiqTjwZ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v0MYiqTjwZ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v0MYiqTjwZ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v0MYiqTjwZ .navbar-brand,
.cid-v0MYiqTjwZ .navbar-toggler,
.cid-v0MYiqTjwZ .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uZKcohEy4C {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZKcohEy4C .mbr-overlay {
  background: #000312;
  opacity: 0.9;
}
.cid-uZKcohEy4C .item-img {
  position: relative;
}
.cid-uZKcohEy4C .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uZKcohEy4C .image-wrapper {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-uZKcohEy4C .image-wrapper {
    min-height: 400px;
  }
}
.cid-uZKcohEy4C .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uZKcohEy4C .item-wrapper {
  position: relative;
  background: #d4b464;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uZKcohEy4C .item-wrapper {
    margin-top: 4rem;
  }
}
.cid-uZKcohEy4C .link-icon-wrapper {
  position: absolute;
  left: -1px;
  padding: 2rem;
  bottom: -1px;
  background: #d4b464;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .cid-uZKcohEy4C .link-icon-wrapper {
    padding: 1rem;
  }
}
.cid-uZKcohEy4C .link-icon-wrapper .icon-wrap {
  background: #000312;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  border: 1px solid #052d4e;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uZKcohEy4C .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-uZKcohEy4C .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-uZKcohEy4C .link-icon-wrapper .icon-wrap span {
  color: #052d4e;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uZKcohEy4C .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-uZKcohEy4C .link-icon-wrapper .svg1 path {
  fill: #d4b464;
}
.cid-uZKcohEy4C .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-uZKcohEy4C .link-icon-wrapper .svg2 path {
  fill: #d4b464;
}
.cid-uZKcohEy4C img,
.cid-uZKcohEy4C .item-img {
  width: 100%;
}
.cid-uZKcohEy4C .item-title {
  color: #052d4e;
}
.cid-uZKcr9h7Z4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZKcr9h7Z4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZKcr9h7Z4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZKcr9h7Z4 .row {
  justify-content: center;
}
.cid-uZKcr9h7Z4 .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uZKcr9h7Z4 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #daa521, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uZKcr9h7Z4 .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uZKcr9h7Z4 .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uZKcr9h7Z4 .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uZKcr9h7Z4 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZKcr9h7Z4 .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uZKcr9h7Z4 .mbr-section-title {
  color: #ffffff;
}
.cid-uZKcr9h7Z4 .mbr-text {
  color: #ffffff;
}
.cid-uZKcr9h7Z4 .mbr-desc {
  color: #edefeb;
  text-align: right;
}
.cid-uZKcr9h7Z4 .mbr-section-title,
.cid-uZKcr9h7Z4 .mbr-section-btn {
  text-align: right;
  color: #052d4e;
}
.cid-v0MZfisrf3 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0MZfisrf3 .mbr-overlay {
  background-color: #000312;
  opacity: 0.9;
}
.cid-v0MZfisrf3 textarea {
  min-height: 150px;
}
.cid-v0MZfisrf3 input[name='yourSubject'] {
  margin-top: 1.5rem;
}
.cid-v0MZfisrf3 textarea[name='yourMessage'] {
  margin-top: 0.3rem;
}
.cid-v0MZfisrf3 .form-control,
.cid-v0MZfisrf3 .field-input {
  padding: 1rem 0rem;
  background-color: #edefeb;
  border: none !important;
  border-bottom: 2px solid #e6b103 !important;
  border-color: #e6b103 !important;
  color: #052d4e !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-v0MZfisrf3 .form-control input::-webkit-input-placeholder,
.cid-v0MZfisrf3 .field-input input::-webkit-input-placeholder,
.cid-v0MZfisrf3 .form-control textarea::-webkit-input-placeholder,
.cid-v0MZfisrf3 .field-input textarea::-webkit-input-placeholder {
  color: #232323 !important;
}
.cid-v0MZfisrf3 .form-control input:-moz-placeholder,
.cid-v0MZfisrf3 .field-input input:-moz-placeholder,
.cid-v0MZfisrf3 .form-control textarea:-moz-placeholder,
.cid-v0MZfisrf3 .field-input textarea:-moz-placeholder {
  color: #232323 !important;
}
.cid-v0MZfisrf3 .jq-number__spin:hover,
.cid-v0MZfisrf3 .jq-number__spin:focus {
  background-color: #052d4e;
  border-color: #e9204f !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-v0MZfisrf3 .jq-number__spin {
  background-color: #edefeb;
  border-color: #e6b103 !important;
  color: #052d4e;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v0MZfisrf3 .jq-selectbox li,
.cid-v0MZfisrf3 .jq-selectbox li {
  background-color: #edefeb;
  color: #000000;
}
.cid-v0MZfisrf3 .jq-selectbox li:hover,
.cid-v0MZfisrf3 .jq-selectbox li.selected {
  background-color: #052d4e;
  color: #ffffff;
}
.cid-v0MZfisrf3 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-v0MZfisrf3 .jq-number__spin.minus:hover:after,
.cid-v0MZfisrf3 .jq-number__spin.plus:hover:after {
  border-top-color: #edefeb;
  border-bottom-color: #edefeb;
}
.cid-v0MZfisrf3 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-v0MZfisrf3 .jq-number__spin.minus:after,
.cid-v0MZfisrf3 .jq-number__spin.plus:after {
  border-top-color: #052d4e;
  border-bottom-color: #052d4e;
}
@media (max-width: 992px) {
  .cid-v0MZfisrf3 .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
  .cid-v0MZfisrf3 .social-list {
    margin-bottom: 3rem;
  }
  .cid-v0MZfisrf3 .email-input {
    margin-top: 2rem;
  }
}
.cid-v0MZfisrf3 .mbr-section-subtitle {
  color: #a96708;
  margin-bottom: 2.4rem;
  text-align: right;
}
.cid-v0MZfisrf3 .mbr-text {
  color: #acacac;
  margin-bottom: 3.5rem;
}
.cid-v0MZfisrf3 .mbr-iconfont-social {
  font-size: 1rem;
  color: #edefeb;
  margin-right: 0.6rem;
}
.cid-v0MZfisrf3 .mbr-iconfont-social:before {
  padding: 1rem;
  border: 2px solid;
  border-radius: 100px;
  border-color: #a96708;
  transition: all 0.3s;
}
.cid-v0MZfisrf3 .mbr-iconfont-social:hover {
  color: #a96708;
}
.cid-v0MZfisrf3 .social-list {
  display: flex;
}
.cid-v0MZfisrf3 .social-list a {
  transition: 0.3s;
}
.cid-v0MZfisrf3 .social-list a:hover {
  transform: translateY(-8px);
}
.cid-v0MZfisrf3 .row {
  align-items: center;
}
.cid-v0MZfisrf3 .mbr-section-title {
  margin-bottom: 1.3rem;
}
.cid-v0MZfisrf3 .btn {
  font-weight: bold;
  padding: 1rem 5.5rem;
}
.cid-v0MZfisrf3 .form-btn {
  margin-top: 2.5rem;
}
.cid-v0MZfisrf3 input::-webkit-input-placeholder,
.cid-v0MZfisrf3 textarea::-webkit-input-placeholder {
  color: #232323 !important;
}
.cid-v0MZfisrf3 input:-moz-placeholder,
.cid-v0MZfisrf3 textarea:-moz-placeholder {
  color: #232323 !important;
}
@media (min-width: 992px) {
  .cid-v0MZfisrf3 .media-content {
    padding-right: 3rem;
  }
  .cid-v0MZfisrf3 .email-input {
    padding-left: 2.2rem;
  }
}
@media (min-width: 767px) {
  .cid-v0MZfisrf3 .row {
    padding: 0 1rem;
  }
}
.cid-v0MZfisrf3 .btn:hover {
  background-color: #a96708 !important;
  border-color: #a96708 !important;
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-v0MZfisrf3 .form-btn {
    width: 100%;
  }
  .cid-v0MZfisrf3 .btn {
    width: 100%;
  }
}
.cid-v0MZfisrf3 H1 {
  text-align: right;
}
.cid-v0MZfisrf3 .mbr-text,
.cid-v0MZfisrf3 .mbr-section-btn {
  text-align: right;
}
.cid-v0MZgAnVEi {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background: #000312;
}
.cid-v0MZgAnVEi .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-v0MZgAnVEi .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #000312;
}
.cid-v0MZgAnVEi .svg-top .st0 {
  fill: #000312;
}
@media (max-width: 992px) {
  .cid-v0MZgAnVEi .svg-top {
    width: 1000px;
  }
}
.cid-v0MZgAnVEi .google-map {
  height: 35rem;
  position: relative;
}
.cid-v0MZgAnVEi .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v0MZgAnVEi .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-v0MZgAnVEi .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v0MZgAnVEi .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v0MZgAnVEi .mbr-section-title {
  color: #1a449a;
}
.cid-v0MZgAnVEi .mbr-section-subtitle {
  color: #1a449a;
}
.cid-v0MZhpa9Wx {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0MZhpa9Wx [class^='socicon-']:before,
.cid-v0MZhpa9Wx [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-v0MZhpa9Wx .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #a96708;
  transition: all 0.3s;
  border-color: #a96708;
}
.cid-v0MZhpa9Wx .btn-social:hover {
  background: #a96708;
}
.cid-v0MZhpa9Wx .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-v0MZhpa9Wx .btn-social:hover span {
  color: #ffffff !important;
}
.cid-v0MZhpa9Wx .mbr-section-title {
  color: #2e6b75;
}
.cid-v0MZhpa9Wx .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-v0MZhpa9Wx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0MZhpa9Wx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0MZhpa9Wx .mbr-section-title,
.cid-v0MZhpa9Wx .mbr-social-likes {
  color: #edefeb;
}
.cid-v0N71jztIK {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0N71jztIK .content {
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}
@media (max-width: 1024px) {
  .cid-v0N71jztIK .content {
    flex-wrap: wrap;
  }
}
.cid-v0N71jztIK h2,
.cid-v0N71jztIK h4,
.cid-v0N71jztIK h3,
.cid-v0N71jztIK h6,
.cid-v0N71jztIK p,
.cid-v0N71jztIK ul {
  margin: 0;
}
.cid-v0N71jztIK ul {
  padding: 0;
  list-style-type: none;
}
.cid-v0N71jztIK .heading {
  width: 35%;
  margin-bottom: 37px;
}
@media (max-width: 1024px) {
  .cid-v0N71jztIK .heading {
    width: 100%;
  }
}
.cid-v0N71jztIK .heading-inner {
  max-width: 476px;
}
.cid-v0N71jztIK .mbr-section-title {
  color: #a6a99c;
  text-align: center;
}
.cid-v0N71jztIK .mbr-section-subtitle {
  color: #edefeb;
  text-align: center;
}
.cid-v0N71jztIK .cards {
  width: 65%;
  display: flex;
}
@media (max-width: 1024px) {
  .cid-v0N71jztIK .cards {
    width: 100%;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-v0N71jztIK .cards {
    flex-direction: column;
    padding-top: 0px;
  }
}
.cid-v0N71jztIK .card {
  width: 34%;
}
@media (max-width: 1024px) {
  .cid-v0N71jztIK .card {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v0N71jztIK .card {
    width: 100%;
    padding-top: 30px;
  }
}
.cid-v0N71jztIK .mbr-card-title {
  color: #a96708;
  margin-bottom: 3px;
  text-align: center;
}
.cid-v0N71jztIK .mbr-card-subtitle {
  color: #6b6b6b;
}
.cid-v0N71jztIK .list {
  padding-top: 5px;
  margin-bottom: 24px;
  color: #6b6b6b;
  text-align: center;
}
.cid-v0MZj3ym3g {
  background-color: #000312;
}
.cid-v0MZj3ym3g .content {
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
}
.cid-v0MZj3ym3g .content img {
  width: 43px;
  height: 43px;
  object-fit: cover;
  margin-right: 15px;
}
.cid-v0MZj3ym3g .content p {
  margin: 0;
}
.cid-v0MZj3ym3g .mbr-text {
  color: #ffffff;
}
.cid-v0MZrXg2i7 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v0MZrXg2i7 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v0MZrXg2i7 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v0MZrXg2i7 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v0MZrXg2i7 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-v0MZrXg2i7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0MZrXg2i7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0MZrXg2i7 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-v0MZrXg2i7 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v0MZrXg2i7 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v0MZrXg2i7 .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-v0MZrXg2i7 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v0MZrXg2i7 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v0MZrXg2i7 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v0MZrXg2i7 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v0MZrXg2i7 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v0MZrXg2i7 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v0MZrXg2i7 .nav-link:hover {
  color: #ffffff !important;
}
.cid-v0MZrXg2i7 .nav-link:hover::before {
  width: 100%;
}
.cid-v0MZrXg2i7 .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-v0MZrXg2i7 .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v0MZrXg2i7 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v0MZrXg2i7 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-v0MZrXg2i7 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v0MZrXg2i7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v0MZrXg2i7 .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 3, 18, 0.5) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  margin-top: 1rem;
  background-color: #000312;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-v0MZrXg2i7 .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-v0MZrXg2i7 .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-v0MZrXg2i7 .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-v0MZrXg2i7 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v0MZrXg2i7 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000312;
  background: rgba(0, 3, 18, 0.5) !important;
}
.cid-v0MZrXg2i7 .nav-item:focus,
.cid-v0MZrXg2i7 .nav-link:focus {
  outline: none;
}
.cid-v0MZrXg2i7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0MZrXg2i7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0MZrXg2i7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0MZrXg2i7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0MZrXg2i7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0MZrXg2i7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0MZrXg2i7 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v0MZrXg2i7 .navbar.opened {
  transition: all 0.3s;
}
.cid-v0MZrXg2i7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0MZrXg2i7 .navbar .navbar-logo img {
  width: auto;
}
.cid-v0MZrXg2i7 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-v0MZrXg2i7 .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-v0MZrXg2i7 .navbar.collapsed {
  justify-content: center;
}
.cid-v0MZrXg2i7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0MZrXg2i7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0MZrXg2i7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-v0MZrXg2i7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0MZrXg2i7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0MZrXg2i7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v0MZrXg2i7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0MZrXg2i7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0MZrXg2i7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v0MZrXg2i7 .navbar {
    min-height: 72px;
  }
  .cid-v0MZrXg2i7 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v0MZrXg2i7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0MZrXg2i7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0MZrXg2i7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0MZrXg2i7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0MZrXg2i7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v0MZrXg2i7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0MZrXg2i7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v0MZrXg2i7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0MZrXg2i7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0MZrXg2i7 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v0MZrXg2i7 .dropdown-item.active,
.cid-v0MZrXg2i7 .dropdown-item:active {
  background-color: transparent;
}
.cid-v0MZrXg2i7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0MZrXg2i7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0MZrXg2i7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0MZrXg2i7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000312;
}
.cid-v0MZrXg2i7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v0MZrXg2i7 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v0MZrXg2i7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0MZrXg2i7 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v0MZrXg2i7 .navbar-buttons {
    text-align: left;
  }
}
.cid-v0MZrXg2i7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0MZrXg2i7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v0MZrXg2i7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0MZrXg2i7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0MZrXg2i7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0MZrXg2i7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0MZrXg2i7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0MZrXg2i7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0MZrXg2i7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0MZrXg2i7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0MZrXg2i7 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v0MZrXg2i7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0MZrXg2i7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v0MZrXg2i7 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0MZrXg2i7 .navbar {
    height: 70px;
  }
  .cid-v0MZrXg2i7 .navbar.opened {
    height: auto;
  }
  .cid-v0MZrXg2i7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0MZrXg2i7 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v0MZrXg2i7 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v0MZrXg2i7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v0MZrXg2i7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v0MZrXg2i7 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v0MZrXg2i7 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v0MZrXg2i7 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v0MZrXg2i7 .navbar-brand {
    margin-right: auto;
  }
  .cid-v0MZrXg2i7 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000312;
    opacity: 1;
    border-color: rgba(0, 3, 18, 0.5) !important;
    background: rgba(0, 3, 18, 0.5) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v0MZrXg2i7 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v0MZrXg2i7 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v0MZrXg2i7 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v0MZrXg2i7 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v0MZrXg2i7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v0MZrXg2i7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v0MZrXg2i7 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v0MZrXg2i7 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v0MZrXg2i7 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v0MZrXg2i7 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v0MZrXg2i7 .navbar-brand,
.cid-v0MZrXg2i7 .navbar-toggler,
.cid-v0MZrXg2i7 .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uZKcUZkmGp {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZKcUZkmGp .mbr-overlay {
  background: #000312;
  opacity: 0.9;
}
.cid-uZKcUZkmGp .item-img {
  position: relative;
}
.cid-uZKcUZkmGp .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uZKcUZkmGp .image-wrapper {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-uZKcUZkmGp .image-wrapper {
    min-height: 400px;
  }
}
.cid-uZKcUZkmGp .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uZKcUZkmGp .item-wrapper {
  position: relative;
  background: #d4b464;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uZKcUZkmGp .item-wrapper {
    margin-top: 4rem;
  }
}
.cid-uZKcUZkmGp .link-icon-wrapper {
  position: absolute;
  left: -1px;
  padding: 2rem;
  bottom: -1px;
  background: #d4b464;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .cid-uZKcUZkmGp .link-icon-wrapper {
    padding: 1rem;
  }
}
.cid-uZKcUZkmGp .link-icon-wrapper .icon-wrap {
  background: #000312;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  border: 1px solid #052d4e;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uZKcUZkmGp .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-uZKcUZkmGp .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-uZKcUZkmGp .link-icon-wrapper .icon-wrap span {
  color: #052d4e;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uZKcUZkmGp .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-uZKcUZkmGp .link-icon-wrapper .svg1 path {
  fill: #d4b464;
}
.cid-uZKcUZkmGp .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-uZKcUZkmGp .link-icon-wrapper .svg2 path {
  fill: #d4b464;
}
.cid-uZKcUZkmGp img,
.cid-uZKcUZkmGp .item-img {
  width: 100%;
}
.cid-uZKcUZkmGp .item-title {
  color: #052d4e;
}
.cid-uZKcX8tsQC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZKcX8tsQC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZKcX8tsQC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZKcX8tsQC .row {
  justify-content: center;
}
.cid-uZKcX8tsQC .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uZKcX8tsQC .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #daa521, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uZKcX8tsQC .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uZKcX8tsQC .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uZKcX8tsQC .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uZKcX8tsQC .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZKcX8tsQC .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uZKcX8tsQC .mbr-section-title {
  color: #ffffff;
}
.cid-uZKcX8tsQC .mbr-text {
  color: #ffffff;
}
.cid-uZKcX8tsQC .mbr-desc {
  color: #ffffff;
  text-align: right;
}
.cid-uZKcX8tsQC .mbr-section-title,
.cid-uZKcX8tsQC .mbr-section-btn {
  text-align: right;
  color: #052d4e;
}
.cid-v0MZJSvghS {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0MZJSvghS .mbr-overlay {
  background-color: #000312;
  opacity: 0.9;
}
.cid-v0MZJSvghS textarea {
  min-height: 150px;
}
.cid-v0MZJSvghS input[name='yourSubject'] {
  margin-top: 1.5rem;
}
.cid-v0MZJSvghS textarea[name='yourMessage'] {
  margin-top: 0.3rem;
}
.cid-v0MZJSvghS .form-control,
.cid-v0MZJSvghS .field-input {
  padding: 1rem 0rem;
  background-color: #edefeb;
  border: none !important;
  border-bottom: 2px solid #e6b103 !important;
  border-color: #e6b103 !important;
  color: #052d4e !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-v0MZJSvghS .form-control input::-webkit-input-placeholder,
.cid-v0MZJSvghS .field-input input::-webkit-input-placeholder,
.cid-v0MZJSvghS .form-control textarea::-webkit-input-placeholder,
.cid-v0MZJSvghS .field-input textarea::-webkit-input-placeholder {
  color: #232323 !important;
}
.cid-v0MZJSvghS .form-control input:-moz-placeholder,
.cid-v0MZJSvghS .field-input input:-moz-placeholder,
.cid-v0MZJSvghS .form-control textarea:-moz-placeholder,
.cid-v0MZJSvghS .field-input textarea:-moz-placeholder {
  color: #232323 !important;
}
.cid-v0MZJSvghS .jq-number__spin:hover,
.cid-v0MZJSvghS .jq-number__spin:focus {
  background-color: #052d4e;
  border-color: #e9204f !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-v0MZJSvghS .jq-number__spin {
  background-color: #edefeb;
  border-color: #e6b103 !important;
  color: #052d4e;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v0MZJSvghS .jq-selectbox li,
.cid-v0MZJSvghS .jq-selectbox li {
  background-color: #edefeb;
  color: #000000;
}
.cid-v0MZJSvghS .jq-selectbox li:hover,
.cid-v0MZJSvghS .jq-selectbox li.selected {
  background-color: #052d4e;
  color: #ffffff;
}
.cid-v0MZJSvghS .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-v0MZJSvghS .jq-number__spin.minus:hover:after,
.cid-v0MZJSvghS .jq-number__spin.plus:hover:after {
  border-top-color: #edefeb;
  border-bottom-color: #edefeb;
}
.cid-v0MZJSvghS .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-v0MZJSvghS .jq-number__spin.minus:after,
.cid-v0MZJSvghS .jq-number__spin.plus:after {
  border-top-color: #052d4e;
  border-bottom-color: #052d4e;
}
@media (max-width: 992px) {
  .cid-v0MZJSvghS .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
  .cid-v0MZJSvghS .social-list {
    margin-bottom: 3rem;
  }
  .cid-v0MZJSvghS .email-input {
    margin-top: 2rem;
  }
}
.cid-v0MZJSvghS .mbr-section-subtitle {
  color: #a96708;
  margin-bottom: 2.4rem;
  text-align: right;
}
.cid-v0MZJSvghS .mbr-text {
  color: #acacac;
  margin-bottom: 3.5rem;
}
.cid-v0MZJSvghS .mbr-iconfont-social {
  font-size: 1rem;
  color: #edefeb;
  margin-right: 0.6rem;
}
.cid-v0MZJSvghS .mbr-iconfont-social:before {
  padding: 1rem;
  border: 2px solid;
  border-radius: 100px;
  border-color: #a96708;
  transition: all 0.3s;
}
.cid-v0MZJSvghS .mbr-iconfont-social:hover {
  color: #a96708;
}
.cid-v0MZJSvghS .social-list {
  display: flex;
}
.cid-v0MZJSvghS .social-list a {
  transition: 0.3s;
}
.cid-v0MZJSvghS .social-list a:hover {
  transform: translateY(-8px);
}
.cid-v0MZJSvghS .row {
  align-items: center;
}
.cid-v0MZJSvghS .mbr-section-title {
  margin-bottom: 1.3rem;
}
.cid-v0MZJSvghS .btn {
  font-weight: bold;
  padding: 1rem 5.5rem;
}
.cid-v0MZJSvghS .form-btn {
  margin-top: 2.5rem;
}
.cid-v0MZJSvghS input::-webkit-input-placeholder,
.cid-v0MZJSvghS textarea::-webkit-input-placeholder {
  color: #232323 !important;
}
.cid-v0MZJSvghS input:-moz-placeholder,
.cid-v0MZJSvghS textarea:-moz-placeholder {
  color: #232323 !important;
}
@media (min-width: 992px) {
  .cid-v0MZJSvghS .media-content {
    padding-right: 3rem;
  }
  .cid-v0MZJSvghS .email-input {
    padding-left: 2.2rem;
  }
}
@media (min-width: 767px) {
  .cid-v0MZJSvghS .row {
    padding: 0 1rem;
  }
}
.cid-v0MZJSvghS .btn:hover {
  background-color: #a96708 !important;
  border-color: #a96708 !important;
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-v0MZJSvghS .form-btn {
    width: 100%;
  }
  .cid-v0MZJSvghS .btn {
    width: 100%;
  }
}
.cid-v0MZJSvghS H1 {
  text-align: right;
}
.cid-v0MZJSvghS .mbr-text,
.cid-v0MZJSvghS .mbr-section-btn {
  text-align: right;
}
.cid-v0MZLfhhrM {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background: #000312;
}
.cid-v0MZLfhhrM .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-v0MZLfhhrM .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #000312;
}
.cid-v0MZLfhhrM .svg-top .st0 {
  fill: #000312;
}
@media (max-width: 992px) {
  .cid-v0MZLfhhrM .svg-top {
    width: 1000px;
  }
}
.cid-v0MZLfhhrM .google-map {
  height: 35rem;
  position: relative;
}
.cid-v0MZLfhhrM .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v0MZLfhhrM .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-v0MZLfhhrM .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v0MZLfhhrM .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v0MZLfhhrM .mbr-section-title {
  color: #1a449a;
}
.cid-v0MZLfhhrM .mbr-section-subtitle {
  color: #1a449a;
}
.cid-v0MZMbWCAQ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0MZMbWCAQ [class^='socicon-']:before,
.cid-v0MZMbWCAQ [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-v0MZMbWCAQ .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #a96708;
  transition: all 0.3s;
  border-color: #a96708;
}
.cid-v0MZMbWCAQ .btn-social:hover {
  background: #a96708;
}
.cid-v0MZMbWCAQ .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-v0MZMbWCAQ .btn-social:hover span {
  color: #ffffff !important;
}
.cid-v0MZMbWCAQ .mbr-section-title {
  color: #2e6b75;
}
.cid-v0MZMbWCAQ .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-v0MZMbWCAQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0MZMbWCAQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0MZMbWCAQ .mbr-section-title,
.cid-v0MZMbWCAQ .mbr-social-likes {
  color: #edefeb;
}
.cid-v0N77f9Zxi {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0N77f9Zxi .content {
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}
@media (max-width: 1024px) {
  .cid-v0N77f9Zxi .content {
    flex-wrap: wrap;
  }
}
.cid-v0N77f9Zxi h2,
.cid-v0N77f9Zxi h4,
.cid-v0N77f9Zxi h3,
.cid-v0N77f9Zxi h6,
.cid-v0N77f9Zxi p,
.cid-v0N77f9Zxi ul {
  margin: 0;
}
.cid-v0N77f9Zxi ul {
  padding: 0;
  list-style-type: none;
}
.cid-v0N77f9Zxi .heading {
  width: 35%;
  margin-bottom: 37px;
}
@media (max-width: 1024px) {
  .cid-v0N77f9Zxi .heading {
    width: 100%;
  }
}
.cid-v0N77f9Zxi .heading-inner {
  max-width: 476px;
}
.cid-v0N77f9Zxi .mbr-section-title {
  color: #a6a99c;
  text-align: center;
}
.cid-v0N77f9Zxi .mbr-section-subtitle {
  color: #edefeb;
  text-align: center;
}
.cid-v0N77f9Zxi .cards {
  width: 65%;
  display: flex;
}
@media (max-width: 1024px) {
  .cid-v0N77f9Zxi .cards {
    width: 100%;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-v0N77f9Zxi .cards {
    flex-direction: column;
    padding-top: 0px;
  }
}
.cid-v0N77f9Zxi .card {
  width: 34%;
}
@media (max-width: 1024px) {
  .cid-v0N77f9Zxi .card {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v0N77f9Zxi .card {
    width: 100%;
    padding-top: 30px;
  }
}
.cid-v0N77f9Zxi .mbr-card-title {
  color: #a96708;
  margin-bottom: 3px;
  text-align: center;
}
.cid-v0N77f9Zxi .mbr-card-subtitle {
  color: #6b6b6b;
}
.cid-v0N77f9Zxi .list {
  padding-top: 5px;
  margin-bottom: 24px;
  color: #6b6b6b;
  text-align: center;
}
.cid-v0MZOltiYk {
  background-color: #000312;
}
.cid-v0MZOltiYk .content {
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
}
.cid-v0MZOltiYk .content img {
  width: 43px;
  height: 43px;
  object-fit: cover;
  margin-right: 15px;
}
.cid-v0MZOltiYk .content p {
  margin: 0;
}
.cid-v0MZOltiYk .mbr-text {
  color: #ffffff;
}
.cid-v0PVViiTd8 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v0PVViiTd8 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0PVViiTd8 .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-v0PVViiTd8 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v0PVViiTd8 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v0PVViiTd8 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v0PVViiTd8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0PVViiTd8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0PVViiTd8 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-v0PVViiTd8 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v0PVViiTd8 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v0PVViiTd8 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v0PVViiTd8 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v0PVViiTd8 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v0PVViiTd8 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v0PVViiTd8 .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-v0PVViiTd8 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v0PVViiTd8 .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v0PVViiTd8 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v0PVViiTd8 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v0PVViiTd8 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v0PVViiTd8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v0PVViiTd8 .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(0, 3, 18, 0.4) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #000312;
}
@media (max-width: 992px) {
  .cid-v0PVViiTd8 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v0PVViiTd8 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-v0PVViiTd8 .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-v0PVViiTd8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v0PVViiTd8 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000312;
  background: rgba(0, 3, 18, 0.4) !important;
  backdrop-filter: blur(10px);
}
.cid-v0PVViiTd8 .nav-item:focus,
.cid-v0PVViiTd8 .nav-link:focus {
  outline: none;
}
.cid-v0PVViiTd8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0PVViiTd8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0PVViiTd8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0PVViiTd8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0PVViiTd8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0PVViiTd8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0PVViiTd8 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v0PVViiTd8 .navbar.opened {
  transition: all 0.3s;
}
.cid-v0PVViiTd8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0PVViiTd8 .navbar .navbar-logo img {
  width: auto;
}
.cid-v0PVViiTd8 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v0PVViiTd8 .navbar.collapsed {
  justify-content: center;
}
.cid-v0PVViiTd8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0PVViiTd8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0PVViiTd8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.6rem);
  }
}
.cid-v0PVViiTd8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0PVViiTd8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0PVViiTd8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v0PVViiTd8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0PVViiTd8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0PVViiTd8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v0PVViiTd8 .navbar {
    min-height: 72px;
  }
  .cid-v0PVViiTd8 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v0PVViiTd8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0PVViiTd8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0PVViiTd8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0PVViiTd8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0PVViiTd8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v0PVViiTd8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0PVViiTd8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v0PVViiTd8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0PVViiTd8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0PVViiTd8 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v0PVViiTd8 .dropdown-item.active,
.cid-v0PVViiTd8 .dropdown-item:active {
  background-color: transparent;
}
.cid-v0PVViiTd8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0PVViiTd8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0PVViiTd8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0PVViiTd8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000312;
}
.cid-v0PVViiTd8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v0PVViiTd8 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v0PVViiTd8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0PVViiTd8 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v0PVViiTd8 .navbar-buttons {
    text-align: left;
  }
}
.cid-v0PVViiTd8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0PVViiTd8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v0PVViiTd8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0PVViiTd8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0PVViiTd8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0PVViiTd8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0PVViiTd8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0PVViiTd8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0PVViiTd8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0PVViiTd8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0PVViiTd8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v0PVViiTd8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0PVViiTd8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v0PVViiTd8 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0PVViiTd8 .navbar {
    height: 70px;
  }
  .cid-v0PVViiTd8 .navbar.opened {
    height: auto;
  }
  .cid-v0PVViiTd8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0PVViiTd8 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v0PVViiTd8 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v0PVViiTd8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v0PVViiTd8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v0PVViiTd8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v0PVViiTd8 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v0PVViiTd8 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v0PVViiTd8 .navbar-brand {
    margin-right: auto;
  }
  .cid-v0PVViiTd8 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000312;
    opacity: 1;
    border-color: rgba(0, 3, 18, 0.4) !important;
    background: rgba(0, 3, 18, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v0PVViiTd8 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v0PVViiTd8 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v0PVViiTd8 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v0PVViiTd8 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v0PVViiTd8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v0PVViiTd8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v0PVViiTd8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v0PVViiTd8 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v0PVViiTd8 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v0PVViiTd8 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZZE4zFYBf {
  padding-top: 10rem;
  padding-bottom: 12rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZZE4zFYBf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZZE4zFYBf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZZE4zFYBf .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uZZE4zFYBf .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uZZE4zFYBf .container {
    padding: 0 24px;
  }
}
.cid-uZZE4zFYBf .row {
  position: relative;
}
.cid-uZZE4zFYBf .row .card {
  justify-content: center;
}
.cid-uZZE4zFYBf .row .decor-wrapper {
  position: absolute;
  bottom: -16rem;
  right: -58rem;
  border: 120px solid #d4b464;
  width: 2000px;
  height: 1000px;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uZZE4zFYBf .row .decor-wrapper {
    right: -20rem;
  }
}
@media (max-width: 768px) {
  .cid-uZZE4zFYBf .row .decor-wrapper {
    height: 500px;
    right: -10rem;
  }
}
.cid-uZZE4zFYBf .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-uZZE4zFYBf .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZZE4zFYBf .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uZZE4zFYBf .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uZZE4zFYBf .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZZE4zFYBf .title-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uZZE4zFYBf .title-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-uZZE4zFYBf .image-wrapper {
  position: relative;
}
.cid-uZZE4zFYBf .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uZZE4zFYBf .image-wrapper img {
    height: 350px;
  }
}
.cid-uZZE4zFYBf .mbr-section-title {
  color: #F5DF4D;
}
.cid-uZZE4zFYBf .mbr-text {
  color: #FF3399;
}
.cid-uZZE4zFYBf .mbr-section-title,
.cid-uZZE4zFYBf .mbr-section-btn {
  text-align: center;
  color: #d4b464;
}
.cid-uZZE4zFYBf .mbr-text,
.cid-uZZE4zFYBf .mbr-section-btn {
  text-align: center;
  color: #edefeb;
}
.cid-uZZE4zROwY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZZE4zROwY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZZE4zROwY .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-uZZE4zROwY .row {
    padding: 0 13px;
  }
}
.cid-uZZE4zROwY .image-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZZE4zROwY .image-wrap .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uZZE4zROwY .image-wrap .image-wrapper img {
  height: 210px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uZZE4zROwY .image-wrap .image-wrapper img {
    max-width: 240px;
    margin: 0 auto;
  }
}
.cid-uZZE4zROwY .text-wrapper {
  padding-left: 20px;
  padding-left: 0;
  padding-right: 20px;
}
@media (max-width: 992px) {
  .cid-uZZE4zROwY .text-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uZZE4zROwY .text-wrapper {
    padding: 0;
  }
}
.cid-uZZE4zROwY .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .85;
}
.cid-uZZE4zROwY .text-wrapper .mbr-name {
  margin: 34px 0 0;
  opacity: .85;
}
.cid-uZZE4zROwY .text-wrapper .mbr-role {
  margin: 24px 0 0;
  opacity: .85;
}
.cid-uZZE4zROwY .mbr-text {
  color: #a0e2e1;
  text-align: left;
}
.cid-uZZE4zROwY .mbr-name {
  color: #ffffff;
}
.cid-uZZE4zROwY .mbr-role {
  color: #edefeb;
  text-align: left;
}
.cid-uZZE4A2P6X {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZZE4A2P6X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZZE4A2P6X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZZE4A2P6X img {
  border-radius: 3rem;
  border-bottom-left-radius: 20rem;
}
@media (max-width: 767px) {
  .cid-uZZE4A2P6X img {
    border-bottom-left-radius: 3rem;
  }
}
.cid-uZZE4A2P6X .row {
  align-items: center;
}
.cid-uZZE4A2P6X .mbr-section-title {
  color: #d4b464;
  text-align: left;
}
.cid-uZZE4A2P6X .mbr-text,
.cid-uZZE4A2P6X .mbr-section-btn {
  color: #edefeb;
  text-align: left;
}
.cid-uZZE4AfzmX {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZZE4AfzmX .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uZZE4AfzmX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZZE4AfzmX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZZE4AfzmX .item-wrapper {
  background: #050b1d;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uZZE4AfzmX .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uZZE4AfzmX .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uZZE4AfzmX .card-title,
.cid-uZZE4AfzmX .iconfont-wrapper {
  color: #a0e2e1;
  text-align: center;
}
.cid-uZZE4AfzmX .content-head {
  max-width: 800px;
}
.cid-uZZE4AfzmX .mbr-section-title {
  color: #d4b464;
}
.cid-uZZE4AfzmX .mbr-section-subtitle {
  color: #052d4e;
}
.cid-uZZE4AfzmX .card-text {
  color: #edefeb;
  text-align: center;
}
.cid-uZZE4AfzmX .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZZE4AfzmX .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uZZE4AGrPO {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZZE4AGrPO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZZE4AGrPO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZZE4AGrPO .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZZE4AGrPO .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZZE4AGrPO .panel-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}
@media (max-width: 992px) {
  .cid-uZZE4AGrPO .panel-group {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uZZE4AGrPO .panel-group .content-wrap:nth-child(2) {
    margin-top: 20px;
  }
}
.cid-uZZE4AGrPO .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 12px;
  background-color: #050b1d;
}
.cid-uZZE4AGrPO .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uZZE4AGrPO .panel-group .card {
    padding: 20px;
    margin-top: 20px;
  }
}
.cid-uZZE4AGrPO .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uZZE4AGrPO .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uZZE4AGrPO .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uZZE4AGrPO .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #000312;
}
@media (max-width: 992px) {
  .cid-uZZE4AGrPO .panel-group .card .card-header .panel-title .icon-wrapper {
    width: 54px;
    height: 54px;
    min-width: 54px;
  }
}
.cid-uZZE4AGrPO .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 38px;
  transition: all 0.3s ease-in-out;
  color: #d4b464;
}
@media (max-width: 992px) {
  .cid-uZZE4AGrPO .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
    font-size: 28px;
  }
}
.cid-uZZE4AGrPO .panel-group .card .card-header .panel-title:hover .icon-wrapper {
  background-color: #d4b464;
}
.cid-uZZE4AGrPO .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  color: #f1f5eb;
}
.cid-uZZE4AGrPO .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uZZE4AGrPO .panel-group .card .panel-collapse .panel-body {
  margin: 30px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uZZE4AGrPO .panel-group .card .panel-collapse .panel-body {
    margin: 20px 0 0 0;
  }
}
.cid-uZZE4AGrPO .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uZZE4AGrPO .mbr-section-title,
.cid-uZZE4AGrPO .title-wrapper {
  color: #d4b464;
  text-align: center;
}
.cid-uZZE4AGrPO .panel-title-edit {
  color: #a0e2e1;
  text-align: left;
}
.cid-uZZE4AGrPO .panel-text {
  color: #323432;
}
.cid-uZZE4AGrPO .panel-text,
.cid-uZZE4AGrPO .panel-body {
  text-align: left;
  color: #edefeb;
}
.cid-v0PWI1vDqW {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0PWI1vDqW .mbr-overlay {
  background-color: #000312;
  opacity: 0.9;
}
.cid-v0PWI1vDqW textarea {
  min-height: 150px;
}
.cid-v0PWI1vDqW input[name='yourSubject'] {
  margin-top: 1.5rem;
}
.cid-v0PWI1vDqW textarea[name='yourMessage'] {
  margin-top: 0.3rem;
}
.cid-v0PWI1vDqW .form-control,
.cid-v0PWI1vDqW .field-input {
  padding: 1rem 0rem;
  background-color: #edefeb;
  border: none !important;
  border-bottom: 2px solid #e6b103 !important;
  border-color: #e6b103 !important;
  color: #052d4e !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-v0PWI1vDqW .form-control input::-webkit-input-placeholder,
.cid-v0PWI1vDqW .field-input input::-webkit-input-placeholder,
.cid-v0PWI1vDqW .form-control textarea::-webkit-input-placeholder,
.cid-v0PWI1vDqW .field-input textarea::-webkit-input-placeholder {
  color: #232323 !important;
}
.cid-v0PWI1vDqW .form-control input:-moz-placeholder,
.cid-v0PWI1vDqW .field-input input:-moz-placeholder,
.cid-v0PWI1vDqW .form-control textarea:-moz-placeholder,
.cid-v0PWI1vDqW .field-input textarea:-moz-placeholder {
  color: #232323 !important;
}
.cid-v0PWI1vDqW .jq-number__spin:hover,
.cid-v0PWI1vDqW .jq-number__spin:focus {
  background-color: #052d4e;
  border-color: #e9204f !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-v0PWI1vDqW .jq-number__spin {
  background-color: #edefeb;
  border-color: #e6b103 !important;
  color: #052d4e;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v0PWI1vDqW .jq-selectbox li,
.cid-v0PWI1vDqW .jq-selectbox li {
  background-color: #edefeb;
  color: #000000;
}
.cid-v0PWI1vDqW .jq-selectbox li:hover,
.cid-v0PWI1vDqW .jq-selectbox li.selected {
  background-color: #052d4e;
  color: #ffffff;
}
.cid-v0PWI1vDqW .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-v0PWI1vDqW .jq-number__spin.minus:hover:after,
.cid-v0PWI1vDqW .jq-number__spin.plus:hover:after {
  border-top-color: #edefeb;
  border-bottom-color: #edefeb;
}
.cid-v0PWI1vDqW .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-v0PWI1vDqW .jq-number__spin.minus:after,
.cid-v0PWI1vDqW .jq-number__spin.plus:after {
  border-top-color: #052d4e;
  border-bottom-color: #052d4e;
}
@media (max-width: 992px) {
  .cid-v0PWI1vDqW .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
  .cid-v0PWI1vDqW .social-list {
    margin-bottom: 3rem;
  }
  .cid-v0PWI1vDqW .email-input {
    margin-top: 2rem;
  }
}
.cid-v0PWI1vDqW .mbr-section-subtitle {
  color: #a96708;
  margin-bottom: 2.4rem;
  text-align: left;
}
.cid-v0PWI1vDqW .mbr-text {
  color: #acacac;
  margin-bottom: 3.5rem;
}
.cid-v0PWI1vDqW .mbr-iconfont-social {
  font-size: 1rem;
  color: #edefeb;
  margin-right: 0.6rem;
}
.cid-v0PWI1vDqW .mbr-iconfont-social:before {
  padding: 1rem;
  border: 2px solid;
  border-radius: 100px;
  border-color: #a96708;
  transition: all 0.3s;
}
.cid-v0PWI1vDqW .mbr-iconfont-social:hover {
  color: #a96708;
}
.cid-v0PWI1vDqW .social-list {
  display: flex;
}
.cid-v0PWI1vDqW .social-list a {
  transition: 0.3s;
}
.cid-v0PWI1vDqW .social-list a:hover {
  transform: translateY(-8px);
}
.cid-v0PWI1vDqW .row {
  align-items: center;
}
.cid-v0PWI1vDqW .mbr-section-title {
  margin-bottom: 1.3rem;
}
.cid-v0PWI1vDqW .btn {
  font-weight: bold;
  padding: 1rem 5.5rem;
}
.cid-v0PWI1vDqW .form-btn {
  margin-top: 2.5rem;
}
.cid-v0PWI1vDqW input::-webkit-input-placeholder,
.cid-v0PWI1vDqW textarea::-webkit-input-placeholder {
  color: #232323 !important;
}
.cid-v0PWI1vDqW input:-moz-placeholder,
.cid-v0PWI1vDqW textarea:-moz-placeholder {
  color: #232323 !important;
}
@media (min-width: 992px) {
  .cid-v0PWI1vDqW .media-content {
    padding-right: 3rem;
  }
  .cid-v0PWI1vDqW .email-input {
    padding-left: 2.2rem;
  }
}
@media (min-width: 767px) {
  .cid-v0PWI1vDqW .row {
    padding: 0 1rem;
  }
}
.cid-v0PWI1vDqW .btn:hover {
  background-color: #a96708 !important;
  border-color: #a96708 !important;
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-v0PWI1vDqW .form-btn {
    width: 100%;
  }
  .cid-v0PWI1vDqW .btn {
    width: 100%;
  }
}
.cid-v0PWI1vDqW H1 {
  text-align: left;
}
.cid-v0PWI1vDqW .mbr-text,
.cid-v0PWI1vDqW .mbr-section-btn {
  text-align: left;
}
.cid-v0PWIzPNor {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0PWIzPNor .svg-top {
  display: none;
}
.cid-v0PWIzPNor .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-v0PWIzPNor .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #000312;
}
.cid-v0PWIzPNor .svg-top .st0 {
  fill: "file:///D:/%D8%A3%D8%AA%D9%88%D8%A7%D8%AC%20%D9%84%D9%84%D8%AA%D9%82%D9%86%D9%8A%D8%A9/website%20atwage/fs6/assets/images/bl3-725x416.png";
}
@media (max-width: 992px) {
  .cid-v0PWIzPNor .svg-top {
    width: 1000px;
  }
}
.cid-v0PWIzPNor .google-map {
  height: 35rem;
  position: relative;
}
.cid-v0PWIzPNor .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v0PWIzPNor .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-v0PWIzPNor .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v0PWIzPNor .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v0PWIzPNor .mbr-section-title {
  color: #1a449a;
}
.cid-v0PWIzPNor .mbr-section-subtitle {
  color: #1a449a;
}
.cid-v0PWJzuKJo {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0PWJzuKJo [class^='socicon-']:before,
.cid-v0PWJzuKJo [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-v0PWJzuKJo .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #a96708;
  transition: all 0.3s;
  border-color: #a96708;
}
.cid-v0PWJzuKJo .btn-social:hover {
  background: #a96708;
}
.cid-v0PWJzuKJo .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-v0PWJzuKJo .btn-social:hover span {
  color: #ffffff !important;
}
.cid-v0PWJzuKJo .mbr-section-title {
  color: #2e6b75;
}
.cid-v0PWJzuKJo .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-v0PWJzuKJo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0PWJzuKJo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0PWJzuKJo .mbr-section-title,
.cid-v0PWJzuKJo .mbr-social-likes {
  color: #edefeb;
}
.cid-v0QaefPnFj {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0QaefPnFj .content {
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}
@media (max-width: 1024px) {
  .cid-v0QaefPnFj .content {
    flex-wrap: wrap;
  }
}
.cid-v0QaefPnFj h2,
.cid-v0QaefPnFj h4,
.cid-v0QaefPnFj h3,
.cid-v0QaefPnFj h6,
.cid-v0QaefPnFj p,
.cid-v0QaefPnFj ul {
  margin: 0;
}
.cid-v0QaefPnFj ul {
  padding: 0;
  list-style-type: none;
}
.cid-v0QaefPnFj .heading {
  width: 35%;
  margin-bottom: 37px;
}
@media (max-width: 1024px) {
  .cid-v0QaefPnFj .heading {
    width: 100%;
  }
}
.cid-v0QaefPnFj .heading-inner {
  max-width: 476px;
}
.cid-v0QaefPnFj .mbr-section-title {
  color: #a6a99c;
  text-align: center;
}
.cid-v0QaefPnFj .mbr-section-subtitle {
  color: #edefeb;
  text-align: center;
}
.cid-v0QaefPnFj .cards {
  width: 65%;
  display: flex;
}
@media (max-width: 1024px) {
  .cid-v0QaefPnFj .cards {
    width: 100%;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-v0QaefPnFj .cards {
    flex-direction: column;
    padding-top: 0px;
  }
}
.cid-v0QaefPnFj .card {
  width: 34%;
}
@media (max-width: 1024px) {
  .cid-v0QaefPnFj .card {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v0QaefPnFj .card {
    width: 100%;
    padding-top: 30px;
  }
}
.cid-v0QaefPnFj .mbr-card-title {
  color: #a96708;
  margin-bottom: 3px;
  text-align: center;
}
.cid-v0QaefPnFj .mbr-card-subtitle {
  color: #6b6b6b;
}
.cid-v0QaefPnFj .list {
  padding-top: 5px;
  margin-bottom: 24px;
  color: #ffffff;
  text-align: center;
}
.cid-v0PWLfKgzd {
  background-color: #000312;
}
.cid-v0PWLfKgzd .content {
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
}
.cid-v0PWLfKgzd .content img {
  width: 43px;
  height: 43px;
  object-fit: cover;
  margin-right: 15px;
}
.cid-v0PWLfKgzd .content p {
  margin: 0;
}
.cid-v0PWLfKgzd .mbr-text {
  color: #ffffff;
}
.cid-v0PYgUIBRd {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v0PYgUIBRd .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0PYgUIBRd .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-v0PYgUIBRd .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v0PYgUIBRd .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v0PYgUIBRd .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v0PYgUIBRd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0PYgUIBRd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0PYgUIBRd .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-v0PYgUIBRd .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v0PYgUIBRd .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v0PYgUIBRd .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v0PYgUIBRd .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v0PYgUIBRd .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v0PYgUIBRd .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v0PYgUIBRd .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-v0PYgUIBRd .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v0PYgUIBRd .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v0PYgUIBRd .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v0PYgUIBRd .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v0PYgUIBRd .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v0PYgUIBRd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v0PYgUIBRd .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(0, 3, 18, 0.4) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #000312;
}
@media (max-width: 992px) {
  .cid-v0PYgUIBRd .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v0PYgUIBRd .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-v0PYgUIBRd .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-v0PYgUIBRd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v0PYgUIBRd .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000312;
  background: rgba(0, 3, 18, 0.4) !important;
  backdrop-filter: blur(10px);
}
.cid-v0PYgUIBRd .nav-item:focus,
.cid-v0PYgUIBRd .nav-link:focus {
  outline: none;
}
.cid-v0PYgUIBRd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0PYgUIBRd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0PYgUIBRd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0PYgUIBRd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0PYgUIBRd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0PYgUIBRd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0PYgUIBRd .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v0PYgUIBRd .navbar.opened {
  transition: all 0.3s;
}
.cid-v0PYgUIBRd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0PYgUIBRd .navbar .navbar-logo img {
  width: auto;
}
.cid-v0PYgUIBRd .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v0PYgUIBRd .navbar.collapsed {
  justify-content: center;
}
.cid-v0PYgUIBRd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0PYgUIBRd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0PYgUIBRd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.6rem);
  }
}
.cid-v0PYgUIBRd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0PYgUIBRd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0PYgUIBRd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v0PYgUIBRd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0PYgUIBRd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0PYgUIBRd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v0PYgUIBRd .navbar {
    min-height: 72px;
  }
  .cid-v0PYgUIBRd .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v0PYgUIBRd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0PYgUIBRd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0PYgUIBRd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0PYgUIBRd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0PYgUIBRd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v0PYgUIBRd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0PYgUIBRd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v0PYgUIBRd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0PYgUIBRd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0PYgUIBRd .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v0PYgUIBRd .dropdown-item.active,
.cid-v0PYgUIBRd .dropdown-item:active {
  background-color: transparent;
}
.cid-v0PYgUIBRd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0PYgUIBRd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0PYgUIBRd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0PYgUIBRd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000312;
}
.cid-v0PYgUIBRd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v0PYgUIBRd .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v0PYgUIBRd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0PYgUIBRd .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v0PYgUIBRd .navbar-buttons {
    text-align: left;
  }
}
.cid-v0PYgUIBRd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0PYgUIBRd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v0PYgUIBRd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0PYgUIBRd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0PYgUIBRd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0PYgUIBRd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0PYgUIBRd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0PYgUIBRd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0PYgUIBRd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0PYgUIBRd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0PYgUIBRd .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v0PYgUIBRd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0PYgUIBRd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v0PYgUIBRd .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0PYgUIBRd .navbar {
    height: 70px;
  }
  .cid-v0PYgUIBRd .navbar.opened {
    height: auto;
  }
  .cid-v0PYgUIBRd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0PYgUIBRd .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v0PYgUIBRd .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v0PYgUIBRd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v0PYgUIBRd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v0PYgUIBRd .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v0PYgUIBRd .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v0PYgUIBRd .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v0PYgUIBRd .navbar-brand {
    margin-right: auto;
  }
  .cid-v0PYgUIBRd .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000312;
    opacity: 1;
    border-color: rgba(0, 3, 18, 0.4) !important;
    background: rgba(0, 3, 18, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v0PYgUIBRd .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v0PYgUIBRd .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v0PYgUIBRd .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v0PYgUIBRd .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v0PYgUIBRd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v0PYgUIBRd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v0PYgUIBRd .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v0PYgUIBRd .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v0PYgUIBRd .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v0PYgUIBRd .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZZGqLJd6v {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZZGqLJd6v .mbr-overlay {
  background: #000312;
  opacity: 0.9;
}
.cid-uZZGqLJd6v .item-img {
  position: relative;
}
.cid-uZZGqLJd6v .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uZZGqLJd6v .image-wrapper {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-uZZGqLJd6v .image-wrapper {
    min-height: 400px;
  }
}
.cid-uZZGqLJd6v .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uZZGqLJd6v .item-wrapper {
  position: relative;
  background: #d4b464;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uZZGqLJd6v .item-wrapper {
    margin-top: 4rem;
  }
}
.cid-uZZGqLJd6v .link-icon-wrapper {
  position: absolute;
  left: -1px;
  padding: 2rem;
  bottom: -1px;
  background: #d4b464;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .cid-uZZGqLJd6v .link-icon-wrapper {
    padding: 1rem;
  }
}
.cid-uZZGqLJd6v .link-icon-wrapper .icon-wrap {
  background: #000312;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  border: 1px solid #052d4e;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uZZGqLJd6v .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-uZZGqLJd6v .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-uZZGqLJd6v .link-icon-wrapper .icon-wrap span {
  color: #052d4e;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uZZGqLJd6v .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-uZZGqLJd6v .link-icon-wrapper .svg1 path {
  fill: #d4b464;
}
.cid-uZZGqLJd6v .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-uZZGqLJd6v .link-icon-wrapper .svg2 path {
  fill: #d4b464;
}
.cid-uZZGqLJd6v img,
.cid-uZZGqLJd6v .item-img {
  width: 100%;
}
.cid-uZZGqLJd6v .item-title {
  color: #052d4e;
}
.cid-uZZGqLTqtz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZZGqLTqtz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZZGqLTqtz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZZGqLTqtz .row {
  justify-content: center;
}
.cid-uZZGqLTqtz .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uZZGqLTqtz .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #daa521, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uZZGqLTqtz .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uZZGqLTqtz .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uZZGqLTqtz .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uZZGqLTqtz .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZZGqLTqtz .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uZZGqLTqtz .mbr-section-title {
  color: #ffffff;
}
.cid-uZZGqLTqtz .mbr-text {
  color: #ffffff;
}
.cid-uZZGqLTqtz .mbr-desc {
  color: #edefeb;
  text-align: left;
}
.cid-uZZGqLTqtz .mbr-section-title,
.cid-uZZGqLTqtz .mbr-section-btn {
  text-align: left;
  color: #052d4e;
}
.cid-v0PYxi55wR {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0PYxi55wR .mbr-overlay {
  background-color: #000312;
  opacity: 0.9;
}
.cid-v0PYxi55wR textarea {
  min-height: 150px;
}
.cid-v0PYxi55wR input[name='yourSubject'] {
  margin-top: 1.5rem;
}
.cid-v0PYxi55wR textarea[name='yourMessage'] {
  margin-top: 0.3rem;
}
.cid-v0PYxi55wR .form-control,
.cid-v0PYxi55wR .field-input {
  padding: 1rem 0rem;
  background-color: #edefeb;
  border: none !important;
  border-bottom: 2px solid #e6b103 !important;
  border-color: #e6b103 !important;
  color: #052d4e !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-v0PYxi55wR .form-control input::-webkit-input-placeholder,
.cid-v0PYxi55wR .field-input input::-webkit-input-placeholder,
.cid-v0PYxi55wR .form-control textarea::-webkit-input-placeholder,
.cid-v0PYxi55wR .field-input textarea::-webkit-input-placeholder {
  color: #232323 !important;
}
.cid-v0PYxi55wR .form-control input:-moz-placeholder,
.cid-v0PYxi55wR .field-input input:-moz-placeholder,
.cid-v0PYxi55wR .form-control textarea:-moz-placeholder,
.cid-v0PYxi55wR .field-input textarea:-moz-placeholder {
  color: #232323 !important;
}
.cid-v0PYxi55wR .jq-number__spin:hover,
.cid-v0PYxi55wR .jq-number__spin:focus {
  background-color: #052d4e;
  border-color: #e9204f !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-v0PYxi55wR .jq-number__spin {
  background-color: #edefeb;
  border-color: #e6b103 !important;
  color: #052d4e;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v0PYxi55wR .jq-selectbox li,
.cid-v0PYxi55wR .jq-selectbox li {
  background-color: #edefeb;
  color: #000000;
}
.cid-v0PYxi55wR .jq-selectbox li:hover,
.cid-v0PYxi55wR .jq-selectbox li.selected {
  background-color: #052d4e;
  color: #ffffff;
}
.cid-v0PYxi55wR .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-v0PYxi55wR .jq-number__spin.minus:hover:after,
.cid-v0PYxi55wR .jq-number__spin.plus:hover:after {
  border-top-color: #edefeb;
  border-bottom-color: #edefeb;
}
.cid-v0PYxi55wR .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-v0PYxi55wR .jq-number__spin.minus:after,
.cid-v0PYxi55wR .jq-number__spin.plus:after {
  border-top-color: #052d4e;
  border-bottom-color: #052d4e;
}
@media (max-width: 992px) {
  .cid-v0PYxi55wR .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
  .cid-v0PYxi55wR .social-list {
    margin-bottom: 3rem;
  }
  .cid-v0PYxi55wR .email-input {
    margin-top: 2rem;
  }
}
.cid-v0PYxi55wR .mbr-section-subtitle {
  color: #a96708;
  margin-bottom: 2.4rem;
  text-align: left;
}
.cid-v0PYxi55wR .mbr-text {
  color: #acacac;
  margin-bottom: 3.5rem;
}
.cid-v0PYxi55wR .mbr-iconfont-social {
  font-size: 1rem;
  color: #edefeb;
  margin-right: 0.6rem;
}
.cid-v0PYxi55wR .mbr-iconfont-social:before {
  padding: 1rem;
  border: 2px solid;
  border-radius: 100px;
  border-color: #a96708;
  transition: all 0.3s;
}
.cid-v0PYxi55wR .mbr-iconfont-social:hover {
  color: #a96708;
}
.cid-v0PYxi55wR .social-list {
  display: flex;
}
.cid-v0PYxi55wR .social-list a {
  transition: 0.3s;
}
.cid-v0PYxi55wR .social-list a:hover {
  transform: translateY(-8px);
}
.cid-v0PYxi55wR .row {
  align-items: center;
}
.cid-v0PYxi55wR .mbr-section-title {
  margin-bottom: 1.3rem;
}
.cid-v0PYxi55wR .btn {
  font-weight: bold;
  padding: 1rem 5.5rem;
}
.cid-v0PYxi55wR .form-btn {
  margin-top: 2.5rem;
}
.cid-v0PYxi55wR input::-webkit-input-placeholder,
.cid-v0PYxi55wR textarea::-webkit-input-placeholder {
  color: #232323 !important;
}
.cid-v0PYxi55wR input:-moz-placeholder,
.cid-v0PYxi55wR textarea:-moz-placeholder {
  color: #232323 !important;
}
@media (min-width: 992px) {
  .cid-v0PYxi55wR .media-content {
    padding-right: 3rem;
  }
  .cid-v0PYxi55wR .email-input {
    padding-left: 2.2rem;
  }
}
@media (min-width: 767px) {
  .cid-v0PYxi55wR .row {
    padding: 0 1rem;
  }
}
.cid-v0PYxi55wR .btn:hover {
  background-color: #a96708 !important;
  border-color: #a96708 !important;
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-v0PYxi55wR .form-btn {
    width: 100%;
  }
  .cid-v0PYxi55wR .btn {
    width: 100%;
  }
}
.cid-v0PYxi55wR H1 {
  text-align: left;
}
.cid-v0PYxi55wR .mbr-text,
.cid-v0PYxi55wR .mbr-section-btn {
  text-align: left;
}
.cid-v0PYyc9rRV {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0PYyc9rRV .svg-top {
  display: none;
}
.cid-v0PYyc9rRV .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-v0PYyc9rRV .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #000312;
}
.cid-v0PYyc9rRV .svg-top .st0 {
  fill: "file:///D:/%D8%A3%D8%AA%D9%88%D8%A7%D8%AC%20%D9%84%D9%84%D8%AA%D9%82%D9%86%D9%8A%D8%A9/website%20atwage/fs6/assets/images/bl3-725x416.png";
}
@media (max-width: 992px) {
  .cid-v0PYyc9rRV .svg-top {
    width: 1000px;
  }
}
.cid-v0PYyc9rRV .google-map {
  height: 35rem;
  position: relative;
}
.cid-v0PYyc9rRV .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v0PYyc9rRV .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-v0PYyc9rRV .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v0PYyc9rRV .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v0PYyc9rRV .mbr-section-title {
  color: #1a449a;
}
.cid-v0PYyc9rRV .mbr-section-subtitle {
  color: #1a449a;
}
.cid-v0PYyQaRkE {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0PYyQaRkE [class^='socicon-']:before,
.cid-v0PYyQaRkE [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-v0PYyQaRkE .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #a96708;
  transition: all 0.3s;
  border-color: #a96708;
}
.cid-v0PYyQaRkE .btn-social:hover {
  background: #a96708;
}
.cid-v0PYyQaRkE .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-v0PYyQaRkE .btn-social:hover span {
  color: #ffffff !important;
}
.cid-v0PYyQaRkE .mbr-section-title {
  color: #2e6b75;
}
.cid-v0PYyQaRkE .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-v0PYyQaRkE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0PYyQaRkE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0PYyQaRkE .mbr-section-title,
.cid-v0PYyQaRkE .mbr-social-likes {
  color: #edefeb;
}
.cid-v0QaNVPMIg {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0QaNVPMIg .content {
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}
@media (max-width: 1024px) {
  .cid-v0QaNVPMIg .content {
    flex-wrap: wrap;
  }
}
.cid-v0QaNVPMIg h2,
.cid-v0QaNVPMIg h4,
.cid-v0QaNVPMIg h3,
.cid-v0QaNVPMIg h6,
.cid-v0QaNVPMIg p,
.cid-v0QaNVPMIg ul {
  margin: 0;
}
.cid-v0QaNVPMIg ul {
  padding: 0;
  list-style-type: none;
}
.cid-v0QaNVPMIg .heading {
  width: 35%;
  margin-bottom: 37px;
}
@media (max-width: 1024px) {
  .cid-v0QaNVPMIg .heading {
    width: 100%;
  }
}
.cid-v0QaNVPMIg .heading-inner {
  max-width: 476px;
}
.cid-v0QaNVPMIg .mbr-section-title {
  color: #a6a99c;
  text-align: center;
}
.cid-v0QaNVPMIg .mbr-section-subtitle {
  color: #edefeb;
  text-align: center;
}
.cid-v0QaNVPMIg .cards {
  width: 65%;
  display: flex;
}
@media (max-width: 1024px) {
  .cid-v0QaNVPMIg .cards {
    width: 100%;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-v0QaNVPMIg .cards {
    flex-direction: column;
    padding-top: 0px;
  }
}
.cid-v0QaNVPMIg .card {
  width: 34%;
}
@media (max-width: 1024px) {
  .cid-v0QaNVPMIg .card {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v0QaNVPMIg .card {
    width: 100%;
    padding-top: 30px;
  }
}
.cid-v0QaNVPMIg .mbr-card-title {
  color: #a96708;
  margin-bottom: 3px;
  text-align: center;
}
.cid-v0QaNVPMIg .mbr-card-subtitle {
  color: #6b6b6b;
}
.cid-v0QaNVPMIg .list {
  padding-top: 5px;
  margin-bottom: 24px;
  color: #ffffff;
  text-align: center;
}
.cid-v0PYAv5voI {
  background-color: #000312;
}
.cid-v0PYAv5voI .content {
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
}
.cid-v0PYAv5voI .content img {
  width: 43px;
  height: 43px;
  object-fit: cover;
  margin-right: 15px;
}
.cid-v0PYAv5voI .content p {
  margin: 0;
}
.cid-v0PYAv5voI .mbr-text {
  color: #ffffff;
}
.cid-v0PXPhKG0g {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v0PXPhKG0g .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0PXPhKG0g .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-v0PXPhKG0g .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v0PXPhKG0g .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v0PXPhKG0g .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v0PXPhKG0g .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0PXPhKG0g .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0PXPhKG0g .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-v0PXPhKG0g .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v0PXPhKG0g .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v0PXPhKG0g .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v0PXPhKG0g .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v0PXPhKG0g .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v0PXPhKG0g .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v0PXPhKG0g .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-v0PXPhKG0g .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v0PXPhKG0g .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v0PXPhKG0g .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v0PXPhKG0g .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v0PXPhKG0g .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v0PXPhKG0g .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v0PXPhKG0g .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(0, 3, 18, 0.4) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #000312;
}
@media (max-width: 992px) {
  .cid-v0PXPhKG0g .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v0PXPhKG0g .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-v0PXPhKG0g .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-v0PXPhKG0g .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v0PXPhKG0g .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000312;
  background: rgba(0, 3, 18, 0.4) !important;
  backdrop-filter: blur(10px);
}
.cid-v0PXPhKG0g .nav-item:focus,
.cid-v0PXPhKG0g .nav-link:focus {
  outline: none;
}
.cid-v0PXPhKG0g .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0PXPhKG0g .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0PXPhKG0g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0PXPhKG0g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0PXPhKG0g .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0PXPhKG0g .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0PXPhKG0g .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v0PXPhKG0g .navbar.opened {
  transition: all 0.3s;
}
.cid-v0PXPhKG0g .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0PXPhKG0g .navbar .navbar-logo img {
  width: auto;
}
.cid-v0PXPhKG0g .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v0PXPhKG0g .navbar.collapsed {
  justify-content: center;
}
.cid-v0PXPhKG0g .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0PXPhKG0g .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0PXPhKG0g .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.6rem);
  }
}
.cid-v0PXPhKG0g .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0PXPhKG0g .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0PXPhKG0g .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v0PXPhKG0g .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0PXPhKG0g .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0PXPhKG0g .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v0PXPhKG0g .navbar {
    min-height: 72px;
  }
  .cid-v0PXPhKG0g .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v0PXPhKG0g .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0PXPhKG0g .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0PXPhKG0g .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0PXPhKG0g .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0PXPhKG0g .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v0PXPhKG0g .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0PXPhKG0g .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v0PXPhKG0g .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0PXPhKG0g .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0PXPhKG0g .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v0PXPhKG0g .dropdown-item.active,
.cid-v0PXPhKG0g .dropdown-item:active {
  background-color: transparent;
}
.cid-v0PXPhKG0g .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0PXPhKG0g .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0PXPhKG0g .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0PXPhKG0g .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000312;
}
.cid-v0PXPhKG0g .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v0PXPhKG0g .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v0PXPhKG0g ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0PXPhKG0g .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v0PXPhKG0g .navbar-buttons {
    text-align: left;
  }
}
.cid-v0PXPhKG0g button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0PXPhKG0g button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v0PXPhKG0g button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0PXPhKG0g button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0PXPhKG0g button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0PXPhKG0g button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0PXPhKG0g nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0PXPhKG0g nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0PXPhKG0g nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0PXPhKG0g nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0PXPhKG0g .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v0PXPhKG0g a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0PXPhKG0g .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v0PXPhKG0g .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0PXPhKG0g .navbar {
    height: 70px;
  }
  .cid-v0PXPhKG0g .navbar.opened {
    height: auto;
  }
  .cid-v0PXPhKG0g .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0PXPhKG0g .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v0PXPhKG0g .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v0PXPhKG0g .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v0PXPhKG0g .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v0PXPhKG0g .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v0PXPhKG0g .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v0PXPhKG0g .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v0PXPhKG0g .navbar-brand {
    margin-right: auto;
  }
  .cid-v0PXPhKG0g .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000312;
    opacity: 1;
    border-color: rgba(0, 3, 18, 0.4) !important;
    background: rgba(0, 3, 18, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v0PXPhKG0g .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v0PXPhKG0g .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v0PXPhKG0g .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v0PXPhKG0g .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v0PXPhKG0g .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v0PXPhKG0g .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v0PXPhKG0g .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v0PXPhKG0g .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v0PXPhKG0g .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v0PXPhKG0g .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZZGPl4tFl {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZZGPl4tFl .mbr-overlay {
  background: #000312;
  opacity: 0.9;
}
.cid-uZZGPl4tFl .item-img {
  position: relative;
}
.cid-uZZGPl4tFl .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uZZGPl4tFl .image-wrapper {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-uZZGPl4tFl .image-wrapper {
    min-height: 400px;
  }
}
.cid-uZZGPl4tFl .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uZZGPl4tFl .item-wrapper {
  position: relative;
  background: #d4b464;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uZZGPl4tFl .item-wrapper {
    margin-top: 4rem;
  }
}
.cid-uZZGPl4tFl .link-icon-wrapper {
  position: absolute;
  left: -1px;
  padding: 2rem;
  bottom: -1px;
  background: #d4b464;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .cid-uZZGPl4tFl .link-icon-wrapper {
    padding: 1rem;
  }
}
.cid-uZZGPl4tFl .link-icon-wrapper .icon-wrap {
  background: #000312;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  border: 1px solid #052d4e;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uZZGPl4tFl .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-uZZGPl4tFl .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-uZZGPl4tFl .link-icon-wrapper .icon-wrap span {
  color: #052d4e;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uZZGPl4tFl .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-uZZGPl4tFl .link-icon-wrapper .svg1 path {
  fill: #d4b464;
}
.cid-uZZGPl4tFl .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-uZZGPl4tFl .link-icon-wrapper .svg2 path {
  fill: #d4b464;
}
.cid-uZZGPl4tFl img,
.cid-uZZGPl4tFl .item-img {
  width: 100%;
}
.cid-uZZGPl4tFl .item-title {
  color: #052d4e;
}
.cid-uZZGPlgG8l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZZGPlgG8l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZZGPlgG8l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZZGPlgG8l .row {
  justify-content: center;
}
.cid-uZZGPlgG8l .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uZZGPlgG8l .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #daa521, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uZZGPlgG8l .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uZZGPlgG8l .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uZZGPlgG8l .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uZZGPlgG8l .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZZGPlgG8l .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uZZGPlgG8l .mbr-section-title {
  color: #ffffff;
}
.cid-uZZGPlgG8l .mbr-text {
  color: #ffffff;
}
.cid-uZZGPlgG8l .mbr-desc {
  color: #edefeb;
  text-align: left;
}
.cid-uZZGPlgG8l .mbr-section-title,
.cid-uZZGPlgG8l .mbr-section-btn {
  text-align: left;
  color: #052d4e;
}
.cid-v0PY6E0UDA {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0PY6E0UDA .mbr-overlay {
  background-color: #000312;
  opacity: 0.9;
}
.cid-v0PY6E0UDA textarea {
  min-height: 150px;
}
.cid-v0PY6E0UDA input[name='yourSubject'] {
  margin-top: 1.5rem;
}
.cid-v0PY6E0UDA textarea[name='yourMessage'] {
  margin-top: 0.3rem;
}
.cid-v0PY6E0UDA .form-control,
.cid-v0PY6E0UDA .field-input {
  padding: 1rem 0rem;
  background-color: #edefeb;
  border: none !important;
  border-bottom: 2px solid #e6b103 !important;
  border-color: #e6b103 !important;
  color: #052d4e !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-v0PY6E0UDA .form-control input::-webkit-input-placeholder,
.cid-v0PY6E0UDA .field-input input::-webkit-input-placeholder,
.cid-v0PY6E0UDA .form-control textarea::-webkit-input-placeholder,
.cid-v0PY6E0UDA .field-input textarea::-webkit-input-placeholder {
  color: #232323 !important;
}
.cid-v0PY6E0UDA .form-control input:-moz-placeholder,
.cid-v0PY6E0UDA .field-input input:-moz-placeholder,
.cid-v0PY6E0UDA .form-control textarea:-moz-placeholder,
.cid-v0PY6E0UDA .field-input textarea:-moz-placeholder {
  color: #232323 !important;
}
.cid-v0PY6E0UDA .jq-number__spin:hover,
.cid-v0PY6E0UDA .jq-number__spin:focus {
  background-color: #052d4e;
  border-color: #e9204f !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-v0PY6E0UDA .jq-number__spin {
  background-color: #edefeb;
  border-color: #e6b103 !important;
  color: #052d4e;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v0PY6E0UDA .jq-selectbox li,
.cid-v0PY6E0UDA .jq-selectbox li {
  background-color: #edefeb;
  color: #000000;
}
.cid-v0PY6E0UDA .jq-selectbox li:hover,
.cid-v0PY6E0UDA .jq-selectbox li.selected {
  background-color: #052d4e;
  color: #ffffff;
}
.cid-v0PY6E0UDA .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-v0PY6E0UDA .jq-number__spin.minus:hover:after,
.cid-v0PY6E0UDA .jq-number__spin.plus:hover:after {
  border-top-color: #edefeb;
  border-bottom-color: #edefeb;
}
.cid-v0PY6E0UDA .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-v0PY6E0UDA .jq-number__spin.minus:after,
.cid-v0PY6E0UDA .jq-number__spin.plus:after {
  border-top-color: #052d4e;
  border-bottom-color: #052d4e;
}
@media (max-width: 992px) {
  .cid-v0PY6E0UDA .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
  .cid-v0PY6E0UDA .social-list {
    margin-bottom: 3rem;
  }
  .cid-v0PY6E0UDA .email-input {
    margin-top: 2rem;
  }
}
.cid-v0PY6E0UDA .mbr-section-subtitle {
  color: #a96708;
  margin-bottom: 2.4rem;
  text-align: left;
}
.cid-v0PY6E0UDA .mbr-text {
  color: #acacac;
  margin-bottom: 3.5rem;
}
.cid-v0PY6E0UDA .mbr-iconfont-social {
  font-size: 1rem;
  color: #edefeb;
  margin-right: 0.6rem;
}
.cid-v0PY6E0UDA .mbr-iconfont-social:before {
  padding: 1rem;
  border: 2px solid;
  border-radius: 100px;
  border-color: #a96708;
  transition: all 0.3s;
}
.cid-v0PY6E0UDA .mbr-iconfont-social:hover {
  color: #a96708;
}
.cid-v0PY6E0UDA .social-list {
  display: flex;
}
.cid-v0PY6E0UDA .social-list a {
  transition: 0.3s;
}
.cid-v0PY6E0UDA .social-list a:hover {
  transform: translateY(-8px);
}
.cid-v0PY6E0UDA .row {
  align-items: center;
}
.cid-v0PY6E0UDA .mbr-section-title {
  margin-bottom: 1.3rem;
}
.cid-v0PY6E0UDA .btn {
  font-weight: bold;
  padding: 1rem 5.5rem;
}
.cid-v0PY6E0UDA .form-btn {
  margin-top: 2.5rem;
}
.cid-v0PY6E0UDA input::-webkit-input-placeholder,
.cid-v0PY6E0UDA textarea::-webkit-input-placeholder {
  color: #232323 !important;
}
.cid-v0PY6E0UDA input:-moz-placeholder,
.cid-v0PY6E0UDA textarea:-moz-placeholder {
  color: #232323 !important;
}
@media (min-width: 992px) {
  .cid-v0PY6E0UDA .media-content {
    padding-right: 3rem;
  }
  .cid-v0PY6E0UDA .email-input {
    padding-left: 2.2rem;
  }
}
@media (min-width: 767px) {
  .cid-v0PY6E0UDA .row {
    padding: 0 1rem;
  }
}
.cid-v0PY6E0UDA .btn:hover {
  background-color: #a96708 !important;
  border-color: #a96708 !important;
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-v0PY6E0UDA .form-btn {
    width: 100%;
  }
  .cid-v0PY6E0UDA .btn {
    width: 100%;
  }
}
.cid-v0PY6E0UDA H1 {
  text-align: left;
}
.cid-v0PY6E0UDA .mbr-text,
.cid-v0PY6E0UDA .mbr-section-btn {
  text-align: left;
}
.cid-v0PY7ePqIB {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0PY7ePqIB .svg-top {
  display: none;
}
.cid-v0PY7ePqIB .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-v0PY7ePqIB .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #000312;
}
.cid-v0PY7ePqIB .svg-top .st0 {
  fill: "file:///D:/%D8%A3%D8%AA%D9%88%D8%A7%D8%AC%20%D9%84%D9%84%D8%AA%D9%82%D9%86%D9%8A%D8%A9/website%20atwage/fs6/assets/images/bl3-725x416.png";
}
@media (max-width: 992px) {
  .cid-v0PY7ePqIB .svg-top {
    width: 1000px;
  }
}
.cid-v0PY7ePqIB .google-map {
  height: 35rem;
  position: relative;
}
.cid-v0PY7ePqIB .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v0PY7ePqIB .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-v0PY7ePqIB .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v0PY7ePqIB .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v0PY7ePqIB .mbr-section-title {
  color: #1a449a;
}
.cid-v0PY7ePqIB .mbr-section-subtitle {
  color: #1a449a;
}
.cid-v0PY8dmavw {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0PY8dmavw [class^='socicon-']:before,
.cid-v0PY8dmavw [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-v0PY8dmavw .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #a96708;
  transition: all 0.3s;
  border-color: #a96708;
}
.cid-v0PY8dmavw .btn-social:hover {
  background: #a96708;
}
.cid-v0PY8dmavw .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-v0PY8dmavw .btn-social:hover span {
  color: #ffffff !important;
}
.cid-v0PY8dmavw .mbr-section-title {
  color: #2e6b75;
}
.cid-v0PY8dmavw .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-v0PY8dmavw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0PY8dmavw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0PY8dmavw .mbr-section-title,
.cid-v0PY8dmavw .mbr-social-likes {
  color: #edefeb;
}
.cid-v0QaHodREf {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0QaHodREf .content {
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}
@media (max-width: 1024px) {
  .cid-v0QaHodREf .content {
    flex-wrap: wrap;
  }
}
.cid-v0QaHodREf h2,
.cid-v0QaHodREf h4,
.cid-v0QaHodREf h3,
.cid-v0QaHodREf h6,
.cid-v0QaHodREf p,
.cid-v0QaHodREf ul {
  margin: 0;
}
.cid-v0QaHodREf ul {
  padding: 0;
  list-style-type: none;
}
.cid-v0QaHodREf .heading {
  width: 35%;
  margin-bottom: 37px;
}
@media (max-width: 1024px) {
  .cid-v0QaHodREf .heading {
    width: 100%;
  }
}
.cid-v0QaHodREf .heading-inner {
  max-width: 476px;
}
.cid-v0QaHodREf .mbr-section-title {
  color: #a6a99c;
  text-align: center;
}
.cid-v0QaHodREf .mbr-section-subtitle {
  color: #edefeb;
  text-align: center;
}
.cid-v0QaHodREf .cards {
  width: 65%;
  display: flex;
}
@media (max-width: 1024px) {
  .cid-v0QaHodREf .cards {
    width: 100%;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-v0QaHodREf .cards {
    flex-direction: column;
    padding-top: 0px;
  }
}
.cid-v0QaHodREf .card {
  width: 34%;
}
@media (max-width: 1024px) {
  .cid-v0QaHodREf .card {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v0QaHodREf .card {
    width: 100%;
    padding-top: 30px;
  }
}
.cid-v0QaHodREf .mbr-card-title {
  color: #a96708;
  margin-bottom: 3px;
  text-align: center;
}
.cid-v0QaHodREf .mbr-card-subtitle {
  color: #6b6b6b;
}
.cid-v0QaHodREf .list {
  padding-top: 5px;
  margin-bottom: 24px;
  color: #ffffff;
  text-align: center;
}
.cid-v0PY9PORUP {
  background-color: #000312;
}
.cid-v0PY9PORUP .content {
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
}
.cid-v0PY9PORUP .content img {
  width: 43px;
  height: 43px;
  object-fit: cover;
  margin-right: 15px;
}
.cid-v0PY9PORUP .content p {
  margin: 0;
}
.cid-v0PY9PORUP .mbr-text {
  color: #ffffff;
}
.cid-v0PXqlNWYL {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v0PXqlNWYL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0PXqlNWYL .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-v0PXqlNWYL .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v0PXqlNWYL .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v0PXqlNWYL .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v0PXqlNWYL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0PXqlNWYL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0PXqlNWYL .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-v0PXqlNWYL .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v0PXqlNWYL .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v0PXqlNWYL .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v0PXqlNWYL .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v0PXqlNWYL .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v0PXqlNWYL .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v0PXqlNWYL .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-v0PXqlNWYL .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v0PXqlNWYL .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v0PXqlNWYL .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v0PXqlNWYL .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v0PXqlNWYL .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v0PXqlNWYL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v0PXqlNWYL .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(0, 3, 18, 0.4) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #000312;
}
@media (max-width: 992px) {
  .cid-v0PXqlNWYL .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v0PXqlNWYL .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-v0PXqlNWYL .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-v0PXqlNWYL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v0PXqlNWYL .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000312;
  background: rgba(0, 3, 18, 0.4) !important;
  backdrop-filter: blur(10px);
}
.cid-v0PXqlNWYL .nav-item:focus,
.cid-v0PXqlNWYL .nav-link:focus {
  outline: none;
}
.cid-v0PXqlNWYL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0PXqlNWYL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0PXqlNWYL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0PXqlNWYL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0PXqlNWYL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0PXqlNWYL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0PXqlNWYL .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v0PXqlNWYL .navbar.opened {
  transition: all 0.3s;
}
.cid-v0PXqlNWYL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0PXqlNWYL .navbar .navbar-logo img {
  width: auto;
}
.cid-v0PXqlNWYL .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v0PXqlNWYL .navbar.collapsed {
  justify-content: center;
}
.cid-v0PXqlNWYL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0PXqlNWYL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0PXqlNWYL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.6rem);
  }
}
.cid-v0PXqlNWYL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0PXqlNWYL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0PXqlNWYL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v0PXqlNWYL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0PXqlNWYL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0PXqlNWYL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v0PXqlNWYL .navbar {
    min-height: 72px;
  }
  .cid-v0PXqlNWYL .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v0PXqlNWYL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0PXqlNWYL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0PXqlNWYL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0PXqlNWYL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0PXqlNWYL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v0PXqlNWYL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0PXqlNWYL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v0PXqlNWYL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0PXqlNWYL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0PXqlNWYL .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v0PXqlNWYL .dropdown-item.active,
.cid-v0PXqlNWYL .dropdown-item:active {
  background-color: transparent;
}
.cid-v0PXqlNWYL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0PXqlNWYL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0PXqlNWYL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0PXqlNWYL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000312;
}
.cid-v0PXqlNWYL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v0PXqlNWYL .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v0PXqlNWYL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0PXqlNWYL .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v0PXqlNWYL .navbar-buttons {
    text-align: left;
  }
}
.cid-v0PXqlNWYL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0PXqlNWYL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v0PXqlNWYL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0PXqlNWYL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0PXqlNWYL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0PXqlNWYL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0PXqlNWYL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0PXqlNWYL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0PXqlNWYL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0PXqlNWYL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0PXqlNWYL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v0PXqlNWYL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0PXqlNWYL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v0PXqlNWYL .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0PXqlNWYL .navbar {
    height: 70px;
  }
  .cid-v0PXqlNWYL .navbar.opened {
    height: auto;
  }
  .cid-v0PXqlNWYL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0PXqlNWYL .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v0PXqlNWYL .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v0PXqlNWYL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v0PXqlNWYL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v0PXqlNWYL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v0PXqlNWYL .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v0PXqlNWYL .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v0PXqlNWYL .navbar-brand {
    margin-right: auto;
  }
  .cid-v0PXqlNWYL .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000312;
    opacity: 1;
    border-color: rgba(0, 3, 18, 0.4) !important;
    background: rgba(0, 3, 18, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v0PXqlNWYL .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v0PXqlNWYL .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v0PXqlNWYL .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v0PXqlNWYL .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v0PXqlNWYL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v0PXqlNWYL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v0PXqlNWYL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v0PXqlNWYL .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v0PXqlNWYL .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v0PXqlNWYL .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZZJ8CvcOu {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZZJ8CvcOu .mbr-overlay {
  background: #000312;
  opacity: 0.9;
}
.cid-uZZJ8CvcOu .item-img {
  position: relative;
}
.cid-uZZJ8CvcOu .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uZZJ8CvcOu .image-wrapper {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-uZZJ8CvcOu .image-wrapper {
    min-height: 400px;
  }
}
.cid-uZZJ8CvcOu .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uZZJ8CvcOu .item-wrapper {
  position: relative;
  background: #d4b464;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uZZJ8CvcOu .item-wrapper {
    margin-top: 4rem;
  }
}
.cid-uZZJ8CvcOu .link-icon-wrapper {
  position: absolute;
  left: -1px;
  padding: 2rem;
  bottom: -1px;
  background: #d4b464;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .cid-uZZJ8CvcOu .link-icon-wrapper {
    padding: 1rem;
  }
}
.cid-uZZJ8CvcOu .link-icon-wrapper .icon-wrap {
  background: #000312;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  border: 1px solid #052d4e;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uZZJ8CvcOu .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-uZZJ8CvcOu .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-uZZJ8CvcOu .link-icon-wrapper .icon-wrap span {
  color: #052d4e;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uZZJ8CvcOu .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-uZZJ8CvcOu .link-icon-wrapper .svg1 path {
  fill: #d4b464;
}
.cid-uZZJ8CvcOu .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-uZZJ8CvcOu .link-icon-wrapper .svg2 path {
  fill: #d4b464;
}
.cid-uZZJ8CvcOu img,
.cid-uZZJ8CvcOu .item-img {
  width: 100%;
}
.cid-uZZJ8CvcOu .item-title {
  color: #052d4e;
}
.cid-uZZJ8CIZpO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZZJ8CIZpO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZZJ8CIZpO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZZJ8CIZpO .row {
  justify-content: center;
}
.cid-uZZJ8CIZpO .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uZZJ8CIZpO .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #daa521, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uZZJ8CIZpO .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uZZJ8CIZpO .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uZZJ8CIZpO .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uZZJ8CIZpO .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZZJ8CIZpO .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uZZJ8CIZpO .mbr-section-title {
  color: #ffffff;
}
.cid-uZZJ8CIZpO .mbr-text {
  color: #ffffff;
}
.cid-uZZJ8CIZpO .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uZZJ8CIZpO .mbr-section-title,
.cid-uZZJ8CIZpO .mbr-section-btn {
  text-align: left;
  color: #052d4e;
}
.cid-v0PXH5Ljwe {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0PXH5Ljwe .mbr-overlay {
  background-color: #000312;
  opacity: 0.9;
}
.cid-v0PXH5Ljwe textarea {
  min-height: 150px;
}
.cid-v0PXH5Ljwe input[name='yourSubject'] {
  margin-top: 1.5rem;
}
.cid-v0PXH5Ljwe textarea[name='yourMessage'] {
  margin-top: 0.3rem;
}
.cid-v0PXH5Ljwe .form-control,
.cid-v0PXH5Ljwe .field-input {
  padding: 1rem 0rem;
  background-color: #edefeb;
  border: none !important;
  border-bottom: 2px solid #e6b103 !important;
  border-color: #e6b103 !important;
  color: #052d4e !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-v0PXH5Ljwe .form-control input::-webkit-input-placeholder,
.cid-v0PXH5Ljwe .field-input input::-webkit-input-placeholder,
.cid-v0PXH5Ljwe .form-control textarea::-webkit-input-placeholder,
.cid-v0PXH5Ljwe .field-input textarea::-webkit-input-placeholder {
  color: #232323 !important;
}
.cid-v0PXH5Ljwe .form-control input:-moz-placeholder,
.cid-v0PXH5Ljwe .field-input input:-moz-placeholder,
.cid-v0PXH5Ljwe .form-control textarea:-moz-placeholder,
.cid-v0PXH5Ljwe .field-input textarea:-moz-placeholder {
  color: #232323 !important;
}
.cid-v0PXH5Ljwe .jq-number__spin:hover,
.cid-v0PXH5Ljwe .jq-number__spin:focus {
  background-color: #052d4e;
  border-color: #e9204f !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-v0PXH5Ljwe .jq-number__spin {
  background-color: #edefeb;
  border-color: #e6b103 !important;
  color: #052d4e;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v0PXH5Ljwe .jq-selectbox li,
.cid-v0PXH5Ljwe .jq-selectbox li {
  background-color: #edefeb;
  color: #000000;
}
.cid-v0PXH5Ljwe .jq-selectbox li:hover,
.cid-v0PXH5Ljwe .jq-selectbox li.selected {
  background-color: #052d4e;
  color: #ffffff;
}
.cid-v0PXH5Ljwe .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-v0PXH5Ljwe .jq-number__spin.minus:hover:after,
.cid-v0PXH5Ljwe .jq-number__spin.plus:hover:after {
  border-top-color: #edefeb;
  border-bottom-color: #edefeb;
}
.cid-v0PXH5Ljwe .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-v0PXH5Ljwe .jq-number__spin.minus:after,
.cid-v0PXH5Ljwe .jq-number__spin.plus:after {
  border-top-color: #052d4e;
  border-bottom-color: #052d4e;
}
@media (max-width: 992px) {
  .cid-v0PXH5Ljwe .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
  .cid-v0PXH5Ljwe .social-list {
    margin-bottom: 3rem;
  }
  .cid-v0PXH5Ljwe .email-input {
    margin-top: 2rem;
  }
}
.cid-v0PXH5Ljwe .mbr-section-subtitle {
  color: #a96708;
  margin-bottom: 2.4rem;
  text-align: left;
}
.cid-v0PXH5Ljwe .mbr-text {
  color: #acacac;
  margin-bottom: 3.5rem;
}
.cid-v0PXH5Ljwe .mbr-iconfont-social {
  font-size: 1rem;
  color: #edefeb;
  margin-right: 0.6rem;
}
.cid-v0PXH5Ljwe .mbr-iconfont-social:before {
  padding: 1rem;
  border: 2px solid;
  border-radius: 100px;
  border-color: #a96708;
  transition: all 0.3s;
}
.cid-v0PXH5Ljwe .mbr-iconfont-social:hover {
  color: #a96708;
}
.cid-v0PXH5Ljwe .social-list {
  display: flex;
}
.cid-v0PXH5Ljwe .social-list a {
  transition: 0.3s;
}
.cid-v0PXH5Ljwe .social-list a:hover {
  transform: translateY(-8px);
}
.cid-v0PXH5Ljwe .row {
  align-items: center;
}
.cid-v0PXH5Ljwe .mbr-section-title {
  margin-bottom: 1.3rem;
}
.cid-v0PXH5Ljwe .btn {
  font-weight: bold;
  padding: 1rem 5.5rem;
}
.cid-v0PXH5Ljwe .form-btn {
  margin-top: 2.5rem;
}
.cid-v0PXH5Ljwe input::-webkit-input-placeholder,
.cid-v0PXH5Ljwe textarea::-webkit-input-placeholder {
  color: #232323 !important;
}
.cid-v0PXH5Ljwe input:-moz-placeholder,
.cid-v0PXH5Ljwe textarea:-moz-placeholder {
  color: #232323 !important;
}
@media (min-width: 992px) {
  .cid-v0PXH5Ljwe .media-content {
    padding-right: 3rem;
  }
  .cid-v0PXH5Ljwe .email-input {
    padding-left: 2.2rem;
  }
}
@media (min-width: 767px) {
  .cid-v0PXH5Ljwe .row {
    padding: 0 1rem;
  }
}
.cid-v0PXH5Ljwe .btn:hover {
  background-color: #a96708 !important;
  border-color: #a96708 !important;
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-v0PXH5Ljwe .form-btn {
    width: 100%;
  }
  .cid-v0PXH5Ljwe .btn {
    width: 100%;
  }
}
.cid-v0PXH5Ljwe H1 {
  text-align: left;
}
.cid-v0PXH5Ljwe .mbr-text,
.cid-v0PXH5Ljwe .mbr-section-btn {
  text-align: left;
}
.cid-v0PXHNtNAa {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0PXHNtNAa .svg-top {
  display: none;
}
.cid-v0PXHNtNAa .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-v0PXHNtNAa .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #000312;
}
.cid-v0PXHNtNAa .svg-top .st0 {
  fill: "file:///D:/%D8%A3%D8%AA%D9%88%D8%A7%D8%AC%20%D9%84%D9%84%D8%AA%D9%82%D9%86%D9%8A%D8%A9/website%20atwage/fs6/assets/images/bl3-725x416.png";
}
@media (max-width: 992px) {
  .cid-v0PXHNtNAa .svg-top {
    width: 1000px;
  }
}
.cid-v0PXHNtNAa .google-map {
  height: 35rem;
  position: relative;
}
.cid-v0PXHNtNAa .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v0PXHNtNAa .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-v0PXHNtNAa .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v0PXHNtNAa .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v0PXHNtNAa .mbr-section-title {
  color: #1a449a;
}
.cid-v0PXHNtNAa .mbr-section-subtitle {
  color: #1a449a;
}
.cid-v0PXIDihlQ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0PXIDihlQ [class^='socicon-']:before,
.cid-v0PXIDihlQ [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-v0PXIDihlQ .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #a96708;
  transition: all 0.3s;
  border-color: #a96708;
}
.cid-v0PXIDihlQ .btn-social:hover {
  background: #a96708;
}
.cid-v0PXIDihlQ .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-v0PXIDihlQ .btn-social:hover span {
  color: #ffffff !important;
}
.cid-v0PXIDihlQ .mbr-section-title {
  color: #2e6b75;
}
.cid-v0PXIDihlQ .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-v0PXIDihlQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0PXIDihlQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0PXIDihlQ .mbr-section-title,
.cid-v0PXIDihlQ .mbr-social-likes {
  color: #edefeb;
}
.cid-v0QaxC12Gk {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0QaxC12Gk .content {
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}
@media (max-width: 1024px) {
  .cid-v0QaxC12Gk .content {
    flex-wrap: wrap;
  }
}
.cid-v0QaxC12Gk h2,
.cid-v0QaxC12Gk h4,
.cid-v0QaxC12Gk h3,
.cid-v0QaxC12Gk h6,
.cid-v0QaxC12Gk p,
.cid-v0QaxC12Gk ul {
  margin: 0;
}
.cid-v0QaxC12Gk ul {
  padding: 0;
  list-style-type: none;
}
.cid-v0QaxC12Gk .heading {
  width: 35%;
  margin-bottom: 37px;
}
@media (max-width: 1024px) {
  .cid-v0QaxC12Gk .heading {
    width: 100%;
  }
}
.cid-v0QaxC12Gk .heading-inner {
  max-width: 476px;
}
.cid-v0QaxC12Gk .mbr-section-title {
  color: #a6a99c;
  text-align: center;
}
.cid-v0QaxC12Gk .mbr-section-subtitle {
  color: #edefeb;
  text-align: center;
}
.cid-v0QaxC12Gk .cards {
  width: 65%;
  display: flex;
}
@media (max-width: 1024px) {
  .cid-v0QaxC12Gk .cards {
    width: 100%;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-v0QaxC12Gk .cards {
    flex-direction: column;
    padding-top: 0px;
  }
}
.cid-v0QaxC12Gk .card {
  width: 34%;
}
@media (max-width: 1024px) {
  .cid-v0QaxC12Gk .card {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v0QaxC12Gk .card {
    width: 100%;
    padding-top: 30px;
  }
}
.cid-v0QaxC12Gk .mbr-card-title {
  color: #a96708;
  margin-bottom: 3px;
  text-align: center;
}
.cid-v0QaxC12Gk .mbr-card-subtitle {
  color: #6b6b6b;
}
.cid-v0QaxC12Gk .list {
  padding-top: 5px;
  margin-bottom: 24px;
  color: #ffffff;
  text-align: center;
}
.cid-v0PXK7YIqN {
  background-color: #000312;
}
.cid-v0PXK7YIqN .content {
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
}
.cid-v0PXK7YIqN .content img {
  width: 43px;
  height: 43px;
  object-fit: cover;
  margin-right: 15px;
}
.cid-v0PXK7YIqN .content p {
  margin: 0;
}
.cid-v0PXK7YIqN .mbr-text {
  color: #ffffff;
}
.cid-v0PWRWCGkw {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v0PWRWCGkw .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0PWRWCGkw .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-v0PWRWCGkw .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v0PWRWCGkw .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v0PWRWCGkw .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v0PWRWCGkw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0PWRWCGkw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0PWRWCGkw .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-v0PWRWCGkw .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v0PWRWCGkw .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v0PWRWCGkw .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v0PWRWCGkw .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v0PWRWCGkw .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v0PWRWCGkw .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v0PWRWCGkw .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-v0PWRWCGkw .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v0PWRWCGkw .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v0PWRWCGkw .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v0PWRWCGkw .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v0PWRWCGkw .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v0PWRWCGkw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v0PWRWCGkw .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(0, 3, 18, 0.4) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #000312;
}
@media (max-width: 992px) {
  .cid-v0PWRWCGkw .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v0PWRWCGkw .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-v0PWRWCGkw .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-v0PWRWCGkw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v0PWRWCGkw .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000312;
  background: rgba(0, 3, 18, 0.4) !important;
  backdrop-filter: blur(10px);
}
.cid-v0PWRWCGkw .nav-item:focus,
.cid-v0PWRWCGkw .nav-link:focus {
  outline: none;
}
.cid-v0PWRWCGkw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0PWRWCGkw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0PWRWCGkw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0PWRWCGkw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0PWRWCGkw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0PWRWCGkw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0PWRWCGkw .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v0PWRWCGkw .navbar.opened {
  transition: all 0.3s;
}
.cid-v0PWRWCGkw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0PWRWCGkw .navbar .navbar-logo img {
  width: auto;
}
.cid-v0PWRWCGkw .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v0PWRWCGkw .navbar.collapsed {
  justify-content: center;
}
.cid-v0PWRWCGkw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0PWRWCGkw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0PWRWCGkw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.6rem);
  }
}
.cid-v0PWRWCGkw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0PWRWCGkw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0PWRWCGkw .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v0PWRWCGkw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0PWRWCGkw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0PWRWCGkw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v0PWRWCGkw .navbar {
    min-height: 72px;
  }
  .cid-v0PWRWCGkw .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v0PWRWCGkw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0PWRWCGkw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0PWRWCGkw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0PWRWCGkw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0PWRWCGkw .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v0PWRWCGkw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0PWRWCGkw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v0PWRWCGkw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0PWRWCGkw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0PWRWCGkw .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v0PWRWCGkw .dropdown-item.active,
.cid-v0PWRWCGkw .dropdown-item:active {
  background-color: transparent;
}
.cid-v0PWRWCGkw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0PWRWCGkw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0PWRWCGkw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0PWRWCGkw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000312;
}
.cid-v0PWRWCGkw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v0PWRWCGkw .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v0PWRWCGkw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0PWRWCGkw .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v0PWRWCGkw .navbar-buttons {
    text-align: left;
  }
}
.cid-v0PWRWCGkw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0PWRWCGkw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v0PWRWCGkw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0PWRWCGkw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0PWRWCGkw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0PWRWCGkw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0PWRWCGkw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0PWRWCGkw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0PWRWCGkw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0PWRWCGkw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0PWRWCGkw .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v0PWRWCGkw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0PWRWCGkw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v0PWRWCGkw .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0PWRWCGkw .navbar {
    height: 70px;
  }
  .cid-v0PWRWCGkw .navbar.opened {
    height: auto;
  }
  .cid-v0PWRWCGkw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0PWRWCGkw .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v0PWRWCGkw .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v0PWRWCGkw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v0PWRWCGkw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v0PWRWCGkw .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v0PWRWCGkw .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v0PWRWCGkw .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v0PWRWCGkw .navbar-brand {
    margin-right: auto;
  }
  .cid-v0PWRWCGkw .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000312;
    opacity: 1;
    border-color: rgba(0, 3, 18, 0.4) !important;
    background: rgba(0, 3, 18, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v0PWRWCGkw .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v0PWRWCGkw .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v0PWRWCGkw .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v0PWRWCGkw .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v0PWRWCGkw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v0PWRWCGkw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v0PWRWCGkw .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v0PWRWCGkw .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v0PWRWCGkw .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v0PWRWCGkw .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZZKMuuiVe {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZZKMuuiVe .mbr-overlay {
  background: #000312;
  opacity: 0.9;
}
.cid-uZZKMuuiVe .item-img {
  position: relative;
}
.cid-uZZKMuuiVe .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uZZKMuuiVe .image-wrapper {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-uZZKMuuiVe .image-wrapper {
    min-height: 400px;
  }
}
.cid-uZZKMuuiVe .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uZZKMuuiVe .item-wrapper {
  position: relative;
  background: #d4b464;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uZZKMuuiVe .item-wrapper {
    margin-top: 4rem;
  }
}
.cid-uZZKMuuiVe .link-icon-wrapper {
  position: absolute;
  left: -1px;
  padding: 2rem;
  bottom: -1px;
  background: #d4b464;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .cid-uZZKMuuiVe .link-icon-wrapper {
    padding: 1rem;
  }
}
.cid-uZZKMuuiVe .link-icon-wrapper .icon-wrap {
  background: #000312;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  border: 1px solid #052d4e;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uZZKMuuiVe .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-uZZKMuuiVe .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-uZZKMuuiVe .link-icon-wrapper .icon-wrap span {
  color: #052d4e;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uZZKMuuiVe .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-uZZKMuuiVe .link-icon-wrapper .svg1 path {
  fill: #d4b464;
}
.cid-uZZKMuuiVe .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-uZZKMuuiVe .link-icon-wrapper .svg2 path {
  fill: #d4b464;
}
.cid-uZZKMuuiVe img,
.cid-uZZKMuuiVe .item-img {
  width: 100%;
}
.cid-uZZKMuuiVe .item-title {
  color: #052d4e;
}
.cid-uZZKMuFnGk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZZKMuFnGk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZZKMuFnGk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZZKMuFnGk .row {
  justify-content: center;
}
.cid-uZZKMuFnGk .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uZZKMuFnGk .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #daa521, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uZZKMuFnGk .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uZZKMuFnGk .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uZZKMuFnGk .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uZZKMuFnGk .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZZKMuFnGk .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uZZKMuFnGk .mbr-section-title {
  color: #ffffff;
}
.cid-uZZKMuFnGk .mbr-text {
  color: #ffffff;
}
.cid-uZZKMuFnGk .mbr-desc {
  color: #edefeb;
  text-align: left;
}
.cid-uZZKMuFnGk .mbr-section-title,
.cid-uZZKMuFnGk .mbr-section-btn {
  text-align: left;
  color: #052d4e;
}
.cid-v0PXhOVKEM {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0PXhOVKEM .mbr-overlay {
  background-color: #000312;
  opacity: 0.9;
}
.cid-v0PXhOVKEM textarea {
  min-height: 150px;
}
.cid-v0PXhOVKEM input[name='yourSubject'] {
  margin-top: 1.5rem;
}
.cid-v0PXhOVKEM textarea[name='yourMessage'] {
  margin-top: 0.3rem;
}
.cid-v0PXhOVKEM .form-control,
.cid-v0PXhOVKEM .field-input {
  padding: 1rem 0rem;
  background-color: #edefeb;
  border: none !important;
  border-bottom: 2px solid #e6b103 !important;
  border-color: #e6b103 !important;
  color: #052d4e !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-v0PXhOVKEM .form-control input::-webkit-input-placeholder,
.cid-v0PXhOVKEM .field-input input::-webkit-input-placeholder,
.cid-v0PXhOVKEM .form-control textarea::-webkit-input-placeholder,
.cid-v0PXhOVKEM .field-input textarea::-webkit-input-placeholder {
  color: #232323 !important;
}
.cid-v0PXhOVKEM .form-control input:-moz-placeholder,
.cid-v0PXhOVKEM .field-input input:-moz-placeholder,
.cid-v0PXhOVKEM .form-control textarea:-moz-placeholder,
.cid-v0PXhOVKEM .field-input textarea:-moz-placeholder {
  color: #232323 !important;
}
.cid-v0PXhOVKEM .jq-number__spin:hover,
.cid-v0PXhOVKEM .jq-number__spin:focus {
  background-color: #052d4e;
  border-color: #e9204f !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-v0PXhOVKEM .jq-number__spin {
  background-color: #edefeb;
  border-color: #e6b103 !important;
  color: #052d4e;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v0PXhOVKEM .jq-selectbox li,
.cid-v0PXhOVKEM .jq-selectbox li {
  background-color: #edefeb;
  color: #000000;
}
.cid-v0PXhOVKEM .jq-selectbox li:hover,
.cid-v0PXhOVKEM .jq-selectbox li.selected {
  background-color: #052d4e;
  color: #ffffff;
}
.cid-v0PXhOVKEM .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-v0PXhOVKEM .jq-number__spin.minus:hover:after,
.cid-v0PXhOVKEM .jq-number__spin.plus:hover:after {
  border-top-color: #edefeb;
  border-bottom-color: #edefeb;
}
.cid-v0PXhOVKEM .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-v0PXhOVKEM .jq-number__spin.minus:after,
.cid-v0PXhOVKEM .jq-number__spin.plus:after {
  border-top-color: #052d4e;
  border-bottom-color: #052d4e;
}
@media (max-width: 992px) {
  .cid-v0PXhOVKEM .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
  .cid-v0PXhOVKEM .social-list {
    margin-bottom: 3rem;
  }
  .cid-v0PXhOVKEM .email-input {
    margin-top: 2rem;
  }
}
.cid-v0PXhOVKEM .mbr-section-subtitle {
  color: #a96708;
  margin-bottom: 2.4rem;
  text-align: left;
}
.cid-v0PXhOVKEM .mbr-text {
  color: #acacac;
  margin-bottom: 3.5rem;
}
.cid-v0PXhOVKEM .mbr-iconfont-social {
  font-size: 1rem;
  color: #edefeb;
  margin-right: 0.6rem;
}
.cid-v0PXhOVKEM .mbr-iconfont-social:before {
  padding: 1rem;
  border: 2px solid;
  border-radius: 100px;
  border-color: #a96708;
  transition: all 0.3s;
}
.cid-v0PXhOVKEM .mbr-iconfont-social:hover {
  color: #a96708;
}
.cid-v0PXhOVKEM .social-list {
  display: flex;
}
.cid-v0PXhOVKEM .social-list a {
  transition: 0.3s;
}
.cid-v0PXhOVKEM .social-list a:hover {
  transform: translateY(-8px);
}
.cid-v0PXhOVKEM .row {
  align-items: center;
}
.cid-v0PXhOVKEM .mbr-section-title {
  margin-bottom: 1.3rem;
}
.cid-v0PXhOVKEM .btn {
  font-weight: bold;
  padding: 1rem 5.5rem;
}
.cid-v0PXhOVKEM .form-btn {
  margin-top: 2.5rem;
}
.cid-v0PXhOVKEM input::-webkit-input-placeholder,
.cid-v0PXhOVKEM textarea::-webkit-input-placeholder {
  color: #232323 !important;
}
.cid-v0PXhOVKEM input:-moz-placeholder,
.cid-v0PXhOVKEM textarea:-moz-placeholder {
  color: #232323 !important;
}
@media (min-width: 992px) {
  .cid-v0PXhOVKEM .media-content {
    padding-right: 3rem;
  }
  .cid-v0PXhOVKEM .email-input {
    padding-left: 2.2rem;
  }
}
@media (min-width: 767px) {
  .cid-v0PXhOVKEM .row {
    padding: 0 1rem;
  }
}
.cid-v0PXhOVKEM .btn:hover {
  background-color: #a96708 !important;
  border-color: #a96708 !important;
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-v0PXhOVKEM .form-btn {
    width: 100%;
  }
  .cid-v0PXhOVKEM .btn {
    width: 100%;
  }
}
.cid-v0PXhOVKEM H1 {
  text-align: left;
}
.cid-v0PXhOVKEM .mbr-text,
.cid-v0PXhOVKEM .mbr-section-btn {
  text-align: left;
}
.cid-v0PXikcm0t {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0PXikcm0t .svg-top {
  display: none;
}
.cid-v0PXikcm0t .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-v0PXikcm0t .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #000312;
}
.cid-v0PXikcm0t .svg-top .st0 {
  fill: "file:///D:/%D8%A3%D8%AA%D9%88%D8%A7%D8%AC%20%D9%84%D9%84%D8%AA%D9%82%D9%86%D9%8A%D8%A9/website%20atwage/fs6/assets/images/bl3-725x416.png";
}
@media (max-width: 992px) {
  .cid-v0PXikcm0t .svg-top {
    width: 1000px;
  }
}
.cid-v0PXikcm0t .google-map {
  height: 35rem;
  position: relative;
}
.cid-v0PXikcm0t .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v0PXikcm0t .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-v0PXikcm0t .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v0PXikcm0t .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v0PXikcm0t .mbr-section-title {
  color: #1a449a;
}
.cid-v0PXikcm0t .mbr-section-subtitle {
  color: #1a449a;
}
.cid-v0PXjP2zj9 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0PXjP2zj9 [class^='socicon-']:before,
.cid-v0PXjP2zj9 [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-v0PXjP2zj9 .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #a96708;
  transition: all 0.3s;
  border-color: #a96708;
}
.cid-v0PXjP2zj9 .btn-social:hover {
  background: #a96708;
}
.cid-v0PXjP2zj9 .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-v0PXjP2zj9 .btn-social:hover span {
  color: #ffffff !important;
}
.cid-v0PXjP2zj9 .mbr-section-title {
  color: #2e6b75;
}
.cid-v0PXjP2zj9 .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-v0PXjP2zj9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0PXjP2zj9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0PXjP2zj9 .mbr-section-title,
.cid-v0PXjP2zj9 .mbr-social-likes {
  color: #edefeb;
}
.cid-v0QauCNl0c {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0QauCNl0c .content {
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}
@media (max-width: 1024px) {
  .cid-v0QauCNl0c .content {
    flex-wrap: wrap;
  }
}
.cid-v0QauCNl0c h2,
.cid-v0QauCNl0c h4,
.cid-v0QauCNl0c h3,
.cid-v0QauCNl0c h6,
.cid-v0QauCNl0c p,
.cid-v0QauCNl0c ul {
  margin: 0;
}
.cid-v0QauCNl0c ul {
  padding: 0;
  list-style-type: none;
}
.cid-v0QauCNl0c .heading {
  width: 35%;
  margin-bottom: 37px;
}
@media (max-width: 1024px) {
  .cid-v0QauCNl0c .heading {
    width: 100%;
  }
}
.cid-v0QauCNl0c .heading-inner {
  max-width: 476px;
}
.cid-v0QauCNl0c .mbr-section-title {
  color: #a6a99c;
  text-align: center;
}
.cid-v0QauCNl0c .mbr-section-subtitle {
  color: #edefeb;
  text-align: center;
}
.cid-v0QauCNl0c .cards {
  width: 65%;
  display: flex;
}
@media (max-width: 1024px) {
  .cid-v0QauCNl0c .cards {
    width: 100%;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-v0QauCNl0c .cards {
    flex-direction: column;
    padding-top: 0px;
  }
}
.cid-v0QauCNl0c .card {
  width: 34%;
}
@media (max-width: 1024px) {
  .cid-v0QauCNl0c .card {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v0QauCNl0c .card {
    width: 100%;
    padding-top: 30px;
  }
}
.cid-v0QauCNl0c .mbr-card-title {
  color: #a96708;
  margin-bottom: 3px;
  text-align: center;
}
.cid-v0QauCNl0c .mbr-card-subtitle {
  color: #6b6b6b;
}
.cid-v0QauCNl0c .list {
  padding-top: 5px;
  margin-bottom: 24px;
  color: #ffffff;
  text-align: center;
}
.cid-v0PXkW0cap {
  background-color: #000312;
}
.cid-v0PXkW0cap .content {
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
}
.cid-v0PXkW0cap .content img {
  width: 43px;
  height: 43px;
  object-fit: cover;
  margin-right: 15px;
}
.cid-v0PXkW0cap .content p {
  margin: 0;
}
.cid-v0PXkW0cap .mbr-text {
  color: #ffffff;
}
.cid-v0PVd3CoSD {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v0PVd3CoSD .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0PVd3CoSD .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-v0PVd3CoSD .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v0PVd3CoSD .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v0PVd3CoSD .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v0PVd3CoSD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0PVd3CoSD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0PVd3CoSD .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-v0PVd3CoSD .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v0PVd3CoSD .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v0PVd3CoSD .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v0PVd3CoSD .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v0PVd3CoSD .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v0PVd3CoSD .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v0PVd3CoSD .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-v0PVd3CoSD .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v0PVd3CoSD .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v0PVd3CoSD .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v0PVd3CoSD .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v0PVd3CoSD .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v0PVd3CoSD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v0PVd3CoSD .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(0, 3, 18, 0.4) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #000312;
}
@media (max-width: 992px) {
  .cid-v0PVd3CoSD .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v0PVd3CoSD .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-v0PVd3CoSD .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-v0PVd3CoSD .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v0PVd3CoSD .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000312;
  background: rgba(0, 3, 18, 0.4) !important;
  backdrop-filter: blur(10px);
}
.cid-v0PVd3CoSD .nav-item:focus,
.cid-v0PVd3CoSD .nav-link:focus {
  outline: none;
}
.cid-v0PVd3CoSD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0PVd3CoSD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0PVd3CoSD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0PVd3CoSD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0PVd3CoSD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0PVd3CoSD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0PVd3CoSD .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v0PVd3CoSD .navbar.opened {
  transition: all 0.3s;
}
.cid-v0PVd3CoSD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0PVd3CoSD .navbar .navbar-logo img {
  width: auto;
}
.cid-v0PVd3CoSD .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v0PVd3CoSD .navbar.collapsed {
  justify-content: center;
}
.cid-v0PVd3CoSD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0PVd3CoSD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0PVd3CoSD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.6rem);
  }
}
.cid-v0PVd3CoSD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0PVd3CoSD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0PVd3CoSD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v0PVd3CoSD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0PVd3CoSD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0PVd3CoSD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v0PVd3CoSD .navbar {
    min-height: 72px;
  }
  .cid-v0PVd3CoSD .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v0PVd3CoSD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0PVd3CoSD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0PVd3CoSD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0PVd3CoSD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0PVd3CoSD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v0PVd3CoSD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0PVd3CoSD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v0PVd3CoSD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0PVd3CoSD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0PVd3CoSD .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v0PVd3CoSD .dropdown-item.active,
.cid-v0PVd3CoSD .dropdown-item:active {
  background-color: transparent;
}
.cid-v0PVd3CoSD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0PVd3CoSD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0PVd3CoSD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0PVd3CoSD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000312;
}
.cid-v0PVd3CoSD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v0PVd3CoSD .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v0PVd3CoSD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0PVd3CoSD .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v0PVd3CoSD .navbar-buttons {
    text-align: left;
  }
}
.cid-v0PVd3CoSD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0PVd3CoSD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v0PVd3CoSD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0PVd3CoSD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0PVd3CoSD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0PVd3CoSD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0PVd3CoSD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0PVd3CoSD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0PVd3CoSD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0PVd3CoSD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0PVd3CoSD .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v0PVd3CoSD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0PVd3CoSD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v0PVd3CoSD .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0PVd3CoSD .navbar {
    height: 70px;
  }
  .cid-v0PVd3CoSD .navbar.opened {
    height: auto;
  }
  .cid-v0PVd3CoSD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0PVd3CoSD .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v0PVd3CoSD .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v0PVd3CoSD .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v0PVd3CoSD .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v0PVd3CoSD .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v0PVd3CoSD .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v0PVd3CoSD .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v0PVd3CoSD .navbar-brand {
    margin-right: auto;
  }
  .cid-v0PVd3CoSD .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000312;
    opacity: 1;
    border-color: rgba(0, 3, 18, 0.4) !important;
    background: rgba(0, 3, 18, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v0PVd3CoSD .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v0PVd3CoSD .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v0PVd3CoSD .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v0PVd3CoSD .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v0PVd3CoSD .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v0PVd3CoSD .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v0PVd3CoSD .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v0PVd3CoSD .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v0PVd3CoSD .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v0PVd3CoSD .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZZMkz8nAD {
  padding-top: 10rem;
  padding-bottom: 12rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZZMkz8nAD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZZMkz8nAD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZZMkz8nAD .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uZZMkz8nAD .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uZZMkz8nAD .container {
    padding: 0 24px;
  }
}
.cid-uZZMkz8nAD .row {
  position: relative;
}
.cid-uZZMkz8nAD .row .card {
  justify-content: center;
}
.cid-uZZMkz8nAD .row .decor-wrapper {
  position: absolute;
  bottom: -16rem;
  right: -58rem;
  border: 120px solid #d4b464;
  width: 2000px;
  height: 1000px;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uZZMkz8nAD .row .decor-wrapper {
    right: -20rem;
  }
}
@media (max-width: 768px) {
  .cid-uZZMkz8nAD .row .decor-wrapper {
    height: 500px;
    right: -10rem;
  }
}
.cid-uZZMkz8nAD .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-uZZMkz8nAD .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZZMkz8nAD .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uZZMkz8nAD .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uZZMkz8nAD .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZZMkz8nAD .title-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uZZMkz8nAD .title-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-uZZMkz8nAD .image-wrapper {
  position: relative;
}
.cid-uZZMkz8nAD .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uZZMkz8nAD .image-wrapper img {
    height: 350px;
  }
}
.cid-uZZMkz8nAD .mbr-section-title {
  color: #F5DF4D;
}
.cid-uZZMkz8nAD .mbr-text {
  color: #FF3399;
}
.cid-uZZMkz8nAD .mbr-section-title,
.cid-uZZMkz8nAD .mbr-section-btn {
  text-align: center;
  color: #d4b464;
}
.cid-uZZMkz8nAD .mbr-text,
.cid-uZZMkz8nAD .mbr-section-btn {
  text-align: center;
  color: #edefeb;
}
.cid-uZZMkzmWLY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZZMkzmWLY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZZMkzmWLY .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-uZZMkzmWLY .row {
    padding: 0 13px;
  }
}
.cid-uZZMkzmWLY .image-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZZMkzmWLY .image-wrap .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uZZMkzmWLY .image-wrap .image-wrapper img {
  height: 210px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uZZMkzmWLY .image-wrap .image-wrapper img {
    max-width: 240px;
    margin: 0 auto;
  }
}
.cid-uZZMkzmWLY .text-wrapper {
  padding-left: 20px;
  padding-left: 0;
  padding-right: 20px;
}
@media (max-width: 992px) {
  .cid-uZZMkzmWLY .text-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uZZMkzmWLY .text-wrapper {
    padding: 0;
  }
}
.cid-uZZMkzmWLY .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .85;
}
.cid-uZZMkzmWLY .text-wrapper .mbr-name {
  margin: 34px 0 0;
  opacity: .85;
}
.cid-uZZMkzmWLY .text-wrapper .mbr-role {
  margin: 24px 0 0;
  opacity: .85;
}
.cid-uZZMkzmWLY .mbr-text {
  color: #a0e2e1;
  text-align: left;
}
.cid-uZZMkzmWLY .mbr-name {
  color: #ffffff;
}
.cid-uZZMkzmWLY .mbr-role {
  color: #edefeb;
  text-align: left;
}
.cid-uZZMkzxHW9 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZZMkzxHW9 .mbr-overlay {
  background: #fafafa;
  opacity: 0.7;
}
.cid-uZZMkzxHW9 img,
.cid-uZZMkzxHW9 .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
}
.cid-uZZMkzxHW9 .item:focus,
.cid-uZZMkzxHW9 span:focus {
  outline: none;
}
.cid-uZZMkzxHW9 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uZZMkzxHW9 .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #050b1d;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-uZZMkzxHW9 .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-uZZMkzxHW9 .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-uZZMkzxHW9 .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-uZZMkzxHW9 .item-content {
    padding: 1rem 0;
  }
}
.cid-uZZMkzxHW9 .mbr-section-title {
  color: #052d4e;
}
.cid-uZZMkzxHW9 .item-title {
  color: #d4b464;
  text-align: center;
}
.cid-uZZMkzxHW9 .item-subtitle {
  color: #bec2cf;
}
.cid-uZZMkzxHW9 .mbr-text,
.cid-uZZMkzxHW9 .mbr-section-btn {
  color: #edefeb;
  text-align: center;
}
.cid-uZZMkzxHW9 .mbr-link {
  color: #0196e3;
  display: block;
}
.cid-uZZMkzTeJr {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZZMkzTeJr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZZMkzTeJr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZZMkzTeJr img {
  border-radius: 3rem;
  border-bottom-left-radius: 20rem;
}
@media (max-width: 767px) {
  .cid-uZZMkzTeJr img {
    border-bottom-left-radius: 3rem;
  }
}
.cid-uZZMkzTeJr .row {
  align-items: center;
}
.cid-uZZMkzTeJr .mbr-section-title {
  color: #d4b464;
  text-align: left;
}
.cid-uZZMkzTeJr .mbr-text,
.cid-uZZMkzTeJr .mbr-section-btn {
  color: #edefeb;
  text-align: left;
}
.cid-uZZMkA6Msf {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZZMkA6Msf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZZMkA6Msf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZZMkA6Msf .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uZZMkA6Msf .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uZZMkA6Msf .container {
    padding: 0 24px;
  }
}
.cid-uZZMkA6Msf .row {
  justify-content: center;
}
.cid-uZZMkA6Msf .content-wrapper {
  border-radius: 40px;
  background-color: #050b1d;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-uZZMkA6Msf .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uZZMkA6Msf .content-wrapper {
    padding: 32px;
  }
}
.cid-uZZMkA6Msf .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZZMkA6Msf .content-wrapper .mbr-text {
  margin: 16px 0 0;
}
.cid-uZZMkA6Msf .mbr-section-title {
  color: #f5ce85;
  text-align: left;
}
.cid-uZZMkA6Msf .mbr-text {
  color: #edefeb;
  text-align: left;
}
.cid-v0PVMCz3Ij {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0PVMCz3Ij .mbr-overlay {
  background-color: #000312;
  opacity: 0.9;
}
.cid-v0PVMCz3Ij textarea {
  min-height: 150px;
}
.cid-v0PVMCz3Ij input[name='yourSubject'] {
  margin-top: 1.5rem;
}
.cid-v0PVMCz3Ij textarea[name='yourMessage'] {
  margin-top: 0.3rem;
}
.cid-v0PVMCz3Ij .form-control,
.cid-v0PVMCz3Ij .field-input {
  padding: 1rem 0rem;
  background-color: #edefeb;
  border: none !important;
  border-bottom: 2px solid #e6b103 !important;
  border-color: #e6b103 !important;
  color: #052d4e !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-v0PVMCz3Ij .form-control input::-webkit-input-placeholder,
.cid-v0PVMCz3Ij .field-input input::-webkit-input-placeholder,
.cid-v0PVMCz3Ij .form-control textarea::-webkit-input-placeholder,
.cid-v0PVMCz3Ij .field-input textarea::-webkit-input-placeholder {
  color: #232323 !important;
}
.cid-v0PVMCz3Ij .form-control input:-moz-placeholder,
.cid-v0PVMCz3Ij .field-input input:-moz-placeholder,
.cid-v0PVMCz3Ij .form-control textarea:-moz-placeholder,
.cid-v0PVMCz3Ij .field-input textarea:-moz-placeholder {
  color: #232323 !important;
}
.cid-v0PVMCz3Ij .jq-number__spin:hover,
.cid-v0PVMCz3Ij .jq-number__spin:focus {
  background-color: #052d4e;
  border-color: #e9204f !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-v0PVMCz3Ij .jq-number__spin {
  background-color: #edefeb;
  border-color: #e6b103 !important;
  color: #052d4e;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v0PVMCz3Ij .jq-selectbox li,
.cid-v0PVMCz3Ij .jq-selectbox li {
  background-color: #edefeb;
  color: #000000;
}
.cid-v0PVMCz3Ij .jq-selectbox li:hover,
.cid-v0PVMCz3Ij .jq-selectbox li.selected {
  background-color: #052d4e;
  color: #ffffff;
}
.cid-v0PVMCz3Ij .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-v0PVMCz3Ij .jq-number__spin.minus:hover:after,
.cid-v0PVMCz3Ij .jq-number__spin.plus:hover:after {
  border-top-color: #edefeb;
  border-bottom-color: #edefeb;
}
.cid-v0PVMCz3Ij .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-v0PVMCz3Ij .jq-number__spin.minus:after,
.cid-v0PVMCz3Ij .jq-number__spin.plus:after {
  border-top-color: #052d4e;
  border-bottom-color: #052d4e;
}
@media (max-width: 992px) {
  .cid-v0PVMCz3Ij .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
  .cid-v0PVMCz3Ij .social-list {
    margin-bottom: 3rem;
  }
  .cid-v0PVMCz3Ij .email-input {
    margin-top: 2rem;
  }
}
.cid-v0PVMCz3Ij .mbr-section-subtitle {
  color: #a96708;
  margin-bottom: 2.4rem;
  text-align: left;
}
.cid-v0PVMCz3Ij .mbr-text {
  color: #acacac;
  margin-bottom: 3.5rem;
}
.cid-v0PVMCz3Ij .mbr-iconfont-social {
  font-size: 1rem;
  color: #edefeb;
  margin-right: 0.6rem;
}
.cid-v0PVMCz3Ij .mbr-iconfont-social:before {
  padding: 1rem;
  border: 2px solid;
  border-radius: 100px;
  border-color: #a96708;
  transition: all 0.3s;
}
.cid-v0PVMCz3Ij .mbr-iconfont-social:hover {
  color: #a96708;
}
.cid-v0PVMCz3Ij .social-list {
  display: flex;
}
.cid-v0PVMCz3Ij .social-list a {
  transition: 0.3s;
}
.cid-v0PVMCz3Ij .social-list a:hover {
  transform: translateY(-8px);
}
.cid-v0PVMCz3Ij .row {
  align-items: center;
}
.cid-v0PVMCz3Ij .mbr-section-title {
  margin-bottom: 1.3rem;
}
.cid-v0PVMCz3Ij .btn {
  font-weight: bold;
  padding: 1rem 5.5rem;
}
.cid-v0PVMCz3Ij .form-btn {
  margin-top: 2.5rem;
}
.cid-v0PVMCz3Ij input::-webkit-input-placeholder,
.cid-v0PVMCz3Ij textarea::-webkit-input-placeholder {
  color: #232323 !important;
}
.cid-v0PVMCz3Ij input:-moz-placeholder,
.cid-v0PVMCz3Ij textarea:-moz-placeholder {
  color: #232323 !important;
}
@media (min-width: 992px) {
  .cid-v0PVMCz3Ij .media-content {
    padding-right: 3rem;
  }
  .cid-v0PVMCz3Ij .email-input {
    padding-left: 2.2rem;
  }
}
@media (min-width: 767px) {
  .cid-v0PVMCz3Ij .row {
    padding: 0 1rem;
  }
}
.cid-v0PVMCz3Ij .btn:hover {
  background-color: #a96708 !important;
  border-color: #a96708 !important;
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-v0PVMCz3Ij .form-btn {
    width: 100%;
  }
  .cid-v0PVMCz3Ij .btn {
    width: 100%;
  }
}
.cid-v0PVMCz3Ij H1 {
  text-align: left;
}
.cid-v0PVMCz3Ij .mbr-text,
.cid-v0PVMCz3Ij .mbr-section-btn {
  text-align: left;
}
.cid-v0PVNcpzFH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0PVNcpzFH .svg-top {
  display: none;
}
.cid-v0PVNcpzFH .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-v0PVNcpzFH .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #000312;
}
.cid-v0PVNcpzFH .svg-top .st0 {
  fill: "file:///D:/%D8%A3%D8%AA%D9%88%D8%A7%D8%AC%20%D9%84%D9%84%D8%AA%D9%82%D9%86%D9%8A%D8%A9/website%20atwage/fs6/assets/images/bl3-725x416.png";
}
@media (max-width: 992px) {
  .cid-v0PVNcpzFH .svg-top {
    width: 1000px;
  }
}
.cid-v0PVNcpzFH .google-map {
  height: 35rem;
  position: relative;
}
.cid-v0PVNcpzFH .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v0PVNcpzFH .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-v0PVNcpzFH .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v0PVNcpzFH .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v0PVNcpzFH .mbr-section-title {
  color: #1a449a;
}
.cid-v0PVNcpzFH .mbr-section-subtitle {
  color: #1a449a;
}
.cid-v0PVNWgle7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0PVNWgle7 [class^='socicon-']:before,
.cid-v0PVNWgle7 [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-v0PVNWgle7 .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #a96708;
  transition: all 0.3s;
  border-color: #a96708;
}
.cid-v0PVNWgle7 .btn-social:hover {
  background: #a96708;
}
.cid-v0PVNWgle7 .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-v0PVNWgle7 .btn-social:hover span {
  color: #ffffff !important;
}
.cid-v0PVNWgle7 .mbr-section-title {
  color: #2e6b75;
}
.cid-v0PVNWgle7 .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-v0PVNWgle7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0PVNWgle7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0PVNWgle7 .mbr-section-title,
.cid-v0PVNWgle7 .mbr-social-likes {
  color: #edefeb;
}
.cid-v0Qa53WnLc {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0Qa53WnLc .content {
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}
@media (max-width: 1024px) {
  .cid-v0Qa53WnLc .content {
    flex-wrap: wrap;
  }
}
.cid-v0Qa53WnLc h2,
.cid-v0Qa53WnLc h4,
.cid-v0Qa53WnLc h3,
.cid-v0Qa53WnLc h6,
.cid-v0Qa53WnLc p,
.cid-v0Qa53WnLc ul {
  margin: 0;
}
.cid-v0Qa53WnLc ul {
  padding: 0;
  list-style-type: none;
}
.cid-v0Qa53WnLc .heading {
  width: 35%;
  margin-bottom: 37px;
}
@media (max-width: 1024px) {
  .cid-v0Qa53WnLc .heading {
    width: 100%;
  }
}
.cid-v0Qa53WnLc .heading-inner {
  max-width: 476px;
}
.cid-v0Qa53WnLc .mbr-section-title {
  color: #a6a99c;
  text-align: center;
}
.cid-v0Qa53WnLc .mbr-section-subtitle {
  color: #edefeb;
  text-align: center;
}
.cid-v0Qa53WnLc .cards {
  width: 65%;
  display: flex;
}
@media (max-width: 1024px) {
  .cid-v0Qa53WnLc .cards {
    width: 100%;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-v0Qa53WnLc .cards {
    flex-direction: column;
    padding-top: 0px;
  }
}
.cid-v0Qa53WnLc .card {
  width: 34%;
}
@media (max-width: 1024px) {
  .cid-v0Qa53WnLc .card {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v0Qa53WnLc .card {
    width: 100%;
    padding-top: 30px;
  }
}
.cid-v0Qa53WnLc .mbr-card-title {
  color: #a96708;
  margin-bottom: 3px;
  text-align: center;
}
.cid-v0Qa53WnLc .mbr-card-subtitle {
  color: #6b6b6b;
}
.cid-v0Qa53WnLc .list {
  padding-top: 5px;
  margin-bottom: 24px;
  color: #ffffff;
  text-align: center;
}
.cid-v0PVP4lRPw {
  background-color: #000312;
}
.cid-v0PVP4lRPw .content {
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
}
.cid-v0PVP4lRPw .content img {
  width: 43px;
  height: 43px;
  object-fit: cover;
  margin-right: 15px;
}
.cid-v0PVP4lRPw .content p {
  margin: 0;
}
.cid-v0PVP4lRPw .mbr-text {
  color: #ffffff;
}
.cid-v0PUzW4KGJ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v0PUzW4KGJ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0PUzW4KGJ .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-v0PUzW4KGJ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v0PUzW4KGJ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v0PUzW4KGJ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v0PUzW4KGJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0PUzW4KGJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0PUzW4KGJ .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-v0PUzW4KGJ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v0PUzW4KGJ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v0PUzW4KGJ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v0PUzW4KGJ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v0PUzW4KGJ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v0PUzW4KGJ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v0PUzW4KGJ .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-v0PUzW4KGJ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v0PUzW4KGJ .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v0PUzW4KGJ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v0PUzW4KGJ .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v0PUzW4KGJ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v0PUzW4KGJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v0PUzW4KGJ .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(0, 3, 18, 0.4) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #000312;
}
@media (max-width: 992px) {
  .cid-v0PUzW4KGJ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v0PUzW4KGJ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-v0PUzW4KGJ .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-v0PUzW4KGJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v0PUzW4KGJ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000312;
  background: rgba(0, 3, 18, 0.4) !important;
  backdrop-filter: blur(10px);
}
.cid-v0PUzW4KGJ .nav-item:focus,
.cid-v0PUzW4KGJ .nav-link:focus {
  outline: none;
}
.cid-v0PUzW4KGJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0PUzW4KGJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0PUzW4KGJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0PUzW4KGJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0PUzW4KGJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0PUzW4KGJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0PUzW4KGJ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v0PUzW4KGJ .navbar.opened {
  transition: all 0.3s;
}
.cid-v0PUzW4KGJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0PUzW4KGJ .navbar .navbar-logo img {
  width: auto;
}
.cid-v0PUzW4KGJ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v0PUzW4KGJ .navbar.collapsed {
  justify-content: center;
}
.cid-v0PUzW4KGJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0PUzW4KGJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0PUzW4KGJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.6rem);
  }
}
.cid-v0PUzW4KGJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0PUzW4KGJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0PUzW4KGJ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v0PUzW4KGJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0PUzW4KGJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0PUzW4KGJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v0PUzW4KGJ .navbar {
    min-height: 72px;
  }
  .cid-v0PUzW4KGJ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v0PUzW4KGJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0PUzW4KGJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0PUzW4KGJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0PUzW4KGJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0PUzW4KGJ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v0PUzW4KGJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0PUzW4KGJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v0PUzW4KGJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0PUzW4KGJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0PUzW4KGJ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v0PUzW4KGJ .dropdown-item.active,
.cid-v0PUzW4KGJ .dropdown-item:active {
  background-color: transparent;
}
.cid-v0PUzW4KGJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0PUzW4KGJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0PUzW4KGJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0PUzW4KGJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000312;
}
.cid-v0PUzW4KGJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v0PUzW4KGJ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v0PUzW4KGJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0PUzW4KGJ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v0PUzW4KGJ .navbar-buttons {
    text-align: left;
  }
}
.cid-v0PUzW4KGJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0PUzW4KGJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v0PUzW4KGJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0PUzW4KGJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0PUzW4KGJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0PUzW4KGJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0PUzW4KGJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0PUzW4KGJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0PUzW4KGJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0PUzW4KGJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0PUzW4KGJ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v0PUzW4KGJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0PUzW4KGJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v0PUzW4KGJ .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0PUzW4KGJ .navbar {
    height: 70px;
  }
  .cid-v0PUzW4KGJ .navbar.opened {
    height: auto;
  }
  .cid-v0PUzW4KGJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0PUzW4KGJ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v0PUzW4KGJ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v0PUzW4KGJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v0PUzW4KGJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v0PUzW4KGJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v0PUzW4KGJ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v0PUzW4KGJ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v0PUzW4KGJ .navbar-brand {
    margin-right: auto;
  }
  .cid-v0PUzW4KGJ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000312;
    opacity: 1;
    border-color: rgba(0, 3, 18, 0.4) !important;
    background: rgba(0, 3, 18, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v0PUzW4KGJ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v0PUzW4KGJ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v0PUzW4KGJ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v0PUzW4KGJ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v0PUzW4KGJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v0PUzW4KGJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v0PUzW4KGJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v0PUzW4KGJ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v0PUzW4KGJ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v0PUzW4KGJ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZZOkpkqeW {
  padding-top: 10rem;
  padding-bottom: 12rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZZOkpkqeW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZZOkpkqeW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZZOkpkqeW .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uZZOkpkqeW .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uZZOkpkqeW .container {
    padding: 0 24px;
  }
}
.cid-uZZOkpkqeW .row {
  position: relative;
}
.cid-uZZOkpkqeW .row .card {
  justify-content: center;
}
.cid-uZZOkpkqeW .row .decor-wrapper {
  position: absolute;
  bottom: -16rem;
  right: -58rem;
  border: 120px solid #d4b464;
  width: 2000px;
  height: 1000px;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uZZOkpkqeW .row .decor-wrapper {
    right: -20rem;
  }
}
@media (max-width: 768px) {
  .cid-uZZOkpkqeW .row .decor-wrapper {
    height: 500px;
    right: -10rem;
  }
}
.cid-uZZOkpkqeW .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-uZZOkpkqeW .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZZOkpkqeW .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uZZOkpkqeW .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uZZOkpkqeW .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZZOkpkqeW .title-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uZZOkpkqeW .title-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-uZZOkpkqeW .image-wrapper {
  position: relative;
}
.cid-uZZOkpkqeW .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uZZOkpkqeW .image-wrapper img {
    height: 350px;
  }
}
.cid-uZZOkpkqeW .mbr-section-title {
  color: #F5DF4D;
}
.cid-uZZOkpkqeW .mbr-text {
  color: #FF3399;
}
.cid-uZZOkpkqeW .mbr-section-title,
.cid-uZZOkpkqeW .mbr-section-btn {
  text-align: center;
  color: #d4b464;
}
.cid-uZZOkpkqeW .mbr-text,
.cid-uZZOkpkqeW .mbr-section-btn {
  text-align: center;
  color: #edefeb;
}
.cid-uZZOkpys39 {
  background-color: #000312;
}
.cid-uZZOkpys39 img {
  object-fit: contain;
}
.cid-uZZOkpJwiC {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZZOkpJwiC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZZOkpJwiC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZZOkpJwiC img {
  border-radius: 3rem;
  border-bottom-left-radius: 20rem;
}
@media (max-width: 767px) {
  .cid-uZZOkpJwiC img {
    border-bottom-left-radius: 3rem;
  }
}
.cid-uZZOkpJwiC .row {
  align-items: center;
}
.cid-uZZOkpJwiC .mbr-section-title {
  color: #d4b464;
  text-align: left;
}
.cid-uZZOkpJwiC .mbr-text,
.cid-uZZOkpJwiC .mbr-section-btn {
  color: #edefeb;
  text-align: left;
}
.cid-uZZOkpVW2Q {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/2-8.png");
}
.cid-uZZOkpVW2Q .mbr-overlay {
  background: #000312;
  opacity: 0.9;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uZZOkpVW2Q .container {
    padding: 0 24px;
  }
}
.cid-uZZOkpVW2Q .card {
  justify-content: center;
}
.cid-uZZOkpVW2Q .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-uZZOkpVW2Q .title-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-uZZOkpVW2Q .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uZZOkpVW2Q .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uZZOkpVW2Q .text-wrapper {
  border-top: 1px solid #d4b464;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uZZOkpVW2Q .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-uZZOkpVW2Q .text-wrapper .mbr-text {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uZZOkpVW2Q .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uZZOkpVW2Q .text-wrapper .mbr-text:last-child {
    margin-bottom: 0;
  }
}
.cid-uZZOkpVW2Q .mbr-section-title {
  color: #F9F6E0;
}
.cid-uZZOkpVW2Q .mbr-desc {
  color: #F9F6E0;
  text-align: center;
}
.cid-uZZOkpVW2Q .mbr-text {
  color: #F9F6E0;
  text-align: left;
}
.cid-uZZOkpVW2Q .mbr-section-btn {
  text-align: right;
}
.cid-uZZOkpVW2Q .mbr-section-title,
.cid-uZZOkpVW2Q .mbr-section-btn {
  text-align: center;
}
.cid-uZZOkq5icy {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZZOkq5icy .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uZZOkq5icy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZZOkq5icy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZZOkq5icy .item-wrapper {
  background: #050b1d;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uZZOkq5icy .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uZZOkq5icy .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uZZOkq5icy .card-title,
.cid-uZZOkq5icy .iconfont-wrapper {
  color: #a0e2e1;
  text-align: center;
}
.cid-uZZOkq5icy .content-head {
  max-width: 800px;
}
.cid-uZZOkq5icy .mbr-section-title {
  color: #d4b464;
}
.cid-uZZOkq5icy .mbr-section-subtitle {
  color: #edefeb;
}
.cid-uZZOkq5icy .card-text {
  color: #edefeb;
  text-align: center;
}
.cid-uZZOkq5icy .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZZOkq5icy .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v0PV55IXkC {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0PV55IXkC .mbr-overlay {
  background-color: #000312;
  opacity: 0.9;
}
.cid-v0PV55IXkC textarea {
  min-height: 150px;
}
.cid-v0PV55IXkC input[name='yourSubject'] {
  margin-top: 1.5rem;
}
.cid-v0PV55IXkC textarea[name='yourMessage'] {
  margin-top: 0.3rem;
}
.cid-v0PV55IXkC .form-control,
.cid-v0PV55IXkC .field-input {
  padding: 1rem 0rem;
  background-color: #edefeb;
  border: none !important;
  border-bottom: 2px solid #e6b103 !important;
  border-color: #e6b103 !important;
  color: #052d4e !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-v0PV55IXkC .form-control input::-webkit-input-placeholder,
.cid-v0PV55IXkC .field-input input::-webkit-input-placeholder,
.cid-v0PV55IXkC .form-control textarea::-webkit-input-placeholder,
.cid-v0PV55IXkC .field-input textarea::-webkit-input-placeholder {
  color: #232323 !important;
}
.cid-v0PV55IXkC .form-control input:-moz-placeholder,
.cid-v0PV55IXkC .field-input input:-moz-placeholder,
.cid-v0PV55IXkC .form-control textarea:-moz-placeholder,
.cid-v0PV55IXkC .field-input textarea:-moz-placeholder {
  color: #232323 !important;
}
.cid-v0PV55IXkC .jq-number__spin:hover,
.cid-v0PV55IXkC .jq-number__spin:focus {
  background-color: #052d4e;
  border-color: #e9204f !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-v0PV55IXkC .jq-number__spin {
  background-color: #edefeb;
  border-color: #e6b103 !important;
  color: #052d4e;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v0PV55IXkC .jq-selectbox li,
.cid-v0PV55IXkC .jq-selectbox li {
  background-color: #edefeb;
  color: #000000;
}
.cid-v0PV55IXkC .jq-selectbox li:hover,
.cid-v0PV55IXkC .jq-selectbox li.selected {
  background-color: #052d4e;
  color: #ffffff;
}
.cid-v0PV55IXkC .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-v0PV55IXkC .jq-number__spin.minus:hover:after,
.cid-v0PV55IXkC .jq-number__spin.plus:hover:after {
  border-top-color: #edefeb;
  border-bottom-color: #edefeb;
}
.cid-v0PV55IXkC .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-v0PV55IXkC .jq-number__spin.minus:after,
.cid-v0PV55IXkC .jq-number__spin.plus:after {
  border-top-color: #052d4e;
  border-bottom-color: #052d4e;
}
@media (max-width: 992px) {
  .cid-v0PV55IXkC .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
  .cid-v0PV55IXkC .social-list {
    margin-bottom: 3rem;
  }
  .cid-v0PV55IXkC .email-input {
    margin-top: 2rem;
  }
}
.cid-v0PV55IXkC .mbr-section-subtitle {
  color: #a96708;
  margin-bottom: 2.4rem;
  text-align: left;
}
.cid-v0PV55IXkC .mbr-text {
  color: #acacac;
  margin-bottom: 3.5rem;
}
.cid-v0PV55IXkC .mbr-iconfont-social {
  font-size: 1rem;
  color: #edefeb;
  margin-right: 0.6rem;
}
.cid-v0PV55IXkC .mbr-iconfont-social:before {
  padding: 1rem;
  border: 2px solid;
  border-radius: 100px;
  border-color: #a96708;
  transition: all 0.3s;
}
.cid-v0PV55IXkC .mbr-iconfont-social:hover {
  color: #a96708;
}
.cid-v0PV55IXkC .social-list {
  display: flex;
}
.cid-v0PV55IXkC .social-list a {
  transition: 0.3s;
}
.cid-v0PV55IXkC .social-list a:hover {
  transform: translateY(-8px);
}
.cid-v0PV55IXkC .row {
  align-items: center;
}
.cid-v0PV55IXkC .mbr-section-title {
  margin-bottom: 1.3rem;
}
.cid-v0PV55IXkC .btn {
  font-weight: bold;
  padding: 1rem 5.5rem;
}
.cid-v0PV55IXkC .form-btn {
  margin-top: 2.5rem;
}
.cid-v0PV55IXkC input::-webkit-input-placeholder,
.cid-v0PV55IXkC textarea::-webkit-input-placeholder {
  color: #232323 !important;
}
.cid-v0PV55IXkC input:-moz-placeholder,
.cid-v0PV55IXkC textarea:-moz-placeholder {
  color: #232323 !important;
}
@media (min-width: 992px) {
  .cid-v0PV55IXkC .media-content {
    padding-right: 3rem;
  }
  .cid-v0PV55IXkC .email-input {
    padding-left: 2.2rem;
  }
}
@media (min-width: 767px) {
  .cid-v0PV55IXkC .row {
    padding: 0 1rem;
  }
}
.cid-v0PV55IXkC .btn:hover {
  background-color: #a96708 !important;
  border-color: #a96708 !important;
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-v0PV55IXkC .form-btn {
    width: 100%;
  }
  .cid-v0PV55IXkC .btn {
    width: 100%;
  }
}
.cid-v0PV55IXkC H1 {
  text-align: left;
}
.cid-v0PV55IXkC .mbr-text,
.cid-v0PV55IXkC .mbr-section-btn {
  text-align: left;
}
.cid-v0PV5H4dzY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0PV5H4dzY .svg-top {
  display: none;
}
.cid-v0PV5H4dzY .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-v0PV5H4dzY .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #000312;
}
.cid-v0PV5H4dzY .svg-top .st0 {
  fill: "file:///D:/%D8%A3%D8%AA%D9%88%D8%A7%D8%AC%20%D9%84%D9%84%D8%AA%D9%82%D9%86%D9%8A%D8%A9/website%20atwage/fs6/assets/images/bl3-725x416.png";
}
@media (max-width: 992px) {
  .cid-v0PV5H4dzY .svg-top {
    width: 1000px;
  }
}
.cid-v0PV5H4dzY .google-map {
  height: 35rem;
  position: relative;
}
.cid-v0PV5H4dzY .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v0PV5H4dzY .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-v0PV5H4dzY .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v0PV5H4dzY .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v0PV5H4dzY .mbr-section-title {
  color: #1a449a;
}
.cid-v0PV5H4dzY .mbr-section-subtitle {
  color: #1a449a;
}
.cid-v0PV6EMV7a {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0PV6EMV7a [class^='socicon-']:before,
.cid-v0PV6EMV7a [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-v0PV6EMV7a .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #a96708;
  transition: all 0.3s;
  border-color: #a96708;
}
.cid-v0PV6EMV7a .btn-social:hover {
  background: #a96708;
}
.cid-v0PV6EMV7a .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-v0PV6EMV7a .btn-social:hover span {
  color: #ffffff !important;
}
.cid-v0PV6EMV7a .mbr-section-title {
  color: #2e6b75;
}
.cid-v0PV6EMV7a .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-v0PV6EMV7a .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0PV6EMV7a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0PV6EMV7a .mbr-section-title,
.cid-v0PV6EMV7a .mbr-social-likes {
  color: #edefeb;
}
.cid-v0Q9Fesh93 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0Q9Fesh93 .content {
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}
@media (max-width: 1024px) {
  .cid-v0Q9Fesh93 .content {
    flex-wrap: wrap;
  }
}
.cid-v0Q9Fesh93 h2,
.cid-v0Q9Fesh93 h4,
.cid-v0Q9Fesh93 h3,
.cid-v0Q9Fesh93 h6,
.cid-v0Q9Fesh93 p,
.cid-v0Q9Fesh93 ul {
  margin: 0;
}
.cid-v0Q9Fesh93 ul {
  padding: 0;
  list-style-type: none;
}
.cid-v0Q9Fesh93 .heading {
  width: 35%;
  margin-bottom: 37px;
}
@media (max-width: 1024px) {
  .cid-v0Q9Fesh93 .heading {
    width: 100%;
  }
}
.cid-v0Q9Fesh93 .heading-inner {
  max-width: 476px;
}
.cid-v0Q9Fesh93 .mbr-section-title {
  color: #a6a99c;
  text-align: center;
}
.cid-v0Q9Fesh93 .mbr-section-subtitle {
  color: #edefeb;
  text-align: center;
}
.cid-v0Q9Fesh93 .cards {
  width: 65%;
  display: flex;
}
@media (max-width: 1024px) {
  .cid-v0Q9Fesh93 .cards {
    width: 100%;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-v0Q9Fesh93 .cards {
    flex-direction: column;
    padding-top: 0px;
  }
}
.cid-v0Q9Fesh93 .card {
  width: 34%;
}
@media (max-width: 1024px) {
  .cid-v0Q9Fesh93 .card {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v0Q9Fesh93 .card {
    width: 100%;
    padding-top: 30px;
  }
}
.cid-v0Q9Fesh93 .mbr-card-title {
  color: #a96708;
  margin-bottom: 3px;
  text-align: center;
}
.cid-v0Q9Fesh93 .mbr-card-subtitle {
  color: #6b6b6b;
}
.cid-v0Q9Fesh93 .list {
  padding-top: 5px;
  margin-bottom: 24px;
  color: #ffffff;
  text-align: center;
}
.cid-v0PV7Hq66n {
  background-color: #000312;
}
.cid-v0PV7Hq66n .content {
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
}
.cid-v0PV7Hq66n .content img {
  width: 43px;
  height: 43px;
  object-fit: cover;
  margin-right: 15px;
}
.cid-v0PV7Hq66n .content p {
  margin: 0;
}
.cid-v0PV7Hq66n .mbr-text {
  color: #ffffff;
}
.cid-v0PTnkp56a {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v0PTnkp56a .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0PTnkp56a .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-v0PTnkp56a .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v0PTnkp56a .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v0PTnkp56a .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v0PTnkp56a .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0PTnkp56a .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0PTnkp56a .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-v0PTnkp56a .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v0PTnkp56a .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v0PTnkp56a .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v0PTnkp56a .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v0PTnkp56a .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v0PTnkp56a .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v0PTnkp56a .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-v0PTnkp56a .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v0PTnkp56a .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v0PTnkp56a .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v0PTnkp56a .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v0PTnkp56a .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v0PTnkp56a .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v0PTnkp56a .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(0, 3, 18, 0.4) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #000312;
}
@media (max-width: 992px) {
  .cid-v0PTnkp56a .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v0PTnkp56a .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-v0PTnkp56a .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-v0PTnkp56a .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v0PTnkp56a .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000312;
  background: rgba(0, 3, 18, 0.4) !important;
  backdrop-filter: blur(10px);
}
.cid-v0PTnkp56a .nav-item:focus,
.cid-v0PTnkp56a .nav-link:focus {
  outline: none;
}
.cid-v0PTnkp56a .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0PTnkp56a .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0PTnkp56a .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0PTnkp56a .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0PTnkp56a .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0PTnkp56a .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0PTnkp56a .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v0PTnkp56a .navbar.opened {
  transition: all 0.3s;
}
.cid-v0PTnkp56a .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0PTnkp56a .navbar .navbar-logo img {
  width: auto;
}
.cid-v0PTnkp56a .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v0PTnkp56a .navbar.collapsed {
  justify-content: center;
}
.cid-v0PTnkp56a .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0PTnkp56a .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0PTnkp56a .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.6rem);
  }
}
.cid-v0PTnkp56a .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0PTnkp56a .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0PTnkp56a .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v0PTnkp56a .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0PTnkp56a .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0PTnkp56a .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v0PTnkp56a .navbar {
    min-height: 72px;
  }
  .cid-v0PTnkp56a .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v0PTnkp56a .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0PTnkp56a .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0PTnkp56a .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0PTnkp56a .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0PTnkp56a .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v0PTnkp56a .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0PTnkp56a .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v0PTnkp56a .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0PTnkp56a .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0PTnkp56a .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v0PTnkp56a .dropdown-item.active,
.cid-v0PTnkp56a .dropdown-item:active {
  background-color: transparent;
}
.cid-v0PTnkp56a .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0PTnkp56a .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0PTnkp56a .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0PTnkp56a .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000312;
}
.cid-v0PTnkp56a .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v0PTnkp56a .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v0PTnkp56a ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0PTnkp56a .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v0PTnkp56a .navbar-buttons {
    text-align: left;
  }
}
.cid-v0PTnkp56a button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0PTnkp56a button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v0PTnkp56a button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0PTnkp56a button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0PTnkp56a button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0PTnkp56a button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0PTnkp56a nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0PTnkp56a nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0PTnkp56a nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0PTnkp56a nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0PTnkp56a .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v0PTnkp56a a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0PTnkp56a .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v0PTnkp56a .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0PTnkp56a .navbar {
    height: 70px;
  }
  .cid-v0PTnkp56a .navbar.opened {
    height: auto;
  }
  .cid-v0PTnkp56a .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0PTnkp56a .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v0PTnkp56a .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v0PTnkp56a .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v0PTnkp56a .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v0PTnkp56a .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v0PTnkp56a .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v0PTnkp56a .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v0PTnkp56a .navbar-brand {
    margin-right: auto;
  }
  .cid-v0PTnkp56a .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000312;
    opacity: 1;
    border-color: rgba(0, 3, 18, 0.4) !important;
    background: rgba(0, 3, 18, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v0PTnkp56a .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v0PTnkp56a .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v0PTnkp56a .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v0PTnkp56a .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v0PTnkp56a .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v0PTnkp56a .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v0PTnkp56a .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v0PTnkp56a .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v0PTnkp56a .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v0PTnkp56a .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v0PTHcYCia {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0PTHcYCia .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0PTHcYCia .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0PTHcYCia .content-wrap {
  margin: 0;
}
.cid-v0PTHcYCia .content-wrap .card {
  padding: 0;
  justify-content: center;
}
.cid-v0PTHcYCia .content-wrapper {
  padding-right: 112px;
}
@media (max-width: 1440px) {
  .cid-v0PTHcYCia .content-wrapper {
    padding-right: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-v0PTHcYCia .content-wrapper {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v0PTHcYCia .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-v0PTHcYCia .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v0PTHcYCia .video-wrapper {
  padding-left: 112px;
  border-left: 3px dashed #d4b464;
}
@media (max-width: 1440px) {
  .cid-v0PTHcYCia .video-wrapper {
    padding-left: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-v0PTHcYCia .video-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v0PTHcYCia .video-wrapper {
    padding-left: 0;
    border-left: none;
    border-top: 3px dashed #d4b464;
    padding-top: 22px;
  }
}
.cid-v0PTHcYCia .mbr-section-title {
  color: #c10b02;
  text-align: center;
}
.cid-v0PTHcYCia .mbr-text,
.cid-v0PTHcYCia .text-wrapper {
  color: #4b4949;
  text-align: center;
}
.cid-v0PTHcYCia .mbr-section-title,
.cid-v0PTHcYCia .mbr-section-btn {
  color: #d4b464;
}
.cid-v0PTIm6f8G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0PTIm6f8G .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0PTIm6f8G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0PTIm6f8G .row {
  margin: 0 -40px;
}
.cid-v0PTIm6f8G .row .card {
  padding: 0 40px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v0PTIm6f8G .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v0PTIm6f8G .content-wrapper .tags-wrapper {
  margin-bottom: 16px;
}
.cid-v0PTIm6f8G .content-wrapper .tags-wrapper .tags-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  padding: 1px;
  overflow: hidden;
}
.cid-v0PTIm6f8G .content-wrapper .tags-wrapper .tags-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(245deg, #323232 0, transparent 140%);
  z-index: -1;
}
.cid-v0PTIm6f8G .content-wrapper .tags-wrapper .tags-wrap .tags-content {
  padding: 5px;
  background-color: #000000;
}
.cid-v0PTIm6f8G .content-wrapper .tags-wrapper .tags-wrap .tags-content .mbr-tag_1 {
  display: inline-flex;
  padding: 0 8px;
  background-color: #ffdf7d;
  margin-bottom: 0;
}
.cid-v0PTIm6f8G .content-wrapper .tags-wrapper .tags-wrap .tags-content .mbr-tag_2 {
  display: inline-flex;
  padding: 0 6px;
  margin-bottom: 0;
}
.cid-v0PTIm6f8G .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v0PTIm6f8G .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v0PTIm6f8G .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v0PTIm6f8G .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0PTIm6f8G .image-wrapper {
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 1px;
}
.cid-v0PTIm6f8G .image-wrapper .border-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d4b464;
  pointer-events: none;
}
.cid-v0PTIm6f8G .image-wrapper .gradient-wrapper {
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 100px;
  width: 100%;
  background-image: linear-gradient(180deg, transparent 0, #000000 100%);
  pointer-events: none;
  z-index: 2;
}
.cid-v0PTIm6f8G .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
  background-color: #050b1d;
  padding: 48px 0 0 48px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v0PTIm6f8G .image-wrapper .image-wrap {
    padding: 16px;
  }
}
.cid-v0PTIm6f8G .image-wrapper .image-wrap img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v0PTIm6f8G .image-wrapper .image-wrap img {
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
}
@media (max-width: 992px) {
  .cid-v0PTIm6f8G .image-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-v0PTIm6f8G .mbr-tag_1,
.cid-v0PTIm6f8G .tags-wrapper {
  color: #000000;
}
.cid-v0PTIm6f8G .mbr-tag_2 {
  color: #ffdf7d;
}
.cid-v0PTIm6f8G .mbr-section-title {
  color: #ffffff;
}
.cid-v0PTIm6f8G .mbr-text,
.cid-v0PTIm6f8G .text-wrapper {
  color: #edefeb;
  text-align: left;
}
.cid-uZZQmRPHKB {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZZQmRPHKB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZZQmRPHKB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZZQmRPHKB img {
  border-radius: 3rem;
  border-bottom-left-radius: 20rem;
}
@media (max-width: 767px) {
  .cid-uZZQmRPHKB img {
    border-bottom-left-radius: 3rem;
  }
}
.cid-uZZQmRPHKB .row {
  flex-direction: row-reverse;
}
.cid-uZZQmRPHKB .row {
  align-items: center;
}
.cid-uZZQmRPHKB .mbr-section-title {
  color: #a0e2e1;
  text-align: left;
}
.cid-uZZQmRPHKB .mbr-text,
.cid-uZZQmRPHKB .mbr-section-btn {
  color: #edefeb;
  text-align: left;
}
.cid-uZZQmS1GOG {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZZQmS1GOG .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uZZQmS1GOG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZZQmS1GOG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZZQmS1GOG .item-wrapper {
  background: #050b1d;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uZZQmS1GOG .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uZZQmS1GOG .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uZZQmS1GOG .card-title,
.cid-uZZQmS1GOG .iconfont-wrapper {
  color: #a0e2e1;
  text-align: center;
}
.cid-uZZQmS1GOG .content-head {
  max-width: 800px;
}
.cid-uZZQmS1GOG .mbr-section-title {
  color: #d4b464;
}
.cid-uZZQmS1GOG .mbr-section-subtitle {
  color: #f7f7f7;
}
.cid-uZZQmS1GOG .card-text {
  color: #edefeb;
  text-align: center;
}
.cid-uZZQmS1GOG .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZZQmS1GOG .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uZZQmSnyVG {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZZQmSnyVG ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uZZQmSnyVG li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uZZQmSnyVG ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #000312;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uZZQmSnyVG H3 {
  color: #a0e2e1;
  text-align: left;
}
.cid-uZZQmSnyVG .list {
  color: #ffffff;
  text-align: left;
}
.cid-uZZQmSnyVG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZZQmSnyVG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0PUohaT4S {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0PUohaT4S .mbr-overlay {
  background-color: #000312;
  opacity: 0.9;
}
.cid-v0PUohaT4S textarea {
  min-height: 150px;
}
.cid-v0PUohaT4S input[name='yourSubject'] {
  margin-top: 1.5rem;
}
.cid-v0PUohaT4S textarea[name='yourMessage'] {
  margin-top: 0.3rem;
}
.cid-v0PUohaT4S .form-control,
.cid-v0PUohaT4S .field-input {
  padding: 1rem 0rem;
  background-color: #edefeb;
  border: none !important;
  border-bottom: 2px solid #e6b103 !important;
  border-color: #e6b103 !important;
  color: #052d4e !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-v0PUohaT4S .form-control input::-webkit-input-placeholder,
.cid-v0PUohaT4S .field-input input::-webkit-input-placeholder,
.cid-v0PUohaT4S .form-control textarea::-webkit-input-placeholder,
.cid-v0PUohaT4S .field-input textarea::-webkit-input-placeholder {
  color: #232323 !important;
}
.cid-v0PUohaT4S .form-control input:-moz-placeholder,
.cid-v0PUohaT4S .field-input input:-moz-placeholder,
.cid-v0PUohaT4S .form-control textarea:-moz-placeholder,
.cid-v0PUohaT4S .field-input textarea:-moz-placeholder {
  color: #232323 !important;
}
.cid-v0PUohaT4S .jq-number__spin:hover,
.cid-v0PUohaT4S .jq-number__spin:focus {
  background-color: #052d4e;
  border-color: #e9204f !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-v0PUohaT4S .jq-number__spin {
  background-color: #edefeb;
  border-color: #e6b103 !important;
  color: #052d4e;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v0PUohaT4S .jq-selectbox li,
.cid-v0PUohaT4S .jq-selectbox li {
  background-color: #edefeb;
  color: #000000;
}
.cid-v0PUohaT4S .jq-selectbox li:hover,
.cid-v0PUohaT4S .jq-selectbox li.selected {
  background-color: #052d4e;
  color: #ffffff;
}
.cid-v0PUohaT4S .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-v0PUohaT4S .jq-number__spin.minus:hover:after,
.cid-v0PUohaT4S .jq-number__spin.plus:hover:after {
  border-top-color: #edefeb;
  border-bottom-color: #edefeb;
}
.cid-v0PUohaT4S .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-v0PUohaT4S .jq-number__spin.minus:after,
.cid-v0PUohaT4S .jq-number__spin.plus:after {
  border-top-color: #052d4e;
  border-bottom-color: #052d4e;
}
@media (max-width: 992px) {
  .cid-v0PUohaT4S .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
  .cid-v0PUohaT4S .social-list {
    margin-bottom: 3rem;
  }
  .cid-v0PUohaT4S .email-input {
    margin-top: 2rem;
  }
}
.cid-v0PUohaT4S .mbr-section-subtitle {
  color: #a96708;
  margin-bottom: 2.4rem;
  text-align: left;
}
.cid-v0PUohaT4S .mbr-text {
  color: #acacac;
  margin-bottom: 3.5rem;
}
.cid-v0PUohaT4S .mbr-iconfont-social {
  font-size: 1rem;
  color: #edefeb;
  margin-right: 0.6rem;
}
.cid-v0PUohaT4S .mbr-iconfont-social:before {
  padding: 1rem;
  border: 2px solid;
  border-radius: 100px;
  border-color: #a96708;
  transition: all 0.3s;
}
.cid-v0PUohaT4S .mbr-iconfont-social:hover {
  color: #a96708;
}
.cid-v0PUohaT4S .social-list {
  display: flex;
}
.cid-v0PUohaT4S .social-list a {
  transition: 0.3s;
}
.cid-v0PUohaT4S .social-list a:hover {
  transform: translateY(-8px);
}
.cid-v0PUohaT4S .row {
  align-items: center;
}
.cid-v0PUohaT4S .mbr-section-title {
  margin-bottom: 1.3rem;
}
.cid-v0PUohaT4S .btn {
  font-weight: bold;
  padding: 1rem 5.5rem;
}
.cid-v0PUohaT4S .form-btn {
  margin-top: 2.5rem;
}
.cid-v0PUohaT4S input::-webkit-input-placeholder,
.cid-v0PUohaT4S textarea::-webkit-input-placeholder {
  color: #232323 !important;
}
.cid-v0PUohaT4S input:-moz-placeholder,
.cid-v0PUohaT4S textarea:-moz-placeholder {
  color: #232323 !important;
}
@media (min-width: 992px) {
  .cid-v0PUohaT4S .media-content {
    padding-right: 3rem;
  }
  .cid-v0PUohaT4S .email-input {
    padding-left: 2.2rem;
  }
}
@media (min-width: 767px) {
  .cid-v0PUohaT4S .row {
    padding: 0 1rem;
  }
}
.cid-v0PUohaT4S .btn:hover {
  background-color: #a96708 !important;
  border-color: #a96708 !important;
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-v0PUohaT4S .form-btn {
    width: 100%;
  }
  .cid-v0PUohaT4S .btn {
    width: 100%;
  }
}
.cid-v0PUohaT4S H1 {
  text-align: left;
}
.cid-v0PUohaT4S .mbr-text,
.cid-v0PUohaT4S .mbr-section-btn {
  text-align: left;
}
.cid-v0PUoMhlQi {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0PUoMhlQi .svg-top {
  display: none;
}
.cid-v0PUoMhlQi .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-v0PUoMhlQi .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #000312;
}
.cid-v0PUoMhlQi .svg-top .st0 {
  fill: "file:///D:/%D8%A3%D8%AA%D9%88%D8%A7%D8%AC%20%D9%84%D9%84%D8%AA%D9%82%D9%86%D9%8A%D8%A9/website%20atwage/fs6/assets/images/bl3-725x416.png";
}
@media (max-width: 992px) {
  .cid-v0PUoMhlQi .svg-top {
    width: 1000px;
  }
}
.cid-v0PUoMhlQi .google-map {
  height: 35rem;
  position: relative;
}
.cid-v0PUoMhlQi .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v0PUoMhlQi .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-v0PUoMhlQi .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v0PUoMhlQi .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v0PUoMhlQi .mbr-section-title {
  color: #1a449a;
}
.cid-v0PUoMhlQi .mbr-section-subtitle {
  color: #1a449a;
}
.cid-v0PUpEpeu4 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0PUpEpeu4 [class^='socicon-']:before,
.cid-v0PUpEpeu4 [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-v0PUpEpeu4 .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #a96708;
  transition: all 0.3s;
  border-color: #a96708;
}
.cid-v0PUpEpeu4 .btn-social:hover {
  background: #a96708;
}
.cid-v0PUpEpeu4 .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-v0PUpEpeu4 .btn-social:hover span {
  color: #ffffff !important;
}
.cid-v0PUpEpeu4 .mbr-section-title {
  color: #2e6b75;
}
.cid-v0PUpEpeu4 .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-v0PUpEpeu4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0PUpEpeu4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0PUpEpeu4 .mbr-section-title,
.cid-v0PUpEpeu4 .mbr-social-likes {
  color: #edefeb;
}
.cid-v0Q9xNgSk5 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0Q9xNgSk5 .content {
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}
@media (max-width: 1024px) {
  .cid-v0Q9xNgSk5 .content {
    flex-wrap: wrap;
  }
}
.cid-v0Q9xNgSk5 h2,
.cid-v0Q9xNgSk5 h4,
.cid-v0Q9xNgSk5 h3,
.cid-v0Q9xNgSk5 h6,
.cid-v0Q9xNgSk5 p,
.cid-v0Q9xNgSk5 ul {
  margin: 0;
}
.cid-v0Q9xNgSk5 ul {
  padding: 0;
  list-style-type: none;
}
.cid-v0Q9xNgSk5 .heading {
  width: 35%;
  margin-bottom: 37px;
}
@media (max-width: 1024px) {
  .cid-v0Q9xNgSk5 .heading {
    width: 100%;
  }
}
.cid-v0Q9xNgSk5 .heading-inner {
  max-width: 476px;
}
.cid-v0Q9xNgSk5 .mbr-section-title {
  color: #a6a99c;
  text-align: center;
}
.cid-v0Q9xNgSk5 .mbr-section-subtitle {
  color: #edefeb;
  text-align: center;
}
.cid-v0Q9xNgSk5 .cards {
  width: 65%;
  display: flex;
}
@media (max-width: 1024px) {
  .cid-v0Q9xNgSk5 .cards {
    width: 100%;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-v0Q9xNgSk5 .cards {
    flex-direction: column;
    padding-top: 0px;
  }
}
.cid-v0Q9xNgSk5 .card {
  width: 34%;
}
@media (max-width: 1024px) {
  .cid-v0Q9xNgSk5 .card {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v0Q9xNgSk5 .card {
    width: 100%;
    padding-top: 30px;
  }
}
.cid-v0Q9xNgSk5 .mbr-card-title {
  color: #a96708;
  margin-bottom: 3px;
  text-align: center;
}
.cid-v0Q9xNgSk5 .mbr-card-subtitle {
  color: #6b6b6b;
}
.cid-v0Q9xNgSk5 .list {
  padding-top: 5px;
  margin-bottom: 24px;
  color: #ffffff;
  text-align: center;
}
.cid-v0PUr7MEkV {
  background-color: #000312;
}
.cid-v0PUr7MEkV .content {
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
}
.cid-v0PUr7MEkV .content img {
  width: 43px;
  height: 43px;
  object-fit: cover;
  margin-right: 15px;
}
.cid-v0PUr7MEkV .content p {
  margin: 0;
}
.cid-v0PUr7MEkV .mbr-text {
  color: #ffffff;
}
.cid-v0PSjP5Iz4 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v0PSjP5Iz4 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0PSjP5Iz4 .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-v0PSjP5Iz4 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v0PSjP5Iz4 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v0PSjP5Iz4 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v0PSjP5Iz4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0PSjP5Iz4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0PSjP5Iz4 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-v0PSjP5Iz4 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v0PSjP5Iz4 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v0PSjP5Iz4 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v0PSjP5Iz4 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v0PSjP5Iz4 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v0PSjP5Iz4 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v0PSjP5Iz4 .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-v0PSjP5Iz4 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v0PSjP5Iz4 .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v0PSjP5Iz4 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v0PSjP5Iz4 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v0PSjP5Iz4 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v0PSjP5Iz4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v0PSjP5Iz4 .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(0, 3, 18, 0.4) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #000312;
}
@media (max-width: 992px) {
  .cid-v0PSjP5Iz4 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v0PSjP5Iz4 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-v0PSjP5Iz4 .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-v0PSjP5Iz4 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v0PSjP5Iz4 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000312;
  background: rgba(0, 3, 18, 0.4) !important;
  backdrop-filter: blur(10px);
}
.cid-v0PSjP5Iz4 .nav-item:focus,
.cid-v0PSjP5Iz4 .nav-link:focus {
  outline: none;
}
.cid-v0PSjP5Iz4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0PSjP5Iz4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0PSjP5Iz4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0PSjP5Iz4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0PSjP5Iz4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0PSjP5Iz4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0PSjP5Iz4 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v0PSjP5Iz4 .navbar.opened {
  transition: all 0.3s;
}
.cid-v0PSjP5Iz4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0PSjP5Iz4 .navbar .navbar-logo img {
  width: auto;
}
.cid-v0PSjP5Iz4 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v0PSjP5Iz4 .navbar.collapsed {
  justify-content: center;
}
.cid-v0PSjP5Iz4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0PSjP5Iz4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0PSjP5Iz4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.6rem);
  }
}
.cid-v0PSjP5Iz4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0PSjP5Iz4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0PSjP5Iz4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v0PSjP5Iz4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0PSjP5Iz4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0PSjP5Iz4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v0PSjP5Iz4 .navbar {
    min-height: 72px;
  }
  .cid-v0PSjP5Iz4 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v0PSjP5Iz4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0PSjP5Iz4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0PSjP5Iz4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0PSjP5Iz4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0PSjP5Iz4 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v0PSjP5Iz4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0PSjP5Iz4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v0PSjP5Iz4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0PSjP5Iz4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0PSjP5Iz4 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v0PSjP5Iz4 .dropdown-item.active,
.cid-v0PSjP5Iz4 .dropdown-item:active {
  background-color: transparent;
}
.cid-v0PSjP5Iz4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0PSjP5Iz4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0PSjP5Iz4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0PSjP5Iz4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000312;
}
.cid-v0PSjP5Iz4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v0PSjP5Iz4 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v0PSjP5Iz4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0PSjP5Iz4 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v0PSjP5Iz4 .navbar-buttons {
    text-align: left;
  }
}
.cid-v0PSjP5Iz4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0PSjP5Iz4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v0PSjP5Iz4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0PSjP5Iz4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0PSjP5Iz4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0PSjP5Iz4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0PSjP5Iz4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0PSjP5Iz4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0PSjP5Iz4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0PSjP5Iz4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0PSjP5Iz4 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v0PSjP5Iz4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0PSjP5Iz4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v0PSjP5Iz4 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0PSjP5Iz4 .navbar {
    height: 70px;
  }
  .cid-v0PSjP5Iz4 .navbar.opened {
    height: auto;
  }
  .cid-v0PSjP5Iz4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0PSjP5Iz4 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v0PSjP5Iz4 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v0PSjP5Iz4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v0PSjP5Iz4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v0PSjP5Iz4 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v0PSjP5Iz4 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v0PSjP5Iz4 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v0PSjP5Iz4 .navbar-brand {
    margin-right: auto;
  }
  .cid-v0PSjP5Iz4 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000312;
    opacity: 1;
    border-color: rgba(0, 3, 18, 0.4) !important;
    background: rgba(0, 3, 18, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v0PSjP5Iz4 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v0PSjP5Iz4 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v0PSjP5Iz4 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v0PSjP5Iz4 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v0PSjP5Iz4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v0PSjP5Iz4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v0PSjP5Iz4 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v0PSjP5Iz4 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v0PSjP5Iz4 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v0PSjP5Iz4 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZZSZ0Sy6i {
  padding-top: 10rem;
  padding-bottom: 12rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZZSZ0Sy6i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZZSZ0Sy6i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZZSZ0Sy6i .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uZZSZ0Sy6i .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uZZSZ0Sy6i .container {
    padding: 0 24px;
  }
}
.cid-uZZSZ0Sy6i .row {
  position: relative;
}
.cid-uZZSZ0Sy6i .row .card {
  justify-content: center;
}
.cid-uZZSZ0Sy6i .row .decor-wrapper {
  position: absolute;
  bottom: -16rem;
  right: -58rem;
  border: 120px solid #d4b464;
  width: 2000px;
  height: 1000px;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uZZSZ0Sy6i .row .decor-wrapper {
    right: -20rem;
  }
}
@media (max-width: 768px) {
  .cid-uZZSZ0Sy6i .row .decor-wrapper {
    height: 500px;
    right: -10rem;
  }
}
.cid-uZZSZ0Sy6i .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-uZZSZ0Sy6i .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZZSZ0Sy6i .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uZZSZ0Sy6i .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uZZSZ0Sy6i .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZZSZ0Sy6i .title-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uZZSZ0Sy6i .title-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-uZZSZ0Sy6i .image-wrapper {
  position: relative;
}
.cid-uZZSZ0Sy6i .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uZZSZ0Sy6i .image-wrapper img {
    height: 350px;
  }
}
.cid-uZZSZ0Sy6i .mbr-section-title {
  color: #F5DF4D;
}
.cid-uZZSZ0Sy6i .mbr-text {
  color: #FF3399;
}
.cid-uZZSZ0Sy6i .mbr-section-title,
.cid-uZZSZ0Sy6i .mbr-section-btn {
  text-align: center;
  color: #d4b464;
}
.cid-uZZSZ0Sy6i .mbr-text,
.cid-uZZSZ0Sy6i .mbr-section-btn {
  text-align: center;
  color: #edefeb;
}
.cid-uZZSZ173xb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZZSZ173xb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZZSZ173xb .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-uZZSZ173xb .row {
    padding: 0 13px;
  }
}
.cid-uZZSZ173xb .image-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZZSZ173xb .image-wrap .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uZZSZ173xb .image-wrap .image-wrapper img {
  height: 210px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uZZSZ173xb .image-wrap .image-wrapper img {
    max-width: 240px;
    margin: 0 auto;
  }
}
.cid-uZZSZ173xb .text-wrapper {
  padding-left: 20px;
  padding-left: 0;
  padding-right: 20px;
}
@media (max-width: 992px) {
  .cid-uZZSZ173xb .text-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uZZSZ173xb .text-wrapper {
    padding: 0;
  }
}
.cid-uZZSZ173xb .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .85;
}
.cid-uZZSZ173xb .text-wrapper .mbr-name {
  margin: 34px 0 0;
  opacity: .85;
}
.cid-uZZSZ173xb .text-wrapper .mbr-role {
  margin: 24px 0 0;
  opacity: .85;
}
.cid-uZZSZ173xb .mbr-text {
  color: #a0e2e1;
  text-align: left;
}
.cid-uZZSZ173xb .mbr-name {
  color: #ffffff;
}
.cid-uZZSZ173xb .mbr-role {
  color: #edefeb;
  text-align: left;
}
.cid-uZZSZ1mNjA {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZZSZ1mNjA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZZSZ1mNjA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZZSZ1mNjA img {
  border-radius: 3rem;
  border-bottom-left-radius: 20rem;
}
@media (max-width: 767px) {
  .cid-uZZSZ1mNjA img {
    border-bottom-left-radius: 3rem;
  }
}
.cid-uZZSZ1mNjA .row {
  align-items: center;
}
.cid-uZZSZ1mNjA .mbr-section-title {
  color: #a0e2e1;
  text-align: left;
}
.cid-uZZSZ1mNjA .mbr-text,
.cid-uZZSZ1mNjA .mbr-section-btn {
  color: #edefeb;
  text-align: left;
}
.cid-uZZSZ1A98F {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZZSZ1A98F .mbr-overlay {
  background: #fafafa;
  opacity: 0.7;
}
.cid-uZZSZ1A98F img,
.cid-uZZSZ1A98F .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
}
.cid-uZZSZ1A98F .item:focus,
.cid-uZZSZ1A98F span:focus {
  outline: none;
}
.cid-uZZSZ1A98F .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uZZSZ1A98F .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #050b1d;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-uZZSZ1A98F .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-uZZSZ1A98F .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-uZZSZ1A98F .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-uZZSZ1A98F .item-content {
    padding: 1rem 0;
  }
}
.cid-uZZSZ1A98F .mbr-section-title {
  color: #052d4e;
}
.cid-uZZSZ1A98F .item-title {
  color: #d4b464;
  text-align: center;
}
.cid-uZZSZ1A98F .item-subtitle {
  color: #bec2cf;
}
.cid-uZZSZ1A98F .mbr-text,
.cid-uZZSZ1A98F .mbr-section-btn {
  color: #edefeb;
  text-align: center;
}
.cid-uZZSZ1A98F .mbr-link {
  color: #0196e3;
  display: block;
}
.cid-uZZSZ1Wt4i {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZZSZ1Wt4i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZZSZ1Wt4i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZZSZ1Wt4i .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZZSZ1Wt4i .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZZSZ1Wt4i .panel-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}
@media (max-width: 992px) {
  .cid-uZZSZ1Wt4i .panel-group {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uZZSZ1Wt4i .panel-group .content-wrap:nth-child(2) {
    margin-top: 20px;
  }
}
.cid-uZZSZ1Wt4i .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 12px;
  background-color: #050b1d;
}
.cid-uZZSZ1Wt4i .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uZZSZ1Wt4i .panel-group .card {
    padding: 20px;
    margin-top: 20px;
  }
}
.cid-uZZSZ1Wt4i .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uZZSZ1Wt4i .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uZZSZ1Wt4i .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uZZSZ1Wt4i .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #000312;
}
@media (max-width: 992px) {
  .cid-uZZSZ1Wt4i .panel-group .card .card-header .panel-title .icon-wrapper {
    width: 54px;
    height: 54px;
    min-width: 54px;
  }
}
.cid-uZZSZ1Wt4i .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 38px;
  transition: all 0.3s ease-in-out;
  color: #d4b464;
}
@media (max-width: 992px) {
  .cid-uZZSZ1Wt4i .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
    font-size: 28px;
  }
}
.cid-uZZSZ1Wt4i .panel-group .card .card-header .panel-title:hover .icon-wrapper {
  background-color: #d4b464;
}
.cid-uZZSZ1Wt4i .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  color: #f1f5eb;
}
.cid-uZZSZ1Wt4i .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uZZSZ1Wt4i .panel-group .card .panel-collapse .panel-body {
  margin: 30px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uZZSZ1Wt4i .panel-group .card .panel-collapse .panel-body {
    margin: 20px 0 0 0;
  }
}
.cid-uZZSZ1Wt4i .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uZZSZ1Wt4i .mbr-section-title,
.cid-uZZSZ1Wt4i .title-wrapper {
  color: #d4b464;
  text-align: center;
}
.cid-uZZSZ1Wt4i .panel-title-edit {
  color: #a0e2e1;
  text-align: left;
}
.cid-uZZSZ1Wt4i .panel-text {
  color: #323432;
}
.cid-uZZSZ1Wt4i .panel-text,
.cid-uZZSZ1Wt4i .panel-body {
  text-align: left;
  color: #edefeb;
}
.cid-v0PT96JWg4 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0PT96JWg4 .mbr-overlay {
  background-color: #000312;
  opacity: 0.9;
}
.cid-v0PT96JWg4 textarea {
  min-height: 150px;
}
.cid-v0PT96JWg4 input[name='yourSubject'] {
  margin-top: 1.5rem;
}
.cid-v0PT96JWg4 textarea[name='yourMessage'] {
  margin-top: 0.3rem;
}
.cid-v0PT96JWg4 .form-control,
.cid-v0PT96JWg4 .field-input {
  padding: 1rem 0rem;
  background-color: #edefeb;
  border: none !important;
  border-bottom: 2px solid #e6b103 !important;
  border-color: #e6b103 !important;
  color: #052d4e !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-v0PT96JWg4 .form-control input::-webkit-input-placeholder,
.cid-v0PT96JWg4 .field-input input::-webkit-input-placeholder,
.cid-v0PT96JWg4 .form-control textarea::-webkit-input-placeholder,
.cid-v0PT96JWg4 .field-input textarea::-webkit-input-placeholder {
  color: #232323 !important;
}
.cid-v0PT96JWg4 .form-control input:-moz-placeholder,
.cid-v0PT96JWg4 .field-input input:-moz-placeholder,
.cid-v0PT96JWg4 .form-control textarea:-moz-placeholder,
.cid-v0PT96JWg4 .field-input textarea:-moz-placeholder {
  color: #232323 !important;
}
.cid-v0PT96JWg4 .jq-number__spin:hover,
.cid-v0PT96JWg4 .jq-number__spin:focus {
  background-color: #052d4e;
  border-color: #e9204f !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-v0PT96JWg4 .jq-number__spin {
  background-color: #edefeb;
  border-color: #e6b103 !important;
  color: #052d4e;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v0PT96JWg4 .jq-selectbox li,
.cid-v0PT96JWg4 .jq-selectbox li {
  background-color: #edefeb;
  color: #000000;
}
.cid-v0PT96JWg4 .jq-selectbox li:hover,
.cid-v0PT96JWg4 .jq-selectbox li.selected {
  background-color: #052d4e;
  color: #ffffff;
}
.cid-v0PT96JWg4 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-v0PT96JWg4 .jq-number__spin.minus:hover:after,
.cid-v0PT96JWg4 .jq-number__spin.plus:hover:after {
  border-top-color: #edefeb;
  border-bottom-color: #edefeb;
}
.cid-v0PT96JWg4 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-v0PT96JWg4 .jq-number__spin.minus:after,
.cid-v0PT96JWg4 .jq-number__spin.plus:after {
  border-top-color: #052d4e;
  border-bottom-color: #052d4e;
}
@media (max-width: 992px) {
  .cid-v0PT96JWg4 .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
  .cid-v0PT96JWg4 .social-list {
    margin-bottom: 3rem;
  }
  .cid-v0PT96JWg4 .email-input {
    margin-top: 2rem;
  }
}
.cid-v0PT96JWg4 .mbr-section-subtitle {
  color: #a96708;
  margin-bottom: 2.4rem;
  text-align: left;
}
.cid-v0PT96JWg4 .mbr-text {
  color: #acacac;
  margin-bottom: 3.5rem;
}
.cid-v0PT96JWg4 .mbr-iconfont-social {
  font-size: 1rem;
  color: #edefeb;
  margin-right: 0.6rem;
}
.cid-v0PT96JWg4 .mbr-iconfont-social:before {
  padding: 1rem;
  border: 2px solid;
  border-radius: 100px;
  border-color: #a96708;
  transition: all 0.3s;
}
.cid-v0PT96JWg4 .mbr-iconfont-social:hover {
  color: #a96708;
}
.cid-v0PT96JWg4 .social-list {
  display: flex;
}
.cid-v0PT96JWg4 .social-list a {
  transition: 0.3s;
}
.cid-v0PT96JWg4 .social-list a:hover {
  transform: translateY(-8px);
}
.cid-v0PT96JWg4 .row {
  align-items: center;
}
.cid-v0PT96JWg4 .mbr-section-title {
  margin-bottom: 1.3rem;
}
.cid-v0PT96JWg4 .btn {
  font-weight: bold;
  padding: 1rem 5.5rem;
}
.cid-v0PT96JWg4 .form-btn {
  margin-top: 2.5rem;
}
.cid-v0PT96JWg4 input::-webkit-input-placeholder,
.cid-v0PT96JWg4 textarea::-webkit-input-placeholder {
  color: #232323 !important;
}
.cid-v0PT96JWg4 input:-moz-placeholder,
.cid-v0PT96JWg4 textarea:-moz-placeholder {
  color: #232323 !important;
}
@media (min-width: 992px) {
  .cid-v0PT96JWg4 .media-content {
    padding-right: 3rem;
  }
  .cid-v0PT96JWg4 .email-input {
    padding-left: 2.2rem;
  }
}
@media (min-width: 767px) {
  .cid-v0PT96JWg4 .row {
    padding: 0 1rem;
  }
}
.cid-v0PT96JWg4 .btn:hover {
  background-color: #a96708 !important;
  border-color: #a96708 !important;
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-v0PT96JWg4 .form-btn {
    width: 100%;
  }
  .cid-v0PT96JWg4 .btn {
    width: 100%;
  }
}
.cid-v0PT96JWg4 H1 {
  text-align: left;
}
.cid-v0PT96JWg4 .mbr-text,
.cid-v0PT96JWg4 .mbr-section-btn {
  text-align: left;
}
.cid-v0PTajssAC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0PTajssAC .svg-top {
  display: none;
}
.cid-v0PTajssAC .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-v0PTajssAC .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #000312;
}
.cid-v0PTajssAC .svg-top .st0 {
  fill: "file:///D:/%D8%A3%D8%AA%D9%88%D8%A7%D8%AC%20%D9%84%D9%84%D8%AA%D9%82%D9%86%D9%8A%D8%A9/website%20atwage/fs6/assets/images/bl3-725x416.png";
}
@media (max-width: 992px) {
  .cid-v0PTajssAC .svg-top {
    width: 1000px;
  }
}
.cid-v0PTajssAC .google-map {
  height: 35rem;
  position: relative;
}
.cid-v0PTajssAC .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v0PTajssAC .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-v0PTajssAC .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v0PTajssAC .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v0PTajssAC .mbr-section-title {
  color: #1a449a;
}
.cid-v0PTajssAC .mbr-section-subtitle {
  color: #1a449a;
}
.cid-v0PTbfS4uP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0PTbfS4uP [class^='socicon-']:before,
.cid-v0PTbfS4uP [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-v0PTbfS4uP .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #a96708;
  transition: all 0.3s;
  border-color: #a96708;
}
.cid-v0PTbfS4uP .btn-social:hover {
  background: #a96708;
}
.cid-v0PTbfS4uP .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-v0PTbfS4uP .btn-social:hover span {
  color: #ffffff !important;
}
.cid-v0PTbfS4uP .mbr-section-title {
  color: #2e6b75;
}
.cid-v0PTbfS4uP .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-v0PTbfS4uP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0PTbfS4uP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0PTbfS4uP .mbr-section-title,
.cid-v0PTbfS4uP .mbr-social-likes {
  color: #edefeb;
}
.cid-v0Q9dR1mnW {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0Q9dR1mnW .content {
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}
@media (max-width: 1024px) {
  .cid-v0Q9dR1mnW .content {
    flex-wrap: wrap;
  }
}
.cid-v0Q9dR1mnW h2,
.cid-v0Q9dR1mnW h4,
.cid-v0Q9dR1mnW h3,
.cid-v0Q9dR1mnW h6,
.cid-v0Q9dR1mnW p,
.cid-v0Q9dR1mnW ul {
  margin: 0;
}
.cid-v0Q9dR1mnW ul {
  padding: 0;
  list-style-type: none;
}
.cid-v0Q9dR1mnW .heading {
  width: 35%;
  margin-bottom: 37px;
}
@media (max-width: 1024px) {
  .cid-v0Q9dR1mnW .heading {
    width: 100%;
  }
}
.cid-v0Q9dR1mnW .heading-inner {
  max-width: 476px;
}
.cid-v0Q9dR1mnW .mbr-section-title {
  color: #a6a99c;
  text-align: center;
}
.cid-v0Q9dR1mnW .mbr-section-subtitle {
  color: #edefeb;
  text-align: center;
}
.cid-v0Q9dR1mnW .cards {
  width: 65%;
  display: flex;
}
@media (max-width: 1024px) {
  .cid-v0Q9dR1mnW .cards {
    width: 100%;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-v0Q9dR1mnW .cards {
    flex-direction: column;
    padding-top: 0px;
  }
}
.cid-v0Q9dR1mnW .card {
  width: 34%;
}
@media (max-width: 1024px) {
  .cid-v0Q9dR1mnW .card {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v0Q9dR1mnW .card {
    width: 100%;
    padding-top: 30px;
  }
}
.cid-v0Q9dR1mnW .mbr-card-title {
  color: #a96708;
  margin-bottom: 3px;
  text-align: center;
}
.cid-v0Q9dR1mnW .mbr-card-subtitle {
  color: #6b6b6b;
}
.cid-v0Q9dR1mnW .list {
  padding-top: 5px;
  margin-bottom: 24px;
  color: #ffffff;
  text-align: center;
}
.cid-v0PTcvsAQu {
  background-color: #000312;
}
.cid-v0PTcvsAQu .content {
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
}
.cid-v0PTcvsAQu .content img {
  width: 43px;
  height: 43px;
  object-fit: cover;
  margin-right: 15px;
}
.cid-v0PTcvsAQu .content p {
  margin: 0;
}
.cid-v0PTcvsAQu .mbr-text {
  color: #ffffff;
}
.cid-v0PRujWu5k {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v0PRujWu5k .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0PRujWu5k .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-v0PRujWu5k .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v0PRujWu5k .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v0PRujWu5k .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v0PRujWu5k .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0PRujWu5k .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0PRujWu5k .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-v0PRujWu5k .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v0PRujWu5k .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v0PRujWu5k .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v0PRujWu5k .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v0PRujWu5k .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v0PRujWu5k .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v0PRujWu5k .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-v0PRujWu5k .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v0PRujWu5k .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v0PRujWu5k .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v0PRujWu5k .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v0PRujWu5k .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v0PRujWu5k .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v0PRujWu5k .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(0, 3, 18, 0.4) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #000312;
}
@media (max-width: 992px) {
  .cid-v0PRujWu5k .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v0PRujWu5k .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-v0PRujWu5k .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-v0PRujWu5k .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v0PRujWu5k .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000312;
  background: rgba(0, 3, 18, 0.4) !important;
  backdrop-filter: blur(10px);
}
.cid-v0PRujWu5k .nav-item:focus,
.cid-v0PRujWu5k .nav-link:focus {
  outline: none;
}
.cid-v0PRujWu5k .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0PRujWu5k .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0PRujWu5k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0PRujWu5k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0PRujWu5k .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0PRujWu5k .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0PRujWu5k .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v0PRujWu5k .navbar.opened {
  transition: all 0.3s;
}
.cid-v0PRujWu5k .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0PRujWu5k .navbar .navbar-logo img {
  width: auto;
}
.cid-v0PRujWu5k .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v0PRujWu5k .navbar.collapsed {
  justify-content: center;
}
.cid-v0PRujWu5k .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0PRujWu5k .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0PRujWu5k .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.6rem);
  }
}
.cid-v0PRujWu5k .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0PRujWu5k .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0PRujWu5k .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v0PRujWu5k .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0PRujWu5k .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0PRujWu5k .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v0PRujWu5k .navbar {
    min-height: 72px;
  }
  .cid-v0PRujWu5k .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v0PRujWu5k .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0PRujWu5k .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0PRujWu5k .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0PRujWu5k .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0PRujWu5k .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v0PRujWu5k .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0PRujWu5k .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v0PRujWu5k .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0PRujWu5k .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0PRujWu5k .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v0PRujWu5k .dropdown-item.active,
.cid-v0PRujWu5k .dropdown-item:active {
  background-color: transparent;
}
.cid-v0PRujWu5k .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0PRujWu5k .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0PRujWu5k .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0PRujWu5k .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000312;
}
.cid-v0PRujWu5k .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v0PRujWu5k .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v0PRujWu5k ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0PRujWu5k .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v0PRujWu5k .navbar-buttons {
    text-align: left;
  }
}
.cid-v0PRujWu5k button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0PRujWu5k button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v0PRujWu5k button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0PRujWu5k button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0PRujWu5k button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0PRujWu5k button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0PRujWu5k nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0PRujWu5k nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0PRujWu5k nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0PRujWu5k nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0PRujWu5k .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v0PRujWu5k a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0PRujWu5k .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v0PRujWu5k .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0PRujWu5k .navbar {
    height: 70px;
  }
  .cid-v0PRujWu5k .navbar.opened {
    height: auto;
  }
  .cid-v0PRujWu5k .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0PRujWu5k .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v0PRujWu5k .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v0PRujWu5k .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v0PRujWu5k .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v0PRujWu5k .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v0PRujWu5k .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v0PRujWu5k .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v0PRujWu5k .navbar-brand {
    margin-right: auto;
  }
  .cid-v0PRujWu5k .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000312;
    opacity: 1;
    border-color: rgba(0, 3, 18, 0.4) !important;
    background: rgba(0, 3, 18, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v0PRujWu5k .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v0PRujWu5k .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v0PRujWu5k .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v0PRujWu5k .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v0PRujWu5k .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v0PRujWu5k .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v0PRujWu5k .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v0PRujWu5k .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v0PRujWu5k .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v0PRujWu5k .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZZUNlBWzW {
  padding-top: 10rem;
  padding-bottom: 12rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZZUNlBWzW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZZUNlBWzW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZZUNlBWzW .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uZZUNlBWzW .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uZZUNlBWzW .container {
    padding: 0 24px;
  }
}
.cid-uZZUNlBWzW .row {
  position: relative;
}
.cid-uZZUNlBWzW .row .card {
  justify-content: center;
}
.cid-uZZUNlBWzW .row .decor-wrapper {
  position: absolute;
  bottom: -16rem;
  right: -58rem;
  border: 120px solid #d4b464;
  width: 2000px;
  height: 1000px;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uZZUNlBWzW .row .decor-wrapper {
    right: -20rem;
  }
}
@media (max-width: 768px) {
  .cid-uZZUNlBWzW .row .decor-wrapper {
    height: 500px;
    right: -10rem;
  }
}
.cid-uZZUNlBWzW .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-uZZUNlBWzW .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZZUNlBWzW .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uZZUNlBWzW .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uZZUNlBWzW .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZZUNlBWzW .title-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uZZUNlBWzW .title-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-uZZUNlBWzW .image-wrapper {
  position: relative;
}
.cid-uZZUNlBWzW .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uZZUNlBWzW .image-wrapper img {
    height: 350px;
  }
}
.cid-uZZUNlBWzW .mbr-section-title {
  color: #F5DF4D;
}
.cid-uZZUNlBWzW .mbr-text {
  color: #FF3399;
}
.cid-uZZUNlBWzW .mbr-section-title,
.cid-uZZUNlBWzW .mbr-section-btn {
  text-align: center;
  color: #d4b464;
}
.cid-uZZUNlBWzW .mbr-text,
.cid-uZZUNlBWzW .mbr-section-btn {
  text-align: center;
  color: #edefeb;
}
.cid-uZZUNlOCtp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZZUNlOCtp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZZUNlOCtp .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-uZZUNlOCtp .container {
    padding: 0 15px;
  }
}
.cid-uZZUNlOCtp .content-wrapper {
  position: relative;
}
.cid-uZZUNlOCtp .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uZZUNlOCtp .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uZZUNlOCtp .content-wrapper .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uZZUNlOCtp .content-wrapper .content-wrap {
    display: block;
  }
}
.cid-uZZUNlOCtp .content-wrapper .content-wrap .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uZZUNlOCtp .content-wrapper .content-wrap .text-wrapper {
    width: 100%;
    margin-bottom: 60px;
  }
}
.cid-uZZUNlOCtp .content-wrapper .content-wrap .text-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uZZUNlOCtp .content-wrapper .content-wrap .text-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #d4b464;
}
.cid-uZZUNlOCtp .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZZUNlOCtp .content-wrapper .content-wrap .image-wrapper {
  position: relative;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uZZUNlOCtp .content-wrapper .content-wrap .image-wrapper {
    width: 100%;
  }
}
.cid-uZZUNlOCtp .content-wrapper .content-wrap .image-wrapper .decor-wrap {
  position: absolute;
  top: -5%;
  left: 0;
  height: 25%;
  width: 65%;
  background-color: #d4b464;
  transform: skewX(-20deg);
}
.cid-uZZUNlOCtp .content-wrapper .content-wrap .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 660px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uZZUNlOCtp .content-wrapper .content-wrap .image-wrapper img {
    height: 350px;
  }
}
.cid-uZZUNlOCtp .mbr-text {
  color: #f7f5f6;
}
.cid-uZZUNlOCtp .mbr-section-title {
  color: #a0e2e1;
  text-align: left;
}
.cid-uZZUNlOCtp .mbr-text,
.cid-uZZUNlOCtp .icon-wrapper {
  text-align: left;
  color: #edefeb;
}
.cid-uZZUNm3JZQ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZZUNm3JZQ .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uZZUNm3JZQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZZUNm3JZQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZZUNm3JZQ .item-wrapper {
  background: #050b1d;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uZZUNm3JZQ .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uZZUNm3JZQ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uZZUNm3JZQ .card-title,
.cid-uZZUNm3JZQ .iconfont-wrapper {
  color: #a0e2e1;
  text-align: center;
}
.cid-uZZUNm3JZQ .content-head {
  max-width: 800px;
}
.cid-uZZUNm3JZQ .mbr-section-title {
  color: #daa521;
}
.cid-uZZUNm3JZQ .mbr-section-subtitle {
  color: #edefeb;
}
.cid-uZZUNm3JZQ .card-text {
  color: #edefeb;
  text-align: center;
}
.cid-uZZUNm3JZQ .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZZUNm3JZQ .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uZZUNmooT1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZZUNmooT1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZZUNmooT1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZZUNmooT1 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZZUNmooT1 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZZUNmooT1 .panel-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}
@media (max-width: 992px) {
  .cid-uZZUNmooT1 .panel-group {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uZZUNmooT1 .panel-group .content-wrap:nth-child(2) {
    margin-top: 20px;
  }
}
.cid-uZZUNmooT1 .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 12px;
  background-color: #050b1d;
}
.cid-uZZUNmooT1 .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uZZUNmooT1 .panel-group .card {
    padding: 20px;
    margin-top: 20px;
  }
}
.cid-uZZUNmooT1 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uZZUNmooT1 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uZZUNmooT1 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uZZUNmooT1 .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #000312;
}
@media (max-width: 992px) {
  .cid-uZZUNmooT1 .panel-group .card .card-header .panel-title .icon-wrapper {
    width: 54px;
    height: 54px;
    min-width: 54px;
  }
}
.cid-uZZUNmooT1 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 38px;
  transition: all 0.3s ease-in-out;
  color: #d4b464;
}
@media (max-width: 992px) {
  .cid-uZZUNmooT1 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
    font-size: 28px;
  }
}
.cid-uZZUNmooT1 .panel-group .card .card-header .panel-title:hover .icon-wrapper {
  background-color: #d4b464;
}
.cid-uZZUNmooT1 .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  color: #f1f5eb;
}
.cid-uZZUNmooT1 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uZZUNmooT1 .panel-group .card .panel-collapse .panel-body {
  margin: 30px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uZZUNmooT1 .panel-group .card .panel-collapse .panel-body {
    margin: 20px 0 0 0;
  }
}
.cid-uZZUNmooT1 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uZZUNmooT1 .mbr-section-title,
.cid-uZZUNmooT1 .title-wrapper {
  color: #d4b464;
  text-align: center;
}
.cid-uZZUNmooT1 .panel-title-edit {
  color: #a0e2e1;
  text-align: left;
}
.cid-uZZUNmooT1 .panel-text {
  color: #323432;
}
.cid-uZZUNmooT1 .panel-text,
.cid-uZZUNmooT1 .panel-body {
  text-align: left;
  color: #edefeb;
}
.cid-v0PS5QuzHn {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0PS5QuzHn .mbr-overlay {
  background-color: #000312;
  opacity: 0.9;
}
.cid-v0PS5QuzHn textarea {
  min-height: 150px;
}
.cid-v0PS5QuzHn input[name='yourSubject'] {
  margin-top: 1.5rem;
}
.cid-v0PS5QuzHn textarea[name='yourMessage'] {
  margin-top: 0.3rem;
}
.cid-v0PS5QuzHn .form-control,
.cid-v0PS5QuzHn .field-input {
  padding: 1rem 0rem;
  background-color: #edefeb;
  border: none !important;
  border-bottom: 2px solid #e6b103 !important;
  border-color: #e6b103 !important;
  color: #052d4e !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-v0PS5QuzHn .form-control input::-webkit-input-placeholder,
.cid-v0PS5QuzHn .field-input input::-webkit-input-placeholder,
.cid-v0PS5QuzHn .form-control textarea::-webkit-input-placeholder,
.cid-v0PS5QuzHn .field-input textarea::-webkit-input-placeholder {
  color: #232323 !important;
}
.cid-v0PS5QuzHn .form-control input:-moz-placeholder,
.cid-v0PS5QuzHn .field-input input:-moz-placeholder,
.cid-v0PS5QuzHn .form-control textarea:-moz-placeholder,
.cid-v0PS5QuzHn .field-input textarea:-moz-placeholder {
  color: #232323 !important;
}
.cid-v0PS5QuzHn .jq-number__spin:hover,
.cid-v0PS5QuzHn .jq-number__spin:focus {
  background-color: #052d4e;
  border-color: #e9204f !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-v0PS5QuzHn .jq-number__spin {
  background-color: #edefeb;
  border-color: #e6b103 !important;
  color: #052d4e;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v0PS5QuzHn .jq-selectbox li,
.cid-v0PS5QuzHn .jq-selectbox li {
  background-color: #edefeb;
  color: #000000;
}
.cid-v0PS5QuzHn .jq-selectbox li:hover,
.cid-v0PS5QuzHn .jq-selectbox li.selected {
  background-color: #052d4e;
  color: #ffffff;
}
.cid-v0PS5QuzHn .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-v0PS5QuzHn .jq-number__spin.minus:hover:after,
.cid-v0PS5QuzHn .jq-number__spin.plus:hover:after {
  border-top-color: #edefeb;
  border-bottom-color: #edefeb;
}
.cid-v0PS5QuzHn .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-v0PS5QuzHn .jq-number__spin.minus:after,
.cid-v0PS5QuzHn .jq-number__spin.plus:after {
  border-top-color: #052d4e;
  border-bottom-color: #052d4e;
}
@media (max-width: 992px) {
  .cid-v0PS5QuzHn .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
  .cid-v0PS5QuzHn .social-list {
    margin-bottom: 3rem;
  }
  .cid-v0PS5QuzHn .email-input {
    margin-top: 2rem;
  }
}
.cid-v0PS5QuzHn .mbr-section-subtitle {
  color: #a96708;
  margin-bottom: 2.4rem;
  text-align: left;
}
.cid-v0PS5QuzHn .mbr-text {
  color: #acacac;
  margin-bottom: 3.5rem;
}
.cid-v0PS5QuzHn .mbr-iconfont-social {
  font-size: 1rem;
  color: #edefeb;
  margin-right: 0.6rem;
}
.cid-v0PS5QuzHn .mbr-iconfont-social:before {
  padding: 1rem;
  border: 2px solid;
  border-radius: 100px;
  border-color: #a96708;
  transition: all 0.3s;
}
.cid-v0PS5QuzHn .mbr-iconfont-social:hover {
  color: #a96708;
}
.cid-v0PS5QuzHn .social-list {
  display: flex;
}
.cid-v0PS5QuzHn .social-list a {
  transition: 0.3s;
}
.cid-v0PS5QuzHn .social-list a:hover {
  transform: translateY(-8px);
}
.cid-v0PS5QuzHn .row {
  align-items: center;
}
.cid-v0PS5QuzHn .mbr-section-title {
  margin-bottom: 1.3rem;
}
.cid-v0PS5QuzHn .btn {
  font-weight: bold;
  padding: 1rem 5.5rem;
}
.cid-v0PS5QuzHn .form-btn {
  margin-top: 2.5rem;
}
.cid-v0PS5QuzHn input::-webkit-input-placeholder,
.cid-v0PS5QuzHn textarea::-webkit-input-placeholder {
  color: #232323 !important;
}
.cid-v0PS5QuzHn input:-moz-placeholder,
.cid-v0PS5QuzHn textarea:-moz-placeholder {
  color: #232323 !important;
}
@media (min-width: 992px) {
  .cid-v0PS5QuzHn .media-content {
    padding-right: 3rem;
  }
  .cid-v0PS5QuzHn .email-input {
    padding-left: 2.2rem;
  }
}
@media (min-width: 767px) {
  .cid-v0PS5QuzHn .row {
    padding: 0 1rem;
  }
}
.cid-v0PS5QuzHn .btn:hover {
  background-color: #a96708 !important;
  border-color: #a96708 !important;
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-v0PS5QuzHn .form-btn {
    width: 100%;
  }
  .cid-v0PS5QuzHn .btn {
    width: 100%;
  }
}
.cid-v0PS5QuzHn H1 {
  text-align: left;
}
.cid-v0PS5QuzHn .mbr-text,
.cid-v0PS5QuzHn .mbr-section-btn {
  text-align: left;
}
.cid-v0PS6r5pyc {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0PS6r5pyc .svg-top {
  display: none;
}
.cid-v0PS6r5pyc .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-v0PS6r5pyc .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #000312;
}
.cid-v0PS6r5pyc .svg-top .st0 {
  fill: "file:///D:/%D8%A3%D8%AA%D9%88%D8%A7%D8%AC%20%D9%84%D9%84%D8%AA%D9%82%D9%86%D9%8A%D8%A9/website%20atwage/fs6/assets/images/bl3-725x416.png";
}
@media (max-width: 992px) {
  .cid-v0PS6r5pyc .svg-top {
    width: 1000px;
  }
}
.cid-v0PS6r5pyc .google-map {
  height: 35rem;
  position: relative;
}
.cid-v0PS6r5pyc .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v0PS6r5pyc .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-v0PS6r5pyc .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v0PS6r5pyc .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v0PS6r5pyc .mbr-section-title {
  color: #1a449a;
}
.cid-v0PS6r5pyc .mbr-section-subtitle {
  color: #1a449a;
}
.cid-v0PS7yoLyt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0PS7yoLyt [class^='socicon-']:before,
.cid-v0PS7yoLyt [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-v0PS7yoLyt .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #a96708;
  transition: all 0.3s;
  border-color: #a96708;
}
.cid-v0PS7yoLyt .btn-social:hover {
  background: #a96708;
}
.cid-v0PS7yoLyt .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-v0PS7yoLyt .btn-social:hover span {
  color: #ffffff !important;
}
.cid-v0PS7yoLyt .mbr-section-title {
  color: #2e6b75;
}
.cid-v0PS7yoLyt .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-v0PS7yoLyt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0PS7yoLyt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0PS7yoLyt .mbr-section-title,
.cid-v0PS7yoLyt .mbr-social-likes {
  color: #edefeb;
}
.cid-v0Q982O2rK {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0Q982O2rK .content {
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}
@media (max-width: 1024px) {
  .cid-v0Q982O2rK .content {
    flex-wrap: wrap;
  }
}
.cid-v0Q982O2rK h2,
.cid-v0Q982O2rK h4,
.cid-v0Q982O2rK h3,
.cid-v0Q982O2rK h6,
.cid-v0Q982O2rK p,
.cid-v0Q982O2rK ul {
  margin: 0;
}
.cid-v0Q982O2rK ul {
  padding: 0;
  list-style-type: none;
}
.cid-v0Q982O2rK .heading {
  width: 35%;
  margin-bottom: 37px;
}
@media (max-width: 1024px) {
  .cid-v0Q982O2rK .heading {
    width: 100%;
  }
}
.cid-v0Q982O2rK .heading-inner {
  max-width: 476px;
}
.cid-v0Q982O2rK .mbr-section-title {
  color: #a6a99c;
  text-align: center;
}
.cid-v0Q982O2rK .mbr-section-subtitle {
  color: #edefeb;
  text-align: center;
}
.cid-v0Q982O2rK .cards {
  width: 65%;
  display: flex;
}
@media (max-width: 1024px) {
  .cid-v0Q982O2rK .cards {
    width: 100%;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-v0Q982O2rK .cards {
    flex-direction: column;
    padding-top: 0px;
  }
}
.cid-v0Q982O2rK .card {
  width: 34%;
}
@media (max-width: 1024px) {
  .cid-v0Q982O2rK .card {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v0Q982O2rK .card {
    width: 100%;
    padding-top: 30px;
  }
}
.cid-v0Q982O2rK .mbr-card-title {
  color: #a96708;
  margin-bottom: 3px;
  text-align: center;
}
.cid-v0Q982O2rK .mbr-card-subtitle {
  color: #6b6b6b;
}
.cid-v0Q982O2rK .list {
  padding-top: 5px;
  margin-bottom: 24px;
  color: #ffffff;
  text-align: center;
}
.cid-v0PS9g8epS {
  background-color: #000312;
}
.cid-v0PS9g8epS .content {
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
}
.cid-v0PS9g8epS .content img {
  width: 43px;
  height: 43px;
  object-fit: cover;
  margin-right: 15px;
}
.cid-v0PS9g8epS .content p {
  margin: 0;
}
.cid-v0PS9g8epS .mbr-text {
  color: #ffffff;
}
.cid-v0PQbsSlzi {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v0PQbsSlzi .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0PQbsSlzi .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-v0PQbsSlzi .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v0PQbsSlzi .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v0PQbsSlzi .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v0PQbsSlzi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0PQbsSlzi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0PQbsSlzi .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-v0PQbsSlzi .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v0PQbsSlzi .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v0PQbsSlzi .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v0PQbsSlzi .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v0PQbsSlzi .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v0PQbsSlzi .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v0PQbsSlzi .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-v0PQbsSlzi .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v0PQbsSlzi .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v0PQbsSlzi .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v0PQbsSlzi .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v0PQbsSlzi .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v0PQbsSlzi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v0PQbsSlzi .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(0, 3, 18, 0.4) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #000312;
}
@media (max-width: 992px) {
  .cid-v0PQbsSlzi .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v0PQbsSlzi .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-v0PQbsSlzi .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-v0PQbsSlzi .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v0PQbsSlzi .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000312;
  background: rgba(0, 3, 18, 0.4) !important;
  backdrop-filter: blur(10px);
}
.cid-v0PQbsSlzi .nav-item:focus,
.cid-v0PQbsSlzi .nav-link:focus {
  outline: none;
}
.cid-v0PQbsSlzi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0PQbsSlzi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0PQbsSlzi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0PQbsSlzi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0PQbsSlzi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0PQbsSlzi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0PQbsSlzi .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v0PQbsSlzi .navbar.opened {
  transition: all 0.3s;
}
.cid-v0PQbsSlzi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0PQbsSlzi .navbar .navbar-logo img {
  width: auto;
}
.cid-v0PQbsSlzi .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v0PQbsSlzi .navbar.collapsed {
  justify-content: center;
}
.cid-v0PQbsSlzi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0PQbsSlzi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0PQbsSlzi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.6rem);
  }
}
.cid-v0PQbsSlzi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0PQbsSlzi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0PQbsSlzi .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v0PQbsSlzi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0PQbsSlzi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0PQbsSlzi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v0PQbsSlzi .navbar {
    min-height: 72px;
  }
  .cid-v0PQbsSlzi .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v0PQbsSlzi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0PQbsSlzi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0PQbsSlzi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0PQbsSlzi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0PQbsSlzi .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v0PQbsSlzi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0PQbsSlzi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v0PQbsSlzi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0PQbsSlzi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0PQbsSlzi .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v0PQbsSlzi .dropdown-item.active,
.cid-v0PQbsSlzi .dropdown-item:active {
  background-color: transparent;
}
.cid-v0PQbsSlzi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0PQbsSlzi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0PQbsSlzi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0PQbsSlzi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000312;
}
.cid-v0PQbsSlzi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v0PQbsSlzi .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v0PQbsSlzi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0PQbsSlzi .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v0PQbsSlzi .navbar-buttons {
    text-align: left;
  }
}
.cid-v0PQbsSlzi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0PQbsSlzi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v0PQbsSlzi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0PQbsSlzi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0PQbsSlzi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0PQbsSlzi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0PQbsSlzi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0PQbsSlzi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0PQbsSlzi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0PQbsSlzi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0PQbsSlzi .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v0PQbsSlzi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0PQbsSlzi .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v0PQbsSlzi .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0PQbsSlzi .navbar {
    height: 70px;
  }
  .cid-v0PQbsSlzi .navbar.opened {
    height: auto;
  }
  .cid-v0PQbsSlzi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0PQbsSlzi .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v0PQbsSlzi .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v0PQbsSlzi .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v0PQbsSlzi .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v0PQbsSlzi .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v0PQbsSlzi .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v0PQbsSlzi .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v0PQbsSlzi .navbar-brand {
    margin-right: auto;
  }
  .cid-v0PQbsSlzi .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000312;
    opacity: 1;
    border-color: rgba(0, 3, 18, 0.4) !important;
    background: rgba(0, 3, 18, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v0PQbsSlzi .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v0PQbsSlzi .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v0PQbsSlzi .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v0PQbsSlzi .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v0PQbsSlzi .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v0PQbsSlzi .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v0PQbsSlzi .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v0PQbsSlzi .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v0PQbsSlzi .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v0PQbsSlzi .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v0PQa22duy {
  align-items: flex-end;
}
.cid-v0PQa22duy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0PQa22duy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1-2.jpg");
}
@media (max-width: 992px) {
  .cid-v0PQa22duy .container {
    padding: 0 30px;
  }
}
.cid-v0PQa22duy .card {
  justify-content: center;
}
.cid-v0PQa22duy .content-wrapper {
  padding: 0 120px 120px;
}
@media (max-width: 1440px) {
  .cid-v0PQa22duy .content-wrapper {
    padding: 0 60px 60px;
  }
}
@media (max-width: 992px) {
  .cid-v0PQa22duy .content-wrapper {
    padding: 0;
  }
}
.cid-v0PQa22duy .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v0PQa22duy .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v0PQa22duy .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-v0PQa22duy .mbr-section-title {
  color: #ffffff;
}
.cid-v0PQa22duy .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v0PQa22duy .mbr-section-title,
.cid-v0PQa22duy .mbr-section-btn {
  text-align: center;
  color: #a96708;
}
.cid-uZZWUuFpOy {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZZWUuFpOy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZZWUuFpOy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZZWUuFpOy .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-uZZWUuFpOy .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZZWUuFpOy .mbr-iconfont {
  font-size: 3rem;
  color: #2e481a;
  padding-right: 2rem;
}
.cid-uZZWUuFpOy .content-head {
  max-width: 800px;
}
.cid-uZZWUuFpOy .card-title {
  text-align: left;
  color: #466085;
}
.cid-uZZWUuFpOy .card-text {
  text-align: left;
}
.cid-uZZWUuFpOy .mbr-section-title {
  color: #a0e2e1;
}
.cid-uZZWUvavMl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000312;
}
.cid-uZZWUvavMl .justify-content-center {
  align-items: center;
}
.cid-uZZWUvavMl .mbr-section-title {
  text-align: center;
  color: #d4b464;
}
.cid-uZZWUvavMl .mbr-text,
.cid-uZZWUvavMl .mbr-section-btn {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uZZWUvavMl .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uZZWUvavMl .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uZZWUvavMl .item-wrapper {
    padding: 4rem;
  }
}
.cid-uZZWUvoceE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000312;
}
.cid-uZZWUvoceE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZZWUvoceE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZZWUvoceE .row {
  justify-content: center;
}
.cid-uZZWUvoceE .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZZWUvoceE .item {
    margin-bottom: 1rem;
  }
}
.cid-uZZWUvoceE .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #050b1d;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uZZWUvoceE .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uZZWUvoceE .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uZZWUvoceE .content-head {
  max-width: 800px;
}
.cid-uZZWUvoceE .mbr-section-title {
  color: #ffffff;
}
.cid-uZZWUvoceE .card-title {
  text-align: left;
  color: #ffa600;
}
.cid-uZZWUvoceE P {
  text-align: left;
  color: #ffffff;
}
.cid-uZZWUvNBA2 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZZWUvNBA2 .mbr-overlay {
  background: #000312;
  opacity: 0.9;
}
.cid-uZZWUvNBA2 .mbr-section-title {
  margin-bottom: 40px;
  color: #ffffff;
  text-align: center;
}
.cid-uZZWUvNBA2 .item:focus,
.cid-uZZWUvNBA2 span:focus {
  outline: none;
}
.cid-uZZWUvNBA2 .item {
  cursor: pointer;
}
.cid-uZZWUvNBA2 .grid-container {
  grid-row-gap: 40px;
}
@media (max-width: 992px) {
  .cid-uZZWUvNBA2 .grid-container {
    grid-row-gap: 20px;
  }
}
.cid-uZZWUvNBA2 .grid-container-1,
.cid-uZZWUvNBA2 .grid-container-2,
.cid-uZZWUvNBA2 .grid-container-3 {
  gap: 0 40px;
}
@media (max-width: 992px) {
  .cid-uZZWUvNBA2 .grid-container-1,
  .cid-uZZWUvNBA2 .grid-container-2,
  .cid-uZZWUvNBA2 .grid-container-3 {
    gap: 0 20px;
  }
}
.cid-uZZWUvNBA2 .content-head {
  max-width: 800px;
}
.cid-uZZWUvNBA2 .container,
.cid-uZZWUvNBA2 .container-fluid {
  overflow: hidden;
}
.cid-uZZWUvNBA2 .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uZZWUvNBA2 .grid-item {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.cid-uZZWUvNBA2 .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uZZWUvNBA2 .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uZZWUvNBA2 .grid-item img {
    min-width: 35vw;
    height: 150px;
  }
}
.cid-uZZWUvNBA2 .grid-item:nth-child(2) img {
  height: 400px;
}
@media (max-width: 1200px) {
  .cid-uZZWUvNBA2 .grid-item:nth-child(2) img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .cid-uZZWUvNBA2 .grid-item:nth-child(2) img {
    height: 150px;
  }
}
.cid-uZZWUvNBA2 .grid-item:nth-child(3) img {
  height: 450px;
}
@media (max-width: 1200px) {
  .cid-uZZWUvNBA2 .grid-item:nth-child(3) img {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .cid-uZZWUvNBA2 .grid-item:nth-child(3) img {
    height: 150px;
  }
}
.cid-uZZWUvNBA2 .grid-item:nth-child(4) img {
  height: 350px;
}
@media (max-width: 1200px) {
  .cid-uZZWUvNBA2 .grid-item:nth-child(4) img {
    height: 200px;
  }
}
@media (max-width: 767px) {
  .cid-uZZWUvNBA2 .grid-item:nth-child(4) img {
    height: 150px;
  }
}
.cid-uZZWUvNBA2 .grid-container-1,
.cid-uZZWUvNBA2 .grid-container-2,
.cid-uZZWUvNBA2 .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uZZWUvNBA2 .grid-container-1 {
  align-items: flex-end;
}
.cid-uZZWUvNBA2 .grid-container-2 {
  align-items: flex-start;
}
.cid-v0PRldzTi6 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0PRldzTi6 .mbr-overlay {
  background-color: #000312;
  opacity: 0.9;
}
.cid-v0PRldzTi6 textarea {
  min-height: 150px;
}
.cid-v0PRldzTi6 input[name='yourSubject'] {
  margin-top: 1.5rem;
}
.cid-v0PRldzTi6 textarea[name='yourMessage'] {
  margin-top: 0.3rem;
}
.cid-v0PRldzTi6 .form-control,
.cid-v0PRldzTi6 .field-input {
  padding: 1rem 0rem;
  background-color: #edefeb;
  border: none !important;
  border-bottom: 2px solid #e6b103 !important;
  border-color: #e6b103 !important;
  color: #052d4e !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-v0PRldzTi6 .form-control input::-webkit-input-placeholder,
.cid-v0PRldzTi6 .field-input input::-webkit-input-placeholder,
.cid-v0PRldzTi6 .form-control textarea::-webkit-input-placeholder,
.cid-v0PRldzTi6 .field-input textarea::-webkit-input-placeholder {
  color: #232323 !important;
}
.cid-v0PRldzTi6 .form-control input:-moz-placeholder,
.cid-v0PRldzTi6 .field-input input:-moz-placeholder,
.cid-v0PRldzTi6 .form-control textarea:-moz-placeholder,
.cid-v0PRldzTi6 .field-input textarea:-moz-placeholder {
  color: #232323 !important;
}
.cid-v0PRldzTi6 .jq-number__spin:hover,
.cid-v0PRldzTi6 .jq-number__spin:focus {
  background-color: #052d4e;
  border-color: #e9204f !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-v0PRldzTi6 .jq-number__spin {
  background-color: #edefeb;
  border-color: #e6b103 !important;
  color: #052d4e;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v0PRldzTi6 .jq-selectbox li,
.cid-v0PRldzTi6 .jq-selectbox li {
  background-color: #edefeb;
  color: #000000;
}
.cid-v0PRldzTi6 .jq-selectbox li:hover,
.cid-v0PRldzTi6 .jq-selectbox li.selected {
  background-color: #052d4e;
  color: #ffffff;
}
.cid-v0PRldzTi6 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-v0PRldzTi6 .jq-number__spin.minus:hover:after,
.cid-v0PRldzTi6 .jq-number__spin.plus:hover:after {
  border-top-color: #edefeb;
  border-bottom-color: #edefeb;
}
.cid-v0PRldzTi6 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-v0PRldzTi6 .jq-number__spin.minus:after,
.cid-v0PRldzTi6 .jq-number__spin.plus:after {
  border-top-color: #052d4e;
  border-bottom-color: #052d4e;
}
@media (max-width: 992px) {
  .cid-v0PRldzTi6 .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
  .cid-v0PRldzTi6 .social-list {
    margin-bottom: 3rem;
  }
  .cid-v0PRldzTi6 .email-input {
    margin-top: 2rem;
  }
}
.cid-v0PRldzTi6 .mbr-section-subtitle {
  color: #a96708;
  margin-bottom: 2.4rem;
  text-align: left;
}
.cid-v0PRldzTi6 .mbr-text {
  color: #acacac;
  margin-bottom: 3.5rem;
}
.cid-v0PRldzTi6 .mbr-iconfont-social {
  font-size: 1rem;
  color: #edefeb;
  margin-right: 0.6rem;
}
.cid-v0PRldzTi6 .mbr-iconfont-social:before {
  padding: 1rem;
  border: 2px solid;
  border-radius: 100px;
  border-color: #a96708;
  transition: all 0.3s;
}
.cid-v0PRldzTi6 .mbr-iconfont-social:hover {
  color: #a96708;
}
.cid-v0PRldzTi6 .social-list {
  display: flex;
}
.cid-v0PRldzTi6 .social-list a {
  transition: 0.3s;
}
.cid-v0PRldzTi6 .social-list a:hover {
  transform: translateY(-8px);
}
.cid-v0PRldzTi6 .row {
  align-items: center;
}
.cid-v0PRldzTi6 .mbr-section-title {
  margin-bottom: 1.3rem;
}
.cid-v0PRldzTi6 .btn {
  font-weight: bold;
  padding: 1rem 5.5rem;
}
.cid-v0PRldzTi6 .form-btn {
  margin-top: 2.5rem;
}
.cid-v0PRldzTi6 input::-webkit-input-placeholder,
.cid-v0PRldzTi6 textarea::-webkit-input-placeholder {
  color: #232323 !important;
}
.cid-v0PRldzTi6 input:-moz-placeholder,
.cid-v0PRldzTi6 textarea:-moz-placeholder {
  color: #232323 !important;
}
@media (min-width: 992px) {
  .cid-v0PRldzTi6 .media-content {
    padding-right: 3rem;
  }
  .cid-v0PRldzTi6 .email-input {
    padding-left: 2.2rem;
  }
}
@media (min-width: 767px) {
  .cid-v0PRldzTi6 .row {
    padding: 0 1rem;
  }
}
.cid-v0PRldzTi6 .btn:hover {
  background-color: #a96708 !important;
  border-color: #a96708 !important;
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-v0PRldzTi6 .form-btn {
    width: 100%;
  }
  .cid-v0PRldzTi6 .btn {
    width: 100%;
  }
}
.cid-v0PRldzTi6 H1 {
  text-align: left;
}
.cid-v0PRldzTi6 .mbr-text,
.cid-v0PRldzTi6 .mbr-section-btn {
  text-align: left;
}
.cid-v0PRlI3Cqb {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0PRlI3Cqb .svg-top {
  display: none;
}
.cid-v0PRlI3Cqb .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-v0PRlI3Cqb .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #000312;
}
.cid-v0PRlI3Cqb .svg-top .st0 {
  fill: "file:///D:/%D8%A3%D8%AA%D9%88%D8%A7%D8%AC%20%D9%84%D9%84%D8%AA%D9%82%D9%86%D9%8A%D8%A9/website%20atwage/fs6/assets/images/bl3-725x416.png";
}
@media (max-width: 992px) {
  .cid-v0PRlI3Cqb .svg-top {
    width: 1000px;
  }
}
.cid-v0PRlI3Cqb .google-map {
  height: 35rem;
  position: relative;
}
.cid-v0PRlI3Cqb .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v0PRlI3Cqb .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-v0PRlI3Cqb .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v0PRlI3Cqb .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v0PRlI3Cqb .mbr-section-title {
  color: #1a449a;
}
.cid-v0PRlI3Cqb .mbr-section-subtitle {
  color: #1a449a;
}
.cid-v0PRmFBNp6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0PRmFBNp6 [class^='socicon-']:before,
.cid-v0PRmFBNp6 [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-v0PRmFBNp6 .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #a96708;
  transition: all 0.3s;
  border-color: #a96708;
}
.cid-v0PRmFBNp6 .btn-social:hover {
  background: #a96708;
}
.cid-v0PRmFBNp6 .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-v0PRmFBNp6 .btn-social:hover span {
  color: #ffffff !important;
}
.cid-v0PRmFBNp6 .mbr-section-title {
  color: #2e6b75;
}
.cid-v0PRmFBNp6 .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-v0PRmFBNp6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0PRmFBNp6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0PRmFBNp6 .mbr-section-title,
.cid-v0PRmFBNp6 .mbr-social-likes {
  color: #edefeb;
}
.cid-v0Q8Msr7LF {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0Q8Msr7LF .content {
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}
@media (max-width: 1024px) {
  .cid-v0Q8Msr7LF .content {
    flex-wrap: wrap;
  }
}
.cid-v0Q8Msr7LF h2,
.cid-v0Q8Msr7LF h4,
.cid-v0Q8Msr7LF h3,
.cid-v0Q8Msr7LF h6,
.cid-v0Q8Msr7LF p,
.cid-v0Q8Msr7LF ul {
  margin: 0;
}
.cid-v0Q8Msr7LF ul {
  padding: 0;
  list-style-type: none;
}
.cid-v0Q8Msr7LF .heading {
  width: 35%;
  margin-bottom: 37px;
}
@media (max-width: 1024px) {
  .cid-v0Q8Msr7LF .heading {
    width: 100%;
  }
}
.cid-v0Q8Msr7LF .heading-inner {
  max-width: 476px;
}
.cid-v0Q8Msr7LF .mbr-section-title {
  color: #a6a99c;
  text-align: center;
}
.cid-v0Q8Msr7LF .mbr-section-subtitle {
  color: #edefeb;
  text-align: center;
}
.cid-v0Q8Msr7LF .cards {
  width: 65%;
  display: flex;
}
@media (max-width: 1024px) {
  .cid-v0Q8Msr7LF .cards {
    width: 100%;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-v0Q8Msr7LF .cards {
    flex-direction: column;
    padding-top: 0px;
  }
}
.cid-v0Q8Msr7LF .card {
  width: 34%;
}
@media (max-width: 1024px) {
  .cid-v0Q8Msr7LF .card {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v0Q8Msr7LF .card {
    width: 100%;
    padding-top: 30px;
  }
}
.cid-v0Q8Msr7LF .mbr-card-title {
  color: #a96708;
  margin-bottom: 3px;
  text-align: center;
}
.cid-v0Q8Msr7LF .mbr-card-subtitle {
  color: #6b6b6b;
}
.cid-v0Q8Msr7LF .list {
  padding-top: 5px;
  margin-bottom: 24px;
  color: #ffffff;
  text-align: center;
}
.cid-v0PRovovAf {
  background-color: #000312;
}
.cid-v0PRovovAf .content {
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
}
.cid-v0PRovovAf .content img {
  width: 43px;
  height: 43px;
  object-fit: cover;
  margin-right: 15px;
}
.cid-v0PRovovAf .content p {
  margin: 0;
}
.cid-v0PRovovAf .mbr-text {
  color: #ffffff;
}
.cid-v0POLHDbH0 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v0POLHDbH0 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0POLHDbH0 .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-v0POLHDbH0 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v0POLHDbH0 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v0POLHDbH0 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v0POLHDbH0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0POLHDbH0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0POLHDbH0 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-v0POLHDbH0 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v0POLHDbH0 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v0POLHDbH0 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v0POLHDbH0 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v0POLHDbH0 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v0POLHDbH0 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v0POLHDbH0 .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-v0POLHDbH0 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v0POLHDbH0 .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v0POLHDbH0 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v0POLHDbH0 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v0POLHDbH0 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v0POLHDbH0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v0POLHDbH0 .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(0, 3, 18, 0.4) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #000312;
}
@media (max-width: 992px) {
  .cid-v0POLHDbH0 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v0POLHDbH0 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-v0POLHDbH0 .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-v0POLHDbH0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v0POLHDbH0 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000312;
  background: rgba(0, 3, 18, 0.4) !important;
  backdrop-filter: blur(10px);
}
.cid-v0POLHDbH0 .nav-item:focus,
.cid-v0POLHDbH0 .nav-link:focus {
  outline: none;
}
.cid-v0POLHDbH0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0POLHDbH0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0POLHDbH0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0POLHDbH0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0POLHDbH0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0POLHDbH0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0POLHDbH0 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v0POLHDbH0 .navbar.opened {
  transition: all 0.3s;
}
.cid-v0POLHDbH0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0POLHDbH0 .navbar .navbar-logo img {
  width: auto;
}
.cid-v0POLHDbH0 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v0POLHDbH0 .navbar.collapsed {
  justify-content: center;
}
.cid-v0POLHDbH0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0POLHDbH0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0POLHDbH0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.6rem);
  }
}
.cid-v0POLHDbH0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0POLHDbH0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0POLHDbH0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v0POLHDbH0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0POLHDbH0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0POLHDbH0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v0POLHDbH0 .navbar {
    min-height: 72px;
  }
  .cid-v0POLHDbH0 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v0POLHDbH0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0POLHDbH0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0POLHDbH0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0POLHDbH0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0POLHDbH0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v0POLHDbH0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0POLHDbH0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v0POLHDbH0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0POLHDbH0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0POLHDbH0 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v0POLHDbH0 .dropdown-item.active,
.cid-v0POLHDbH0 .dropdown-item:active {
  background-color: transparent;
}
.cid-v0POLHDbH0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0POLHDbH0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0POLHDbH0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0POLHDbH0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000312;
}
.cid-v0POLHDbH0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v0POLHDbH0 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v0POLHDbH0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0POLHDbH0 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v0POLHDbH0 .navbar-buttons {
    text-align: left;
  }
}
.cid-v0POLHDbH0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0POLHDbH0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v0POLHDbH0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0POLHDbH0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0POLHDbH0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0POLHDbH0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0POLHDbH0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0POLHDbH0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0POLHDbH0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0POLHDbH0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0POLHDbH0 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v0POLHDbH0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0POLHDbH0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v0POLHDbH0 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0POLHDbH0 .navbar {
    height: 70px;
  }
  .cid-v0POLHDbH0 .navbar.opened {
    height: auto;
  }
  .cid-v0POLHDbH0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0POLHDbH0 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v0POLHDbH0 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v0POLHDbH0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v0POLHDbH0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v0POLHDbH0 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v0POLHDbH0 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v0POLHDbH0 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v0POLHDbH0 .navbar-brand {
    margin-right: auto;
  }
  .cid-v0POLHDbH0 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000312;
    opacity: 1;
    border-color: rgba(0, 3, 18, 0.4) !important;
    background: rgba(0, 3, 18, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v0POLHDbH0 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v0POLHDbH0 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v0POLHDbH0 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v0POLHDbH0 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v0POLHDbH0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v0POLHDbH0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v0POLHDbH0 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v0POLHDbH0 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v0POLHDbH0 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v0POLHDbH0 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v00Avx6DhD {
  padding-top: 10rem;
  padding-bottom: 12rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v00Avx6DhD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v00Avx6DhD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v00Avx6DhD .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v00Avx6DhD .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-v00Avx6DhD .container {
    padding: 0 24px;
  }
}
.cid-v00Avx6DhD .row {
  position: relative;
}
.cid-v00Avx6DhD .row .card {
  justify-content: center;
}
.cid-v00Avx6DhD .row .decor-wrapper {
  position: absolute;
  bottom: -16rem;
  right: -58rem;
  border: 120px solid #d4b464;
  width: 2000px;
  height: 1000px;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-v00Avx6DhD .row .decor-wrapper {
    right: -20rem;
  }
}
@media (max-width: 768px) {
  .cid-v00Avx6DhD .row .decor-wrapper {
    height: 500px;
    right: -10rem;
  }
}
.cid-v00Avx6DhD .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-v00Avx6DhD .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v00Avx6DhD .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v00Avx6DhD .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v00Avx6DhD .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v00Avx6DhD .title-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-v00Avx6DhD .title-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-v00Avx6DhD .image-wrapper {
  position: relative;
}
.cid-v00Avx6DhD .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v00Avx6DhD .image-wrapper img {
    height: 350px;
  }
}
.cid-v00Avx6DhD .mbr-section-title {
  color: #F5DF4D;
}
.cid-v00Avx6DhD .mbr-text {
  color: #FF3399;
}
.cid-v00Avx6DhD .mbr-section-title,
.cid-v00Avx6DhD .mbr-section-btn {
  text-align: center;
  color: #d4b464;
}
.cid-v00Avx6DhD .mbr-text,
.cid-v00Avx6DhD .mbr-section-btn {
  text-align: center;
  color: #edefeb;
}
.cid-v0PP1JkJMu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0PP1JkJMu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0PP1JkJMu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0PP1JkJMu .card-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  background-color: #050b1d;
  padding: 32px;
  overflow: hidden !important;
}
@media (max-width: 992px) {
  .cid-v0PP1JkJMu .card-wrapper {
    display: block;
    padding: 18px;
  }
}
.cid-v0PP1JkJMu .card-wrapper .gradient-wrapper {
  position: absolute;
  left: -150px;
  bottom: -400px;
  width: 500px;
  height: 500px;
  background-image: linear-gradient(-90deg, #ca45ff, #fe881b 70%);
  border-radius: 100%;
  filter: blur(6rem);
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-v0PP1JkJMu .card-wrapper .gradient-wrapper {
    width: 400px;
    height: 400px;
  }
}
.cid-v0PP1JkJMu .card-wrapper .card {
  justify-content: center;
}
.cid-v0PP1JkJMu .card-wrapper .content-wrapper {
  position: relative;
  z-index: 1;
  width: 49%;
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-v0PP1JkJMu .card-wrapper .content-wrapper {
    padding: 0;
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-v0PP1JkJMu .card-wrapper .content-wrapper .label-wrapper {
  margin-bottom: 22px;
}
.cid-v0PP1JkJMu .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-v0PP1JkJMu .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-v0PP1JkJMu .card-wrapper .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v0PP1JkJMu .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 992px) {
  .cid-v0PP1JkJMu .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 22px;
  }
}
.cid-v0PP1JkJMu .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0PP1JkJMu .card-wrapper .image-wrapper {
  position: relative;
  z-index: 1;
  width: 48%;
}
@media (max-width: 992px) {
  .cid-v0PP1JkJMu .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-v0PP1JkJMu .card-wrapper .image-wrapper img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v0PP1JkJMu .card-wrapper .image-wrapper img {
    height: 300px;
  }
}
.cid-v0PP1JkJMu .mbr-label,
.cid-v0PP1JkJMu .label-wrapper {
  color: #1a0b54;
  text-align: left;
}
.cid-v0PP1JkJMu .mbr-section-title {
  color: #1a0b54;
}
.cid-v0PP1JkJMu .mbr-text {
  color: #edefeb;
  text-align: left;
}
.cid-v00Avxyrut {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v00Avxyrut .mbr-overlay {
  background: #fafafa;
  opacity: 0.7;
}
.cid-v00Avxyrut img,
.cid-v00Avxyrut .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
}
.cid-v00Avxyrut .item:focus,
.cid-v00Avxyrut span:focus {
  outline: none;
}
.cid-v00Avxyrut .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v00Avxyrut .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #050b1d;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-v00Avxyrut .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-v00Avxyrut .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-v00Avxyrut .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-v00Avxyrut .item-content {
    padding: 1rem 0;
  }
}
.cid-v00Avxyrut .mbr-section-title {
  color: #052d4e;
}
.cid-v00Avxyrut .item-title {
  color: #d4b464;
  text-align: center;
}
.cid-v00Avxyrut .item-subtitle {
  color: #bec2cf;
}
.cid-v00Avxyrut .mbr-text,
.cid-v00Avxyrut .mbr-section-btn {
  color: #edefeb;
  text-align: center;
}
.cid-v00Avxyrut .mbr-link {
  color: #0196e3;
  display: block;
}
.cid-v00AvxTTek {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/service-img.png");
}
.cid-v00AvxTTek .mbr-overlay {
  background: #000312;
  opacity: 0.9;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-v00AvxTTek .container {
    padding: 0 24px;
  }
}
.cid-v00AvxTTek .card {
  justify-content: center;
}
.cid-v00AvxTTek .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-v00AvxTTek .title-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-v00AvxTTek .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v00AvxTTek .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-v00AvxTTek .text-wrapper {
  border-top: 1px solid #d4b464;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-v00AvxTTek .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-v00AvxTTek .text-wrapper .mbr-text {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v00AvxTTek .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v00AvxTTek .text-wrapper .mbr-text:last-child {
    margin-bottom: 0;
  }
}
.cid-v00AvxTTek .mbr-section-title {
  color: #F9F6E0;
}
.cid-v00AvxTTek .mbr-desc {
  color: #F9F6E0;
  text-align: center;
}
.cid-v00AvxTTek .mbr-text {
  color: #F9F6E0;
  text-align: left;
}
.cid-v00AvxTTek .mbr-section-btn {
  text-align: right;
}
.cid-v00AvxTTek .mbr-section-title,
.cid-v00AvxTTek .mbr-section-btn {
  text-align: center;
}
.cid-v00Avy8A2s {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v00Avy8A2s .mbr-overlay {
  background: #000312;
  opacity: 0.9;
}
.cid-v00Avy8A2s .mbr-section-title {
  margin-bottom: 40px;
  color: #ffffff;
  text-align: center;
}
.cid-v00Avy8A2s .item:focus,
.cid-v00Avy8A2s span:focus {
  outline: none;
}
.cid-v00Avy8A2s .item {
  cursor: pointer;
}
.cid-v00Avy8A2s .grid-container {
  grid-row-gap: 40px;
}
@media (max-width: 992px) {
  .cid-v00Avy8A2s .grid-container {
    grid-row-gap: 20px;
  }
}
.cid-v00Avy8A2s .grid-container-1,
.cid-v00Avy8A2s .grid-container-2,
.cid-v00Avy8A2s .grid-container-3 {
  gap: 0 40px;
}
@media (max-width: 992px) {
  .cid-v00Avy8A2s .grid-container-1,
  .cid-v00Avy8A2s .grid-container-2,
  .cid-v00Avy8A2s .grid-container-3 {
    gap: 0 20px;
  }
}
.cid-v00Avy8A2s .content-head {
  max-width: 800px;
}
.cid-v00Avy8A2s .container,
.cid-v00Avy8A2s .container-fluid {
  overflow: hidden;
}
.cid-v00Avy8A2s .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-v00Avy8A2s .grid-item {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.cid-v00Avy8A2s .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-v00Avy8A2s .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-v00Avy8A2s .grid-item img {
    min-width: 35vw;
    height: 150px;
  }
}
.cid-v00Avy8A2s .grid-item:nth-child(2) img {
  height: 400px;
}
@media (max-width: 1200px) {
  .cid-v00Avy8A2s .grid-item:nth-child(2) img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .cid-v00Avy8A2s .grid-item:nth-child(2) img {
    height: 150px;
  }
}
.cid-v00Avy8A2s .grid-item:nth-child(3) img {
  height: 450px;
}
@media (max-width: 1200px) {
  .cid-v00Avy8A2s .grid-item:nth-child(3) img {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .cid-v00Avy8A2s .grid-item:nth-child(3) img {
    height: 150px;
  }
}
.cid-v00Avy8A2s .grid-item:nth-child(4) img {
  height: 350px;
}
@media (max-width: 1200px) {
  .cid-v00Avy8A2s .grid-item:nth-child(4) img {
    height: 200px;
  }
}
@media (max-width: 767px) {
  .cid-v00Avy8A2s .grid-item:nth-child(4) img {
    height: 150px;
  }
}
.cid-v00Avy8A2s .grid-container-1,
.cid-v00Avy8A2s .grid-container-2,
.cid-v00Avy8A2s .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-v00Avy8A2s .grid-container-1 {
  align-items: flex-end;
}
.cid-v00Avy8A2s .grid-container-2 {
  align-items: flex-start;
}
.cid-v0PPyq1rMh {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.cid-v0PPyq1rMh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0PPyq1rMh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0PPyq1rMh .mbr-section-head {
  margin-bottom: 20px;
  width: 100%;
}
.cid-v0PPyq1rMh .mbr-section-title {
  color: #a0e2e1;
}
.cid-v0PPyq1rMh .mbr-section-subtitle {
  color: #f8f8f4;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-v0PPyq1rMh .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-v0PPyq1rMh .card-row {
  align-items: stretch;
}
.cid-v0PPyq1rMh .card {
  margin: 15px 0;
}
.cid-v0PPyq1rMh .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 40px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #000312, #050b1d);
  box-shadow: 10px 10px 19px #052d4e, -10px -10px 19px #050b1d;
}
@media (max-width: 1199px) {
  .cid-v0PPyq1rMh .card-wrapper {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .cid-v0PPyq1rMh .card-wrapper {
    padding: 20px;
  }
}
.cid-v0PPyq1rMh .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 5;
  height: 100%;
}
.cid-v0PPyq1rMh .card-head {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}
.cid-v0PPyq1rMh .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 10px;
  padding: 7px;
  min-width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #d4b464;
}
.cid-v0PPyq1rMh .iconfont-wrapper .mbr-iconfont {
  font-size: 36px;
  color: #eb1964;
}
.cid-v0PPyq1rMh .card-head-text {
  flex-grow: 1;
}
.cid-v0PPyq1rMh .name-title {
  color: #a0e2e1;
  text-align: left;
}
.cid-v0PPyq1rMh .name-text {
  color: #FF014E;
}
.cid-v0PPyq1rMh .card-title {
  color: #FFFFFF;
  margin-bottom: 20px;
  transition: .5s all;
}
.cid-v0PPyq1rMh .card-text {
  color: #ffffff;
  opacity: 0.75;
  margin-bottom: 36px;
  transition: .5s all;
  text-align: center;
}
.cid-v0PPyq1rMh .score-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: auto;
  margin-right: auto;
  padding-top: 4px;
}
.cid-v0PPyq1rMh .score-container .score-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
}
.cid-v0PPyq1rMh .score-container .score-wrapper .mbr-iconfont {
  font-size: 12px;
  color: #ff014e;
}
.cid-v00AvyXIL8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v00AvyXIL8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v00AvyXIL8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v00AvyXIL8 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v00AvyXIL8 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v00AvyXIL8 .panel-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}
@media (max-width: 992px) {
  .cid-v00AvyXIL8 .panel-group {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v00AvyXIL8 .panel-group .content-wrap:nth-child(2) {
    margin-top: 20px;
  }
}
.cid-v00AvyXIL8 .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 12px;
  background-color: #050b1d;
}
.cid-v00AvyXIL8 .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-v00AvyXIL8 .panel-group .card {
    padding: 20px;
    margin-top: 20px;
  }
}
.cid-v00AvyXIL8 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v00AvyXIL8 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-v00AvyXIL8 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-v00AvyXIL8 .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #000312;
}
@media (max-width: 992px) {
  .cid-v00AvyXIL8 .panel-group .card .card-header .panel-title .icon-wrapper {
    width: 54px;
    height: 54px;
    min-width: 54px;
  }
}
.cid-v00AvyXIL8 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 38px;
  transition: all 0.3s ease-in-out;
  color: #d4b464;
}
@media (max-width: 992px) {
  .cid-v00AvyXIL8 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
    font-size: 28px;
  }
}
.cid-v00AvyXIL8 .panel-group .card .card-header .panel-title:hover .icon-wrapper {
  background-color: #d4b464;
}
.cid-v00AvyXIL8 .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  color: #f1f5eb;
}
.cid-v00AvyXIL8 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-v00AvyXIL8 .panel-group .card .panel-collapse .panel-body {
  margin: 30px 0 0 0;
}
@media (max-width: 992px) {
  .cid-v00AvyXIL8 .panel-group .card .panel-collapse .panel-body {
    margin: 20px 0 0 0;
  }
}
.cid-v00AvyXIL8 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v00AvyXIL8 .mbr-section-title,
.cid-v00AvyXIL8 .title-wrapper {
  color: #d4b464;
  text-align: center;
}
.cid-v00AvyXIL8 .panel-title-edit {
  color: #a0e2e1;
  text-align: left;
}
.cid-v00AvyXIL8 .panel-text {
  color: #323432;
}
.cid-v00AvyXIL8 .panel-text,
.cid-v00AvyXIL8 .panel-body {
  text-align: left;
  color: #edefeb;
}
.cid-v0PPSYRAjf {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0PPSYRAjf .mbr-overlay {
  background-color: #000312;
  opacity: 0.9;
}
.cid-v0PPSYRAjf textarea {
  min-height: 150px;
}
.cid-v0PPSYRAjf input[name='yourSubject'] {
  margin-top: 1.5rem;
}
.cid-v0PPSYRAjf textarea[name='yourMessage'] {
  margin-top: 0.3rem;
}
.cid-v0PPSYRAjf .form-control,
.cid-v0PPSYRAjf .field-input {
  padding: 1rem 0rem;
  background-color: #edefeb;
  border: none !important;
  border-bottom: 2px solid #e6b103 !important;
  border-color: #e6b103 !important;
  color: #052d4e !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-v0PPSYRAjf .form-control input::-webkit-input-placeholder,
.cid-v0PPSYRAjf .field-input input::-webkit-input-placeholder,
.cid-v0PPSYRAjf .form-control textarea::-webkit-input-placeholder,
.cid-v0PPSYRAjf .field-input textarea::-webkit-input-placeholder {
  color: #232323 !important;
}
.cid-v0PPSYRAjf .form-control input:-moz-placeholder,
.cid-v0PPSYRAjf .field-input input:-moz-placeholder,
.cid-v0PPSYRAjf .form-control textarea:-moz-placeholder,
.cid-v0PPSYRAjf .field-input textarea:-moz-placeholder {
  color: #232323 !important;
}
.cid-v0PPSYRAjf .jq-number__spin:hover,
.cid-v0PPSYRAjf .jq-number__spin:focus {
  background-color: #052d4e;
  border-color: #e9204f !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-v0PPSYRAjf .jq-number__spin {
  background-color: #edefeb;
  border-color: #e6b103 !important;
  color: #052d4e;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v0PPSYRAjf .jq-selectbox li,
.cid-v0PPSYRAjf .jq-selectbox li {
  background-color: #edefeb;
  color: #000000;
}
.cid-v0PPSYRAjf .jq-selectbox li:hover,
.cid-v0PPSYRAjf .jq-selectbox li.selected {
  background-color: #052d4e;
  color: #ffffff;
}
.cid-v0PPSYRAjf .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-v0PPSYRAjf .jq-number__spin.minus:hover:after,
.cid-v0PPSYRAjf .jq-number__spin.plus:hover:after {
  border-top-color: #edefeb;
  border-bottom-color: #edefeb;
}
.cid-v0PPSYRAjf .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-v0PPSYRAjf .jq-number__spin.minus:after,
.cid-v0PPSYRAjf .jq-number__spin.plus:after {
  border-top-color: #052d4e;
  border-bottom-color: #052d4e;
}
@media (max-width: 992px) {
  .cid-v0PPSYRAjf .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
  .cid-v0PPSYRAjf .social-list {
    margin-bottom: 3rem;
  }
  .cid-v0PPSYRAjf .email-input {
    margin-top: 2rem;
  }
}
.cid-v0PPSYRAjf .mbr-section-subtitle {
  color: #a96708;
  margin-bottom: 2.4rem;
  text-align: left;
}
.cid-v0PPSYRAjf .mbr-text {
  color: #acacac;
  margin-bottom: 3.5rem;
}
.cid-v0PPSYRAjf .mbr-iconfont-social {
  font-size: 1rem;
  color: #edefeb;
  margin-right: 0.6rem;
}
.cid-v0PPSYRAjf .mbr-iconfont-social:before {
  padding: 1rem;
  border: 2px solid;
  border-radius: 100px;
  border-color: #a96708;
  transition: all 0.3s;
}
.cid-v0PPSYRAjf .mbr-iconfont-social:hover {
  color: #a96708;
}
.cid-v0PPSYRAjf .social-list {
  display: flex;
}
.cid-v0PPSYRAjf .social-list a {
  transition: 0.3s;
}
.cid-v0PPSYRAjf .social-list a:hover {
  transform: translateY(-8px);
}
.cid-v0PPSYRAjf .row {
  align-items: center;
}
.cid-v0PPSYRAjf .mbr-section-title {
  margin-bottom: 1.3rem;
}
.cid-v0PPSYRAjf .btn {
  font-weight: bold;
  padding: 1rem 5.5rem;
}
.cid-v0PPSYRAjf .form-btn {
  margin-top: 2.5rem;
}
.cid-v0PPSYRAjf input::-webkit-input-placeholder,
.cid-v0PPSYRAjf textarea::-webkit-input-placeholder {
  color: #232323 !important;
}
.cid-v0PPSYRAjf input:-moz-placeholder,
.cid-v0PPSYRAjf textarea:-moz-placeholder {
  color: #232323 !important;
}
@media (min-width: 992px) {
  .cid-v0PPSYRAjf .media-content {
    padding-right: 3rem;
  }
  .cid-v0PPSYRAjf .email-input {
    padding-left: 2.2rem;
  }
}
@media (min-width: 767px) {
  .cid-v0PPSYRAjf .row {
    padding: 0 1rem;
  }
}
.cid-v0PPSYRAjf .btn:hover {
  background-color: #a96708 !important;
  border-color: #a96708 !important;
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-v0PPSYRAjf .form-btn {
    width: 100%;
  }
  .cid-v0PPSYRAjf .btn {
    width: 100%;
  }
}
.cid-v0PPSYRAjf H1 {
  text-align: left;
}
.cid-v0PPSYRAjf .mbr-text,
.cid-v0PPSYRAjf .mbr-section-btn {
  text-align: left;
}
.cid-v0PPTtDfDn {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0PPTtDfDn .svg-top {
  display: none;
}
.cid-v0PPTtDfDn .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-v0PPTtDfDn .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #000312;
}
.cid-v0PPTtDfDn .svg-top .st0 {
  fill: "file:///D:/%D8%A3%D8%AA%D9%88%D8%A7%D8%AC%20%D9%84%D9%84%D8%AA%D9%82%D9%86%D9%8A%D8%A9/website%20atwage/fs6/assets/images/bl3-725x416.png";
}
@media (max-width: 992px) {
  .cid-v0PPTtDfDn .svg-top {
    width: 1000px;
  }
}
.cid-v0PPTtDfDn .google-map {
  height: 35rem;
  position: relative;
}
.cid-v0PPTtDfDn .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v0PPTtDfDn .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-v0PPTtDfDn .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v0PPTtDfDn .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v0PPTtDfDn .mbr-section-title {
  color: #1a449a;
}
.cid-v0PPTtDfDn .mbr-section-subtitle {
  color: #1a449a;
}
.cid-v0PPURTBvY {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0PPURTBvY [class^='socicon-']:before,
.cid-v0PPURTBvY [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-v0PPURTBvY .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #a96708;
  transition: all 0.3s;
  border-color: #a96708;
}
.cid-v0PPURTBvY .btn-social:hover {
  background: #a96708;
}
.cid-v0PPURTBvY .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-v0PPURTBvY .btn-social:hover span {
  color: #ffffff !important;
}
.cid-v0PPURTBvY .mbr-section-title {
  color: #2e6b75;
}
.cid-v0PPURTBvY .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-v0PPURTBvY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0PPURTBvY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0PPURTBvY .mbr-section-title,
.cid-v0PPURTBvY .mbr-social-likes {
  color: #edefeb;
}
.cid-v0Q8CWuHQO {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0Q8CWuHQO .content {
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}
@media (max-width: 1024px) {
  .cid-v0Q8CWuHQO .content {
    flex-wrap: wrap;
  }
}
.cid-v0Q8CWuHQO h2,
.cid-v0Q8CWuHQO h4,
.cid-v0Q8CWuHQO h3,
.cid-v0Q8CWuHQO h6,
.cid-v0Q8CWuHQO p,
.cid-v0Q8CWuHQO ul {
  margin: 0;
}
.cid-v0Q8CWuHQO ul {
  padding: 0;
  list-style-type: none;
}
.cid-v0Q8CWuHQO .heading {
  width: 35%;
  margin-bottom: 37px;
}
@media (max-width: 1024px) {
  .cid-v0Q8CWuHQO .heading {
    width: 100%;
  }
}
.cid-v0Q8CWuHQO .heading-inner {
  max-width: 476px;
}
.cid-v0Q8CWuHQO .mbr-section-title {
  color: #a6a99c;
  text-align: center;
}
.cid-v0Q8CWuHQO .mbr-section-subtitle {
  color: #edefeb;
  text-align: center;
}
.cid-v0Q8CWuHQO .cards {
  width: 65%;
  display: flex;
}
@media (max-width: 1024px) {
  .cid-v0Q8CWuHQO .cards {
    width: 100%;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-v0Q8CWuHQO .cards {
    flex-direction: column;
    padding-top: 0px;
  }
}
.cid-v0Q8CWuHQO .card {
  width: 34%;
}
@media (max-width: 1024px) {
  .cid-v0Q8CWuHQO .card {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v0Q8CWuHQO .card {
    width: 100%;
    padding-top: 30px;
  }
}
.cid-v0Q8CWuHQO .mbr-card-title {
  color: #a96708;
  margin-bottom: 3px;
  text-align: center;
}
.cid-v0Q8CWuHQO .mbr-card-subtitle {
  color: #6b6b6b;
}
.cid-v0Q8CWuHQO .list {
  padding-top: 5px;
  margin-bottom: 24px;
  color: #ffffff;
  text-align: center;
}
.cid-v0PPWyWR5V {
  background-color: #000312;
}
.cid-v0PPWyWR5V .content {
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
}
.cid-v0PPWyWR5V .content img {
  width: 43px;
  height: 43px;
  object-fit: cover;
  margin-right: 15px;
}
.cid-v0PPWyWR5V .content p {
  margin: 0;
}
.cid-v0PPWyWR5V .mbr-text {
  color: #ffffff;
}
.cid-v0PNF23TrU {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v0PNF23TrU .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0PNF23TrU .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-v0PNF23TrU .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v0PNF23TrU .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v0PNF23TrU .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v0PNF23TrU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0PNF23TrU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0PNF23TrU .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-v0PNF23TrU .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v0PNF23TrU .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v0PNF23TrU .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v0PNF23TrU .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v0PNF23TrU .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v0PNF23TrU .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v0PNF23TrU .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-v0PNF23TrU .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v0PNF23TrU .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v0PNF23TrU .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v0PNF23TrU .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v0PNF23TrU .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v0PNF23TrU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v0PNF23TrU .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(0, 3, 18, 0.4) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #000312;
}
@media (max-width: 992px) {
  .cid-v0PNF23TrU .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v0PNF23TrU .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-v0PNF23TrU .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-v0PNF23TrU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v0PNF23TrU .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000312;
  background: rgba(0, 3, 18, 0.4) !important;
  backdrop-filter: blur(10px);
}
.cid-v0PNF23TrU .nav-item:focus,
.cid-v0PNF23TrU .nav-link:focus {
  outline: none;
}
.cid-v0PNF23TrU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0PNF23TrU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0PNF23TrU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0PNF23TrU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0PNF23TrU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0PNF23TrU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0PNF23TrU .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v0PNF23TrU .navbar.opened {
  transition: all 0.3s;
}
.cid-v0PNF23TrU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0PNF23TrU .navbar .navbar-logo img {
  width: auto;
}
.cid-v0PNF23TrU .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v0PNF23TrU .navbar.collapsed {
  justify-content: center;
}
.cid-v0PNF23TrU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0PNF23TrU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0PNF23TrU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.6rem);
  }
}
.cid-v0PNF23TrU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0PNF23TrU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0PNF23TrU .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v0PNF23TrU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0PNF23TrU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0PNF23TrU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v0PNF23TrU .navbar {
    min-height: 72px;
  }
  .cid-v0PNF23TrU .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v0PNF23TrU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0PNF23TrU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0PNF23TrU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0PNF23TrU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0PNF23TrU .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v0PNF23TrU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0PNF23TrU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v0PNF23TrU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0PNF23TrU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0PNF23TrU .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v0PNF23TrU .dropdown-item.active,
.cid-v0PNF23TrU .dropdown-item:active {
  background-color: transparent;
}
.cid-v0PNF23TrU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0PNF23TrU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0PNF23TrU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0PNF23TrU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000312;
}
.cid-v0PNF23TrU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v0PNF23TrU .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v0PNF23TrU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0PNF23TrU .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v0PNF23TrU .navbar-buttons {
    text-align: left;
  }
}
.cid-v0PNF23TrU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0PNF23TrU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v0PNF23TrU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0PNF23TrU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0PNF23TrU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0PNF23TrU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0PNF23TrU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0PNF23TrU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0PNF23TrU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0PNF23TrU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0PNF23TrU .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v0PNF23TrU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0PNF23TrU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v0PNF23TrU .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0PNF23TrU .navbar {
    height: 70px;
  }
  .cid-v0PNF23TrU .navbar.opened {
    height: auto;
  }
  .cid-v0PNF23TrU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0PNF23TrU .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v0PNF23TrU .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v0PNF23TrU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v0PNF23TrU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v0PNF23TrU .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v0PNF23TrU .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v0PNF23TrU .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v0PNF23TrU .navbar-brand {
    margin-right: auto;
  }
  .cid-v0PNF23TrU .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000312;
    opacity: 1;
    border-color: rgba(0, 3, 18, 0.4) !important;
    background: rgba(0, 3, 18, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v0PNF23TrU .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v0PNF23TrU .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v0PNF23TrU .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v0PNF23TrU .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v0PNF23TrU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v0PNF23TrU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v0PNF23TrU .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v0PNF23TrU .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v0PNF23TrU .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v0PNF23TrU .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v00E9DiA5x {
  padding-top: 12rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/et-1200x1200.png");
}
.cid-v00E9DiA5x .mbr-fallback-image.disabled {
  display: none;
}
.cid-v00E9DiA5x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v00E9DiA5x .content-wrapper .image-wrapper {
  margin-bottom: 32px;
}
.cid-v00E9DiA5x .content-wrapper .image-wrapper img {
  height: 530px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v00E9DiA5x .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-v00E9DiA5x .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v00E9DiA5x .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-v00E9DiA5x .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v00E9DiA5x .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 16px;
    width: 100%;
  }
}
.cid-v00E9DiA5x .mbr-section-title {
  color: #ffffff;
}
.cid-v00E9DiA5x .mbr-text,
.cid-v00E9DiA5x .text-wrapper {
  color: #bbbbbb;
  text-align: center;
}
.cid-v00E9DiA5x .mbr-section-title,
.cid-v00E9DiA5x .mbr-section-btn {
  text-align: center;
}
.cid-v00E9DywBL {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v00E9DywBL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v00E9DywBL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v00E9DywBL .icon-title-1 {
  color: #bff747;
}
.cid-v00E9DywBL .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v00E9DywBL .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v00E9DywBL .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v00E9DywBL .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v00E9DywBL .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-v00E9DywBL .image-wrapper img {
  width: 100%;
  height: 570px;
  object-fit: cover;
  border-radius: 2rem;
  padding: 5px;
  background-color: #d4b464;
}
@media (max-width: 992px) {
  .cid-v00E9DywBL .image-wrapper img {
    height: 350px;
  }
}
.cid-v00E9DywBL .item-text {
  color: #fdfde1;
  text-align: left;
}
.cid-v00E9DywBL .item-title {
  color: #bff747;
  text-align: left;
}
.cid-v00E9DywBL .mbr-section-title,
.cid-v00E9DywBL .mbr-section-btn {
  color: #d4b464;
  text-align: left;
}
.cid-v00E9DMczx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v00E9DMczx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v00E9DMczx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v00E9DMczx .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v00E9DMczx .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v00E9DMczx .container {
    padding: 0 16px;
  }
}
.cid-v00E9DMczx .row {
  position: relative;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v00E9DMczx .row {
    margin: 0;
  }
}
.cid-v00E9DMczx .row .card {
  position: relative;
  padding: 0;
}
.cid-v00E9DMczx .decor-wrapper_1 {
  height: 30px;
  background-color: #daa521;
  border-radius: 20px 20px 0 0;
}
.cid-v00E9DMczx .decor-wrapper_2 {
  height: 30px;
  background-color: #bf9a3e;
}
.cid-v00E9DMczx .decor-wrapper_3 {
  height: 30px;
  background-color: #d4b464;
}
.cid-v00E9DMczx .title-wrapper {
  margin: 0 20px;
  padding-top: 110px;
}
@media (max-width: 992px) {
  .cid-v00E9DMczx .title-wrapper {
    padding-top: 50px;
  }
}
@media (max-width: 992px) {
  .cid-v00E9DMczx .title-wrapper {
    margin: 0 10px;
  }
}
.cid-v00E9DMczx .mbr-section-title {
  color: #a0e2e1;
  text-align: center;
}
.cid-v00E9E0OiV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000312;
}
.cid-v00E9E0OiV .line {
  background-color: #d4b464;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-v00E9E0OiV .mbr-text {
  color: #ffffff;
}
.cid-v00E9E81RL {
  padding-top: 1rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v00E9E81RL .decor-wrap_1 {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 314px;
  height: 314px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #ffa600 0, #ab7206 43%, #ffffff 100%);
}
.cid-v00E9E81RL .decor-wrap_2 {
  position: absolute;
  top: 25%;
  right: 2%;
  width: 176px;
  height: 176px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #ffa600 0, #ab7206 43%, #ffffff 100%);
}
.cid-v00E9E81RL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v00E9E81RL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v00E9E81RL .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-v00E9E81RL .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-v00E9E81RL .container {
    padding: 0 30px;
  }
}
.cid-v00E9E81RL .row {
  justify-content: center;
}
.cid-v00E9E81RL .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v00E9E81RL .content-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  background-color: transparent;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 2px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v00E9E81RL .content-wrapper .nav.nav-tabs {
    display: block;
    margin-bottom: 64px;
  }
}
.cid-v00E9E81RL .content-wrapper .nav.nav-tabs .nav-item {
  width: calc(33.2%);
  padding: 64px 35px;
  background-color: #050b1d;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}
.cid-v00E9E81RL .content-wrapper .nav.nav-tabs .nav-item:first-child {
  border-radius: 2rem 0 0 0;
}
.cid-v00E9E81RL .content-wrapper .nav.nav-tabs .nav-item:last-child {
  border-radius: 0 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-v00E9E81RL .content-wrapper .nav.nav-tabs .nav-item {
    width: 100%;
    padding: 36px 50px;
    margin-bottom: 2px;
  }
}
.cid-v00E9E81RL .content-wrapper .nav.nav-tabs .nav-item:nth-child(2) .nav-link::before {
  background-color: #ffe7da;
}
.cid-v00E9E81RL .content-wrapper .nav.nav-tabs .nav-item:nth-child(3) .nav-link::before {
  background-color: #dbf5d1;
}
.cid-v00E9E81RL .content-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 0 0 20px;
  margin-bottom: 0;
  border: none;
  color: #ffa600;
  transition: all 0.5s ease-in-out;
  z-index: 2;
}
.cid-v00E9E81RL .content-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  left: 0;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  background-color: #f9f3c2;
  transition: all 0.5s ease-in-out;
  z-index: -1;
}
.cid-v00E9E81RL .content-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
}
.cid-v00E9E81RL .content-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  transform: scale(1.25);
}
.cid-v00E9E81RL .content-wrapper .tab-content .tab-pane .content-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-v00E9E81RL .content-wrapper .tab-content .tab-pane .content-wrap {
    display: block;
  }
}
.cid-v00E9E81RL .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper {
  width: 50%;
  padding-right: 56px;
  padding-right: 0;
  padding-left: 56px;
}
@media (max-width: 992px) {
  .cid-v00E9E81RL .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v00E9E81RL .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper {
    width: 100%;
    margin-bottom: 64px;
    padding: 0;
  }
}
.cid-v00E9E81RL .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-v00E9E81RL .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v00E9E81RL .content-wrapper .tab-content .tab-pane .content-wrap .mbr-text {
  width: 50%;
  margin-bottom: 0;
  padding-left: 40px;
  border-left: 1px solid #ffa600;
  padding-left: 0;
  padding-right: 40px;
  border-left: none;
  border-right: 1px solid #ffa600;
}
@media (max-width: 992px) {
  .cid-v00E9E81RL .content-wrapper .tab-content .tab-pane .content-wrap .mbr-text {
    width: 100%;
    padding-left: 20px;
  }
}
@media (max-width: 992px) {
  .cid-v00E9E81RL .content-wrapper .tab-content .tab-pane .content-wrap .mbr-text {
    padding-left: 0;
    padding-right: 20px;
  }
}
.cid-v00E9E81RL .mbr-desc {
  color: #c7fcb5;
  text-align: right;
}
.cid-v00E9E81RL .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-v00E9E81RL .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-v00E9ErWAn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v00E9ErWAn .mbr-overlay {
  background: #000312;
  opacity: 0.9;
}
.cid-v00E9ErWAn .mbr-section-title {
  margin-bottom: 40px;
  color: #ffffff;
  text-align: center;
}
.cid-v00E9ErWAn .item:focus,
.cid-v00E9ErWAn span:focus {
  outline: none;
}
.cid-v00E9ErWAn .item {
  cursor: pointer;
}
.cid-v00E9ErWAn .grid-container {
  grid-row-gap: 40px;
}
@media (max-width: 992px) {
  .cid-v00E9ErWAn .grid-container {
    grid-row-gap: 20px;
  }
}
.cid-v00E9ErWAn .grid-container-1,
.cid-v00E9ErWAn .grid-container-2,
.cid-v00E9ErWAn .grid-container-3 {
  gap: 0 40px;
}
@media (max-width: 992px) {
  .cid-v00E9ErWAn .grid-container-1,
  .cid-v00E9ErWAn .grid-container-2,
  .cid-v00E9ErWAn .grid-container-3 {
    gap: 0 20px;
  }
}
.cid-v00E9ErWAn .content-head {
  max-width: 800px;
}
.cid-v00E9ErWAn .container,
.cid-v00E9ErWAn .container-fluid {
  overflow: hidden;
}
.cid-v00E9ErWAn .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-v00E9ErWAn .grid-item {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.cid-v00E9ErWAn .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-v00E9ErWAn .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-v00E9ErWAn .grid-item img {
    min-width: 35vw;
    height: 150px;
  }
}
.cid-v00E9ErWAn .grid-item:nth-child(2) img {
  height: 400px;
}
@media (max-width: 1200px) {
  .cid-v00E9ErWAn .grid-item:nth-child(2) img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .cid-v00E9ErWAn .grid-item:nth-child(2) img {
    height: 150px;
  }
}
.cid-v00E9ErWAn .grid-item:nth-child(3) img {
  height: 450px;
}
@media (max-width: 1200px) {
  .cid-v00E9ErWAn .grid-item:nth-child(3) img {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .cid-v00E9ErWAn .grid-item:nth-child(3) img {
    height: 150px;
  }
}
.cid-v00E9ErWAn .grid-item:nth-child(4) img {
  height: 350px;
}
@media (max-width: 1200px) {
  .cid-v00E9ErWAn .grid-item:nth-child(4) img {
    height: 200px;
  }
}
@media (max-width: 767px) {
  .cid-v00E9ErWAn .grid-item:nth-child(4) img {
    height: 150px;
  }
}
.cid-v00E9ErWAn .grid-container-1,
.cid-v00E9ErWAn .grid-container-2,
.cid-v00E9ErWAn .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-v00E9ErWAn .grid-container-1 {
  align-items: flex-end;
}
.cid-v00E9ErWAn .grid-container-2 {
  align-items: flex-start;
}
.cid-v0POxHDFqz {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0POxHDFqz .mbr-overlay {
  background-color: #000312;
  opacity: 0.9;
}
.cid-v0POxHDFqz textarea {
  min-height: 150px;
}
.cid-v0POxHDFqz input[name='yourSubject'] {
  margin-top: 1.5rem;
}
.cid-v0POxHDFqz textarea[name='yourMessage'] {
  margin-top: 0.3rem;
}
.cid-v0POxHDFqz .form-control,
.cid-v0POxHDFqz .field-input {
  padding: 1rem 0rem;
  background-color: #edefeb;
  border: none !important;
  border-bottom: 2px solid #e6b103 !important;
  border-color: #e6b103 !important;
  color: #052d4e !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-v0POxHDFqz .form-control input::-webkit-input-placeholder,
.cid-v0POxHDFqz .field-input input::-webkit-input-placeholder,
.cid-v0POxHDFqz .form-control textarea::-webkit-input-placeholder,
.cid-v0POxHDFqz .field-input textarea::-webkit-input-placeholder {
  color: #232323 !important;
}
.cid-v0POxHDFqz .form-control input:-moz-placeholder,
.cid-v0POxHDFqz .field-input input:-moz-placeholder,
.cid-v0POxHDFqz .form-control textarea:-moz-placeholder,
.cid-v0POxHDFqz .field-input textarea:-moz-placeholder {
  color: #232323 !important;
}
.cid-v0POxHDFqz .jq-number__spin:hover,
.cid-v0POxHDFqz .jq-number__spin:focus {
  background-color: #052d4e;
  border-color: #e9204f !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-v0POxHDFqz .jq-number__spin {
  background-color: #edefeb;
  border-color: #e6b103 !important;
  color: #052d4e;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v0POxHDFqz .jq-selectbox li,
.cid-v0POxHDFqz .jq-selectbox li {
  background-color: #edefeb;
  color: #000000;
}
.cid-v0POxHDFqz .jq-selectbox li:hover,
.cid-v0POxHDFqz .jq-selectbox li.selected {
  background-color: #052d4e;
  color: #ffffff;
}
.cid-v0POxHDFqz .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-v0POxHDFqz .jq-number__spin.minus:hover:after,
.cid-v0POxHDFqz .jq-number__spin.plus:hover:after {
  border-top-color: #edefeb;
  border-bottom-color: #edefeb;
}
.cid-v0POxHDFqz .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-v0POxHDFqz .jq-number__spin.minus:after,
.cid-v0POxHDFqz .jq-number__spin.plus:after {
  border-top-color: #052d4e;
  border-bottom-color: #052d4e;
}
@media (max-width: 992px) {
  .cid-v0POxHDFqz .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
  .cid-v0POxHDFqz .social-list {
    margin-bottom: 3rem;
  }
  .cid-v0POxHDFqz .email-input {
    margin-top: 2rem;
  }
}
.cid-v0POxHDFqz .mbr-section-subtitle {
  color: #a96708;
  margin-bottom: 2.4rem;
  text-align: left;
}
.cid-v0POxHDFqz .mbr-text {
  color: #acacac;
  margin-bottom: 3.5rem;
}
.cid-v0POxHDFqz .mbr-iconfont-social {
  font-size: 1rem;
  color: #edefeb;
  margin-right: 0.6rem;
}
.cid-v0POxHDFqz .mbr-iconfont-social:before {
  padding: 1rem;
  border: 2px solid;
  border-radius: 100px;
  border-color: #a96708;
  transition: all 0.3s;
}
.cid-v0POxHDFqz .mbr-iconfont-social:hover {
  color: #a96708;
}
.cid-v0POxHDFqz .social-list {
  display: flex;
}
.cid-v0POxHDFqz .social-list a {
  transition: 0.3s;
}
.cid-v0POxHDFqz .social-list a:hover {
  transform: translateY(-8px);
}
.cid-v0POxHDFqz .row {
  align-items: center;
}
.cid-v0POxHDFqz .mbr-section-title {
  margin-bottom: 1.3rem;
}
.cid-v0POxHDFqz .btn {
  font-weight: bold;
  padding: 1rem 5.5rem;
}
.cid-v0POxHDFqz .form-btn {
  margin-top: 2.5rem;
}
.cid-v0POxHDFqz input::-webkit-input-placeholder,
.cid-v0POxHDFqz textarea::-webkit-input-placeholder {
  color: #232323 !important;
}
.cid-v0POxHDFqz input:-moz-placeholder,
.cid-v0POxHDFqz textarea:-moz-placeholder {
  color: #232323 !important;
}
@media (min-width: 992px) {
  .cid-v0POxHDFqz .media-content {
    padding-right: 3rem;
  }
  .cid-v0POxHDFqz .email-input {
    padding-left: 2.2rem;
  }
}
@media (min-width: 767px) {
  .cid-v0POxHDFqz .row {
    padding: 0 1rem;
  }
}
.cid-v0POxHDFqz .btn:hover {
  background-color: #a96708 !important;
  border-color: #a96708 !important;
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-v0POxHDFqz .form-btn {
    width: 100%;
  }
  .cid-v0POxHDFqz .btn {
    width: 100%;
  }
}
.cid-v0POxHDFqz H1 {
  text-align: left;
}
.cid-v0POxHDFqz .mbr-text,
.cid-v0POxHDFqz .mbr-section-btn {
  text-align: left;
}
.cid-v0POyde1hr {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0POyde1hr .svg-top {
  display: none;
}
.cid-v0POyde1hr .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-v0POyde1hr .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #000312;
}
.cid-v0POyde1hr .svg-top .st0 {
  fill: "file:///D:/%D8%A3%D8%AA%D9%88%D8%A7%D8%AC%20%D9%84%D9%84%D8%AA%D9%82%D9%86%D9%8A%D8%A9/website%20atwage/fs6/assets/images/bl3-725x416.png";
}
@media (max-width: 992px) {
  .cid-v0POyde1hr .svg-top {
    width: 1000px;
  }
}
.cid-v0POyde1hr .google-map {
  height: 35rem;
  position: relative;
}
.cid-v0POyde1hr .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v0POyde1hr .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-v0POyde1hr .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v0POyde1hr .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v0POyde1hr .mbr-section-title {
  color: #1a449a;
}
.cid-v0POyde1hr .mbr-section-subtitle {
  color: #1a449a;
}
.cid-v0POzm1YLu {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0POzm1YLu [class^='socicon-']:before,
.cid-v0POzm1YLu [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-v0POzm1YLu .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #a96708;
  transition: all 0.3s;
  border-color: #a96708;
}
.cid-v0POzm1YLu .btn-social:hover {
  background: #a96708;
}
.cid-v0POzm1YLu .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-v0POzm1YLu .btn-social:hover span {
  color: #ffffff !important;
}
.cid-v0POzm1YLu .mbr-section-title {
  color: #2e6b75;
}
.cid-v0POzm1YLu .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-v0POzm1YLu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0POzm1YLu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0POzm1YLu .mbr-section-title,
.cid-v0POzm1YLu .mbr-social-likes {
  color: #edefeb;
}
.cid-v0Q8fvMUtV {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0Q8fvMUtV .content {
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}
@media (max-width: 1024px) {
  .cid-v0Q8fvMUtV .content {
    flex-wrap: wrap;
  }
}
.cid-v0Q8fvMUtV h2,
.cid-v0Q8fvMUtV h4,
.cid-v0Q8fvMUtV h3,
.cid-v0Q8fvMUtV h6,
.cid-v0Q8fvMUtV p,
.cid-v0Q8fvMUtV ul {
  margin: 0;
}
.cid-v0Q8fvMUtV ul {
  padding: 0;
  list-style-type: none;
}
.cid-v0Q8fvMUtV .heading {
  width: 35%;
  margin-bottom: 37px;
}
@media (max-width: 1024px) {
  .cid-v0Q8fvMUtV .heading {
    width: 100%;
  }
}
.cid-v0Q8fvMUtV .heading-inner {
  max-width: 476px;
}
.cid-v0Q8fvMUtV .mbr-section-title {
  color: #a6a99c;
  text-align: center;
}
.cid-v0Q8fvMUtV .mbr-section-subtitle {
  color: #edefeb;
  text-align: center;
}
.cid-v0Q8fvMUtV .cards {
  width: 65%;
  display: flex;
}
@media (max-width: 1024px) {
  .cid-v0Q8fvMUtV .cards {
    width: 100%;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-v0Q8fvMUtV .cards {
    flex-direction: column;
    padding-top: 0px;
  }
}
.cid-v0Q8fvMUtV .card {
  width: 34%;
}
@media (max-width: 1024px) {
  .cid-v0Q8fvMUtV .card {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v0Q8fvMUtV .card {
    width: 100%;
    padding-top: 30px;
  }
}
.cid-v0Q8fvMUtV .mbr-card-title {
  color: #a96708;
  margin-bottom: 3px;
  text-align: center;
}
.cid-v0Q8fvMUtV .mbr-card-subtitle {
  color: #6b6b6b;
}
.cid-v0Q8fvMUtV .list {
  padding-top: 5px;
  margin-bottom: 24px;
  color: #ffffff;
  text-align: center;
}
.cid-v0POAIPC4O {
  background-color: #000312;
}
.cid-v0POAIPC4O .content {
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
}
.cid-v0POAIPC4O .content img {
  width: 43px;
  height: 43px;
  object-fit: cover;
  margin-right: 15px;
}
.cid-v0POAIPC4O .content p {
  margin: 0;
}
.cid-v0POAIPC4O .mbr-text {
  color: #ffffff;
}
.cid-v0PMtnX0l4 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v0PMtnX0l4 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0PMtnX0l4 .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-v0PMtnX0l4 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v0PMtnX0l4 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v0PMtnX0l4 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v0PMtnX0l4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0PMtnX0l4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0PMtnX0l4 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-v0PMtnX0l4 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v0PMtnX0l4 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v0PMtnX0l4 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v0PMtnX0l4 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v0PMtnX0l4 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v0PMtnX0l4 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v0PMtnX0l4 .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-v0PMtnX0l4 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v0PMtnX0l4 .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v0PMtnX0l4 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v0PMtnX0l4 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v0PMtnX0l4 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v0PMtnX0l4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v0PMtnX0l4 .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(0, 3, 18, 0.4) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #000312;
}
@media (max-width: 992px) {
  .cid-v0PMtnX0l4 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v0PMtnX0l4 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-v0PMtnX0l4 .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-v0PMtnX0l4 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v0PMtnX0l4 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000312;
  background: rgba(0, 3, 18, 0.4) !important;
  backdrop-filter: blur(10px);
}
.cid-v0PMtnX0l4 .nav-item:focus,
.cid-v0PMtnX0l4 .nav-link:focus {
  outline: none;
}
.cid-v0PMtnX0l4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0PMtnX0l4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0PMtnX0l4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0PMtnX0l4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0PMtnX0l4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0PMtnX0l4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0PMtnX0l4 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v0PMtnX0l4 .navbar.opened {
  transition: all 0.3s;
}
.cid-v0PMtnX0l4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0PMtnX0l4 .navbar .navbar-logo img {
  width: auto;
}
.cid-v0PMtnX0l4 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v0PMtnX0l4 .navbar.collapsed {
  justify-content: center;
}
.cid-v0PMtnX0l4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0PMtnX0l4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0PMtnX0l4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.6rem);
  }
}
.cid-v0PMtnX0l4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0PMtnX0l4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0PMtnX0l4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v0PMtnX0l4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0PMtnX0l4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0PMtnX0l4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v0PMtnX0l4 .navbar {
    min-height: 72px;
  }
  .cid-v0PMtnX0l4 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v0PMtnX0l4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0PMtnX0l4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0PMtnX0l4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0PMtnX0l4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0PMtnX0l4 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v0PMtnX0l4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0PMtnX0l4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v0PMtnX0l4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0PMtnX0l4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0PMtnX0l4 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v0PMtnX0l4 .dropdown-item.active,
.cid-v0PMtnX0l4 .dropdown-item:active {
  background-color: transparent;
}
.cid-v0PMtnX0l4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0PMtnX0l4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0PMtnX0l4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0PMtnX0l4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000312;
}
.cid-v0PMtnX0l4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v0PMtnX0l4 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v0PMtnX0l4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0PMtnX0l4 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v0PMtnX0l4 .navbar-buttons {
    text-align: left;
  }
}
.cid-v0PMtnX0l4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0PMtnX0l4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v0PMtnX0l4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0PMtnX0l4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0PMtnX0l4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0PMtnX0l4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0PMtnX0l4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0PMtnX0l4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0PMtnX0l4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0PMtnX0l4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0PMtnX0l4 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v0PMtnX0l4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0PMtnX0l4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v0PMtnX0l4 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0PMtnX0l4 .navbar {
    height: 70px;
  }
  .cid-v0PMtnX0l4 .navbar.opened {
    height: auto;
  }
  .cid-v0PMtnX0l4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0PMtnX0l4 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v0PMtnX0l4 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v0PMtnX0l4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v0PMtnX0l4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v0PMtnX0l4 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v0PMtnX0l4 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v0PMtnX0l4 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v0PMtnX0l4 .navbar-brand {
    margin-right: auto;
  }
  .cid-v0PMtnX0l4 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000312;
    opacity: 1;
    border-color: rgba(0, 3, 18, 0.4) !important;
    background: rgba(0, 3, 18, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v0PMtnX0l4 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v0PMtnX0l4 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v0PMtnX0l4 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v0PMtnX0l4 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v0PMtnX0l4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v0PMtnX0l4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v0PMtnX0l4 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v0PMtnX0l4 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v0PMtnX0l4 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v0PMtnX0l4 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v00GaixkJj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v00GaixkJj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v00GaixkJj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v00GaixkJj .row {
  justify-content: space-between;
}
.cid-v00GaixkJj .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-v00GaixkJj .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v00GaixkJj .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v00GaixkJj .title-wrapper .mbr-section-subtitle {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #386bb7, #daa521);
  margin-bottom: 0;
}
.cid-v00GaixkJj .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-v00GaixkJj .content-wrapper .mbr-section-btn .btn::after,
.cid-v00GaixkJj .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-v00GaixkJj .content-wrapper .mbr-section-btn .btn:hover,
.cid-v00GaixkJj .content-wrapper .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-v00GaixkJj .content-wrapper .mbr-section-btn .btn:hover::after,
.cid-v00GaixkJj .content-wrapper .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-v00GaixkJj .image-wrapper {
  margin-top: 80px;
}
@media (max-width: 992px) {
  .cid-v00GaixkJj .image-wrapper {
    margin-top: 40px;
  }
}
.cid-v00GaixkJj .image-wrapper img {
  height: 485px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v00GaixkJj .image-wrapper img {
    height: 350px;
  }
}
.cid-v00GaixkJj .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-v00GaixkJj .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-v00GaixkJj .mbr-text {
  color: #c7c7c7;
}
.cid-v00GaixkJj .mbr-text,
.cid-v00GaixkJj .mbr-section-btn {
  text-align: right;
}
.cid-v00GaiLF7y {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v00GaiLF7y .mbr-fallback-image.disabled {
  display: none;
}
.cid-v00GaiLF7y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-v00GaiLF7y .container {
    padding: 0 16px;
  }
}
.cid-v00GaiLF7y .row {
  justify-content: center;
}
.cid-v00GaiLF7y .content-wrapper {
  position: relative;
}
.cid-v00GaiLF7y .content-wrapper .icon-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v00GaiLF7y .content-wrapper .icon-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v00GaiLF7y .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 42px;
  color: #daa521;
  display: inline-flex;
}
.cid-v00GaiLF7y .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v00GaiLF7y .content-wrapper .mbr-text span {
  color: #000000;
}
.cid-v00GaiLF7y .content-wrapper .decor-wrapper {
  position: absolute;
  top: -10%;
  left: -12rem;
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #d4b464 -10%, transparent 70%);
}
.cid-v00GaiLF7y .mbr-text {
  color: #000000;
}
.cid-v00GaiLF7y .mbr-text,
.cid-v00GaiLF7y .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-v00GaiXQk7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v00GaiXQk7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v00GaiXQk7 .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-v00GaiXQk7 .container {
    padding: 0 30px;
  }
}
.cid-v00GaiXQk7 .row {
  justify-content: center;
}
.cid-v00GaiXQk7 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v00GaiXQk7 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v00GaiXQk7 .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v00GaiXQk7 .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-v00GaiXQk7 .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-v00GaiXQk7 .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-v00GaiXQk7 .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v00GaiXQk7 .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #bf9a3e;
}
.cid-v00GaiXQk7 .mbr-section-title {
  color: #22654E;
}
.cid-v00GaiXQk7 .mbr-text {
  color: #d4b464;
  text-align: left;
}
.cid-v00GaiXQk7 .list,
.cid-v00GaiXQk7 .item-wrap {
  color: #edefeb;
  text-align: left;
}
.cid-v00GajaE99 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000312;
}
.cid-v00GajaE99 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v00GajaE99 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v00GajaE99 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v00GajaE99 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-v00GajaE99 .container {
    padding: 0 24px;
  }
}
.cid-v00GajaE99 .row {
  justify-content: center;
}
.cid-v00GajaE99 .content-wrapper {
  border-radius: 40px;
  background-color: #050b1d;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-v00GajaE99 .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-v00GajaE99 .content-wrapper {
    padding: 32px;
  }
}
.cid-v00GajaE99 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v00GajaE99 .content-wrapper .mbr-text {
  margin: 16px 0 0;
}
.cid-v00GajaE99 .mbr-section-title {
  color: #FF3399;
}
.cid-v00GajaE99 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v00GajmRkI {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v00GajmRkI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v00GajmRkI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v00GajmRkI .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-v00GajmRkI .container-fluid {
    padding: 0 20px;
  }
}
.cid-v00GajmRkI .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v00GajmRkI .container {
    padding: 0 20px;
  }
  .cid-v00GajmRkI .container .row {
    padding: 0;
  }
}
.cid-v00GajmRkI .container,
.cid-v00GajmRkI .container-fluid {
  position: relative;
}
.cid-v00GajmRkI .row {
  justify-content: center;
}
.cid-v00GajmRkI .text-wrapper {
  margin-bottom: 40px;
}
.cid-v00GajmRkI .text-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-v00GajmRkI .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v00GajmRkI .list-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-v00GajmRkI .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-position: inside;
}
.cid-v00GajmRkI .list-wrapper .list .item-wrap {
  margin-bottom: 5px;
}
.cid-v00GajmRkI .list-wrapper .list .item-wrap::marker {
  color: #ffa600;
}
.cid-v00GajmRkI .mbr-section-title {
  color: #a0e2e1;
  text-align: left;
}
.cid-v00GajmRkI .mbr-text {
  color: #ffffff;
}
.cid-v00GajmRkI .list {
  color: #edefeb;
  text-align: left;
}
.cid-v00GajzZ9v {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v00GajzZ9v .mbr-fallback-image.disabled {
  display: none;
}
.cid-v00GajzZ9v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v00GajzZ9v .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v00GajzZ9v .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v00GajzZ9v .container {
    padding: 0 16px;
  }
}
.cid-v00GajzZ9v .row {
  position: relative;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v00GajzZ9v .row {
    margin: 0;
  }
}
.cid-v00GajzZ9v .row .card {
  position: relative;
  padding: 0;
}
.cid-v00GajzZ9v .decor-wrapper_1 {
  height: 30px;
  background-color: #daa521;
  border-radius: 20px 20px 0 0;
}
.cid-v00GajzZ9v .decor-wrapper_2 {
  height: 30px;
  background-color: #bf9a3e;
}
.cid-v00GajzZ9v .decor-wrapper_3 {
  height: 30px;
  background-color: #f5ce85;
}
.cid-v00GajzZ9v .title-wrapper {
  margin: 0 20px;
  padding-top: 110px;
}
@media (max-width: 992px) {
  .cid-v00GajzZ9v .title-wrapper {
    padding-top: 50px;
  }
}
@media (max-width: 992px) {
  .cid-v00GajzZ9v .title-wrapper {
    margin: 0 10px;
  }
}
.cid-v00GajzZ9v .mbr-section-title {
  color: #bf9a3e;
  text-align: center;
}
.cid-v00GajOyAf {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v00GajOyAf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v00GajOyAf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v00GajOyAf .card-wrapper {
  display: flex;
  background-color: #050b1d;
  justify-content: space-between;
  padding: 48px;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-v00GajOyAf .card-wrapper {
    display: block;
    padding: 16px;
  }
}
@media (max-width: 992px) {
  .cid-v00GajOyAf .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v00GajOyAf .card-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #a78aff 0%, transparent 80%);
  height: 1px;
  width: 100%;
}
.cid-v00GajOyAf .card-wrapper .content-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-v00GajOyAf .card-wrapper .content-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-v00GajOyAf .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-v00GajOyAf .card-wrapper .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v00GajOyAf .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-v00GajOyAf .card-wrapper .image-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-v00GajOyAf .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-v00GajOyAf .card-wrapper .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-v00GajOyAf .mbr-section-title {
  color: #ffffff;
}
.cid-v00GajOyAf .mbr-text {
  color: #edefeb;
  text-align: left;
}
.cid-v00GajOyAf .mbr-section-title,
.cid-v00GajOyAf .mbr-section-btn {
  color: #a0e2e1;
  text-align: left;
}
.cid-v00Gak164s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/back7-935x527.png");
}
.cid-v00Gak164s .mbr-fallback-image.disabled {
  display: none;
}
.cid-v00Gak164s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v00Gak164s .image-wrapper {
  height: 600px;
}
@media (max-width: 992px) {
  .cid-v00Gak164s .image-wrapper {
    height: 400px;
  }
}
.cid-v0PNfU97TZ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0PNfU97TZ .mbr-overlay {
  background-color: #000312;
  opacity: 0.9;
}
.cid-v0PNfU97TZ textarea {
  min-height: 150px;
}
.cid-v0PNfU97TZ input[name='yourSubject'] {
  margin-top: 1.5rem;
}
.cid-v0PNfU97TZ textarea[name='yourMessage'] {
  margin-top: 0.3rem;
}
.cid-v0PNfU97TZ .form-control,
.cid-v0PNfU97TZ .field-input {
  padding: 1rem 0rem;
  background-color: #edefeb;
  border: none !important;
  border-bottom: 2px solid #e6b103 !important;
  border-color: #e6b103 !important;
  color: #052d4e !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-v0PNfU97TZ .form-control input::-webkit-input-placeholder,
.cid-v0PNfU97TZ .field-input input::-webkit-input-placeholder,
.cid-v0PNfU97TZ .form-control textarea::-webkit-input-placeholder,
.cid-v0PNfU97TZ .field-input textarea::-webkit-input-placeholder {
  color: #232323 !important;
}
.cid-v0PNfU97TZ .form-control input:-moz-placeholder,
.cid-v0PNfU97TZ .field-input input:-moz-placeholder,
.cid-v0PNfU97TZ .form-control textarea:-moz-placeholder,
.cid-v0PNfU97TZ .field-input textarea:-moz-placeholder {
  color: #232323 !important;
}
.cid-v0PNfU97TZ .jq-number__spin:hover,
.cid-v0PNfU97TZ .jq-number__spin:focus {
  background-color: #052d4e;
  border-color: #e9204f !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-v0PNfU97TZ .jq-number__spin {
  background-color: #edefeb;
  border-color: #e6b103 !important;
  color: #052d4e;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v0PNfU97TZ .jq-selectbox li,
.cid-v0PNfU97TZ .jq-selectbox li {
  background-color: #edefeb;
  color: #000000;
}
.cid-v0PNfU97TZ .jq-selectbox li:hover,
.cid-v0PNfU97TZ .jq-selectbox li.selected {
  background-color: #052d4e;
  color: #ffffff;
}
.cid-v0PNfU97TZ .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-v0PNfU97TZ .jq-number__spin.minus:hover:after,
.cid-v0PNfU97TZ .jq-number__spin.plus:hover:after {
  border-top-color: #edefeb;
  border-bottom-color: #edefeb;
}
.cid-v0PNfU97TZ .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-v0PNfU97TZ .jq-number__spin.minus:after,
.cid-v0PNfU97TZ .jq-number__spin.plus:after {
  border-top-color: #052d4e;
  border-bottom-color: #052d4e;
}
@media (max-width: 992px) {
  .cid-v0PNfU97TZ .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
  .cid-v0PNfU97TZ .social-list {
    margin-bottom: 3rem;
  }
  .cid-v0PNfU97TZ .email-input {
    margin-top: 2rem;
  }
}
.cid-v0PNfU97TZ .mbr-section-subtitle {
  color: #a96708;
  margin-bottom: 2.4rem;
  text-align: left;
}
.cid-v0PNfU97TZ .mbr-text {
  color: #acacac;
  margin-bottom: 3.5rem;
}
.cid-v0PNfU97TZ .mbr-iconfont-social {
  font-size: 1rem;
  color: #edefeb;
  margin-right: 0.6rem;
}
.cid-v0PNfU97TZ .mbr-iconfont-social:before {
  padding: 1rem;
  border: 2px solid;
  border-radius: 100px;
  border-color: #a96708;
  transition: all 0.3s;
}
.cid-v0PNfU97TZ .mbr-iconfont-social:hover {
  color: #a96708;
}
.cid-v0PNfU97TZ .social-list {
  display: flex;
}
.cid-v0PNfU97TZ .social-list a {
  transition: 0.3s;
}
.cid-v0PNfU97TZ .social-list a:hover {
  transform: translateY(-8px);
}
.cid-v0PNfU97TZ .row {
  align-items: center;
}
.cid-v0PNfU97TZ .mbr-section-title {
  margin-bottom: 1.3rem;
}
.cid-v0PNfU97TZ .btn {
  font-weight: bold;
  padding: 1rem 5.5rem;
}
.cid-v0PNfU97TZ .form-btn {
  margin-top: 2.5rem;
}
.cid-v0PNfU97TZ input::-webkit-input-placeholder,
.cid-v0PNfU97TZ textarea::-webkit-input-placeholder {
  color: #232323 !important;
}
.cid-v0PNfU97TZ input:-moz-placeholder,
.cid-v0PNfU97TZ textarea:-moz-placeholder {
  color: #232323 !important;
}
@media (min-width: 992px) {
  .cid-v0PNfU97TZ .media-content {
    padding-right: 3rem;
  }
  .cid-v0PNfU97TZ .email-input {
    padding-left: 2.2rem;
  }
}
@media (min-width: 767px) {
  .cid-v0PNfU97TZ .row {
    padding: 0 1rem;
  }
}
.cid-v0PNfU97TZ .btn:hover {
  background-color: #a96708 !important;
  border-color: #a96708 !important;
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-v0PNfU97TZ .form-btn {
    width: 100%;
  }
  .cid-v0PNfU97TZ .btn {
    width: 100%;
  }
}
.cid-v0PNfU97TZ H1 {
  text-align: left;
}
.cid-v0PNfU97TZ .mbr-text,
.cid-v0PNfU97TZ .mbr-section-btn {
  text-align: left;
}
.cid-v0PNq9YquK {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0PNq9YquK .svg-top {
  display: none;
}
.cid-v0PNq9YquK .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-v0PNq9YquK .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #000312;
}
.cid-v0PNq9YquK .svg-top .st0 {
  fill: "file:///D:/%D8%A3%D8%AA%D9%88%D8%A7%D8%AC%20%D9%84%D9%84%D8%AA%D9%82%D9%86%D9%8A%D8%A9/website%20atwage/fs6/assets/images/bl3-725x416.png";
}
@media (max-width: 992px) {
  .cid-v0PNq9YquK .svg-top {
    width: 1000px;
  }
}
.cid-v0PNq9YquK .google-map {
  height: 35rem;
  position: relative;
}
.cid-v0PNq9YquK .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v0PNq9YquK .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-v0PNq9YquK .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v0PNq9YquK .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v0PNq9YquK .mbr-section-title {
  color: #1a449a;
}
.cid-v0PNq9YquK .mbr-section-subtitle {
  color: #1a449a;
}
.cid-v0PNiaJo6j {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0PNiaJo6j [class^='socicon-']:before,
.cid-v0PNiaJo6j [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-v0PNiaJo6j .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #a96708;
  transition: all 0.3s;
  border-color: #a96708;
}
.cid-v0PNiaJo6j .btn-social:hover {
  background: #a96708;
}
.cid-v0PNiaJo6j .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-v0PNiaJo6j .btn-social:hover span {
  color: #ffffff !important;
}
.cid-v0PNiaJo6j .mbr-section-title {
  color: #2e6b75;
}
.cid-v0PNiaJo6j .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-v0PNiaJo6j .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0PNiaJo6j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0PNiaJo6j .mbr-section-title,
.cid-v0PNiaJo6j .mbr-social-likes {
  color: #edefeb;
}
.cid-v0Q84uYbmU {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0Q84uYbmU .content {
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}
@media (max-width: 1024px) {
  .cid-v0Q84uYbmU .content {
    flex-wrap: wrap;
  }
}
.cid-v0Q84uYbmU h2,
.cid-v0Q84uYbmU h4,
.cid-v0Q84uYbmU h3,
.cid-v0Q84uYbmU h6,
.cid-v0Q84uYbmU p,
.cid-v0Q84uYbmU ul {
  margin: 0;
}
.cid-v0Q84uYbmU ul {
  padding: 0;
  list-style-type: none;
}
.cid-v0Q84uYbmU .heading {
  width: 35%;
  margin-bottom: 37px;
}
@media (max-width: 1024px) {
  .cid-v0Q84uYbmU .heading {
    width: 100%;
  }
}
.cid-v0Q84uYbmU .heading-inner {
  max-width: 476px;
}
.cid-v0Q84uYbmU .mbr-section-title {
  color: #a6a99c;
  text-align: center;
}
.cid-v0Q84uYbmU .mbr-section-subtitle {
  color: #edefeb;
  text-align: center;
}
.cid-v0Q84uYbmU .cards {
  width: 65%;
  display: flex;
}
@media (max-width: 1024px) {
  .cid-v0Q84uYbmU .cards {
    width: 100%;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-v0Q84uYbmU .cards {
    flex-direction: column;
    padding-top: 0px;
  }
}
.cid-v0Q84uYbmU .card {
  width: 34%;
}
@media (max-width: 1024px) {
  .cid-v0Q84uYbmU .card {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v0Q84uYbmU .card {
    width: 100%;
    padding-top: 30px;
  }
}
.cid-v0Q84uYbmU .mbr-card-title {
  color: #a96708;
  margin-bottom: 3px;
  text-align: center;
}
.cid-v0Q84uYbmU .mbr-card-subtitle {
  color: #6b6b6b;
}
.cid-v0Q84uYbmU .list {
  padding-top: 5px;
  margin-bottom: 24px;
  color: #ffffff;
  text-align: center;
}
.cid-v0PNwT3nx0 {
  background-color: #000312;
}
.cid-v0PNwT3nx0 .content {
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
}
.cid-v0PNwT3nx0 .content img {
  width: 43px;
  height: 43px;
  object-fit: cover;
  margin-right: 15px;
}
.cid-v0PNwT3nx0 .content p {
  margin: 0;
}
.cid-v0PNwT3nx0 .mbr-text {
  color: #ffffff;
}
.cid-v0PJDJ4hAq {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v0PJDJ4hAq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0PJDJ4hAq .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-v0PJDJ4hAq .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v0PJDJ4hAq .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v0PJDJ4hAq .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v0PJDJ4hAq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0PJDJ4hAq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0PJDJ4hAq .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-v0PJDJ4hAq .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v0PJDJ4hAq .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v0PJDJ4hAq .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v0PJDJ4hAq .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v0PJDJ4hAq .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v0PJDJ4hAq .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v0PJDJ4hAq .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-v0PJDJ4hAq .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v0PJDJ4hAq .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v0PJDJ4hAq .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v0PJDJ4hAq .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v0PJDJ4hAq .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v0PJDJ4hAq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v0PJDJ4hAq .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(0, 3, 18, 0.4) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #000312;
}
@media (max-width: 992px) {
  .cid-v0PJDJ4hAq .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v0PJDJ4hAq .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-v0PJDJ4hAq .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-v0PJDJ4hAq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v0PJDJ4hAq .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000312;
  background: rgba(0, 3, 18, 0.4) !important;
  backdrop-filter: blur(10px);
}
.cid-v0PJDJ4hAq .nav-item:focus,
.cid-v0PJDJ4hAq .nav-link:focus {
  outline: none;
}
.cid-v0PJDJ4hAq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0PJDJ4hAq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0PJDJ4hAq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0PJDJ4hAq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0PJDJ4hAq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0PJDJ4hAq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0PJDJ4hAq .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v0PJDJ4hAq .navbar.opened {
  transition: all 0.3s;
}
.cid-v0PJDJ4hAq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0PJDJ4hAq .navbar .navbar-logo img {
  width: auto;
}
.cid-v0PJDJ4hAq .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v0PJDJ4hAq .navbar.collapsed {
  justify-content: center;
}
.cid-v0PJDJ4hAq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0PJDJ4hAq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0PJDJ4hAq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.6rem);
  }
}
.cid-v0PJDJ4hAq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0PJDJ4hAq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0PJDJ4hAq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v0PJDJ4hAq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0PJDJ4hAq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0PJDJ4hAq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v0PJDJ4hAq .navbar {
    min-height: 72px;
  }
  .cid-v0PJDJ4hAq .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v0PJDJ4hAq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0PJDJ4hAq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0PJDJ4hAq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0PJDJ4hAq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0PJDJ4hAq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v0PJDJ4hAq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0PJDJ4hAq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v0PJDJ4hAq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0PJDJ4hAq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0PJDJ4hAq .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v0PJDJ4hAq .dropdown-item.active,
.cid-v0PJDJ4hAq .dropdown-item:active {
  background-color: transparent;
}
.cid-v0PJDJ4hAq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0PJDJ4hAq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0PJDJ4hAq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0PJDJ4hAq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000312;
}
.cid-v0PJDJ4hAq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v0PJDJ4hAq .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v0PJDJ4hAq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0PJDJ4hAq .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v0PJDJ4hAq .navbar-buttons {
    text-align: left;
  }
}
.cid-v0PJDJ4hAq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0PJDJ4hAq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v0PJDJ4hAq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0PJDJ4hAq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0PJDJ4hAq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0PJDJ4hAq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0PJDJ4hAq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0PJDJ4hAq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0PJDJ4hAq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0PJDJ4hAq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0PJDJ4hAq .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v0PJDJ4hAq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0PJDJ4hAq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v0PJDJ4hAq .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0PJDJ4hAq .navbar {
    height: 70px;
  }
  .cid-v0PJDJ4hAq .navbar.opened {
    height: auto;
  }
  .cid-v0PJDJ4hAq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0PJDJ4hAq .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v0PJDJ4hAq .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v0PJDJ4hAq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v0PJDJ4hAq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v0PJDJ4hAq .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v0PJDJ4hAq .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v0PJDJ4hAq .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v0PJDJ4hAq .navbar-brand {
    margin-right: auto;
  }
  .cid-v0PJDJ4hAq .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000312;
    opacity: 1;
    border-color: rgba(0, 3, 18, 0.4) !important;
    background: rgba(0, 3, 18, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v0PJDJ4hAq .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v0PJDJ4hAq .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v0PJDJ4hAq .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v0PJDJ4hAq .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v0PJDJ4hAq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v0PJDJ4hAq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v0PJDJ4hAq .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v0PJDJ4hAq .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v0PJDJ4hAq .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v0PJDJ4hAq .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v00I3QlMnY {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/back3-1080x1350.png");
}
.cid-v00I3QlMnY .mbr-section-title {
  color: #d4b464;
  text-align: center;
}
.cid-v00I3QlMnY .mbr-text,
.cid-v00I3QlMnY .mbr-section-btn {
  color: #ffffff;
}
.cid-v00I3QlMnY .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-v00I3QlMnY .mbr-text2 {
  border-top: 2px solid #d4b464;
  padding-top: 4rem;
}
.cid-v00I3QlMnY .mbr-text2,
.cid-v00I3QlMnY .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-v00I3QlMnY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v00I3QlMnY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v00I3QlMnY .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-v00I3QCEP3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000312;
}
.cid-v00I3QCEP3 .line {
  background-color: #ffa600;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-v00I3QCEP3 .mbr-text {
  color: #ffffff;
}
.cid-v00I3QLWBt {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v00I3QLWBt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v00I3QLWBt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v00I3QLWBt .content-wrap {
  padding: 60px;
  background-color: #000312;
}
@media (max-width: 992px) {
  .cid-v00I3QLWBt .content-wrap {
    padding: 30px 20px;
  }
}
.cid-v00I3QLWBt .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-v00I3QLWBt .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v00I3QLWBt .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v00I3QLWBt .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v00I3QLWBt .content-wrap .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 20px;
  background-color: #050b1d;
}
@media (max-width: 992px) {
  .cid-v00I3QLWBt .content-wrap .panel-group .card {
    padding: 20px;
  }
}
.cid-v00I3QLWBt .content-wrap .panel-group .card:first-child {
  margin-top: 0;
}
.cid-v00I3QLWBt .content-wrap .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v00I3QLWBt .content-wrap .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-v00I3QLWBt .content-wrap .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-v00I3QLWBt .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #000312;
}
@media (max-width: 992px) {
  .cid-v00I3QLWBt .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-v00I3QLWBt .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #d4b464;
}
.cid-v00I3QLWBt .content-wrap .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-v00I3QLWBt .content-wrap .panel-group .card .panel-collapse .panel-body {
  margin: 20px 0 0 0;
}
.cid-v00I3QLWBt .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v00I3QLWBt .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-v00I3QLWBt .mbr-section-title {
  color: #404349;
}
.cid-v00I3QLWBt .panel-title-edit {
  color: #f5ce85;
  text-align: left;
}
.cid-v00I3QLWBt .panel-text {
  color: #404349;
}
.cid-v00I3QLWBt .panel-text,
.cid-v00I3QLWBt .panel-body {
  color: #ffffff;
  text-align: left;
}
.cid-v00I3R3e1Q {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000312;
}
.cid-v00I3R3e1Q blockquote {
  border-color: #bf9a3e;
  border-radius: 4px;
  background-color: #050b1d;
}
.cid-v00I3R3e1Q .mbr-section-title {
  color: #d4b464;
  text-align: left;
}
.cid-v00I3R3e1Q .mbr-text {
  text-align: left;
  color: #edefeb;
}
.cid-v00I3Rg7ZU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/back6-2000x1046.png");
}
.cid-v00I3Rg7ZU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v00I3Rg7ZU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v00I3Rg7ZU .image-wrapper {
  height: 600px;
}
@media (max-width: 992px) {
  .cid-v00I3Rg7ZU .image-wrapper {
    height: 400px;
  }
}
.cid-v0PKrZbSRx {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0PKrZbSRx .mbr-overlay {
  background-color: #000312;
  opacity: 0.9;
}
.cid-v0PKrZbSRx textarea {
  min-height: 150px;
}
.cid-v0PKrZbSRx input[name='yourSubject'] {
  margin-top: 1.5rem;
}
.cid-v0PKrZbSRx textarea[name='yourMessage'] {
  margin-top: 0.3rem;
}
.cid-v0PKrZbSRx .form-control,
.cid-v0PKrZbSRx .field-input {
  padding: 1rem 0rem;
  background-color: #edefeb;
  border: none !important;
  border-bottom: 2px solid #e6b103 !important;
  border-color: #e6b103 !important;
  color: #052d4e !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-v0PKrZbSRx .form-control input::-webkit-input-placeholder,
.cid-v0PKrZbSRx .field-input input::-webkit-input-placeholder,
.cid-v0PKrZbSRx .form-control textarea::-webkit-input-placeholder,
.cid-v0PKrZbSRx .field-input textarea::-webkit-input-placeholder {
  color: #232323 !important;
}
.cid-v0PKrZbSRx .form-control input:-moz-placeholder,
.cid-v0PKrZbSRx .field-input input:-moz-placeholder,
.cid-v0PKrZbSRx .form-control textarea:-moz-placeholder,
.cid-v0PKrZbSRx .field-input textarea:-moz-placeholder {
  color: #232323 !important;
}
.cid-v0PKrZbSRx .jq-number__spin:hover,
.cid-v0PKrZbSRx .jq-number__spin:focus {
  background-color: #052d4e;
  border-color: #e9204f !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-v0PKrZbSRx .jq-number__spin {
  background-color: #edefeb;
  border-color: #e6b103 !important;
  color: #052d4e;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v0PKrZbSRx .jq-selectbox li,
.cid-v0PKrZbSRx .jq-selectbox li {
  background-color: #edefeb;
  color: #000000;
}
.cid-v0PKrZbSRx .jq-selectbox li:hover,
.cid-v0PKrZbSRx .jq-selectbox li.selected {
  background-color: #052d4e;
  color: #ffffff;
}
.cid-v0PKrZbSRx .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-v0PKrZbSRx .jq-number__spin.minus:hover:after,
.cid-v0PKrZbSRx .jq-number__spin.plus:hover:after {
  border-top-color: #edefeb;
  border-bottom-color: #edefeb;
}
.cid-v0PKrZbSRx .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-v0PKrZbSRx .jq-number__spin.minus:after,
.cid-v0PKrZbSRx .jq-number__spin.plus:after {
  border-top-color: #052d4e;
  border-bottom-color: #052d4e;
}
@media (max-width: 992px) {
  .cid-v0PKrZbSRx .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
  .cid-v0PKrZbSRx .social-list {
    margin-bottom: 3rem;
  }
  .cid-v0PKrZbSRx .email-input {
    margin-top: 2rem;
  }
}
.cid-v0PKrZbSRx .mbr-section-subtitle {
  color: #a96708;
  margin-bottom: 2.4rem;
  text-align: left;
}
.cid-v0PKrZbSRx .mbr-text {
  color: #acacac;
  margin-bottom: 3.5rem;
}
.cid-v0PKrZbSRx .mbr-iconfont-social {
  font-size: 1rem;
  color: #edefeb;
  margin-right: 0.6rem;
}
.cid-v0PKrZbSRx .mbr-iconfont-social:before {
  padding: 1rem;
  border: 2px solid;
  border-radius: 100px;
  border-color: #a96708;
  transition: all 0.3s;
}
.cid-v0PKrZbSRx .mbr-iconfont-social:hover {
  color: #a96708;
}
.cid-v0PKrZbSRx .social-list {
  display: flex;
}
.cid-v0PKrZbSRx .social-list a {
  transition: 0.3s;
}
.cid-v0PKrZbSRx .social-list a:hover {
  transform: translateY(-8px);
}
.cid-v0PKrZbSRx .row {
  align-items: center;
}
.cid-v0PKrZbSRx .mbr-section-title {
  margin-bottom: 1.3rem;
}
.cid-v0PKrZbSRx .btn {
  font-weight: bold;
  padding: 1rem 5.5rem;
}
.cid-v0PKrZbSRx .form-btn {
  margin-top: 2.5rem;
}
.cid-v0PKrZbSRx input::-webkit-input-placeholder,
.cid-v0PKrZbSRx textarea::-webkit-input-placeholder {
  color: #232323 !important;
}
.cid-v0PKrZbSRx input:-moz-placeholder,
.cid-v0PKrZbSRx textarea:-moz-placeholder {
  color: #232323 !important;
}
@media (min-width: 992px) {
  .cid-v0PKrZbSRx .media-content {
    padding-right: 3rem;
  }
  .cid-v0PKrZbSRx .email-input {
    padding-left: 2.2rem;
  }
}
@media (min-width: 767px) {
  .cid-v0PKrZbSRx .row {
    padding: 0 1rem;
  }
}
.cid-v0PKrZbSRx .btn:hover {
  background-color: #a96708 !important;
  border-color: #a96708 !important;
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-v0PKrZbSRx .form-btn {
    width: 100%;
  }
  .cid-v0PKrZbSRx .btn {
    width: 100%;
  }
}
.cid-v0PKrZbSRx H1 {
  text-align: left;
}
.cid-v0PKrZbSRx .mbr-text,
.cid-v0PKrZbSRx .mbr-section-btn {
  text-align: left;
}
.cid-v0PKswWMRC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0PKswWMRC .svg-top {
  display: none;
}
.cid-v0PKswWMRC .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-v0PKswWMRC .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #000312;
}
.cid-v0PKswWMRC .svg-top .st0 {
  fill: "file:///D:/%D8%A3%D8%AA%D9%88%D8%A7%D8%AC%20%D9%84%D9%84%D8%AA%D9%82%D9%86%D9%8A%D8%A9/website%20atwage/fs6/assets/images/bl3-725x416.png";
}
@media (max-width: 992px) {
  .cid-v0PKswWMRC .svg-top {
    width: 1000px;
  }
}
.cid-v0PKswWMRC .google-map {
  height: 35rem;
  position: relative;
}
.cid-v0PKswWMRC .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v0PKswWMRC .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-v0PKswWMRC .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v0PKswWMRC .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v0PKswWMRC .mbr-section-title {
  color: #1a449a;
}
.cid-v0PKswWMRC .mbr-section-subtitle {
  color: #1a449a;
}
.cid-v0PKtF011B {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0PKtF011B [class^='socicon-']:before,
.cid-v0PKtF011B [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-v0PKtF011B .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #a96708;
  transition: all 0.3s;
  border-color: #a96708;
}
.cid-v0PKtF011B .btn-social:hover {
  background: #a96708;
}
.cid-v0PKtF011B .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-v0PKtF011B .btn-social:hover span {
  color: #ffffff !important;
}
.cid-v0PKtF011B .mbr-section-title {
  color: #2e6b75;
}
.cid-v0PKtF011B .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-v0PKtF011B .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0PKtF011B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0PKtF011B .mbr-section-title,
.cid-v0PKtF011B .mbr-social-likes {
  color: #edefeb;
}
.cid-v0Q5faRg4U {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0Q5faRg4U .content {
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}
@media (max-width: 1024px) {
  .cid-v0Q5faRg4U .content {
    flex-wrap: wrap;
  }
}
.cid-v0Q5faRg4U h2,
.cid-v0Q5faRg4U h4,
.cid-v0Q5faRg4U h3,
.cid-v0Q5faRg4U h6,
.cid-v0Q5faRg4U p,
.cid-v0Q5faRg4U ul {
  margin: 0;
}
.cid-v0Q5faRg4U ul {
  padding: 0;
  list-style-type: none;
}
.cid-v0Q5faRg4U .heading {
  width: 35%;
  margin-bottom: 37px;
}
@media (max-width: 1024px) {
  .cid-v0Q5faRg4U .heading {
    width: 100%;
  }
}
.cid-v0Q5faRg4U .heading-inner {
  max-width: 476px;
}
.cid-v0Q5faRg4U .mbr-section-title {
  color: #a6a99c;
  text-align: center;
}
.cid-v0Q5faRg4U .mbr-section-subtitle {
  color: #edefeb;
  text-align: center;
}
.cid-v0Q5faRg4U .cards {
  width: 65%;
  display: flex;
}
@media (max-width: 1024px) {
  .cid-v0Q5faRg4U .cards {
    width: 100%;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-v0Q5faRg4U .cards {
    flex-direction: column;
    padding-top: 0px;
  }
}
.cid-v0Q5faRg4U .card {
  width: 34%;
}
@media (max-width: 1024px) {
  .cid-v0Q5faRg4U .card {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v0Q5faRg4U .card {
    width: 100%;
    padding-top: 30px;
  }
}
.cid-v0Q5faRg4U .mbr-card-title {
  color: #a96708;
  margin-bottom: 3px;
  text-align: center;
}
.cid-v0Q5faRg4U .mbr-card-subtitle {
  color: #6b6b6b;
}
.cid-v0Q5faRg4U .list {
  padding-top: 5px;
  margin-bottom: 24px;
  color: #ffffff;
  text-align: center;
}
.cid-v0PKv39DMT {
  background-color: #000312;
}
.cid-v0PKv39DMT .content {
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
}
.cid-v0PKv39DMT .content img {
  width: 43px;
  height: 43px;
  object-fit: cover;
  margin-right: 15px;
}
.cid-v0PKv39DMT .content p {
  margin: 0;
}
.cid-v0PKv39DMT .mbr-text {
  color: #ffffff;
}
.cid-v0PGe9L2AH {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v0PGe9L2AH .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0PGe9L2AH .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-v0PGe9L2AH .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v0PGe9L2AH .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v0PGe9L2AH .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v0PGe9L2AH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0PGe9L2AH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0PGe9L2AH .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-v0PGe9L2AH .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v0PGe9L2AH .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v0PGe9L2AH .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v0PGe9L2AH .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v0PGe9L2AH .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v0PGe9L2AH .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v0PGe9L2AH .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-v0PGe9L2AH .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v0PGe9L2AH .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v0PGe9L2AH .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v0PGe9L2AH .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v0PGe9L2AH .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v0PGe9L2AH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v0PGe9L2AH .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(0, 3, 18, 0.4) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #000312;
}
@media (max-width: 992px) {
  .cid-v0PGe9L2AH .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v0PGe9L2AH .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-v0PGe9L2AH .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-v0PGe9L2AH .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v0PGe9L2AH .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000312;
  background: rgba(0, 3, 18, 0.4) !important;
  backdrop-filter: blur(10px);
}
.cid-v0PGe9L2AH .nav-item:focus,
.cid-v0PGe9L2AH .nav-link:focus {
  outline: none;
}
.cid-v0PGe9L2AH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0PGe9L2AH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0PGe9L2AH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0PGe9L2AH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0PGe9L2AH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0PGe9L2AH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0PGe9L2AH .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v0PGe9L2AH .navbar.opened {
  transition: all 0.3s;
}
.cid-v0PGe9L2AH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0PGe9L2AH .navbar .navbar-logo img {
  width: auto;
}
.cid-v0PGe9L2AH .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v0PGe9L2AH .navbar.collapsed {
  justify-content: center;
}
.cid-v0PGe9L2AH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0PGe9L2AH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0PGe9L2AH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.6rem);
  }
}
.cid-v0PGe9L2AH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0PGe9L2AH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0PGe9L2AH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v0PGe9L2AH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0PGe9L2AH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0PGe9L2AH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v0PGe9L2AH .navbar {
    min-height: 72px;
  }
  .cid-v0PGe9L2AH .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v0PGe9L2AH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0PGe9L2AH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0PGe9L2AH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0PGe9L2AH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0PGe9L2AH .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v0PGe9L2AH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0PGe9L2AH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v0PGe9L2AH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0PGe9L2AH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0PGe9L2AH .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v0PGe9L2AH .dropdown-item.active,
.cid-v0PGe9L2AH .dropdown-item:active {
  background-color: transparent;
}
.cid-v0PGe9L2AH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0PGe9L2AH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0PGe9L2AH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0PGe9L2AH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000312;
}
.cid-v0PGe9L2AH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v0PGe9L2AH .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v0PGe9L2AH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0PGe9L2AH .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v0PGe9L2AH .navbar-buttons {
    text-align: left;
  }
}
.cid-v0PGe9L2AH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0PGe9L2AH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v0PGe9L2AH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0PGe9L2AH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0PGe9L2AH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0PGe9L2AH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0PGe9L2AH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0PGe9L2AH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0PGe9L2AH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0PGe9L2AH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0PGe9L2AH .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v0PGe9L2AH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0PGe9L2AH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v0PGe9L2AH .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0PGe9L2AH .navbar {
    height: 70px;
  }
  .cid-v0PGe9L2AH .navbar.opened {
    height: auto;
  }
  .cid-v0PGe9L2AH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0PGe9L2AH .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v0PGe9L2AH .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v0PGe9L2AH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v0PGe9L2AH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v0PGe9L2AH .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v0PGe9L2AH .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v0PGe9L2AH .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v0PGe9L2AH .navbar-brand {
    margin-right: auto;
  }
  .cid-v0PGe9L2AH .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000312;
    opacity: 1;
    border-color: rgba(0, 3, 18, 0.4) !important;
    background: rgba(0, 3, 18, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v0PGe9L2AH .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v0PGe9L2AH .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v0PGe9L2AH .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v0PGe9L2AH .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v0PGe9L2AH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v0PGe9L2AH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v0PGe9L2AH .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v0PGe9L2AH .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v0PGe9L2AH .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v0PGe9L2AH .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v0PGwFYQ0E {
  padding-top: 11rem;
  padding-bottom: 4rem;
}
.cid-v0PGwFYQ0E .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0PGwFYQ0E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background2-1.jpg");
}
.cid-v0PGwFYQ0E .content-wrapper .mbr-label {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v0PGwFYQ0E .content-wrapper .mbr-label {
    margin-bottom: 40px;
  }
}
.cid-v0PGwFYQ0E .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v0PGwFYQ0E .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 1440px) {
  .cid-v0PGwFYQ0E .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-v0PGwFYQ0E .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0PGwFYQ0E .mbr-label {
  color: #a96708;
  text-align: center;
}
.cid-v0PGwFYQ0E .mbr-section-title {
  color: #ffffff;
}
.cid-v0PGwFYQ0E .mbr-text {
  color: #ffffff;
}
.cid-v0PGwFYQ0E .mbr-section-title,
.cid-v0PGwFYQ0E .mbr-section-btn {
  text-align: center;
}
.cid-v0PGwFYQ0E .mbr-text,
.cid-v0PGwFYQ0E .text-wrapper {
  text-align: center;
}
.cid-v00JGvYddn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v00JGvYddn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v00JGvYddn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v00JGvYddn .row {
  justify-content: center;
}
.cid-v00JGvYddn .content-wrapper {
  top: 30px;
  position: sticky;
}
@media (max-width: 992px) {
  .cid-v00JGvYddn .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v00JGvYddn .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-v00JGvYddn .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v00JGvYddn .content-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #d4b464;
}
.cid-v00JGvYddn .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v00JGvYddn .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v00JGvYddn .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
.cid-v00JGvYddn .panel-group {
  margin-left: 54px;
}
@media (max-width: 1440px) {
  .cid-v00JGvYddn .panel-group {
    padding: 60px 40px;
    margin-left: 40px;
  }
}
@media (max-width: 992px) {
  .cid-v00JGvYddn .panel-group {
    padding: 30px 16px;
    margin-left: 0;
  }
}
.cid-v00JGvYddn .panel-group .card {
  position: relative;
  padding: 40px;
  margin-top: 26px;
  background-color: #050b1d;
}
@media (max-width: 992px) {
  .cid-v00JGvYddn .panel-group .card {
    padding: 30px 16px;
    margin-top: 16px;
  }
}
.cid-v00JGvYddn .panel-group .card:first-child {
  margin-top: 0;
}
.cid-v00JGvYddn .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v00JGvYddn .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-v00JGvYddn .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-v00JGvYddn .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 30px;
  height: 30px;
  min-width: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v00JGvYddn .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-v00JGvYddn .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  color: #d4b464;
}
.cid-v00JGvYddn .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-v00JGvYddn .panel-group .card .panel-collapse .panel-body {
  margin: 80px 0 0 0;
}
@media (max-width: 992px) {
  .cid-v00JGvYddn .panel-group .card .panel-collapse .panel-body {
    margin: 30px 0 0 0;
  }
}
.cid-v00JGvYddn .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v00JGvYddn .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-v00JGvYddn .mbr-label,
.cid-v00JGvYddn .label-wrapper {
  color: #d4b464;
  text-align: left;
}
.cid-v00JGvYddn .mbr-section-title {
  color: #fff7ee;
}
.cid-v00JGvYddn .mbr-text,
.cid-v00JGvYddn .text-wrapper {
  color: #fff7ee;
}
.cid-v00JGvYddn .panel-title-edit {
  color: #d4b464;
  text-align: left;
}
.cid-v00JGvYddn .panel-text {
  color: #151e11;
}
.cid-v00JGvYddn .mbr-section-title,
.cid-v00JGvYddn .title-wrapper {
  text-align: left;
}
.cid-v00JGvYddn .panel-text,
.cid-v00JGvYddn .panel-body {
  text-align: left;
  color: #edefeb;
}
.cid-v0PHp2jNjM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0PHp2jNjM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0PHp2jNjM .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-v0PHp2jNjM .container {
    padding: 0 22px;
  }
}
.cid-v0PHp2jNjM .row {
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 -6px;
}
.cid-v0PHp2jNjM .row .card {
  padding: 0 6px;
  justify-content: center;
}
.cid-v0PHp2jNjM .row .title-wrapper {
  position: absolute;
  z-index: 1;
  background-color: #050b1d;
  padding: 24px 80px;
  border-radius: 80px;
  width: fit-content;
}
@media (max-width: 992px) {
  .cid-v0PHp2jNjM .row .title-wrapper {
    position: static;
    padding: 32px;
    width: 100%;
  }
}
.cid-v0PHp2jNjM .row .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v0PHp2jNjM .image-wrapper {
  margin-bottom: 12px;
}
.cid-v0PHp2jNjM .image-wrapper img {
  height: 560px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v0PHp2jNjM .image-wrapper img {
    height: 350px;
  }
}
.cid-v0PHp2jNjM .image-wrap {
  margin-bottom: 12px;
}
.cid-v0PHp2jNjM .image-wrap img {
  height: 560px;
  object-fit: cover;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-v0PHp2jNjM .image-wrap img {
    height: 350px;
  }
}
.cid-v0PHp2jNjM .content-wrapper {
  padding: 55px 0;
}
@media (max-width: 992px) {
  .cid-v0PHp2jNjM .content-wrapper {
    padding: 32px 0;
  }
}
.cid-v0PHp2jNjM .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-v0PHp2jNjM .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-v0PHp2jNjM .mbr-section-title {
  color: #f4e9a5;
  text-align: center;
}
.cid-v0PHp2jNjM .mbr-desc {
  color: #edefeb;
  text-align: left;
}
.cid-v0PHp2jNjM .mbr-text {
  color: #000000;
}
.cid-v0PHp2jNjM .mbr-text,
.cid-v0PHp2jNjM .mbr-section-btn {
  text-align: right;
  color: #edefeb;
}
.cid-v00LAYXyeT {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v00LAYXyeT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v00LAYXyeT .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-v00LAYXyeT .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-v00LAYXyeT .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v00LAYXyeT .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: #050b1d;
  border: 1px solid #d4b464;
  border-radius: 0;
  margin-top: 12px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v00LAYXyeT .panel-group .card {
    padding: 16px;
  }
}
.cid-v00LAYXyeT .panel-group .card:first-child {
  margin-top: 0;
}
.cid-v00LAYXyeT .panel-group .card:hover,
.cid-v00LAYXyeT .panel-group .card:focus {
  border: 1px solid #e6b103;
}
.cid-v00LAYXyeT .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v00LAYXyeT .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-v00LAYXyeT .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-v00LAYXyeT .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: #000312;
}
.cid-v00LAYXyeT .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #d4b464;
}
.cid-v00LAYXyeT .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-v00LAYXyeT .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #e6b103;
}
.cid-v00LAYXyeT .panel-group .card .panel-collapse .panel-body {
  margin-top: 16px;
}
.cid-v00LAYXyeT .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v00LAYXyeT .mbr-section-title {
  color: #ffffff;
}
.cid-v00LAYXyeT .panel-title-edit {
  color: #d4b464;
  text-align: right;
}
.cid-v00LAYXyeT .panel-text {
  color: #f7f7f7;
  text-align: left;
}
.cid-v00LAYXyeT .mbr-section-title,
.cid-v00LAYXyeT .mbr-section-btn {
  color: #edefeb;
  text-align: left;
}
.cid-v00JGwNj3m {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v00JGwNj3m .mbr-fallback-image.disabled {
  display: none;
}
.cid-v00JGwNj3m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v00JGwNj3m .item {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-v00JGwNj3m .item {
    margin-bottom: 16px;
  }
}
.cid-v00JGwNj3m .item .item-wrapper .item-img img {
  height: 420px;
  object-fit: cover;
  transform: rotate(6deg);
}
@media (max-width: 992px) {
  .cid-v00JGwNj3m .item .item-wrapper .item-img img {
    transform: none;
    height: 250px;
  }
}
.cid-v00JGwNj3m .item .card_1 {
  padding: 40px 32px 0 64px;
}
@media (max-width: 992px) {
  .cid-v00JGwNj3m .item .card_1 {
    padding: 0;
  }
}
.cid-v00JGwNj3m .item .card_1 .item-img img {
  height: 380px;
}
@media (max-width: 992px) {
  .cid-v00JGwNj3m .item .card_1 .item-img img {
    height: 250px;
  }
}
.cid-v00JGwNj3m .desc-wrapper .desc-wrap {
  display: inline-flex;
  width: 50%;
  position: relative;
  padding: 46px 32px;
  background-color: #050b1d;
  margin-top: -5rem;
  transform: rotate(-6deg);
}
@media (max-width: 992px) {
  .cid-v00JGwNj3m .desc-wrapper .desc-wrap {
    margin-left: 0;
    padding: 32px 22px;
    width: 100%;
    margin-top: 0;
    transform: none;
  }
}
.cid-v00JGwNj3m .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-v00JGwNj3m .mbr-desc,
.cid-v00JGwNj3m .desc-wrapper {
  color: #d4b464;
  text-align: center;
}
.cid-v0PIB25SxG {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.cid-v0PIB25SxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0PIB25SxG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0PIB25SxG .mbr-section-head {
  margin-bottom: 20px;
  width: 100%;
}
.cid-v0PIB25SxG .mbr-section-title {
  color: #a0e2e1;
}
.cid-v0PIB25SxG .mbr-section-subtitle {
  color: #f8f8f4;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-v0PIB25SxG .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-v0PIB25SxG .card-row {
  align-items: stretch;
}
.cid-v0PIB25SxG .card {
  margin: 15px 0;
}
.cid-v0PIB25SxG .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 40px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #000312, #050b1d);
  box-shadow: 10px 10px 19px #052d4e, -10px -10px 19px #050b1d;
}
@media (max-width: 1199px) {
  .cid-v0PIB25SxG .card-wrapper {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .cid-v0PIB25SxG .card-wrapper {
    padding: 20px;
  }
}
.cid-v0PIB25SxG .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 5;
  height: 100%;
}
.cid-v0PIB25SxG .card-head {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}
.cid-v0PIB25SxG .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 10px;
  padding: 7px;
  min-width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #d4b464;
}
.cid-v0PIB25SxG .iconfont-wrapper .mbr-iconfont {
  font-size: 36px;
  color: #eb1964;
}
.cid-v0PIB25SxG .card-head-text {
  flex-grow: 1;
}
.cid-v0PIB25SxG .name-title {
  color: #a0e2e1;
  text-align: left;
}
.cid-v0PIB25SxG .name-text {
  color: #FF014E;
}
.cid-v0PIB25SxG .card-title {
  color: #FFFFFF;
  margin-bottom: 20px;
  transition: .5s all;
}
.cid-v0PIB25SxG .card-text {
  color: #ffffff;
  opacity: 0.75;
  margin-bottom: 36px;
  transition: .5s all;
  text-align: center;
}
.cid-v0PIB25SxG .score-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: auto;
  margin-right: auto;
  padding-top: 4px;
}
.cid-v0PIB25SxG .score-container .score-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
}
.cid-v0PIB25SxG .score-container .score-wrapper .mbr-iconfont {
  font-size: 12px;
  color: #ff014e;
}
.cid-v00JGxGJfp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v00JGxGJfp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v00JGxGJfp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v00JGxGJfp .items-wrapper {
  justify-content: space-between;
  margin: 0 -5px;
}
.cid-v00JGxGJfp .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v00JGxGJfp .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v00JGxGJfp .panel-group .card {
  position: relative;
  padding: 32px;
  margin-top: 8px;
  background-color: #050b1d;
}
@media (max-width: 992px) {
  .cid-v00JGxGJfp .panel-group .card {
    padding: 24px;
    margin-top: 16px;
  }
}
.cid-v00JGxGJfp .panel-group .card:first-child {
  margin-top: 0;
}
.cid-v00JGxGJfp .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v00JGxGJfp .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-v00JGxGJfp .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-v00JGxGJfp .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-v00JGxGJfp .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-v00JGxGJfp .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #ffa600;
}
.cid-v00JGxGJfp .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-v00JGxGJfp .panel-group .card .card-header .panel-title:hover .icon-wrapper,
.cid-v00JGxGJfp .panel-group .card .card-header .panel-title:focus .icon-wrapper {
  opacity: .3;
}
.cid-v00JGxGJfp .panel-group .card .panel-collapse .panel-body {
  margin: 32px 0 0 0;
}
@media (max-width: 992px) {
  .cid-v00JGxGJfp .panel-group .card .panel-collapse .panel-body {
    margin: 24px 0 0 0;
  }
}
.cid-v00JGxGJfp .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v00JGxGJfp .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-v00JGxGJfp .card {
  justify-content: space-between;
}
.cid-v00JGxGJfp .mbr-section-title {
  color: #a6a99c;
  text-align: center;
}
.cid-v00JGxGJfp .panel-title-edit {
  color: #a0e2e1;
  text-align: left;
}
.cid-v00JGxGJfp .panel-text {
  color: #f24d4a;
}
.cid-v00JGxGJfp .panel-text,
.cid-v00JGxGJfp .panel-body {
  color: #ffffff;
  text-align: left;
}
.cid-v0PIW2DLSL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0PIW2DLSL .stats-item {
  padding: 80px 10px;
  background-color: #050b1d;
  display: flex;
  justify-content: center;
}
.cid-v0PIW2DLSL .stats-item:hover .mbr-iconfont::before {
  -webkit-animation: updown 0.45s ease-in-out 0.1s;
  animation: updown 0.45s ease-in-out 0.1s;
  display: block;
}
.cid-v0PIW2DLSL .stats-item > span {
  transition: all 0.3s ease-in-out;
}
.cid-v0PIW2DLSL .heading {
  color: #ffffff;
}
.cid-v0PIW2DLSL .counter {
  text-align: center;
  color: #ffffff;
}
.cid-v0PIW2DLSL .mbr-iconfont {
  font-size: 45px;
  align-self: center;
  margin-bottom: 22px;
  border: 2px dashed #ffeb69;
  border-radius: 50%;
  padding: 35.5px;
}
.cid-v0PIW2DLSL .mbr-card-title,
.cid-v0PIW2DLSL .mbr-iconfont {
  text-align: center;
  color: #ffffff;
  display: block;
}
@media (max-width: 768px) {
  .cid-v0PIW2DLSL .stats-item {
    padding: 30px 25px;
  }
}
@-webkit-keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-v0PIW2DLSL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0PIW2DLSL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0PIW2DLSL .stats-item .common-wrap .fld-wrap .mbr-card-title,
.cid-v0PIW2DLSL .mbr-iconfont {
  color: #ffffff;
}
.cid-v0PIW2DLSL .stats-item .common-wrap .fld-wrap .counter {
  color: #eb1964;
}
.cid-v00MaITy0W {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v00MaITy0W .mbr-overlay {
  background: #000312;
  opacity: 0.9;
}
@media (max-width: 992px) {
  .cid-v00MaITy0W .container {
    padding: 0 22px;
  }
}
.cid-v00MaITy0W .title-wrapper .mbr-section-title {
  width: 65%;
  margin-bottom: 55px;
}
@media (max-width: 992px) {
  .cid-v00MaITy0W .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-v00MaITy0W .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 460px;
  max-width: 460px;
  padding: 0 6px;
}
@media (max-width: 768px) {
  .cid-v00MaITy0W .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v00MaITy0W .embla__slide:nth-child(2n) .slide-content .item-wrapper {
  background-color: #c3c3c3;
}
.cid-v00MaITy0W .embla__slide:nth-child(3n) .slide-content .item-wrapper {
  background-color: #a0e1e1;
}
.cid-v00MaITy0W .embla__slide .slide-content {
  border-radius: 16px !important;
  width: 100%;
}
.cid-v00MaITy0W .embla__slide .slide-content .item-wrapper {
  border-radius: 16px !important;
  background-color: #f0deb2;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-v00MaITy0W .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-v00MaITy0W .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .cid-v00MaITy0W .embla__slide .slide-content .item-wrapper .item-img {
    display: block;
  }
}
.cid-v00MaITy0W .embla__slide .slide-content .item-wrapper .item-img .image-wrapper {
  height: 160px;
  width: 160px;
}
@media (max-width: 768px) {
  .cid-v00MaITy0W .embla__slide .slide-content .item-wrapper .item-img .image-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-v00MaITy0W .embla__slide .slide-content .item-wrapper .item-img .image-wrapper img {
  height: 160px;
  width: 160px;
  object-fit: cover;
  border-radius: 10px !important;
}
.cid-v00MaITy0W .embla__slide .slide-content .item-wrapper .item-img .image-wrapper a {
  width: 160px;
  height: 160px;
}
.cid-v00MaITy0W .embla__slide .slide-content .item-wrapper .item-img .tag-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
}
.cid-v00MaITy0W .embla__slide .slide-content .item-wrapper .item-img .tag-wrapper .item-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 1px solid #000000;
  border-radius: 15px;
  width: fit-content;
}
.cid-v00MaITy0W .embla__slide .slide-content .item-wrapper .item-img .tag-wrapper .icon-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .cid-v00MaITy0W .embla__slide .slide-content .item-wrapper .item-img .tag-wrapper .icon-wrapper {
    justify-content: flex-start;
  }
}
.cid-v00MaITy0W .embla__slide .slide-content .item-wrapper .item-img .tag-wrapper .icon-wrapper:hover .mbr-iconfont,
.cid-v00MaITy0W .embla__slide .slide-content .item-wrapper .item-img .tag-wrapper .icon-wrapper:focus .mbr-iconfont {
  color: #ff5753;
}
.cid-v00MaITy0W .embla__slide .slide-content .item-wrapper .item-img .tag-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 26px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-v00MaITy0W .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-v00MaITy0W .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-v00MaITy0W .embla__slide .slide-content .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-v00MaITy0W .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn {
  margin-top: 26px;
  border-top: 1px solid #000000;
  padding-top: 16px;
  margin-left: 0;
  margin-right: 0;
}
.cid-v00MaITy0W .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v00MaITy0W .embla__button--next,
.cid-v00MaITy0W .embla__button--prev {
  display: flex;
}
.cid-v00MaITy0W .embla__button {
  top: -3.5rem;
  width: 48px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  color: #d70081 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-v00MaITy0W .embla__button {
    top: auto;
    bottom: 0;
  }
}
.cid-v00MaITy0W .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v00MaITy0W .embla__button:hover {
  color: #ff5753 !important;
}
.cid-v00MaITy0W .embla__button.embla__button--prev {
  right: 22%;
}
@media (max-width: 992px) {
  .cid-v00MaITy0W .embla__button.embla__button--prev {
    right: 6rem;
  }
}
.cid-v00MaITy0W .embla__button.embla__button--next {
  right: 16%;
}
@media (max-width: 992px) {
  .cid-v00MaITy0W .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-v00MaITy0W .embla {
  position: relative;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v00MaITy0W .embla {
    padding-bottom: 4rem;
  }
}
.cid-v00MaITy0W .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-v00MaITy0W .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v00MaITy0W .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v00MaITy0W .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v00MaITy0W .mbr-section-title {
  color: #edefeb;
  text-align: right;
}
.cid-v00MaITy0W .item-tag {
  color: #000000;
  text-align: center;
}
.cid-v00MaITy0W .item-name {
  color: #000000;
}
.cid-v00MaITy0W .item-role {
  color: #000000;
}
.cid-v0PJm1FOut {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0PJm1FOut .mbr-overlay {
  background-color: #000312;
  opacity: 0.9;
}
.cid-v0PJm1FOut textarea {
  min-height: 150px;
}
.cid-v0PJm1FOut input[name='yourSubject'] {
  margin-top: 1.5rem;
}
.cid-v0PJm1FOut textarea[name='yourMessage'] {
  margin-top: 0.3rem;
}
.cid-v0PJm1FOut .form-control,
.cid-v0PJm1FOut .field-input {
  padding: 1rem 0rem;
  background-color: #edefeb;
  border: none !important;
  border-bottom: 2px solid #e6b103 !important;
  border-color: #e6b103 !important;
  color: #052d4e !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-v0PJm1FOut .form-control input::-webkit-input-placeholder,
.cid-v0PJm1FOut .field-input input::-webkit-input-placeholder,
.cid-v0PJm1FOut .form-control textarea::-webkit-input-placeholder,
.cid-v0PJm1FOut .field-input textarea::-webkit-input-placeholder {
  color: #232323 !important;
}
.cid-v0PJm1FOut .form-control input:-moz-placeholder,
.cid-v0PJm1FOut .field-input input:-moz-placeholder,
.cid-v0PJm1FOut .form-control textarea:-moz-placeholder,
.cid-v0PJm1FOut .field-input textarea:-moz-placeholder {
  color: #232323 !important;
}
.cid-v0PJm1FOut .jq-number__spin:hover,
.cid-v0PJm1FOut .jq-number__spin:focus {
  background-color: #052d4e;
  border-color: #e9204f !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-v0PJm1FOut .jq-number__spin {
  background-color: #edefeb;
  border-color: #e6b103 !important;
  color: #052d4e;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v0PJm1FOut .jq-selectbox li,
.cid-v0PJm1FOut .jq-selectbox li {
  background-color: #edefeb;
  color: #000000;
}
.cid-v0PJm1FOut .jq-selectbox li:hover,
.cid-v0PJm1FOut .jq-selectbox li.selected {
  background-color: #052d4e;
  color: #ffffff;
}
.cid-v0PJm1FOut .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-v0PJm1FOut .jq-number__spin.minus:hover:after,
.cid-v0PJm1FOut .jq-number__spin.plus:hover:after {
  border-top-color: #edefeb;
  border-bottom-color: #edefeb;
}
.cid-v0PJm1FOut .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-v0PJm1FOut .jq-number__spin.minus:after,
.cid-v0PJm1FOut .jq-number__spin.plus:after {
  border-top-color: #052d4e;
  border-bottom-color: #052d4e;
}
@media (max-width: 992px) {
  .cid-v0PJm1FOut .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
  .cid-v0PJm1FOut .social-list {
    margin-bottom: 3rem;
  }
  .cid-v0PJm1FOut .email-input {
    margin-top: 2rem;
  }
}
.cid-v0PJm1FOut .mbr-section-subtitle {
  color: #a96708;
  margin-bottom: 2.4rem;
  text-align: left;
}
.cid-v0PJm1FOut .mbr-text {
  color: #acacac;
  margin-bottom: 3.5rem;
}
.cid-v0PJm1FOut .mbr-iconfont-social {
  font-size: 1rem;
  color: #edefeb;
  margin-right: 0.6rem;
}
.cid-v0PJm1FOut .mbr-iconfont-social:before {
  padding: 1rem;
  border: 2px solid;
  border-radius: 100px;
  border-color: #a96708;
  transition: all 0.3s;
}
.cid-v0PJm1FOut .mbr-iconfont-social:hover {
  color: #a96708;
}
.cid-v0PJm1FOut .social-list {
  display: flex;
}
.cid-v0PJm1FOut .social-list a {
  transition: 0.3s;
}
.cid-v0PJm1FOut .social-list a:hover {
  transform: translateY(-8px);
}
.cid-v0PJm1FOut .row {
  align-items: center;
}
.cid-v0PJm1FOut .mbr-section-title {
  margin-bottom: 1.3rem;
}
.cid-v0PJm1FOut .btn {
  font-weight: bold;
  padding: 1rem 5.5rem;
}
.cid-v0PJm1FOut .form-btn {
  margin-top: 2.5rem;
}
.cid-v0PJm1FOut input::-webkit-input-placeholder,
.cid-v0PJm1FOut textarea::-webkit-input-placeholder {
  color: #232323 !important;
}
.cid-v0PJm1FOut input:-moz-placeholder,
.cid-v0PJm1FOut textarea:-moz-placeholder {
  color: #232323 !important;
}
@media (min-width: 992px) {
  .cid-v0PJm1FOut .media-content {
    padding-right: 3rem;
  }
  .cid-v0PJm1FOut .email-input {
    padding-left: 2.2rem;
  }
}
@media (min-width: 767px) {
  .cid-v0PJm1FOut .row {
    padding: 0 1rem;
  }
}
.cid-v0PJm1FOut .btn:hover {
  background-color: #a96708 !important;
  border-color: #a96708 !important;
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-v0PJm1FOut .form-btn {
    width: 100%;
  }
  .cid-v0PJm1FOut .btn {
    width: 100%;
  }
}
.cid-v0PJm1FOut H1 {
  text-align: left;
}
.cid-v0PJm1FOut .mbr-text,
.cid-v0PJm1FOut .mbr-section-btn {
  text-align: left;
}
.cid-v0PJmIcRqZ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0PJmIcRqZ .svg-top {
  display: none;
}
.cid-v0PJmIcRqZ .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-v0PJmIcRqZ .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #000312;
}
.cid-v0PJmIcRqZ .svg-top .st0 {
  fill: "file:///D:/%D8%A3%D8%AA%D9%88%D8%A7%D8%AC%20%D9%84%D9%84%D8%AA%D9%82%D9%86%D9%8A%D8%A9/website%20atwage/fs6/assets/images/bl3-725x416.png";
}
@media (max-width: 992px) {
  .cid-v0PJmIcRqZ .svg-top {
    width: 1000px;
  }
}
.cid-v0PJmIcRqZ .google-map {
  height: 35rem;
  position: relative;
}
.cid-v0PJmIcRqZ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v0PJmIcRqZ .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-v0PJmIcRqZ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v0PJmIcRqZ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v0PJmIcRqZ .mbr-section-title {
  color: #1a449a;
}
.cid-v0PJmIcRqZ .mbr-section-subtitle {
  color: #1a449a;
}
.cid-v0PJnAhqt5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0PJnAhqt5 [class^='socicon-']:before,
.cid-v0PJnAhqt5 [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-v0PJnAhqt5 .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #a96708;
  transition: all 0.3s;
  border-color: #a96708;
}
.cid-v0PJnAhqt5 .btn-social:hover {
  background: #a96708;
}
.cid-v0PJnAhqt5 .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-v0PJnAhqt5 .btn-social:hover span {
  color: #ffffff !important;
}
.cid-v0PJnAhqt5 .mbr-section-title {
  color: #2e6b75;
}
.cid-v0PJnAhqt5 .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-v0PJnAhqt5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0PJnAhqt5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0PJnAhqt5 .mbr-section-title,
.cid-v0PJnAhqt5 .mbr-social-likes {
  color: #edefeb;
}
.cid-v0Q58rP7BR {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0Q58rP7BR .content {
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}
@media (max-width: 1024px) {
  .cid-v0Q58rP7BR .content {
    flex-wrap: wrap;
  }
}
.cid-v0Q58rP7BR h2,
.cid-v0Q58rP7BR h4,
.cid-v0Q58rP7BR h3,
.cid-v0Q58rP7BR h6,
.cid-v0Q58rP7BR p,
.cid-v0Q58rP7BR ul {
  margin: 0;
}
.cid-v0Q58rP7BR ul {
  padding: 0;
  list-style-type: none;
}
.cid-v0Q58rP7BR .heading {
  width: 35%;
  margin-bottom: 37px;
}
@media (max-width: 1024px) {
  .cid-v0Q58rP7BR .heading {
    width: 100%;
  }
}
.cid-v0Q58rP7BR .heading-inner {
  max-width: 476px;
}
.cid-v0Q58rP7BR .mbr-section-title {
  color: #a6a99c;
  text-align: center;
}
.cid-v0Q58rP7BR .mbr-section-subtitle {
  color: #edefeb;
  text-align: center;
}
.cid-v0Q58rP7BR .cards {
  width: 65%;
  display: flex;
}
@media (max-width: 1024px) {
  .cid-v0Q58rP7BR .cards {
    width: 100%;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-v0Q58rP7BR .cards {
    flex-direction: column;
    padding-top: 0px;
  }
}
.cid-v0Q58rP7BR .card {
  width: 34%;
}
@media (max-width: 1024px) {
  .cid-v0Q58rP7BR .card {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v0Q58rP7BR .card {
    width: 100%;
    padding-top: 30px;
  }
}
.cid-v0Q58rP7BR .mbr-card-title {
  color: #a96708;
  margin-bottom: 3px;
  text-align: center;
}
.cid-v0Q58rP7BR .mbr-card-subtitle {
  color: #6b6b6b;
}
.cid-v0Q58rP7BR .list {
  padding-top: 5px;
  margin-bottom: 24px;
  color: #ffffff;
  text-align: center;
}
.cid-v0PJpre11n {
  background-color: #000312;
}
.cid-v0PJpre11n .content {
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
}
.cid-v0PJpre11n .content img {
  width: 43px;
  height: 43px;
  object-fit: cover;
  margin-right: 15px;
}
.cid-v0PJpre11n .content p {
  margin: 0;
}
.cid-v0PJpre11n .mbr-text {
  color: #ffffff;
}
.cid-uZCb9FqYPO .navbar {
  padding: 0.5rem 0;
  background: #09426f;
  transition: none;
  min-height: 50px;
}
.cid-uZCb9FqYPO .navbar-fixed-top {
  padding-top: 0;
}
.cid-uZCb9FqYPO .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-uZCb9FqYPO .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #09426f;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-uZCb9FqYPO .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-uZCb9FqYPO .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uZCb9FqYPO .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uZCb9FqYPO .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uZCb9FqYPO .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-uZCb9FqYPO .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uZCb9FqYPO .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uZCb9FqYPO .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uZCb9FqYPO .menu-content-top {
  background: #09426f;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uZCb9FqYPO .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-uZCb9FqYPO .dropdown-item:hover {
  color: #ffeb69 !important;
}
.cid-uZCb9FqYPO .nav-link,
.cid-uZCb9FqYPO .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-uZCb9FqYPO .nav-link:hover,
.cid-uZCb9FqYPO .brand-name:hover {
  color: #ffeb69 !important;
}
.cid-uZCb9FqYPO .dropdown-menu {
  background-color: #09426f;
}
.cid-uZCb9FqYPO .dropdown-item:active {
  background-color: #09426f;
}
.cid-uZCb9FqYPO .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-uZCb9FqYPO .navbar-dropdown.bg-color.transparent.opened {
  background: #09426f;
}
.cid-uZCb9FqYPO .nav-item {
  position: relative;
}
.cid-uZCb9FqYPO .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uZCb9FqYPO .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-uZCb9FqYPO .nav-item .nav-link:focus {
  outline: none;
}
.cid-uZCb9FqYPO .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZCb9FqYPO .content-text {
  margin-bottom: 0;
}
.cid-uZCb9FqYPO .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uZCb9FqYPO .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #000312;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uZCb9FqYPO .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uZCb9FqYPO .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uZCb9FqYPO .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uZCb9FqYPO .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZCb9FqYPO .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uZCb9FqYPO .content-right-side {
  text-align: center;
}
.cid-uZCb9FqYPO .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uZCb9FqYPO .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uZCb9FqYPO .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uZCb9FqYPO .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-uZCb9FqYPO .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uZCb9FqYPO .info-widget:first-child {
  margin-left: 0;
}
.cid-uZCb9FqYPO .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-uZCb9FqYPO .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uZCb9FqYPO .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uZCb9FqYPO .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uZCb9FqYPO .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-uZCb9FqYPO .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uZCb9FqYPO .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-uZCb9FqYPO .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-uZCb9FqYPO .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #ffeb69;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-uZCb9FqYPO .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-uZCb9FqYPO .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uZCb9FqYPO .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-uZCb9FqYPO .navbar {
    display: block;
    padding: 0;
  }
  .cid-uZCb9FqYPO .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-uZCb9FqYPO .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uZCb9FqYPO .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uZCb9FqYPO .navbar-toggler {
    display: none;
  }
  .cid-uZCb9FqYPO .navbar-collapse {
    justify-content: center;
  }
}
.cid-uZCb9FqYPO .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uZCb9FqYPO .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-uZCb9FqYPO .btn-sm {
  padding: 13px 29px;
}
.cid-uZCb9FqYPO .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uZCb9FqYPO .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uZCb9FqYPO .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uZCb9FqYPO .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uZCb9FqYPO .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uZCb9FqYPO .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uZCb9FqYPO .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uZCb9FqYPO .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uZCb9FqYPO .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uZCb9FqYPO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZCb9FqYPO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZCb9FqYPO .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uZCb9FqYPO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uZCb9FqYPO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZCb9FqYPO .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uZCb9FqYPO .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZCb9FqYPO .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uZCb9FqYPO .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-uZCb9FqYPO .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uZCb9FqYPO .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uZCb9FqYPO .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uZCb9FqYPO button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-uZCb9FqYPO button.navbar-toggler:focus {
  outline: none;
}
.cid-uZCb9FqYPO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uZCb9FqYPO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZCb9FqYPO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZCb9FqYPO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZCb9FqYPO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZCb9FqYPO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZCb9FqYPO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZCb9FqYPO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZCb9FqYPO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZCb9FqYPO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZCb9FqYPO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZCb9FqYPO .collapsed .btn {
  display: flex;
}
.cid-uZCb9FqYPO .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uZCb9FqYPO .collapsed .navbar-collapse.collapsing,
.cid-uZCb9FqYPO .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uZCb9FqYPO .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uZCb9FqYPO .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uZCb9FqYPO .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uZCb9FqYPO .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uZCb9FqYPO .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uZCb9FqYPO .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uZCb9FqYPO .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uZCb9FqYPO .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uZCb9FqYPO .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uZCb9FqYPO .collapsed button.navbar-toggler {
  display: block;
}
.cid-uZCb9FqYPO .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uZCb9FqYPO .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uZCb9FqYPO .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uZCb9FqYPO .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uZCb9FqYPO .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uZCb9FqYPO .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uZCb9FqYPO .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uZCb9FqYPO .menu-content-top {
    display: flex;
  }
  .cid-uZCb9FqYPO .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-uZCb9FqYPO .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-uZCb9FqYPO .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-uZCb9FqYPO .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uZCb9FqYPO .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-uZCb9FqYPO .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-uZCb9FqYPO .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-uZCb9FqYPO .navbar-collapse.collapsing,
  .cid-uZCb9FqYPO .navbar-collapse.show {
    display: block !important;
  }
  .cid-uZCb9FqYPO .navbar-collapse.collapsing .navbar-nav,
  .cid-uZCb9FqYPO .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uZCb9FqYPO .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uZCb9FqYPO .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uZCb9FqYPO .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-uZCb9FqYPO .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #000312;
  }
  .cid-uZCb9FqYPO .navbar-collapse.collapsing .navbar-buttons,
  .cid-uZCb9FqYPO .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uZCb9FqYPO .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uZCb9FqYPO .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uZCb9FqYPO img {
    height: 3.8rem !important;
  }
  .cid-uZCb9FqYPO .btn {
    display: flex;
  }
  .cid-uZCb9FqYPO button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-uZCb9FqYPO .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-uZCb9FqYPO .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uZCb9FqYPO .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uZCb9FqYPO .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uZCb9FqYPO .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uZCb9FqYPO .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uZCb9FqYPO .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uZCb9FqYPO .nav-link:focus {
  outline: none;
}
.cid-uZCb9FqYPO .navbar-toggler {
  position: relative;
}
.cid-uZCb9FqYPO .widget-title,
.cid-uZCb9FqYPO .widget-icon {
  color: #e9e9e9;
}
.cid-uZCb9FqYPO .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-uZCb9FqYPO .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-uZCb9FqYPO .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-uZCb9FqYPO .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-uZCb9FqYPO .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-uZCb9FqYPO .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-uZCb9FqYPO .menu-content-top,
  .cid-uZCb9FqYPO .menu-bottom {
    padding: 0 15px;
  }
  .cid-uZCb9FqYPO button.navbar-toggler {
    align-self: center;
  }
  .cid-uZCb9FqYPO .btn {
    margin-left: 0;
  }
  .cid-uZCb9FqYPO .widget-icon {
    padding-right: 0;
  }
}
.cid-uZCb9FqYPO .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-uZCb9FqYPO .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #a96708;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-uZCb9FqYPO .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-uZCb9FqYPO .icons-menu .mbr-iconfont:hover {
  color: #022c06;
  background-color: #ffeb69;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-uZCb9FqYPO .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-v05cgEQmzy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v05cgEQmzy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v05cgEQmzy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v05cedIbwm {
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v05cedIbwm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v05cedIbwm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v05cedIbwm .row {
  justify-content: center;
}
.cid-v05cedIbwm .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-v05cedIbwm .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v05cedIbwm .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v05cedIbwm .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v05cedIbwm .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v05cedIbwm .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v05cedIbwm .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v05cedIbwm .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v05cedIbwm .card {
  justify-content: flex-end;
}
.cid-v05cedIbwm .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v05cedIbwm .image-wrapper {
    display: block;
  }
}
.cid-v05cedIbwm .image-wrapper::before {
  content: '';
  position: absolute;
  width: 110%;
  height: 110%;
  border-radius: 100%;
  background-image: radial-gradient(#eb1964, transparent);
  filter: blur(100px);
}
.cid-v05cedIbwm .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
}
.cid-v05cedIbwm .image-wrapper .image-wrap img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v05cedIbwm .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-v05cedIbwm .mbr-section-title {
  color: #eb1964;
  text-align: right;
}
.cid-v05cedIbwm .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-v05cedIbwm .mbr-text,
.cid-v05cedIbwm .text-wrapper {
  color: #ffffff;
}
.cid-v05cedIbwm .mbr-text,
.cid-v05cedIbwm .text-wrapper,
.cid-v05cedIbwm .mbr-section-btn {
  text-align: right;
}
.cid-v0cQXQ7z6o {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v0cQXQ7z6o .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v0cQXQ7z6o .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v0cQXQ7z6o .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v0cQXQ7z6o .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-v0cQXQ7z6o .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0cQXQ7z6o .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0cQXQ7z6o .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-v0cQXQ7z6o .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v0cQXQ7z6o .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v0cQXQ7z6o .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-v0cQXQ7z6o .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v0cQXQ7z6o .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v0cQXQ7z6o .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v0cQXQ7z6o .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v0cQXQ7z6o .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v0cQXQ7z6o .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v0cQXQ7z6o .nav-link:hover {
  color: #ffffff !important;
}
.cid-v0cQXQ7z6o .nav-link:hover::before {
  width: 100%;
}
.cid-v0cQXQ7z6o .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-v0cQXQ7z6o .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v0cQXQ7z6o .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v0cQXQ7z6o .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-v0cQXQ7z6o .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v0cQXQ7z6o .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v0cQXQ7z6o .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 3, 18, 0.5) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  margin-top: 1rem;
  background-color: #000312;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-v0cQXQ7z6o .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-v0cQXQ7z6o .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-v0cQXQ7z6o .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-v0cQXQ7z6o .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v0cQXQ7z6o .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000312;
  background: rgba(0, 3, 18, 0.5) !important;
}
.cid-v0cQXQ7z6o .nav-item:focus,
.cid-v0cQXQ7z6o .nav-link:focus {
  outline: none;
}
.cid-v0cQXQ7z6o .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0cQXQ7z6o .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0cQXQ7z6o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0cQXQ7z6o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0cQXQ7z6o .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0cQXQ7z6o .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0cQXQ7z6o .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v0cQXQ7z6o .navbar.opened {
  transition: all 0.3s;
}
.cid-v0cQXQ7z6o .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0cQXQ7z6o .navbar .navbar-logo img {
  width: auto;
}
.cid-v0cQXQ7z6o .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-v0cQXQ7z6o .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-v0cQXQ7z6o .navbar.collapsed {
  justify-content: center;
}
.cid-v0cQXQ7z6o .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0cQXQ7z6o .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0cQXQ7z6o .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-v0cQXQ7z6o .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0cQXQ7z6o .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0cQXQ7z6o .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v0cQXQ7z6o .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0cQXQ7z6o .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0cQXQ7z6o .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v0cQXQ7z6o .navbar {
    min-height: 72px;
  }
  .cid-v0cQXQ7z6o .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v0cQXQ7z6o .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0cQXQ7z6o .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0cQXQ7z6o .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0cQXQ7z6o .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0cQXQ7z6o .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v0cQXQ7z6o .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0cQXQ7z6o .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v0cQXQ7z6o .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0cQXQ7z6o .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0cQXQ7z6o .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v0cQXQ7z6o .dropdown-item.active,
.cid-v0cQXQ7z6o .dropdown-item:active {
  background-color: transparent;
}
.cid-v0cQXQ7z6o .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0cQXQ7z6o .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0cQXQ7z6o .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0cQXQ7z6o .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000312;
}
.cid-v0cQXQ7z6o .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v0cQXQ7z6o .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v0cQXQ7z6o ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0cQXQ7z6o .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v0cQXQ7z6o .navbar-buttons {
    text-align: left;
  }
}
.cid-v0cQXQ7z6o button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0cQXQ7z6o button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v0cQXQ7z6o button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0cQXQ7z6o button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0cQXQ7z6o button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0cQXQ7z6o button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0cQXQ7z6o nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0cQXQ7z6o nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0cQXQ7z6o nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0cQXQ7z6o nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0cQXQ7z6o .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v0cQXQ7z6o a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0cQXQ7z6o .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v0cQXQ7z6o .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0cQXQ7z6o .navbar {
    height: 70px;
  }
  .cid-v0cQXQ7z6o .navbar.opened {
    height: auto;
  }
  .cid-v0cQXQ7z6o .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0cQXQ7z6o .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v0cQXQ7z6o .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v0cQXQ7z6o .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v0cQXQ7z6o .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v0cQXQ7z6o .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v0cQXQ7z6o .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v0cQXQ7z6o .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v0cQXQ7z6o .navbar-brand {
    margin-right: auto;
  }
  .cid-v0cQXQ7z6o .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000312;
    opacity: 1;
    border-color: rgba(0, 3, 18, 0.5) !important;
    background: rgba(0, 3, 18, 0.5) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v0cQXQ7z6o .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v0cQXQ7z6o .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v0cQXQ7z6o .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v0cQXQ7z6o .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v0cQXQ7z6o .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v0cQXQ7z6o .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v0cQXQ7z6o .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v0cQXQ7z6o .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v0cQXQ7z6o .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v0cQXQ7z6o .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v0cQXQ7z6o .navbar-brand,
.cid-v0cQXQ7z6o .navbar-toggler,
.cid-v0cQXQ7z6o .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uZBYxbSFq0 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bfc0bf;
}
.cid-uZxKVy2su2 {
  background-image: url("../../../assets/images/2.gif");
}
.cid-uZxKVy2su2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZxKVy2su2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZxKVy2su2 .image-wrap {
  height: 680px;
}
@media (max-width: 992px) {
  .cid-uZxKVy2su2 .image-wrap {
    height: 350px;
  }
}
.cid-uZC09mwjT4 .main_wrapper {
  position: relative;
  height: 1100px;
  width: 100%;
}
.cid-uZC09mwjT4 .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 991px) {
  .cid-uZC09mwjT4 .b_wrapper {
    position: relative;
    width: 100%;
    height: auto !important;
    flex-direction: column;
  }
}
.cid-uZC09mwjT4 .row {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uZC09mwjT4 .container-fluid {
    padding: 0;
  }
}
.cid-uZC09mwjT4 ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uZC09mwjT4 .item-wrapper {
  height: 100%;
  background-color: rgba(255, 255, 255, 0.76);
  pointer-events: fill;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uZC09mwjT4 .item-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 991px) {
  .cid-uZC09mwjT4 .item-wrapper {
    width: 100%;
    position: relative;
    padding: 2rem;
    border-radius: 0px !important;
  }
}
@media (max-width: 767px) {
  .cid-uZC09mwjT4 .item-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uZC09mwjT4 .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-uZC09mwjT4 .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 0px !important;
}
.cid-uZC09mwjT4 .google-map [data-state-details] {
  color: #edefeb;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uZC09mwjT4 .google-map[data-state] {
  background: #edefeb;
}
.cid-uZC09mwjT4 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 991px) {
  .cid-uZC09mwjT4 .google-map {
    position: static;
  }
}
.cid-uZIP2Cii7J {
  background-color: #052d4e;
}
.cid-uZIP2Cii7J .content {
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
}
.cid-uZIP2Cii7J .content img {
  width: 43px;
  height: 43px;
  object-fit: cover;
  margin-right: 15px;
}
.cid-uZIP2Cii7J .content p {
  margin: 0;
}
.cid-uZIP2Cii7J .mbr-text {
  color: #ffffff;
}
.cid-v0cQXQ7z6o {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v0cQXQ7z6o .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v0cQXQ7z6o .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v0cQXQ7z6o .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v0cQXQ7z6o .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-v0cQXQ7z6o .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0cQXQ7z6o .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0cQXQ7z6o .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-v0cQXQ7z6o .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v0cQXQ7z6o .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v0cQXQ7z6o .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-v0cQXQ7z6o .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v0cQXQ7z6o .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v0cQXQ7z6o .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v0cQXQ7z6o .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v0cQXQ7z6o .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v0cQXQ7z6o .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v0cQXQ7z6o .nav-link:hover {
  color: #ffffff !important;
}
.cid-v0cQXQ7z6o .nav-link:hover::before {
  width: 100%;
}
.cid-v0cQXQ7z6o .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-v0cQXQ7z6o .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v0cQXQ7z6o .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v0cQXQ7z6o .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-v0cQXQ7z6o .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v0cQXQ7z6o .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v0cQXQ7z6o .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 3, 18, 0.5) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  margin-top: 1rem;
  background-color: #000312;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
}
.cid-v0cQXQ7z6o .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-v0cQXQ7z6o .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-v0cQXQ7z6o .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-v0cQXQ7z6o .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v0cQXQ7z6o .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000312;
  background: rgba(0, 3, 18, 0.5) !important;
}
.cid-v0cQXQ7z6o .nav-item:focus,
.cid-v0cQXQ7z6o .nav-link:focus {
  outline: none;
}
.cid-v0cQXQ7z6o .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0cQXQ7z6o .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0cQXQ7z6o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0cQXQ7z6o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0cQXQ7z6o .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0cQXQ7z6o .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0cQXQ7z6o .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v0cQXQ7z6o .navbar.opened {
  transition: all 0.3s;
}
.cid-v0cQXQ7z6o .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0cQXQ7z6o .navbar .navbar-logo img {
  width: auto;
}
.cid-v0cQXQ7z6o .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-v0cQXQ7z6o .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-v0cQXQ7z6o .navbar.collapsed {
  justify-content: center;
}
.cid-v0cQXQ7z6o .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0cQXQ7z6o .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0cQXQ7z6o .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-v0cQXQ7z6o .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0cQXQ7z6o .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0cQXQ7z6o .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v0cQXQ7z6o .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0cQXQ7z6o .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0cQXQ7z6o .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v0cQXQ7z6o .navbar {
    min-height: 72px;
  }
  .cid-v0cQXQ7z6o .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v0cQXQ7z6o .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0cQXQ7z6o .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0cQXQ7z6o .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0cQXQ7z6o .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0cQXQ7z6o .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v0cQXQ7z6o .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0cQXQ7z6o .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v0cQXQ7z6o .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0cQXQ7z6o .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0cQXQ7z6o .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v0cQXQ7z6o .dropdown-item.active,
.cid-v0cQXQ7z6o .dropdown-item:active {
  background-color: transparent;
}
.cid-v0cQXQ7z6o .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0cQXQ7z6o .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0cQXQ7z6o .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0cQXQ7z6o .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000312;
}
.cid-v0cQXQ7z6o .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v0cQXQ7z6o .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v0cQXQ7z6o ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0cQXQ7z6o .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v0cQXQ7z6o .navbar-buttons {
    text-align: left;
  }
}
.cid-v0cQXQ7z6o button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0cQXQ7z6o button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v0cQXQ7z6o button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0cQXQ7z6o button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0cQXQ7z6o button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0cQXQ7z6o button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0cQXQ7z6o nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0cQXQ7z6o nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0cQXQ7z6o nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0cQXQ7z6o nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0cQXQ7z6o .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v0cQXQ7z6o a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0cQXQ7z6o .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v0cQXQ7z6o .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0cQXQ7z6o .navbar {
    height: 70px;
  }
  .cid-v0cQXQ7z6o .navbar.opened {
    height: auto;
  }
  .cid-v0cQXQ7z6o .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0cQXQ7z6o .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v0cQXQ7z6o .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v0cQXQ7z6o .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v0cQXQ7z6o .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v0cQXQ7z6o .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v0cQXQ7z6o .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v0cQXQ7z6o .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v0cQXQ7z6o .navbar-brand {
    margin-right: auto;
  }
  .cid-v0cQXQ7z6o .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000312;
    opacity: 1;
    border-color: rgba(0, 3, 18, 0.5) !important;
    background: rgba(0, 3, 18, 0.5) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v0cQXQ7z6o .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v0cQXQ7z6o .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v0cQXQ7z6o .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v0cQXQ7z6o .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v0cQXQ7z6o .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v0cQXQ7z6o .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v0cQXQ7z6o .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v0cQXQ7z6o .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v0cQXQ7z6o .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v0cQXQ7z6o .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v0cQXQ7z6o .navbar-brand,
.cid-v0cQXQ7z6o .navbar-toggler,
.cid-v0cQXQ7z6o .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-v0cBy5eTEu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cBy5eTEu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v0cBy5eTEu .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v0cBy5eTEu .content-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v0cBy5eTEu .content-wrapper {
    width: 100%;
  }
}
.cid-v0cBy5eTEu .content-wrapper .label-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-v0cBy5eTEu .content-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-v0cBy5eTEu .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-v0cBy5eTEu .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v0cBy5eTEu .content-wrapper .mbr-section-title {
    margin-bottom: 18px;
  }
}
.cid-v0cBy5eTEu .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v0cBy5eTEu .content-wrapper .mbr-section-btn {
  margin-top: 46px;
}
@media (max-width: 992px) {
  .cid-v0cBy5eTEu .content-wrapper .mbr-section-btn {
    margin-top: 18px;
  }
}
.cid-v0cBy5eTEu .mbr-label,
.cid-v0cBy5eTEu .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v0cBy5eTEu .mbr-section-title {
  color: #ffffff;
}
.cid-v0cBy5eTEu .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v0cBy5eTEu .mbr-section-title,
.cid-v0cBy5eTEu .mbr-section-btn {
  text-align: center;
}
.cid-v0cYm1tCaM {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v0cYm1tCaM .container {
  margin-bottom: 70px;
}
.cid-v0cYm1tCaM .container .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
  margin-bottom: 10px;
}
.cid-v0cYm1tCaM .container .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-v0cYm1tCaM .container .mbr-section-title,
.cid-v0cYm1tCaM .container .signature {
  color: #130947;
}
.cid-v0cYm1tCaM .container .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v0cYm1tCaM .container .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-v0cYm1tCaM .container .mbr-text {
  line-height: 1.5;
  letter-spacing: 0;
  color: #6d7a8c;
}
.cid-v0cYm1tCaM .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 0rem;
}
.cid-v0cYm1tCaM .carousel-item > div {
  width: 100%;
}
.cid-v0cYm1tCaM .carousel-item.active,
.cid-v0cYm1tCaM .carousel-item-next,
.cid-v0cYm1tCaM .carousel-item-prev {
  display: flex;
}
.cid-v0cYm1tCaM .carousel-indicators {
  left: 0%;
  margin: 20px auto 0;
  align-items: center;
  bottom: -40px !important;
}
.cid-v0cYm1tCaM .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #4f87fb !important;
}
.cid-v0cYm1tCaM .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: #ffffff;
  font-size: 2rem;
  opacity: 0.5;
  border-width: 0px;
  border: 1px solid #e5e8ef;
}
.cid-v0cYm1tCaM .carousel-indicators li:hover {
  opacity: 1;
}
@media (max-width: 991px) {
  .cid-v0cYm1tCaM .carousel-controls {
    display: none;
  }
}
.cid-v0cYm1tCaM .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 1.2rem;
}
.cid-v0cYm1tCaM .carousel-controls a span {
  padding: 15px;
  border-radius: 50%;
  color: #ffffff;
  background: #4f87fb;
  opacity: 0.9;
}
.cid-v0cYm1tCaM .carousel-controls a:hover span {
  opacity: 1;
}
.cid-v0cYm1tCaM .card {
  display: block;
  background-color: #050b1d;
  border-bottom: 1px solid #000312;
  border-radius: 4px;
  padding: 15px;
  padding-bottom: 20px;
}
.cid-v0cYm1tCaM .card .service-icon {
  text-align: center;
  position: relative;
}
.cid-v0cYm1tCaM .card .service-icon-wrapper {
  color: #ffffff;
  height: 64px;
  width: 64px;
  display: inline-block;
  border-radius: 50%;
  margin-bottom: 30px;
  position: relative;
  margin-top: -35px;
}
.cid-v0cYm1tCaM .card .service-icon .front {
  padding: 18px;
  border-radius: 100%;
  background-color: #4f87fb;
  color: #ffffff;
  font-size: 1.8rem;
  transition: 0.6s all;
  z-index: 9;
  position: relative;
}
.cid-v0cYm1tCaM .card .service-icon:after {
  opacity: 0.5;
  background-color: #4f87fb;
  width: 76px;
  height: 76px;
  content: '';
  position: absolute;
  top: -34px;
  left: 50%;
  margin-left: -13%;
  border-radius: 50%;
  z-index: 0;
}
.cid-v0cYm1tCaM .card .signature {
  padding-bottom: 10px;
  margin-bottom: 20px;
  color: #130947;
  font-weight: 7800;
}
.cid-v0cYm1tCaM .card .signature.display-7 {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-v0cYm1tCaM .card .card-text {
  margin-bottom: 25px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-v0cYm1tCaM .card .card-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-v0cYm1tCaM .card .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 21.7px;
}
.cid-v0cYm1tCaM .card .mbr-section-btn .link {
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  color: #4f87fb;
}
.cid-v0cYm1tCaM .card .mbr-section-btn .link:not(:first-child) {
  margin-left: 25px;
}
.cid-v0cYm1tCaM .card .mbr-section-btn a.text-white:hover,
.cid-v0cYm1tCaM .card .mbr-section-btn a.text-white:focus {
  color: #000000 !important;
}
@media (min-width: 992px) {
  .cid-v0cYm1tCaM .carousel-item {
    padding: 0 2rem;
  }
}
@media (min-width: 768px) {
  .cid-v0cYm1tCaM .carousel-controls a {
    width: 5%;
  }
}
.cid-v0cYm1tCaM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cYm1tCaM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0cYm1tCaM .container .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-v0cYm1tCaM .container .mbr-section-subtitle {
  text-align: right;
  color: #eb1964;
}
.cid-v0cYm1tCaM .container .mbr-text {
  text-align: right;
  color: #4f87fb;
}
.cid-v0cYm1tCaM .card .signature,
.cid-v0cYm1tCaM .mbr-section-btn {
  color: #ffffff;
}
.cid-v0cYm1tCaM .card .card-text,
.cid-v0cYm1tCaM .mbr-section-btn {
  text-align: center;
  color: #a6a99c;
}
.cid-v0d8JSwucN {
  background-color: #000312;
  position: relative;
  overflow: hidden;
}
.cid-v0d8JSwucN .row {
  width: 100%;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.cid-v0d8JSwucN .bg-frame-container {
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cid-v0d8JSwucN .bg-frame {
  position: absolute;
  bottom: -15%;
  right: -7%;
  opacity: 0.1;
  width: 1vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #050b1d;
  box-shadow: 0 0 40px #050b1d;
  filter: blur(130px);
}
@media (max-width: 767px) {
  .cid-v0d8JSwucN .bg-frame {
    width: 2vw;
  }
}
.cid-v0d8JSwucN .img-bg-container {
  flex-grow: 1;
  position: relative;
  z-index: 5;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  min-height: 400px;
  border-radius: 30px;
  padding: 80px 80px 40px;
  overflow: hidden;
  background-color: #000312;
}
@media (max-width: 991px) {
  .cid-v0d8JSwucN .img-bg-container {
    padding: 60px 60px 40px;
  }
}
@media (max-width: 767px) {
  .cid-v0d8JSwucN .img-bg-container {
    padding: 40px 40px 20px;
  }
}
.cid-v0d8JSwucN .text-wrap {
  position: relative;
  z-index: 10;
  width: 55%;
}
@media (max-width: 767px) {
  .cid-v0d8JSwucN .text-wrap {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-v0d8JSwucN .mbr-section-title {
  color: #a0e2e1;
  margin-bottom: 40px;
  text-align: right;
}
.cid-v0d8JSwucN .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-v0d8JSwucN .mbr-section-btn {
  margin-top: 1.5rem;
}
.cid-v0d8JSwucN .img-wrap {
  position: relative;
  width: 45%;
}
@media (max-width: 767px) {
  .cid-v0d8JSwucN .img-wrap {
    width: 100%;
  }
}
.cid-v0d8JSwucN .item-img-frame-before {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.4;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #050b1d;
  box-shadow: 0 0 40px #050b1d;
  filter: blur(120px);
}
.cid-v0d8JSwucN .item-img {
  position: relative;
  z-index: 3;
  width: 90%;
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cid-v0d8JSwucN .item-img {
    width: 100%;
  }
}
.cid-v0d8JSwucN .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}
.cid-v0d8JSwucN .item-img-frame-after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(19, 33, 29, 0.2) 45.32%, rgba(23, 61, 51, 0) 62.73%), linear-gradient(0deg, #0d211c 3.5%, rgba(16, 37, 32, 0) 62.07%);
  pointer-events: none;
}
.cid-v0d8JSwucN .mbr-section-subtitle,
.cid-v0d8JSwucN .mbr-section-btn {
  text-align: right;
}
.cid-v059TVvQ65 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-v059TVvQ65 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v059TVvQ65 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v059TVvQ65 .title-wrapper {
  margin-bottom: 40px;
}
.cid-v059TVvQ65 .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-v059TVvQ65 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v059TVvQ65 .mbr-section-btn .btn::after,
.cid-v059TVvQ65 .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #09426f 150%);
}
.cid-v059TVvQ65 .mbr-section-btn .btn:hover,
.cid-v059TVvQ65 .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-v059TVvQ65 .mbr-section-btn .btn:hover::after,
.cid-v059TVvQ65 .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #09426f 150%);
  opacity: 1;
}
.cid-v059TVvQ65 .items-wrapper {
  margin: 0 -20px;
}
.cid-v059TVvQ65 .items-wrapper .item {
  padding: 0 20px;
  margin-bottom: 40px;
  transform: translateY(40px);
}
@media (max-width: 992px) {
  .cid-v059TVvQ65 .items-wrapper .item {
    margin-bottom: 20px;
    transform: none;
  }
  .cid-v059TVvQ65 .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v059TVvQ65 .items-wrapper .item:nth-child(2n) {
  transform: translateY(0);
}
@media (max-width: 992px) {
  .cid-v059TVvQ65 .items-wrapper .item:nth-child(2n) {
    transform: none;
  }
}
.cid-v059TVvQ65 .items-wrapper .item:hover .item-wrapper .item-img .image-wrap img,
.cid-v059TVvQ65 .items-wrapper .item:focus .item-wrapper .item-img .image-wrap img {
  transform: scale(1.06) translateX(0);
}
.cid-v059TVvQ65 .items-wrapper .item:hover .item-wrapper .item-img .image-wrap::before,
.cid-v059TVvQ65 .items-wrapper .item:focus .item-wrapper .item-img .image-wrap::before {
  opacity: 1;
}
.cid-v059TVvQ65 .items-wrapper .item .item-wrapper {
  position: relative;
  height: 100%;
  border-radius: 0 !important;
}
.cid-v059TVvQ65 .items-wrapper .item .item-wrapper .item-img {
  position: relative;
  margin-bottom: -40px;
}
.cid-v059TVvQ65 .items-wrapper .item .item-wrapper .item-img .image-wrap {
  overflow: hidden;
}
.cid-v059TVvQ65 .items-wrapper .item .item-wrapper .item-img .image-wrap img {
  height: 315px;
  object-fit: cover;
  transition: all .3s ease;
  border-radius: 0 !important;
  transform: scale(1.06) translateX(-8px);
}
.cid-v059TVvQ65 .items-wrapper .item .item-wrapper .item-img .image-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(transparent 40%, #a0e2e1);
  opacity: 0;
  pointer-events: none;
  transition: all .3s ease;
}
.cid-v059TVvQ65 .items-wrapper .item .item-wrapper .item-img .icon-card {
  position: absolute;
  left: 50px;
  bottom: -1rem;
  background-color: #050b1d;
  border-radius: 3rem 3rem 0 0 !important;
  z-index: 2;
  padding: 10px;
}
.cid-v059TVvQ65 .items-wrapper .item .item-wrapper .item-img .icon-card .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  font-size: 16px;
  background-color: #2c2c2c;
  color: #ffffff;
  border-radius: 100%;
  transition: all .3s ease;
}
.cid-v059TVvQ65 .items-wrapper .item .item-wrapper .item-img .icon-card:hover .mbr-iconfont,
.cid-v059TVvQ65 .items-wrapper .item .item-wrapper .item-img .icon-card:focus .mbr-iconfont {
  color: #e24c4a;
}
.cid-v059TVvQ65 .items-wrapper .item .item-wrapper .item-img .icon-card .svg1 {
  position: absolute;
  bottom: 15px;
  right: -27px;
  transform: rotate(-90deg);
  width: 28px;
}
.cid-v059TVvQ65 .items-wrapper .item .item-wrapper .item-img .icon-card .svg1 path {
  fill: #050b1d;
}
.cid-v059TVvQ65 .items-wrapper .item .item-wrapper .item-img .icon-card .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 28px;
  bottom: 15px;
  left: -27px;
}
.cid-v059TVvQ65 .items-wrapper .item .item-wrapper .item-img .icon-card .svg2 path {
  fill: #050b1d;
}
.cid-v059TVvQ65 .items-wrapper .item .item-wrapper .item-content {
  padding: 80px 40px 40px 40px;
  border: 2px solid #050b1d;
  background-color: #050b1d;
}
@media (max-width: 992px) {
  .cid-v059TVvQ65 .items-wrapper .item .item-wrapper .item-content {
    padding: 80px 20px 20px 20px;
  }
}
.cid-v059TVvQ65 .items-wrapper .item .item-wrapper .item-content .item-name {
  margin-bottom: 16px;
}
.cid-v059TVvQ65 .items-wrapper .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-v059TVvQ65 .items-wrapper .item .item-wrapper .item-content .item-btn {
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-v059TVvQ65 .items-wrapper .item .item-wrapper .item-content .item-btn {
    margin-bottom: 0;
  }
}
.cid-v059TVvQ65 .items-wrapper .item .item-wrapper .item-content .item-btn .btn {
  padding: 17px 20px;
  margin-bottom: 0;
}
.cid-v059TVvQ65 .mbr-section-title {
  color: #ffffff;
}
.cid-v059TVvQ65 .mbr-tag {
  color: #eb1964;
  text-align: right;
}
.cid-v059TVvQ65 .mbr-text {
  color: #ffffff;
}
.cid-v059TVvQ65 .item-name {
  color: #ffffff;
}
.cid-v059TVvQ65 .item-role {
  color: #c7c7c7;
  text-align: right;
}
.cid-v059TVvQ65 .mbr-section-title,
.cid-v059TVvQ65 .main-btn {
  text-align: right;
}
.cid-v059TVvQ65 .item-name,
.cid-v059TVvQ65 .item-btn {
  text-align: right;
  color: #eb1964;
}
.cid-uZC9UZVmxf {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZC9UZVmxf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZC9UZVmxf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZC9UZVmxf .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-uZC9UZVmxf .title-wrapper .mbr-section-title span {
  color: #0b4c84;
}
@media (max-width: 992px) {
  .cid-uZC9UZVmxf .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uZC9UZVmxf .tabs-wrapper {
  margin-bottom: 32px;
}
.cid-uZC9UZVmxf .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uZC9UZVmxf .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 10px 20px 0;
}
.cid-uZC9UZVmxf .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #ffffff;
  padding: 24px 64px;
  border: none;
  margin-bottom: 0;
  border-radius: 900px;
  background-color: #050b1d;
}
@media (max-width: 1200px) {
  .cid-uZC9UZVmxf .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    padding: 20px 32px;
  }
}
.cid-uZC9UZVmxf .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #eb1964;
}
.cid-uZC9UZVmxf .tab-content .tab-pane .content-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 30px;
  padding: 64px;
  background-color: #050b1d;
}
@media (max-width: 992px) {
  .cid-uZC9UZVmxf .tab-content .tab-pane .content-wrap {
    padding: 46px 22px;
    display: block;
  }
}
.cid-uZC9UZVmxf .tab-content .tab-pane .content-wrap .item-title {
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZC9UZVmxf .tab-content .tab-pane .content-wrap .item-title {
    margin-bottom: 22px;
    width: 100%;
  }
}
.cid-uZC9UZVmxf .tab-content .tab-pane .content-wrap .item-text {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZC9UZVmxf .tab-content .tab-pane .content-wrap .item-text {
    width: 100%;
  }
}
.cid-uZC9UZVmxf .mbr-section-title {
  color: #212529;
}
.cid-uZC9UZVmxf .item-title {
  color: #eb1964;
  text-align: right;
}
.cid-uZC9UZVmxf .item-text {
  color: #51565c;
}
.cid-uZC9UZVmxf .mbr-section-title,
.cid-uZC9UZVmxf .tabs-wrapper {
  text-align: right;
  color: #eb1964;
}
.cid-uZC9UZVmxf .item-text,
.cid-uZC9UZVmxf .text-wrap {
  text-align: right;
  color: #ffffff;
}
.cid-uZC9WC7vdG {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.cid-uZC9WC7vdG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZC9WC7vdG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZC9WC7vdG .mbr-section-head {
  margin-bottom: 20px;
  width: 100%;
}
.cid-uZC9WC7vdG .mbr-section-title {
  color: #a0e2e1;
}
.cid-uZC9WC7vdG .mbr-section-subtitle {
  color: #f8f8f4;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-uZC9WC7vdG .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-uZC9WC7vdG .card-row {
  align-items: stretch;
}
.cid-uZC9WC7vdG .card {
  margin: 15px 0;
}
.cid-uZC9WC7vdG .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 40px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #000312, #050b1d);
  box-shadow: 10px 10px 19px #052d4e, -10px -10px 19px #050b1d;
}
@media (max-width: 1199px) {
  .cid-uZC9WC7vdG .card-wrapper {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .cid-uZC9WC7vdG .card-wrapper {
    padding: 20px;
  }
}
.cid-uZC9WC7vdG .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 5;
  height: 100%;
}
.cid-uZC9WC7vdG .card-head {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}
.cid-uZC9WC7vdG .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 10px;
  padding: 7px;
  min-width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #d4b464;
}
.cid-uZC9WC7vdG .iconfont-wrapper .mbr-iconfont {
  font-size: 36px;
  color: #eb1964;
}
.cid-uZC9WC7vdG .card-head-text {
  flex-grow: 1;
}
.cid-uZC9WC7vdG .name-title {
  color: #a0e2e1;
  text-align: right;
}
.cid-uZC9WC7vdG .name-text {
  color: #FF014E;
}
.cid-uZC9WC7vdG .card-title {
  color: #FFFFFF;
  margin-bottom: 20px;
  transition: .5s all;
}
.cid-uZC9WC7vdG .card-text {
  color: #ffffff;
  opacity: 0.75;
  margin-bottom: 36px;
  transition: .5s all;
  text-align: center;
}
.cid-uZC9WC7vdG .score-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: auto;
  margin-right: auto;
  padding-top: 4px;
}
.cid-uZC9WC7vdG .score-container .score-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
}
.cid-uZC9WC7vdG .score-container .score-wrapper .mbr-iconfont {
  font-size: 12px;
  color: #ff014e;
}
.cid-uZC9TJt8GK {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZC9TJt8GK .mbr-overlay {
  background: #000312;
  opacity: 0.9;
}
.cid-uZC9TJt8GK .mbr-section-title {
  margin-bottom: 40px;
  color: #ffffff;
  text-align: center;
}
.cid-uZC9TJt8GK .item:focus,
.cid-uZC9TJt8GK span:focus {
  outline: none;
}
.cid-uZC9TJt8GK .item {
  cursor: pointer;
}
.cid-uZC9TJt8GK .grid-container {
  grid-row-gap: 40px;
}
@media (max-width: 992px) {
  .cid-uZC9TJt8GK .grid-container {
    grid-row-gap: 20px;
  }
}
.cid-uZC9TJt8GK .grid-container-1,
.cid-uZC9TJt8GK .grid-container-2,
.cid-uZC9TJt8GK .grid-container-3 {
  gap: 0 40px;
}
@media (max-width: 992px) {
  .cid-uZC9TJt8GK .grid-container-1,
  .cid-uZC9TJt8GK .grid-container-2,
  .cid-uZC9TJt8GK .grid-container-3 {
    gap: 0 20px;
  }
}
.cid-uZC9TJt8GK .content-head {
  max-width: 800px;
}
.cid-uZC9TJt8GK .container,
.cid-uZC9TJt8GK .container-fluid {
  overflow: hidden;
}
.cid-uZC9TJt8GK .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uZC9TJt8GK .grid-item {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.cid-uZC9TJt8GK .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uZC9TJt8GK .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uZC9TJt8GK .grid-item img {
    min-width: 35vw;
    height: 150px;
  }
}
.cid-uZC9TJt8GK .grid-item:nth-child(2) img {
  height: 400px;
}
@media (max-width: 1200px) {
  .cid-uZC9TJt8GK .grid-item:nth-child(2) img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .cid-uZC9TJt8GK .grid-item:nth-child(2) img {
    height: 150px;
  }
}
.cid-uZC9TJt8GK .grid-item:nth-child(3) img {
  height: 450px;
}
@media (max-width: 1200px) {
  .cid-uZC9TJt8GK .grid-item:nth-child(3) img {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .cid-uZC9TJt8GK .grid-item:nth-child(3) img {
    height: 150px;
  }
}
.cid-uZC9TJt8GK .grid-item:nth-child(4) img {
  height: 350px;
}
@media (max-width: 1200px) {
  .cid-uZC9TJt8GK .grid-item:nth-child(4) img {
    height: 200px;
  }
}
@media (max-width: 767px) {
  .cid-uZC9TJt8GK .grid-item:nth-child(4) img {
    height: 150px;
  }
}
.cid-uZC9TJt8GK .grid-container-1,
.cid-uZC9TJt8GK .grid-container-2,
.cid-uZC9TJt8GK .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uZC9TJt8GK .grid-container-1 {
  align-items: flex-end;
}
.cid-uZC9TJt8GK .grid-container-2 {
  align-items: flex-start;
}
.cid-uZC9XfgKg9 {
  padding-top: 60px;
  padding-bottom: 45px;
  position: relative;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZC9XfgKg9 .mbr-section-title {
  color: #06182d;
}
.cid-uZC9XfgKg9 .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #a96708;
  background: linear-gradient(#a96708 0%, #022c06 69%, #052d4e 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-uZC9XfgKg9 .mbr-section-subtitle {
  color: #06182d;
}
.cid-uZC9XfgKg9 .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-uZC9XfgKg9 .mbr-text {
  color: #320707;
  font-weight: 300;
}
.cid-uZC9XfgKg9 .title-text {
  margin-bottom: 70px;
}
.cid-uZC9XfgKg9 .title-text .mbr-section-subtitle {
  color: #06182d;
}
.cid-uZC9XfgKg9 .title-text .mbr-section-subtitle.mbr-light {
  font-weight: 300;
}
.cid-uZC9XfgKg9 .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uZC9XfgKg9 .title-text .mbr-section-title {
  color: #f92c50;
}
.cid-uZC9XfgKg9 .title-text .mbr-section-title.mbr-bold {
  font-weight: 700;
}
.cid-uZC9XfgKg9 .title-text .mbr-section-title span {
  font-weight: 500;
}
.cid-uZC9XfgKg9 .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-uZC9XfgKg9 .mbr-iconfont {
  font-family: "Moririse2" !important;
  display: inline-flex;
  transform-origin: ;
  transform: rotate(45deg);
  transition: all 0.3s;
  font-size: 1.4rem !important;
  color: #d4b464;
}
.cid-uZC9XfgKg9 .mbr-iconfont:before {
  transform: scaleY(0) !important;
  transition: all 0.4s;
}
.cid-uZC9XfgKg9 .p-4 {
  padding: 1rem 0 !important;
}
.cid-uZC9XfgKg9 .accordion .card .card-header {
  margin-bottom: 0px;
}
.cid-uZC9XfgKg9 .mbri-arrow-down:before {
  content: "\e960";
}
.cid-uZC9XfgKg9 .mbri-arrow-up:before {
  content: "\e960";
}
.cid-uZC9XfgKg9 .collapsed .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uZC9XfgKg9 .collapsed .mbr-iconfont:before {
  transform: scaleY(1) !important;
  transition: all 0.3s;
}
.cid-uZC9XfgKg9 .card {
  border-radius: 0px;
  background-color: #050b1d;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 1.2rem;
}
.cid-uZC9XfgKg9 .card:hover .card-header {
  transition: all 0.15s linear 0s;
  opacity: 0.7;
}
.cid-uZC9XfgKg9 .card .card-header {
  border-radius: 0px;
  background-color: transparent;
  padding: 0;
}
.cid-uZC9XfgKg9 .card .card-header h4 {
  justify-content: flex-start;
  width: 100%;
}
.cid-uZC9XfgKg9 .card .card-header a.panel-title {
  margin-bottom: 0;
  display: flex;
  width: 100%;
  border-bottom: 2px solid #eb1964;
  transition: all 0.3s;
  justify-content: space-between;
}
.cid-uZC9XfgKg9 .card .card-header a.panel-title.collapsed {
  border-bottom: 1px solid #a0e2e1;
}
.cid-uZC9XfgKg9 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uZC9XfgKg9 .card .card-header a.panel-title h4 {
  padding: 0 0rem 1.2rem;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.5px;
  color: #28303f;
}
.cid-uZC9XfgKg9 .card .card-header a.panel-title h4 .sign {
  line-height: 1.6 !important;
}
.cid-uZC9XfgKg9 .card .card-header a.panel-title .toggle-icon {
  right: 14px;
  position: absolute;
  top: 20px;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
  border-radius: 50%;
  border: 2px solid rgba(97, 114, 138, 0.4);
  padding: 13px;
}
.cid-uZC9XfgKg9 .card .card-header a.panel-title .toggle-icon:before,
.cid-uZC9XfgKg9 .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-uZC9XfgKg9 .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  transform: none;
}
.cid-uZC9XfgKg9 .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-uZC9XfgKg9 .card .panel-body {
  padding: 14px 20px;
}
.cid-uZC9XfgKg9 .card .panel-body p {
  color: #320707;
  line-height: 1.5;
}
.cid-uZC9XfgKg9 .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-uZC9XfgKg9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZC9XfgKg9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZC9XfgKg9 .title-text .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uZC9XfgKg9 .card .panel-body p {
  color: #ffffff;
  text-align: right;
}
.cid-uZC9XfgKg9 .title-text .mbr-section-title {
  text-align: center;
}
.cid-uZC9XfgKg9 .card .card-header a.panel-title h4 {
  text-align: center;
  color: #f4e9a5;
}
.cid-uZIJE0RkQh {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZIJE0RkQh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZIJE0RkQh .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-uZIJE0RkQh .container {
    padding: 0 15px;
  }
}
.cid-uZIJE0RkQh .content-wrapper {
  position: relative;
}
.cid-uZIJE0RkQh .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uZIJE0RkQh .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uZIJE0RkQh .content-wrapper .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uZIJE0RkQh .content-wrapper .content-wrap {
    display: block;
  }
}
.cid-uZIJE0RkQh .content-wrapper .content-wrap .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uZIJE0RkQh .content-wrapper .content-wrap .text-wrapper {
    width: 100%;
    margin-bottom: 60px;
  }
}
.cid-uZIJE0RkQh .content-wrapper .content-wrap .text-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uZIJE0RkQh .content-wrapper .content-wrap .text-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #eb1964;
}
.cid-uZIJE0RkQh .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZIJE0RkQh .content-wrapper .content-wrap .image-wrapper {
  position: relative;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uZIJE0RkQh .content-wrapper .content-wrap .image-wrapper {
    width: 100%;
  }
}
.cid-uZIJE0RkQh .content-wrapper .content-wrap .image-wrapper .decor-wrap {
  position: absolute;
  top: -5%;
  left: 0;
  height: 25%;
  width: 65%;
  background-color: #d4b464;
  transform: skewX(-20deg);
}
.cid-uZIJE0RkQh .content-wrapper .content-wrap .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 660px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uZIJE0RkQh .content-wrapper .content-wrap .image-wrapper img {
    height: 350px;
  }
}
.cid-uZIJE0RkQh .mbr-text {
  color: #f7f5f6;
}
.cid-uZIJE0RkQh .mbr-section-title {
  color: #eb1964;
  text-align: right;
}
.cid-uZIJE0RkQh .mbr-text,
.cid-uZIJE0RkQh .icon-wrapper {
  color: #a6a99c;
  text-align: right;
}
.cid-uZIJFLP5tb {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZIJFLP5tb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZIJFLP5tb .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-uZIJFLP5tb .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uZIJFLP5tb .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uZIJFLP5tb .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: #050b1d;
  border: 1px solid #d4b464;
  border-radius: 0;
  margin-top: 12px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZIJFLP5tb .panel-group .card {
    padding: 16px;
  }
}
.cid-uZIJFLP5tb .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uZIJFLP5tb .panel-group .card:hover,
.cid-uZIJFLP5tb .panel-group .card:focus {
  border: 1px solid #e6b103;
}
.cid-uZIJFLP5tb .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uZIJFLP5tb .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uZIJFLP5tb .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uZIJFLP5tb .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: #ffffff;
}
.cid-uZIJFLP5tb .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #a96708;
}
.cid-uZIJFLP5tb .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uZIJFLP5tb .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #e6b103;
}
.cid-uZIJFLP5tb .panel-group .card .panel-collapse .panel-body {
  margin-top: 16px;
}
.cid-uZIJFLP5tb .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uZIJFLP5tb .mbr-section-title {
  color: #ffffff;
}
.cid-uZIJFLP5tb .panel-title-edit {
  color: #d4b464;
  text-align: right;
}
.cid-uZIJFLP5tb .panel-text {
  color: #f7f7f7;
  text-align: right;
}
.cid-uZIJFLP5tb .mbr-section-title,
.cid-uZIJFLP5tb .mbr-section-btn {
  color: #a6a99c;
  text-align: right;
}
.cid-uZIKCra9TJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZIKCra9TJ .stats-item {
  padding: 80px 10px;
  background-color: #050b1d;
  display: flex;
  justify-content: center;
}
.cid-uZIKCra9TJ .stats-item:hover .mbr-iconfont::before {
  -webkit-animation: updown 0.45s ease-in-out 0.1s;
  animation: updown 0.45s ease-in-out 0.1s;
  display: block;
}
.cid-uZIKCra9TJ .stats-item > span {
  transition: all 0.3s ease-in-out;
}
.cid-uZIKCra9TJ .heading {
  color: #ffffff;
}
.cid-uZIKCra9TJ .counter {
  text-align: center;
  color: #ffffff;
}
.cid-uZIKCra9TJ .mbr-iconfont {
  font-size: 45px;
  align-self: center;
  margin-bottom: 22px;
  border: 2px dashed #ffeb69;
  border-radius: 50%;
  padding: 35.5px;
}
.cid-uZIKCra9TJ .mbr-card-title,
.cid-uZIKCra9TJ .mbr-iconfont {
  text-align: center;
  color: #ffffff;
  display: block;
}
@media (max-width: 768px) {
  .cid-uZIKCra9TJ .stats-item {
    padding: 30px 25px;
  }
}
@-webkit-keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-uZIKCra9TJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZIKCra9TJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZIKCra9TJ .stats-item .common-wrap .fld-wrap .mbr-card-title,
.cid-uZIKCra9TJ .mbr-iconfont {
  color: #ffffff;
}
.cid-uZIKCra9TJ .stats-item .common-wrap .fld-wrap .counter {
  color: #eb1964;
}
.cid-uZIJBEM8B2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZIJBEM8B2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZIJBEM8B2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZIJBEM8B2 .row {
  justify-content: center;
}
.cid-uZIJBEM8B2 .card {
  justify-content: center;
}
.cid-uZIJBEM8B2 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uZIJBEM8B2 .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uZIJBEM8B2 .tabs-wrapper {
  border-bottom: none;
}
@media (max-width: 992px) {
  .cid-uZIJBEM8B2 .tabs-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uZIJBEM8B2 .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-block;
}
.cid-uZIJBEM8B2 .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin-bottom: 16px;
}
.cid-uZIJBEM8B2 .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  color: #f4e9a5;
  padding: 11px 64px;
  border: 2px solid #f4e9a5;
  transition: all 0.3s ease-in-out;
  align-items: center;
  justify-content: center;
  min-height: 88px;
}
@media (max-width: 992px) {
  .cid-uZIJBEM8B2 .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    min-height: 54px;
    padding: 11px 32px;
  }
}
.cid-uZIJBEM8B2 .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #f4e9a5;
  color: #a96708;
}
.cid-uZIJBEM8B2 .tab-content .tab-pane .item-content {
  border: none;
  background-color: transparent;
}
.cid-uZIJBEM8B2 .tab-content .tab-pane .item-content .image-wrap {
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uZIJBEM8B2 .tab-content .tab-pane .item-content .image-wrap {
    margin-bottom: 30px;
  }
}
.cid-uZIJBEM8B2 .tab-content .tab-pane .item-content .image-wrap::before {
  content: '';
  position: absolute;
  width: 110%;
  height: 110%;
  border-radius: 100%;
  background-image: radial-gradient(#0c2c68, transparent);
  filter: blur(100px);
}
.cid-uZIJBEM8B2 .tab-content .tab-pane .item-content .image-wrap img {
  position: relative;
  z-index: 1;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uZIJBEM8B2 .tab-content .tab-pane .item-content .image-wrap img {
    height: 350px;
  }
}
.cid-uZIJBEM8B2 .tab-content .tab-pane .item-content .item-title {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uZIJBEM8B2 .tab-content .tab-pane .item-content .item-title {
    margin-bottom: 30px;
  }
}
.cid-uZIJBEM8B2 .tab-content .tab-pane .item-content .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uZIJBEM8B2 .tab-content .tab-pane .item-content .text-wrapper .item-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZIJBEM8B2 .tab-content .tab-pane .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uZIJBEM8B2 .mbr-section-title {
  color: #ffffff;
}
.cid-uZIJBEM8B2 .item-title {
  color: #eb1964;
  text-align: right;
}
.cid-uZIJBEM8B2 .item-text {
  color: #ffffff;
}
.cid-uZIJBEM8B2 .mbr-section-title,
.cid-uZIJBEM8B2 .tabs-wrapper {
  text-align: right;
  color: #eb1964;
}
.cid-uZIJBEM8B2 .item-text,
.cid-uZIJBEM8B2 .text-wrapper {
  color: #a6a99c;
  text-align: right;
}
.cid-uZIJMmN7mP {
  padding-top: 45px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZIJMmN7mP img {
  border-radius: 50%;
  width: 60px;
  height: 60px;
}
.cid-uZIJMmN7mP .mbr-iconfont-1 {
  color: #f0ad4e;
  font-size: 1rem;
  transition: 0.7s;
}
.cid-uZIJMmN7mP .mbr-section-title {
  margin-bottom: 4rem;
}
.cid-uZIJMmN7mP .mbr-section-subtitle {
  color: #a96708;
  margin-bottom: 1.5rem;
}
.cid-uZIJMmN7mP .card-img {
  margin-bottom: 1.3rem;
}
.cid-uZIJMmN7mP .card-title {
  margin-bottom: 1.5rem;
}
.cid-uZIJMmN7mP .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZIJMmN7mP .card {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uZIJMmN7mP .card-inner {
    padding: 3rem 1rem;
  }
}
@media (min-width: 767px) {
  .cid-uZIJMmN7mP .row {
    padding: 0 1rem;
  }
  .cid-uZIJMmN7mP .card-inner {
    padding: 3.3rem 2.5rem;
  }
}
.cid-uZIJMmN7mP .card-inner {
  background-color: #050b1d;
  transition: 0.3s;
  border: 2px solid rgba(169, 103, 8, 0);
}
.cid-uZIJMmN7mP .card:hover .card-inner {
  border: 2px solid #a96708;
}
.cid-uZIJMmN7mP .mbr-text {
  margin-bottom: 1.3rem;
  color: #828282;
}
.cid-uZIJMmN7mP .card-people {
  display: flex;
  align-items: center;
}
.cid-uZIJMmN7mP .user_image {
  margin-right: 1rem;
}
.cid-uZIJMmN7mP .mbr-author-desc {
  color: #a96708;
  font-weight: 500;
}
.cid-uZIJMmN7mP .vertical-line:before {
  content: '';
  background-color: #a96708;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-uZIJMmN7mP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZIJMmN7mP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZIJMmN7mP .card-title,
.cid-uZIJMmN7mP .card-img {
  text-align: right;
}
.cid-uZIJMmN7mP .mbr-text,
.cid-uZIJMmN7mP .link {
  text-align: right;
  color: #b0b0b0;
}
.cid-uZIJMmN7mP H2 {
  color: #4f87fb;
}
.cid-uZIJOWL3Un {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZIJOWL3Un .mbr-overlay {
  background: #000312;
  opacity: 0.9;
}
@media (max-width: 992px) {
  .cid-uZIJOWL3Un .container {
    padding: 0 22px;
  }
}
.cid-uZIJOWL3Un .title-wrapper .mbr-section-title {
  width: 65%;
  margin-bottom: 55px;
}
@media (max-width: 992px) {
  .cid-uZIJOWL3Un .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-uZIJOWL3Un .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 460px;
  max-width: 460px;
  padding: 0 6px;
}
@media (max-width: 768px) {
  .cid-uZIJOWL3Un .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZIJOWL3Un .embla__slide:nth-child(2n) .slide-content .item-wrapper {
  background-color: #c3c3c3;
}
.cid-uZIJOWL3Un .embla__slide:nth-child(3n) .slide-content .item-wrapper {
  background-color: #a0e1e1;
}
.cid-uZIJOWL3Un .embla__slide .slide-content {
  border-radius: 16px !important;
  width: 100%;
}
.cid-uZIJOWL3Un .embla__slide .slide-content .item-wrapper {
  border-radius: 16px !important;
  background-color: #f0deb2;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uZIJOWL3Un .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-uZIJOWL3Un .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .cid-uZIJOWL3Un .embla__slide .slide-content .item-wrapper .item-img {
    display: block;
  }
}
.cid-uZIJOWL3Un .embla__slide .slide-content .item-wrapper .item-img .image-wrapper {
  height: 160px;
  width: 160px;
}
@media (max-width: 768px) {
  .cid-uZIJOWL3Un .embla__slide .slide-content .item-wrapper .item-img .image-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uZIJOWL3Un .embla__slide .slide-content .item-wrapper .item-img .image-wrapper img {
  height: 160px;
  width: 160px;
  object-fit: cover;
  border-radius: 10px !important;
}
.cid-uZIJOWL3Un .embla__slide .slide-content .item-wrapper .item-img .image-wrapper a {
  width: 160px;
  height: 160px;
}
.cid-uZIJOWL3Un .embla__slide .slide-content .item-wrapper .item-img .tag-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
}
.cid-uZIJOWL3Un .embla__slide .slide-content .item-wrapper .item-img .tag-wrapper .item-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 1px solid #000000;
  border-radius: 15px;
  width: fit-content;
}
.cid-uZIJOWL3Un .embla__slide .slide-content .item-wrapper .item-img .tag-wrapper .icon-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .cid-uZIJOWL3Un .embla__slide .slide-content .item-wrapper .item-img .tag-wrapper .icon-wrapper {
    justify-content: flex-start;
  }
}
.cid-uZIJOWL3Un .embla__slide .slide-content .item-wrapper .item-img .tag-wrapper .icon-wrapper:hover .mbr-iconfont,
.cid-uZIJOWL3Un .embla__slide .slide-content .item-wrapper .item-img .tag-wrapper .icon-wrapper:focus .mbr-iconfont {
  color: #ff5753;
}
.cid-uZIJOWL3Un .embla__slide .slide-content .item-wrapper .item-img .tag-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 26px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uZIJOWL3Un .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uZIJOWL3Un .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-uZIJOWL3Un .embla__slide .slide-content .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-uZIJOWL3Un .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn {
  margin-top: 26px;
  border-top: 1px solid #000000;
  padding-top: 16px;
  margin-left: 0;
  margin-right: 0;
}
.cid-uZIJOWL3Un .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uZIJOWL3Un .embla__button--next,
.cid-uZIJOWL3Un .embla__button--prev {
  display: flex;
}
.cid-uZIJOWL3Un .embla__button {
  top: -3.5rem;
  width: 48px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  color: #eb1964 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uZIJOWL3Un .embla__button {
    top: auto;
    bottom: 0;
  }
}
.cid-uZIJOWL3Un .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uZIJOWL3Un .embla__button:hover {
  color: #ff5753 !important;
}
.cid-uZIJOWL3Un .embla__button.embla__button--prev {
  right: 22%;
}
@media (max-width: 992px) {
  .cid-uZIJOWL3Un .embla__button.embla__button--prev {
    right: 6rem;
  }
}
.cid-uZIJOWL3Un .embla__button.embla__button--next {
  right: 16%;
}
@media (max-width: 992px) {
  .cid-uZIJOWL3Un .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-uZIJOWL3Un .embla {
  position: relative;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZIJOWL3Un .embla {
    padding-bottom: 4rem;
  }
}
.cid-uZIJOWL3Un .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uZIJOWL3Un .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZIJOWL3Un .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZIJOWL3Un .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZIJOWL3Un .mbr-section-title {
  color: #a6a99c;
  text-align: right;
}
.cid-uZIJOWL3Un .item-tag {
  color: #000000;
  text-align: center;
}
.cid-uZIJOWL3Un .item-name {
  color: #000000;
}
.cid-uZIJOWL3Un .item-role {
  color: #000000;
}
.cid-uZIJJeGKE7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZIJJeGKE7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZIJJeGKE7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZIJJeGKE7 .card {
  justify-content: flex-end;
}
.cid-uZIJJeGKE7 .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uZIJJeGKE7 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uZIJJeGKE7 .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-uZIJJeGKE7 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZIJJeGKE7 .mbr-section-btn {
  margin-bottom: 40px;
}
.cid-uZIJJeGKE7 .mbr-section-btn .btn::after,
.cid-uZIJJeGKE7 .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #00bbf9, #9b5de5 150%);
}
.cid-uZIJJeGKE7 .mbr-section-btn .btn:hover,
.cid-uZIJJeGKE7 .mbr-section-btn .btn:focus {
  color: #d4b464 !important;
}
.cid-uZIJJeGKE7 .mbr-section-btn .btn:hover::after,
.cid-uZIJJeGKE7 .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #00bbf9, #9b5de5 150%);
  opacity: 1;
}
.cid-uZIJJeGKE7 .items-wrapper {
  margin: 0 -20px;
}
.cid-uZIJJeGKE7 .items-wrapper .item {
  margin-bottom: 40px;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uZIJJeGKE7 .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uZIJJeGKE7 .items-wrapper .item:hover .item-wrapper .item-img .image-wrap img,
.cid-uZIJJeGKE7 .items-wrapper .item:focus .item-wrapper .item-img .image-wrap img {
  transform: scale(1.05) translateX(10px);
}
.cid-uZIJJeGKE7 .items-wrapper .item:nth-child(2n) {
  transform: translateY(40px);
}
@media (max-width: 992px) {
  .cid-uZIJJeGKE7 .items-wrapper .item:nth-child(2n) {
    transform: none;
  }
}
.cid-uZIJJeGKE7 .items-wrapper .item .item-wrapper {
  position: relative;
  height: 100%;
  border: 2px solid #edefeb;
}
.cid-uZIJJeGKE7 .items-wrapper .item .item-wrapper .item-img {
  position: relative;
  margin-bottom: -40px;
}
.cid-uZIJJeGKE7 .items-wrapper .item .item-wrapper .item-img .image-wrap {
  overflow: hidden;
}
.cid-uZIJJeGKE7 .items-wrapper .item .item-wrapper .item-img .image-wrap img {
  height: 310px;
  object-fit: cover;
  transition: all 0.3s ease;
  border-radius: 0 !important;
  transform: scale(1.05) translateX(0);
}
.cid-uZIJJeGKE7 .items-wrapper .item .item-wrapper .date-wrapper {
  position: absolute;
  left: 3px;
  bottom: -20px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZIJJeGKE7 .items-wrapper .item .item-wrapper .date-wrapper {
    bottom: -10px;
  }
}
.cid-uZIJJeGKE7 .items-wrapper .item .item-wrapper .date-wrapper .item-date {
  display: inline-block;
  margin-bottom: 0;
  background-color: #050b1d;
  padding: 10px 25px;
  border-radius: 3rem;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uZIJJeGKE7 .items-wrapper .item .item-wrapper .date-wrapper .item-date:hover,
.cid-uZIJJeGKE7 .items-wrapper .item .item-wrapper .date-wrapper .item-date:focus {
  color: #00bbf9;
}
.cid-uZIJJeGKE7 .items-wrapper .item .item-wrapper .item-content {
  padding: 80px 40px 40px 40px;
  background-color: #050b1d;
}
@media (max-width: 992px) {
  .cid-uZIJJeGKE7 .items-wrapper .item .item-wrapper .item-content {
    padding: 80px 20px 20px 20px;
  }
}
.cid-uZIJJeGKE7 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all 0.3s ease;
}
.cid-uZIJJeGKE7 .items-wrapper .item .item-wrapper .item-content .item-title:hover,
.cid-uZIJJeGKE7 .items-wrapper .item .item-wrapper .item-content .item-title:focus {
  text-decoration-color: inherit;
}
.cid-uZIJJeGKE7 .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-uZIJJeGKE7 .items-wrapper .item .item-wrapper .item-content .tags-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uZIJJeGKE7 .items-wrapper .item .item-wrapper .item-content .tags-wrapper .list .item-wrap {
  margin: 0 3px 3px 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uZIJJeGKE7 .items-wrapper .item .item-wrapper .item-content .tags-wrapper .list .item-wrap:hover,
.cid-uZIJJeGKE7 .items-wrapper .item .item-wrapper .item-content .tags-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uZIJJeGKE7 .items-wrapper .item .item-wrapper .item-content .item-btn {
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-uZIJJeGKE7 .items-wrapper .item .item-wrapper .item-content .item-btn .btn {
  margin-bottom: 0;
}
.cid-uZIJJeGKE7 .mbr-section-title {
  color: #ffffff;
}
.cid-uZIJJeGKE7 .mbr-tag {
  color: #eb1964;
  text-align: right;
}
.cid-uZIJJeGKE7 .item-date {
  color: #c7c7c7;
}
.cid-uZIJJeGKE7 .item-title {
  color: #ffffff;
}
.cid-uZIJJeGKE7 .item-text {
  color: #adadad;
}
.cid-uZIJJeGKE7 .list {
  color: #adadad;
}
.cid-uZIJJeGKE7 .main-btn {
  text-align: right;
}
.cid-uZIJJeGKE7 .mbr-section-title,
.cid-uZIJJeGKE7 .main-btn {
  color: #ffffff;
  text-align: right;
}
.cid-uZIJJeGKE7 .item-date,
.cid-uZIJJeGKE7 .date-wrapper {
  color: #FFFFFF;
  text-align: right;
}
.cid-uZIJJeGKE7 .item-title,
.cid-uZIJJeGKE7 .item-btn {
  color: #d4b464;
  text-align: right;
}
.cid-uZIJSHCxJC {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZIJSHCxJC .mbr-overlay {
  background-color: #000312;
  opacity: 0.9;
}
.cid-uZIJSHCxJC textarea {
  min-height: 150px;
}
.cid-uZIJSHCxJC input[name='yourSubject'] {
  margin-top: 1.5rem;
}
.cid-uZIJSHCxJC textarea[name='yourMessage'] {
  margin-top: 0.3rem;
}
.cid-uZIJSHCxJC .form-control,
.cid-uZIJSHCxJC .field-input {
  padding: 1rem 0rem;
  background-color: #edefeb;
  border: none !important;
  border-bottom: 2px solid #e6b103 !important;
  border-color: #e6b103 !important;
  color: #052d4e !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-uZIJSHCxJC .form-control input::-webkit-input-placeholder,
.cid-uZIJSHCxJC .field-input input::-webkit-input-placeholder,
.cid-uZIJSHCxJC .form-control textarea::-webkit-input-placeholder,
.cid-uZIJSHCxJC .field-input textarea::-webkit-input-placeholder {
  color: #232323 !important;
}
.cid-uZIJSHCxJC .form-control input:-moz-placeholder,
.cid-uZIJSHCxJC .field-input input:-moz-placeholder,
.cid-uZIJSHCxJC .form-control textarea:-moz-placeholder,
.cid-uZIJSHCxJC .field-input textarea:-moz-placeholder {
  color: #232323 !important;
}
.cid-uZIJSHCxJC .jq-number__spin:hover,
.cid-uZIJSHCxJC .jq-number__spin:focus {
  background-color: #052d4e;
  border-color: #e9204f !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uZIJSHCxJC .jq-number__spin {
  background-color: #edefeb;
  border-color: #e6b103 !important;
  color: #052d4e;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uZIJSHCxJC .jq-selectbox li,
.cid-uZIJSHCxJC .jq-selectbox li {
  background-color: #edefeb;
  color: #000000;
}
.cid-uZIJSHCxJC .jq-selectbox li:hover,
.cid-uZIJSHCxJC .jq-selectbox li.selected {
  background-color: #052d4e;
  color: #ffffff;
}
.cid-uZIJSHCxJC .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uZIJSHCxJC .jq-number__spin.minus:hover:after,
.cid-uZIJSHCxJC .jq-number__spin.plus:hover:after {
  border-top-color: #edefeb;
  border-bottom-color: #edefeb;
}
.cid-uZIJSHCxJC .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uZIJSHCxJC .jq-number__spin.minus:after,
.cid-uZIJSHCxJC .jq-number__spin.plus:after {
  border-top-color: #052d4e;
  border-bottom-color: #052d4e;
}
@media (max-width: 992px) {
  .cid-uZIJSHCxJC .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
  .cid-uZIJSHCxJC .social-list {
    margin-bottom: 3rem;
  }
  .cid-uZIJSHCxJC .email-input {
    margin-top: 2rem;
  }
}
.cid-uZIJSHCxJC .mbr-section-subtitle {
  color: #a96708;
  margin-bottom: 2.4rem;
  text-align: right;
}
.cid-uZIJSHCxJC .mbr-text {
  color: #acacac;
  margin-bottom: 3.5rem;
}
.cid-uZIJSHCxJC .mbr-iconfont-social {
  font-size: 1rem;
  color: #edefeb;
  margin-right: 0.6rem;
}
.cid-uZIJSHCxJC .mbr-iconfont-social:before {
  padding: 1rem;
  border: 2px solid;
  border-radius: 100px;
  border-color: #a96708;
  transition: all 0.3s;
}
.cid-uZIJSHCxJC .mbr-iconfont-social:hover {
  color: #a96708;
}
.cid-uZIJSHCxJC .social-list {
  display: flex;
}
.cid-uZIJSHCxJC .social-list a {
  transition: 0.3s;
}
.cid-uZIJSHCxJC .social-list a:hover {
  transform: translateY(-8px);
}
.cid-uZIJSHCxJC .row {
  align-items: center;
}
.cid-uZIJSHCxJC .mbr-section-title {
  margin-bottom: 1.3rem;
}
.cid-uZIJSHCxJC .btn {
  font-weight: bold;
  padding: 1rem 5.5rem;
}
.cid-uZIJSHCxJC .form-btn {
  margin-top: 2.5rem;
}
.cid-uZIJSHCxJC input::-webkit-input-placeholder,
.cid-uZIJSHCxJC textarea::-webkit-input-placeholder {
  color: #232323 !important;
}
.cid-uZIJSHCxJC input:-moz-placeholder,
.cid-uZIJSHCxJC textarea:-moz-placeholder {
  color: #232323 !important;
}
@media (min-width: 992px) {
  .cid-uZIJSHCxJC .media-content {
    padding-right: 3rem;
  }
  .cid-uZIJSHCxJC .email-input {
    padding-left: 2.2rem;
  }
}
@media (min-width: 767px) {
  .cid-uZIJSHCxJC .row {
    padding: 0 1rem;
  }
}
.cid-uZIJSHCxJC .btn:hover {
  background-color: #a96708 !important;
  border-color: #a96708 !important;
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-uZIJSHCxJC .form-btn {
    width: 100%;
  }
  .cid-uZIJSHCxJC .btn {
    width: 100%;
  }
}
.cid-uZIJSHCxJC H1 {
  text-align: right;
}
.cid-uZIJSHCxJC .mbr-text,
.cid-uZIJSHCxJC .mbr-section-btn {
  text-align: right;
}
.cid-uZIJVB38kj {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background: #000312;
}
.cid-uZIJVB38kj .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uZIJVB38kj .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #000312;
}
.cid-uZIJVB38kj .svg-top .st0 {
  fill: #000312;
}
@media (max-width: 992px) {
  .cid-uZIJVB38kj .svg-top {
    width: 1000px;
  }
}
.cid-uZIJVB38kj .google-map {
  height: 35rem;
  position: relative;
}
.cid-uZIJVB38kj .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uZIJVB38kj .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uZIJVB38kj .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uZIJVB38kj .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uZIJVB38kj .mbr-section-title {
  color: #1a449a;
}
.cid-uZIJVB38kj .mbr-section-subtitle {
  color: #1a449a;
}
.cid-uZVWMtpBVA {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZVWMtpBVA [class^='socicon-']:before,
.cid-uZVWMtpBVA [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-uZVWMtpBVA .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #a96708;
  transition: all 0.3s;
  border-color: #a96708;
}
.cid-uZVWMtpBVA .btn-social:hover {
  background: #a96708;
}
.cid-uZVWMtpBVA .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-uZVWMtpBVA .btn-social:hover span {
  color: #ffffff !important;
}
.cid-uZVWMtpBVA .mbr-section-title {
  color: #2e6b75;
}
.cid-uZVWMtpBVA .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-uZVWMtpBVA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZVWMtpBVA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZVWMtpBVA .mbr-section-title,
.cid-uZVWMtpBVA .mbr-social-likes {
  color: #edefeb;
}
.cid-uZJPDsOgoS {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bl3-725x416.png");
}
.cid-uZJPDsOgoS .content {
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}
@media (max-width: 1024px) {
  .cid-uZJPDsOgoS .content {
    flex-wrap: wrap;
  }
}
.cid-uZJPDsOgoS h2,
.cid-uZJPDsOgoS h4,
.cid-uZJPDsOgoS h3,
.cid-uZJPDsOgoS h6,
.cid-uZJPDsOgoS p,
.cid-uZJPDsOgoS ul {
  margin: 0;
}
.cid-uZJPDsOgoS ul {
  padding: 0;
  list-style-type: none;
}
.cid-uZJPDsOgoS .heading {
  width: 35%;
  margin-bottom: 37px;
}
@media (max-width: 1024px) {
  .cid-uZJPDsOgoS .heading {
    width: 100%;
  }
}
.cid-uZJPDsOgoS .heading-inner {
  max-width: 476px;
}
.cid-uZJPDsOgoS .mbr-section-title {
  color: #a6a99c;
  text-align: center;
}
.cid-uZJPDsOgoS .mbr-section-subtitle {
  color: #edefeb;
  text-align: center;
}
.cid-uZJPDsOgoS .cards {
  width: 65%;
  display: flex;
}
@media (max-width: 1024px) {
  .cid-uZJPDsOgoS .cards {
    width: 100%;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-uZJPDsOgoS .cards {
    flex-direction: column;
    padding-top: 0px;
  }
}
.cid-uZJPDsOgoS .card {
  width: 34%;
}
@media (max-width: 1024px) {
  .cid-uZJPDsOgoS .card {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uZJPDsOgoS .card {
    width: 100%;
    padding-top: 30px;
  }
}
.cid-uZJPDsOgoS .mbr-card-title {
  color: #a96708;
  margin-bottom: 3px;
  text-align: center;
}
.cid-uZJPDsOgoS .mbr-card-subtitle {
  color: #6b6b6b;
}
.cid-uZJPDsOgoS .list {
  padding-top: 5px;
  margin-bottom: 24px;
  color: #6b6b6b;
  text-align: center;
}
.cid-uZIJXhEueW {
  background-color: #000312;
}
.cid-uZIJXhEueW .content {
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
}
.cid-uZIJXhEueW .content img {
  width: 43px;
  height: 43px;
  object-fit: cover;
  margin-right: 15px;
}
.cid-uZIJXhEueW .content p {
  margin: 0;
}
.cid-uZIJXhEueW .mbr-text {
  color: #ffffff;
}
